=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:183: (dbg) Run: kubectl --context addons-351470 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-351470 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:221: (dbg) Run: kubectl --context addons-351470 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" [a9f88e83-1253-48d8-aaad-c662953fe3c6] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a9f88e83-1253-48d8-aaad-c662953fe3c6] Running
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.02245357s
addons_test.go:238: (dbg) Run: out/minikube-linux-arm64 -p addons-351470 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:238: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-351470 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.786028759s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:254: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:262: (dbg) Run: kubectl --context addons-351470 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:267: (dbg) Run: out/minikube-linux-arm64 -p addons-351470 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.050130064s)
-- 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-351470 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:287: (dbg) Run: out/minikube-linux-arm64 -p addons-351470 addons disable ingress --alsologtostderr -v=1
addons_test.go:287: (dbg) Done: out/minikube-linux-arm64 -p addons-351470 addons disable ingress --alsologtostderr -v=1: (8.130118455s)
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-351470
helpers_test.go:235: (dbg) docker inspect addons-351470:
-- stdout --
[
{
"Id": "2b54c6ee76a06eb4c585cf18003ceeccee467f7f9e95cd51bbc7284a6ae81c0e",
"Created": "2023-09-18T18:55:37.672543127Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 648961,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-09-18T18:55:37.995599906Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:560a33002deec07a703a16e2b1dbf6aecde4c0d46aaefa1cb6df4c8c8a7774a7",
"ResolvConfPath": "/var/lib/docker/containers/2b54c6ee76a06eb4c585cf18003ceeccee467f7f9e95cd51bbc7284a6ae81c0e/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/2b54c6ee76a06eb4c585cf18003ceeccee467f7f9e95cd51bbc7284a6ae81c0e/hostname",
"HostsPath": "/var/lib/docker/containers/2b54c6ee76a06eb4c585cf18003ceeccee467f7f9e95cd51bbc7284a6ae81c0e/hosts",
"LogPath": "/var/lib/docker/containers/2b54c6ee76a06eb4c585cf18003ceeccee467f7f9e95cd51bbc7284a6ae81c0e/2b54c6ee76a06eb4c585cf18003ceeccee467f7f9e95cd51bbc7284a6ae81c0e-json.log",
"Name": "/addons-351470",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-351470:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-351470",
"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/302d4128170298c9a49dfc6c566ed77fe8ec771cd64821ba9f1f3dc979ecd671-init/diff:/var/lib/docker/overlay2/4e03e4714bce8b0ad83859c0e431c5abac0520d3520e787a29bac63ee8779cc4/diff",
"MergedDir": "/var/lib/docker/overlay2/302d4128170298c9a49dfc6c566ed77fe8ec771cd64821ba9f1f3dc979ecd671/merged",
"UpperDir": "/var/lib/docker/overlay2/302d4128170298c9a49dfc6c566ed77fe8ec771cd64821ba9f1f3dc979ecd671/diff",
"WorkDir": "/var/lib/docker/overlay2/302d4128170298c9a49dfc6c566ed77fe8ec771cd64821ba9f1f3dc979ecd671/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-351470",
"Source": "/var/lib/docker/volumes/addons-351470/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-351470",
"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-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3",
"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-351470",
"name.minikube.sigs.k8s.io": "addons-351470",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "6be29c99e8fe7b80b985892e859f8abb52f6b9e392f2d2e0b40a201bfaf362d7",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33415"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33414"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33411"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33413"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33412"
}
]
},
"SandboxKey": "/var/run/docker/netns/6be29c99e8fe",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-351470": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"2b54c6ee76a0",
"addons-351470"
],
"NetworkID": "c52a98ebb1827bd9b5c5e2fd668d96c6487b504e8c475a0cff92e03a24d9fcd2",
"EndpointID": "28e6915999bc31941809b2377f905912b998922a2caca62098462683a86f52d9",
"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-351470 -n addons-351470
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-351470 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-351470 logs -n 25: (1.663069812s)
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-623514 | jenkins | v1.31.2 | 18 Sep 23 18:54 UTC | |
| | -p download-only-623514 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.16.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| start | -o=json --download-only | download-only-623514 | jenkins | v1.31.2 | 18 Sep 23 18:54 UTC | |
| | -p download-only-623514 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.28.2 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | 18 Sep 23 18:55 UTC |
| delete | -p download-only-623514 | download-only-623514 | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | 18 Sep 23 18:55 UTC |
| delete | -p download-only-623514 | download-only-623514 | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | 18 Sep 23 18:55 UTC |
| start | --download-only -p | download-docker-150608 | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | |
| | download-docker-150608 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-150608 | download-docker-150608 | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | 18 Sep 23 18:55 UTC |
| start | --download-only -p | binary-mirror-476016 | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | |
| | binary-mirror-476016 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:35741 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-476016 | binary-mirror-476016 | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | 18 Sep 23 18:55 UTC |
| start | -p addons-351470 | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:55 UTC | 18 Sep 23 18:58 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=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | disable cloud-spanner -p | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | 18 Sep 23 18:58 UTC |
| | addons-351470 | | | | | |
| addons | enable headlamp | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | |
| | -p addons-351470 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-351470 ip | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | 18 Sep 23 18:58 UTC |
| addons | addons-351470 addons disable | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | 18 Sep 23 18:58 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-351470 ssh curl -s | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-351470 addons | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | 18 Sep 23 18:58 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-351470 addons | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | 18 Sep 23 18:58 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-351470 addons | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:58 UTC | 18 Sep 23 18:59 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 18:59 UTC | 18 Sep 23 18:59 UTC |
| | addons-351470 | | | | | |
| ip | addons-351470 ip | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 19:00 UTC | 18 Sep 23 19:00 UTC |
| addons | addons-351470 addons disable | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 19:00 UTC | 18 Sep 23 19:00 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-351470 addons disable | addons-351470 | jenkins | v1.31.2 | 18 Sep 23 19:00 UTC | 18 Sep 23 19:01 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/09/18 18:55:14
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.21.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0918 18:55:14.129571 648496 out.go:296] Setting OutFile to fd 1 ...
I0918 18:55:14.129754 648496 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0918 18:55:14.129762 648496 out.go:309] Setting ErrFile to fd 2...
I0918 18:55:14.129768 648496 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0918 18:55:14.130038 648496 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17263-642665/.minikube/bin
I0918 18:55:14.130586 648496 out.go:303] Setting JSON to false
I0918 18:55:14.131543 648496 start.go:128] hostinfo: {"hostname":"ip-172-31-30-239","uptime":9460,"bootTime":1695053855,"procs":237,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1044-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0918 18:55:14.131622 648496 start.go:138] virtualization:
I0918 18:55:14.144289 648496 out.go:177] * [addons-351470] minikube v1.31.2 on Ubuntu 20.04 (arm64)
I0918 18:55:14.150729 648496 out.go:177] - MINIKUBE_LOCATION=17263
I0918 18:55:14.152979 648496 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0918 18:55:14.150853 648496 notify.go:220] Checking for updates...
I0918 18:55:14.158372 648496 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17263-642665/kubeconfig
I0918 18:55:14.160760 648496 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17263-642665/.minikube
I0918 18:55:14.162694 648496 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0918 18:55:14.165067 648496 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0918 18:55:14.167501 648496 driver.go:373] Setting default libvirt URI to qemu:///system
I0918 18:55:14.194602 648496 docker.go:121] docker version: linux-24.0.6:Docker Engine - Community
I0918 18:55:14.194724 648496 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0918 18:55:14.291669 648496 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-09-18 18:55:14.281895585 +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-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I0918 18:55:14.291806 648496 docker.go:294] overlay module found
I0918 18:55:14.295925 648496 out.go:177] * Using the docker driver based on user configuration
I0918 18:55:14.298139 648496 start.go:298] selected driver: docker
I0918 18:55:14.298155 648496 start.go:902] validating driver "docker" against <nil>
I0918 18:55:14.298167 648496 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0918 18:55:14.298804 648496 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0918 18:55:14.366319 648496 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-09-18 18:55:14.355335125 +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-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I0918 18:55:14.366499 648496 start_flags.go:307] no existing cluster config was found, will generate one from the flags
I0918 18:55:14.366758 648496 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]
I0918 18:55:14.368950 648496 out.go:177] * Using Docker driver with root privileges
I0918 18:55:14.371169 648496 cni.go:84] Creating CNI manager for ""
I0918 18:55:14.371195 648496 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0918 18:55:14.371207 648496 start_flags.go:316] Found "CNI" CNI - setting NetworkPlugin=cni
I0918 18:55:14.371218 648496 start_flags.go:321] config:
{Name:addons-351470 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 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.2 ClusterName:addons-351470 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: 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}
I0918 18:55:14.373476 648496 out.go:177] * Starting control plane node addons-351470 in cluster addons-351470
I0918 18:55:14.375461 648496 cache.go:122] Beginning downloading kic base image for docker with crio
I0918 18:55:14.377789 648496 out.go:177] * Pulling base image ...
I0918 18:55:14.380037 648496 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I0918 18:55:14.380097 648496 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17263-642665/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4
I0918 18:55:14.380110 648496 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 in local docker daemon
I0918 18:55:14.380117 648496 cache.go:57] Caching tarball of preloaded images
I0918 18:55:14.380203 648496 preload.go:174] Found /home/jenkins/minikube-integration/17263-642665/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0918 18:55:14.380213 648496 cache.go:60] Finished verifying existence of preloaded tar for v1.28.2 on crio
I0918 18:55:14.380560 648496 profile.go:148] Saving config to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/config.json ...
I0918 18:55:14.380590 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/config.json: {Name:mk3fb0408b5d9dad7821d789b87d077f5681e779 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:14.397416 648496 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 to local cache
I0918 18:55:14.397566 648496 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 in local cache directory
I0918 18:55:14.397585 648496 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 in local cache directory, skipping pull
I0918 18:55:14.397591 648496 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 exists in cache, skipping pull
I0918 18:55:14.397599 648496 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 as a tarball
I0918 18:55:14.397605 648496 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 from local cache
I0918 18:55:30.433587 648496 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 from cached tarball
I0918 18:55:30.433625 648496 cache.go:195] Successfully downloaded all kic artifacts
I0918 18:55:30.433678 648496 start.go:365] acquiring machines lock for addons-351470: {Name:mk8c04819510b908dbe116c0bcf21061e409e05e Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0918 18:55:30.433800 648496 start.go:369] acquired machines lock for "addons-351470" in 98.905µs
I0918 18:55:30.433833 648496 start.go:93] Provisioning new machine with config: &{Name:addons-351470 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 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.2 ClusterName:addons-351470 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.2 ContainerRuntime:crio 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 Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.28.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0918 18:55:30.433910 648496 start.go:125] createHost starting for "" (driver="docker")
I0918 18:55:30.436852 648496 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0918 18:55:30.437106 648496 start.go:159] libmachine.API.Create for "addons-351470" (driver="docker")
I0918 18:55:30.437132 648496 client.go:168] LocalClient.Create starting
I0918 18:55:30.437263 648496 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca.pem
I0918 18:55:30.816732 648496 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/cert.pem
I0918 18:55:31.295906 648496 cli_runner.go:164] Run: docker network inspect addons-351470 --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}}]}"
W0918 18:55:31.317826 648496 cli_runner.go:211] docker network inspect addons-351470 --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
I0918 18:55:31.317906 648496 network_create.go:281] running [docker network inspect addons-351470] to gather additional debugging logs...
I0918 18:55:31.317927 648496 cli_runner.go:164] Run: docker network inspect addons-351470
W0918 18:55:31.334543 648496 cli_runner.go:211] docker network inspect addons-351470 returned with exit code 1
I0918 18:55:31.334577 648496 network_create.go:284] error running [docker network inspect addons-351470]: docker network inspect addons-351470: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-351470 not found
I0918 18:55:31.334589 648496 network_create.go:286] output of [docker network inspect addons-351470]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-351470 not found
** /stderr **
I0918 18:55:31.334659 648496 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}}]}"
I0918 18:55:31.353482 648496 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:0x4000cbd4b0}
I0918 18:55:31.353520 648496 network_create.go:123] attempt to create docker network addons-351470 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0918 18:55:31.353575 648496 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-351470 addons-351470
I0918 18:55:31.429109 648496 network_create.go:107] docker network addons-351470 192.168.49.0/24 created
I0918 18:55:31.429141 648496 kic.go:117] calculated static IP "192.168.49.2" for the "addons-351470" container
I0918 18:55:31.429223 648496 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0918 18:55:31.445718 648496 cli_runner.go:164] Run: docker volume create addons-351470 --label name.minikube.sigs.k8s.io=addons-351470 --label created_by.minikube.sigs.k8s.io=true
I0918 18:55:31.464588 648496 oci.go:103] Successfully created a docker volume addons-351470
I0918 18:55:31.464680 648496 cli_runner.go:164] Run: docker run --rm --name addons-351470-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-351470 --entrypoint /usr/bin/test -v addons-351470:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 -d /var/lib
I0918 18:55:33.356021 648496 cli_runner.go:217] Completed: docker run --rm --name addons-351470-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-351470 --entrypoint /usr/bin/test -v addons-351470:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 -d /var/lib: (1.891290146s)
I0918 18:55:33.356061 648496 oci.go:107] Successfully prepared a docker volume addons-351470
I0918 18:55:33.356080 648496 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I0918 18:55:33.356099 648496 kic.go:190] Starting extracting preloaded images to volume ...
I0918 18:55:33.356196 648496 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17263-642665/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-351470:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 -I lz4 -xf /preloaded.tar -C /extractDir
I0918 18:55:37.593894 648496 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17263-642665/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-351470:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 -I lz4 -xf /preloaded.tar -C /extractDir: (4.237642823s)
I0918 18:55:37.593926 648496 kic.go:199] duration metric: took 4.237824 seconds to extract preloaded images to volume
W0918 18:55:37.594066 648496 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0918 18:55:37.594187 648496 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0918 18:55:37.653849 648496 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-351470 --name addons-351470 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-351470 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-351470 --network addons-351470 --ip 192.168.49.2 --volume addons-351470:/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-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3
I0918 18:55:38.014403 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Running}}
I0918 18:55:38.044380 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:55:38.068104 648496 cli_runner.go:164] Run: docker exec addons-351470 stat /var/lib/dpkg/alternatives/iptables
I0918 18:55:38.136690 648496 oci.go:144] the created container "addons-351470" has a running status.
I0918 18:55:38.136722 648496 kic.go:221] Creating ssh key for kic: /home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa...
I0918 18:55:38.281384 648496 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0918 18:55:38.312034 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:55:38.342435 648496 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0918 18:55:38.342466 648496 kic_runner.go:114] Args: [docker exec --privileged addons-351470 chown docker:docker /home/docker/.ssh/authorized_keys]
I0918 18:55:38.420593 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:55:38.450551 648496 machine.go:88] provisioning docker machine ...
I0918 18:55:38.450580 648496 ubuntu.go:169] provisioning hostname "addons-351470"
I0918 18:55:38.450645 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:38.477310 648496 main.go:141] libmachine: Using SSH client type: native
I0918 18:55:38.477735 648496 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ac3c0] 0x3aeb30 <nil> [] 0s} 127.0.0.1 33415 <nil> <nil>}
I0918 18:55:38.477747 648496 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-351470 && echo "addons-351470" | sudo tee /etc/hostname
I0918 18:55:38.478334 648496 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38154->127.0.0.1:33415: read: connection reset by peer
I0918 18:55:41.633096 648496 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-351470
I0918 18:55:41.633206 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:41.652286 648496 main.go:141] libmachine: Using SSH client type: native
I0918 18:55:41.652701 648496 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ac3c0] 0x3aeb30 <nil> [] 0s} 127.0.0.1 33415 <nil> <nil>}
I0918 18:55:41.652718 648496 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-351470' /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-351470/g' /etc/hosts;
else
echo '127.0.1.1 addons-351470' | sudo tee -a /etc/hosts;
fi
fi
I0918 18:55:41.793034 648496 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0918 18:55:41.793104 648496 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17263-642665/.minikube CaCertPath:/home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17263-642665/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17263-642665/.minikube}
I0918 18:55:41.793139 648496 ubuntu.go:177] setting up certificates
I0918 18:55:41.793177 648496 provision.go:83] configureAuth start
I0918 18:55:41.793285 648496 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-351470
I0918 18:55:41.811472 648496 provision.go:138] copyHostCerts
I0918 18:55:41.811552 648496 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17263-642665/.minikube/ca.pem (1082 bytes)
I0918 18:55:41.811684 648496 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17263-642665/.minikube/cert.pem (1123 bytes)
I0918 18:55:41.811754 648496 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17263-642665/.minikube/key.pem (1675 bytes)
I0918 18:55:41.811838 648496 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17263-642665/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca-key.pem org=jenkins.addons-351470 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-351470]
I0918 18:55:42.525302 648496 provision.go:172] copyRemoteCerts
I0918 18:55:42.525371 648496 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0918 18:55:42.525416 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:42.547235 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:55:42.646651 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0918 18:55:42.676674 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0918 18:55:42.707870 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0918 18:55:42.736786 648496 provision.go:86] duration metric: configureAuth took 943.576423ms
I0918 18:55:42.736814 648496 ubuntu.go:193] setting minikube options for container-runtime
I0918 18:55:42.736998 648496 config.go:182] Loaded profile config "addons-351470": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I0918 18:55:42.737110 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:42.755826 648496 main.go:141] libmachine: Using SSH client type: native
I0918 18:55:42.756240 648496 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ac3c0] 0x3aeb30 <nil> [] 0s} 127.0.0.1 33415 <nil> <nil>}
I0918 18:55:42.756271 648496 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0918 18:55:43.015456 648496 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0918 18:55:43.015482 648496 machine.go:91] provisioned docker machine in 4.564911182s
I0918 18:55:43.015492 648496 client.go:171] LocalClient.Create took 12.578354739s
I0918 18:55:43.015503 648496 start.go:167] duration metric: libmachine.API.Create for "addons-351470" took 12.578400089s
I0918 18:55:43.015511 648496 start.go:300] post-start starting for "addons-351470" (driver="docker")
I0918 18:55:43.015521 648496 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]
I0918 18:55:43.015603 648496 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
I0918 18:55:43.015653 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:43.037893 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:55:43.139152 648496 ssh_runner.go:195] Run: cat /etc/os-release
I0918 18:55:43.143365 648496 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0918 18:55:43.143400 648496 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0918 18:55:43.143412 648496 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0918 18:55:43.143420 648496 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0918 18:55:43.143431 648496 filesync.go:126] Scanning /home/jenkins/minikube-integration/17263-642665/.minikube/addons for local assets ...
I0918 18:55:43.143506 648496 filesync.go:126] Scanning /home/jenkins/minikube-integration/17263-642665/.minikube/files for local assets ...
I0918 18:55:43.143534 648496 start.go:303] post-start completed in 128.01724ms
I0918 18:55:43.143868 648496 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-351470
I0918 18:55:43.161156 648496 profile.go:148] Saving config to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/config.json ...
I0918 18:55:43.161441 648496 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0918 18:55:43.161493 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:43.178880 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:55:43.277852 648496 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0918 18:55:43.283558 648496 start.go:128] duration metric: createHost completed in 12.849631537s
I0918 18:55:43.283580 648496 start.go:83] releasing machines lock for "addons-351470", held for 12.849765002s
I0918 18:55:43.283651 648496 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-351470
I0918 18:55:43.301431 648496 ssh_runner.go:195] Run: cat /version.json
I0918 18:55:43.301454 648496 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0918 18:55:43.301485 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:43.301522 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:55:43.321063 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:55:43.322478 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:55:43.416469 648496 ssh_runner.go:195] Run: systemctl --version
I0918 18:55:43.560468 648496 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0918 18:55:43.710596 648496 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0918 18:55:43.716154 648496 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 "sudo mv {} {}.mk_disabled" ;
I0918 18:55:43.741457 648496 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0918 18:55:43.741537 648496 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" ;
I0918 18:55:43.777622 648496 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0918 18:55:43.777643 648496 start.go:469] detecting cgroup driver to use...
I0918 18:55:43.777676 648496 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0918 18:55:43.777727 648496 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0918 18:55:43.796535 648496 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0918 18:55:43.810566 648496 docker.go:196] disabling cri-docker service (if available) ...
I0918 18:55:43.810674 648496 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0918 18:55:43.826976 648496 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0918 18:55:43.844266 648496 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0918 18:55:43.939181 648496 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0918 18:55:44.060817 648496 docker.go:212] disabling docker service ...
I0918 18:55:44.060924 648496 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0918 18:55:44.083832 648496 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0918 18:55:44.100633 648496 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0918 18:55:44.196546 648496 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0918 18:55:44.303130 648496 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0918 18:55:44.317150 648496 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0918 18:55:44.337602 648496 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0918 18:55:44.337669 648496 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I0918 18:55:44.350393 648496 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0918 18:55:44.350466 648496 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0918 18:55:44.364380 648496 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0918 18:55:44.383342 648496 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0918 18:55:44.395383 648496 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0918 18:55:44.406558 648496 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0918 18:55:44.417472 648496 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0918 18:55:44.427933 648496 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0918 18:55:44.515011 648496 ssh_runner.go:195] Run: sudo systemctl restart crio
I0918 18:55:44.644632 648496 start.go:516] Will wait 60s for socket path /var/run/crio/crio.sock
I0918 18:55:44.644717 648496 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0918 18:55:44.649545 648496 start.go:537] Will wait 60s for crictl version
I0918 18:55:44.649608 648496 ssh_runner.go:195] Run: which crictl
I0918 18:55:44.654096 648496 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0918 18:55:44.704453 648496 start.go:553] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0918 18:55:44.704552 648496 ssh_runner.go:195] Run: crio --version
I0918 18:55:44.747608 648496 ssh_runner.go:195] Run: crio --version
I0918 18:55:44.792302 648496 out.go:177] * Preparing Kubernetes v1.28.2 on CRI-O 1.24.6 ...
I0918 18:55:44.794751 648496 cli_runner.go:164] Run: docker network inspect addons-351470 --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}}]}"
I0918 18:55:44.811633 648496 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0918 18:55:44.816299 648496 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""
I0918 18:55:44.830011 648496 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I0918 18:55:44.830082 648496 ssh_runner.go:195] Run: sudo crictl images --output json
I0918 18:55:44.892962 648496 crio.go:496] all images are preloaded for cri-o runtime.
I0918 18:55:44.892984 648496 crio.go:415] Images already preloaded, skipping extraction
I0918 18:55:44.893040 648496 ssh_runner.go:195] Run: sudo crictl images --output json
I0918 18:55:44.936953 648496 crio.go:496] all images are preloaded for cri-o runtime.
I0918 18:55:44.936973 648496 cache_images.go:84] Images are preloaded, skipping loading
I0918 18:55:44.937070 648496 ssh_runner.go:195] Run: crio config
I0918 18:55:44.993662 648496 cni.go:84] Creating CNI manager for ""
I0918 18:55:44.993683 648496 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0918 18:55:44.993720 648496 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0918 18:55:44.993744 648496 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-351470 NodeName:addons-351470 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0918 18:55:44.993884 648496 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:///var/run/crio/crio.sock
name: "addons-351470"
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.2
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
I0918 18:55:44.993953 648496 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-351470 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.2 ClusterName:addons-351470 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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:}
I0918 18:55:44.994019 648496 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.2
I0918 18:55:45.010680 648496 binaries.go:44] Found k8s binaries, skipping transfer
I0918 18:55:45.010770 648496 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0918 18:55:45.034235 648496 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I0918 18:55:45.081585 648496 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0918 18:55:45.124208 648496 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I0918 18:55:45.157236 648496 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0918 18:55:45.163549 648496 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""
I0918 18:55:45.184370 648496 certs.go:56] Setting up /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470 for IP: 192.168.49.2
I0918 18:55:45.184435 648496 certs.go:190] acquiring lock for shared ca certs: {Name:mkb16b377708c2d983623434e9d896d9d8fd7133 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:45.184670 648496 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17263-642665/.minikube/ca.key
I0918 18:55:45.870169 648496 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17263-642665/.minikube/ca.crt ...
I0918 18:55:45.870201 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/ca.crt: {Name:mk8ce942029a0252572de9cb7b7d9efee3019b19 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:45.870416 648496 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17263-642665/.minikube/ca.key ...
I0918 18:55:45.870433 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/ca.key: {Name:mk519f55d35ef0dfd7b5f58eb679af53f0fdf2ff Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:45.870526 648496 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17263-642665/.minikube/proxy-client-ca.key
I0918 18:55:48.079293 648496 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17263-642665/.minikube/proxy-client-ca.crt ...
I0918 18:55:48.079335 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/proxy-client-ca.crt: {Name:mk3dacbced543e99900eaea9b133012dae11b85b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:48.079545 648496 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17263-642665/.minikube/proxy-client-ca.key ...
I0918 18:55:48.079554 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/proxy-client-ca.key: {Name:mkc064c1a51f99c9b98de1d53513177dda997c24 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:48.079690 648496 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/client.key
I0918 18:55:48.079734 648496 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/client.crt with IP's: []
I0918 18:55:48.450727 648496 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/client.crt ...
I0918 18:55:48.450764 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/client.crt: {Name:mk9cf70eae8ff62c50839a2cd2c9a29cbe4330ec Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:48.450965 648496 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/client.key ...
I0918 18:55:48.450981 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/client.key: {Name:mk9d001b63a8a7ce465d82d0b39908eac9c7eec9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:48.451600 648496 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.key.dd3b5fb2
I0918 18:55:48.451631 648496 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0918 18:55:48.730498 648496 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.crt.dd3b5fb2 ...
I0918 18:55:48.730534 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.crt.dd3b5fb2: {Name:mk6e6762897d4c7e3e3cde69c2e29c2bec36ef38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:48.731200 648496 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.key.dd3b5fb2 ...
I0918 18:55:48.731225 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.key.dd3b5fb2: {Name:mk2bc6742a825845966f3c6be3f59c519d0c0961 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:48.731312 648496 certs.go:337] copying /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.crt
I0918 18:55:48.731381 648496 certs.go:341] copying /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.key
I0918 18:55:48.731434 648496 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.key
I0918 18:55:48.731453 648496 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.crt with IP's: []
I0918 18:55:50.129170 648496 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.crt ...
I0918 18:55:50.129208 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.crt: {Name:mkfae3f3218f2f6445507927280b4e94eeda031a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:50.129955 648496 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.key ...
I0918 18:55:50.129974 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.key: {Name:mk381624f0d7b6e5a5f6676b7678903363d91ae2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:55:50.130186 648496 certs.go:437] found cert: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca-key.pem (1675 bytes)
I0918 18:55:50.130235 648496 certs.go:437] found cert: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/home/jenkins/minikube-integration/17263-642665/.minikube/certs/ca.pem (1082 bytes)
I0918 18:55:50.130271 648496 certs.go:437] found cert: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/home/jenkins/minikube-integration/17263-642665/.minikube/certs/cert.pem (1123 bytes)
I0918 18:55:50.130302 648496 certs.go:437] found cert: /home/jenkins/minikube-integration/17263-642665/.minikube/certs/home/jenkins/minikube-integration/17263-642665/.minikube/certs/key.pem (1675 bytes)
I0918 18:55:50.130998 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0918 18:55:50.163526 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0918 18:55:50.196531 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0918 18:55:50.226293 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/profiles/addons-351470/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0918 18:55:50.256316 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0918 18:55:50.285901 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0918 18:55:50.315637 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0918 18:55:50.344082 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0918 18:55:50.372471 648496 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17263-642665/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0918 18:55:50.400936 648496 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0918 18:55:50.422129 648496 ssh_runner.go:195] Run: openssl version
I0918 18:55:50.429557 648496 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"
I0918 18:55:50.441465 648496 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0918 18:55:50.446311 648496 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Sep 18 18:55 /usr/share/ca-certificates/minikubeCA.pem
I0918 18:55:50.446389 648496 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0918 18:55:50.455229 648496 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"
I0918 18:55:50.467050 648496 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0918 18:55:50.471653 648496 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
I0918 18:55:50.471752 648496 kubeadm.go:404] StartCluster: {Name:addons-351470 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694798187-17250@sha256:8d9a070cda8e1b1082ed355bde1aaf66fbf63d64fa6e9f553f449efc74157fe3 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.2 ClusterName:addons-351470 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.2 ContainerRuntime:crio 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:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s}
I0918 18:55:50.471918 648496 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0918 18:55:50.471981 648496 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0918 18:55:50.514883 648496 cri.go:89] found id: ""
I0918 18:55:50.514956 648496 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0918 18:55:50.525580 648496 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0918 18:55:50.536571 648496 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0918 18:55:50.536688 648496 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
I0918 18:55:50.547610 648496 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
I0918 18:55:50.547649 648496 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.2:$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"
I0918 18:55:50.601042 648496 kubeadm.go:322] [init] Using Kubernetes version: v1.28.2
I0918 18:55:50.601287 648496 kubeadm.go:322] [preflight] Running pre-flight checks
I0918 18:55:50.646727 648496 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0918 18:55:50.646839 648496 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1044-aws[0m
I0918 18:55:50.646898 648496 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0918 18:55:50.646970 648496 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0918 18:55:50.647042 648496 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0918 18:55:50.647104 648496 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0918 18:55:50.647174 648496 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0918 18:55:50.647234 648496 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0918 18:55:50.647305 648496 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0918 18:55:50.647364 648496 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0918 18:55:50.647431 648496 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0918 18:55:50.647550 648496 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0918 18:55:50.735171 648496 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0918 18:55:50.735330 648496 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0918 18:55:50.735462 648496 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0918 18:55:50.996777 648496 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0918 18:55:50.999954 648496 out.go:204] - Generating certificates and keys ...
I0918 18:55:51.000099 648496 kubeadm.go:322] [certs] Using existing ca certificate authority
I0918 18:55:51.000161 648496 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0918 18:55:51.354564 648496 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0918 18:55:52.016551 648496 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0918 18:55:52.403400 648496 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0918 18:55:53.058358 648496 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0918 18:55:53.641305 648496 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0918 18:55:53.641825 648496 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-351470 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0918 18:55:54.290652 648496 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0918 18:55:54.291176 648496 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-351470 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0918 18:55:54.603528 648496 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0918 18:55:54.836218 648496 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0918 18:55:55.276696 648496 kubeadm.go:322] [certs] Generating "sa" key and public key
I0918 18:55:55.277093 648496 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0918 18:55:55.713068 648496 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0918 18:55:56.271080 648496 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0918 18:55:56.591944 648496 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0918 18:55:56.979931 648496 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0918 18:55:56.980519 648496 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0918 18:55:56.983114 648496 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0918 18:55:56.986710 648496 out.go:204] - Booting up control plane ...
I0918 18:55:56.986863 648496 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0918 18:55:56.986941 648496 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0918 18:55:56.987586 648496 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0918 18:55:56.998638 648496 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0918 18:55:56.999626 648496 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0918 18:55:56.999823 648496 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0918 18:55:57.103960 648496 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
I0918 18:56:05.107293 648496 kubeadm.go:322] [apiclient] All control plane components are healthy after 8.003397 seconds
I0918 18:56:05.107414 648496 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0918 18:56:05.124454 648496 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0918 18:56:05.651036 648496 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0918 18:56:05.651224 648496 kubeadm.go:322] [mark-control-plane] Marking the node addons-351470 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0918 18:56:06.163427 648496 kubeadm.go:322] [bootstrap-token] Using token: z2ghwa.ius3vvohde9l6hlk
I0918 18:56:06.165794 648496 out.go:204] - Configuring RBAC rules ...
I0918 18:56:06.165923 648496 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0918 18:56:06.172969 648496 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0918 18:56:06.181749 648496 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
I0918 18:56:06.187891 648496 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0918 18:56:06.192282 648496 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0918 18:56:06.197809 648496 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0918 18:56:06.216027 648496 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0918 18:56:06.475987 648496 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0918 18:56:06.612146 648496 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0918 18:56:06.612163 648496 kubeadm.go:322]
I0918 18:56:06.612220 648496 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0918 18:56:06.612225 648496 kubeadm.go:322]
I0918 18:56:06.612297 648496 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0918 18:56:06.612302 648496 kubeadm.go:322]
I0918 18:56:06.612325 648496 kubeadm.go:322] mkdir -p $HOME/.kube
I0918 18:56:06.612387 648496 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0918 18:56:06.612434 648496 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0918 18:56:06.612439 648496 kubeadm.go:322]
I0918 18:56:06.612489 648496 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0918 18:56:06.612494 648496 kubeadm.go:322]
I0918 18:56:06.612539 648496 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0918 18:56:06.612544 648496 kubeadm.go:322]
I0918 18:56:06.612593 648496 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0918 18:56:06.612663 648496 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0918 18:56:06.612727 648496 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0918 18:56:06.612731 648496 kubeadm.go:322]
I0918 18:56:06.612810 648496 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0918 18:56:06.612882 648496 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0918 18:56:06.612886 648496 kubeadm.go:322]
I0918 18:56:06.612965 648496 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token z2ghwa.ius3vvohde9l6hlk \
I0918 18:56:06.613061 648496 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:1471e1bb7c66f1f1f8363746a1e5f2ae35a8554d6ad2342a0b3973b70608e7c8 \
I0918 18:56:06.613081 648496 kubeadm.go:322] --control-plane
I0918 18:56:06.613086 648496 kubeadm.go:322]
I0918 18:56:06.613165 648496 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0918 18:56:06.613171 648496 kubeadm.go:322]
I0918 18:56:06.613247 648496 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token z2ghwa.ius3vvohde9l6hlk \
I0918 18:56:06.613343 648496 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:1471e1bb7c66f1f1f8363746a1e5f2ae35a8554d6ad2342a0b3973b70608e7c8
I0918 18:56:06.615591 648496 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
I0918 18:56:06.615710 648496 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0918 18:56:06.615877 648496 cni.go:84] Creating CNI manager for ""
I0918 18:56:06.615890 648496 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0918 18:56:06.618406 648496 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0918 18:56:06.620660 648496 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0918 18:56:06.629983 648496 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.2/kubectl ...
I0918 18:56:06.630001 648496 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0918 18:56:06.675116 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0918 18:56:07.589794 648496 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0918 18:56:07.589917 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:07.590002 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl label nodes minikube.k8s.io/version=v1.31.2 minikube.k8s.io/commit=ae2adeb20cc3a4b5f1decc7c8f53736ec04c4a36 minikube.k8s.io/name=addons-351470 minikube.k8s.io/updated_at=2023_09_18T18_56_07_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:07.739098 648496 ops.go:34] apiserver oom_adj: -16
I0918 18:56:07.739203 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:07.845481 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:08.456785 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:08.957142 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:09.457069 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:09.956977 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:10.456743 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:10.956760 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:11.456252 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:11.956392 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:12.456261 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:12.956601 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:13.457114 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:13.957003 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:14.456801 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:14.956705 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:15.456741 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:15.956290 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:16.456732 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:16.956968 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:17.456256 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:17.956671 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:18.456715 648496 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0918 18:56:18.552997 648496 kubeadm.go:1081] duration metric: took 10.96312205s to wait for elevateKubeSystemPrivileges.
I0918 18:56:18.553024 648496 kubeadm.go:406] StartCluster complete in 28.081276711s
I0918 18:56:18.553041 648496 settings.go:142] acquiring lock: {Name:mk1cee0139b5f0ae29a168e7793f3f69abc95f11 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:56:18.553162 648496 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17263-642665/kubeconfig
I0918 18:56:18.553549 648496 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17263-642665/kubeconfig: {Name:mkbc55d6d811840d4d5667f8f39c79585e0314ec Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0918 18:56:18.554276 648496 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0918 18:56:18.554564 648496 config.go:182] Loaded profile config "addons-351470": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I0918 18:56:18.554674 648496 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]
I0918 18:56:18.554761 648496 addons.go:69] Setting volumesnapshots=true in profile "addons-351470"
I0918 18:56:18.554777 648496 addons.go:231] Setting addon volumesnapshots=true in "addons-351470"
I0918 18:56:18.554816 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.555271 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.555751 648496 addons.go:69] Setting cloud-spanner=true in profile "addons-351470"
I0918 18:56:18.555770 648496 addons.go:231] Setting addon cloud-spanner=true in "addons-351470"
I0918 18:56:18.555824 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.556203 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.556731 648496 addons.go:69] Setting inspektor-gadget=true in profile "addons-351470"
I0918 18:56:18.556757 648496 addons.go:231] Setting addon inspektor-gadget=true in "addons-351470"
I0918 18:56:18.556789 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.557186 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.557503 648496 addons.go:69] Setting metrics-server=true in profile "addons-351470"
I0918 18:56:18.557524 648496 addons.go:231] Setting addon metrics-server=true in "addons-351470"
I0918 18:56:18.557562 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.557933 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.564013 648496 addons.go:69] Setting registry=true in profile "addons-351470"
I0918 18:56:18.564046 648496 addons.go:231] Setting addon registry=true in "addons-351470"
I0918 18:56:18.564092 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.564522 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.567372 648496 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-351470"
I0918 18:56:18.567517 648496 addons.go:69] Setting storage-provisioner=true in profile "addons-351470"
I0918 18:56:18.567547 648496 addons.go:231] Setting addon storage-provisioner=true in "addons-351470"
I0918 18:56:18.567599 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.572257 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.572456 648496 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-351470"
I0918 18:56:18.572616 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.572759 648496 addons.go:69] Setting default-storageclass=true in profile "addons-351470"
I0918 18:56:18.572785 648496 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-351470"
I0918 18:56:18.573062 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.586841 648496 addons.go:69] Setting gcp-auth=true in profile "addons-351470"
I0918 18:56:18.586927 648496 mustload.go:65] Loading cluster: addons-351470
I0918 18:56:18.587126 648496 config.go:182] Loaded profile config "addons-351470": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I0918 18:56:18.587378 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.609655 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.610530 648496 addons.go:69] Setting ingress=true in profile "addons-351470"
I0918 18:56:18.610565 648496 addons.go:231] Setting addon ingress=true in "addons-351470"
I0918 18:56:18.623072 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.623558 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.620452 648496 addons.go:69] Setting ingress-dns=true in profile "addons-351470"
I0918 18:56:18.695926 648496 addons.go:231] Setting addon ingress-dns=true in "addons-351470"
I0918 18:56:18.696008 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.696484 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.714467 648496 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.10
I0918 18:56:18.727522 648496 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I0918 18:56:18.729540 648496 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0918 18:56:18.729561 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0918 18:56:18.729626 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.727857 648496 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I0918 18:56:18.729875 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0918 18:56:18.729948 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.727864 648496 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0918 18:56:18.735038 648496 out.go:177] - Using image docker.io/registry:2.8.1
I0918 18:56:18.745610 648496 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0918 18:56:18.744375 648496 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0918 18:56:18.751863 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0918 18:56:18.751952 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.755350 648496 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.20.0
I0918 18:56:18.757469 648496 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I0918 18:56:18.757491 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0918 18:56:18.757578 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.758327 648496 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I0918 18:56:18.758347 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0918 18:56:18.758400 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.819201 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.844223 648496 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0918 18:56:18.854803 648496 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0918 18:56:18.854825 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0918 18:56:18.854882 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.853596 648496 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0918 18:56:18.853700 648496 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-351470" context rescaled to 1 replicas
I0918 18:56:18.866436 648496 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0918 18:56:18.869947 648496 addons.go:231] Setting addon default-storageclass=true in "addons-351470"
I0918 18:56:18.874208 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:18.874120 648496 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0918 18:56:18.876298 648496 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0918 18:56:18.874131 648496 out.go:177] * Verifying Kubernetes components...
I0918 18:56:18.874136 648496 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0918 18:56:18.874140 648496 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0918 18:56:18.874969 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:18.888082 648496 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0918 18:56:18.891906 648496 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0918 18:56:18.895989 648496 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0918 18:56:18.896012 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0918 18:56:18.896081 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.919884 648496 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0918 18:56:18.920941 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:18.928980 648496 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0918 18:56:18.926631 648496 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0918 18:56:18.939660 648496 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.8.2
I0918 18:56:18.948157 648496 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0918 18:56:18.955294 648496 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0918 18:56:18.948495 648496 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0918 18:56:18.955700 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:18.964137 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I0918 18:56:18.964266 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:18.968033 648496 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0918 18:56:18.965985 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:18.966731 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:18.976771 648496 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0918 18:56:18.976790 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0918 18:56:18.976861 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:19.014359 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:19.015930 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:19.063230 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:19.065213 648496 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I0918 18:56:19.065234 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0918 18:56:19.065297 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:19.094836 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:19.115861 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:19.139857 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:19.320691 648496 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0918 18:56:19.320759 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0918 18:56:19.378000 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0918 18:56:19.399831 648496 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I0918 18:56:19.399902 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0918 18:56:19.438372 648496 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0918 18:56:19.438442 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0918 18:56:19.498565 648496 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0918 18:56:19.498641 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0918 18:56:19.507933 648496 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0918 18:56:19.508007 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0918 18:56:19.524162 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0918 18:56:19.546516 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0918 18:56:19.551992 648496 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I0918 18:56:19.552053 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0918 18:56:19.555463 648496 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0918 18:56:19.555522 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0918 18:56:19.567461 648496 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I0918 18:56:19.567532 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0918 18:56:19.572281 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0918 18:56:19.644669 648496 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0918 18:56:19.644695 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0918 18:56:19.647124 648496 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0918 18:56:19.647145 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0918 18:56:19.662292 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0918 18:56:19.679570 648496 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0918 18:56:19.679598 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0918 18:56:19.692185 648496 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0918 18:56:19.692214 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0918 18:56:19.695057 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0918 18:56:19.798045 648496 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0918 18:56:19.798072 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0918 18:56:19.800992 648496 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0918 18:56:19.801018 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0918 18:56:19.853732 648496 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0918 18:56:19.853767 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0918 18:56:19.860614 648496 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0918 18:56:19.860648 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0918 18:56:19.976412 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:20.008962 648496 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0918 18:56:20.008989 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0918 18:56:20.023569 648496 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0918 18:56:20.023606 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0918 18:56:20.068831 648496 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0918 18:56:20.068862 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0918 18:56:20.149023 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:20.207594 648496 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0918 18:56:20.207623 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0918 18:56:20.245366 648496 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I0918 18:56:20.245393 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0918 18:56:20.332325 648496 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0918 18:56:20.332357 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0918 18:56:20.345260 648496 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0918 18:56:20.345287 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I0918 18:56:20.456129 648496 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0918 18:56:20.456162 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0918 18:56:20.463764 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:20.565478 648496 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0918 18:56:20.565503 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0918 18:56:20.666263 648496 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0918 18:56:20.666287 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0918 18:56:20.826439 648496 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0918 18:56:20.826473 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0918 18:56:21.005937 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:21.235946 648496 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (2.34777392s)
I0918 18:56:21.236073 648496 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.380866979s)
I0918 18:56:21.236092 648496 start.go:917] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0918 18:56:21.236930 648496 node_ready.go:35] waiting up to 6m0s for node "addons-351470" to be "Ready" ...
I0918 18:56:22.857372 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.47929133s)
I0918 18:56:23.326748 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:23.685051 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.160805428s)
I0918 18:56:23.685132 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.138549779s)
I0918 18:56:24.342979 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.680657509s)
I0918 18:56:24.343049 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.647963508s)
I0918 18:56:24.343073 648496 addons.go:467] Verifying addon registry=true in "addons-351470"
I0918 18:56:24.343102 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.770581646s)
I0918 18:56:24.343116 648496 addons.go:467] Verifying addon ingress=true in "addons-351470"
I0918 18:56:24.346311 648496 out.go:177] * Verifying ingress addon...
I0918 18:56:24.343418 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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.194354268s)
I0918 18:56:24.343465 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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: (3.879646063s)
I0918 18:56:24.343614 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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: (4.366891774s)
I0918 18:56:24.348894 648496 out.go:177] * Verifying registry addon...
W0918 18:56:24.348972 648496 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:24.349085 648496 addons.go:467] Verifying addon metrics-server=true in "addons-351470"
I0918 18:56:24.352011 648496 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0918 18:56:24.356141 648496 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0918 18:56:24.352449 648496 retry.go:31] will retry after 131.401325ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:24.365238 648496 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0918 18:56:24.365269 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:24.370785 648496 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0918 18:56:24.370809 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:24.411919 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:24.428203 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:24.488695 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:24.778059 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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: (3.772062289s)
I0918 18:56:24.778105 648496 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-351470"
I0918 18:56:24.780408 648496 out.go:177] * Verifying csi-hostpath-driver addon...
I0918 18:56:24.784325 648496 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0918 18:56:24.793994 648496 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0918 18:56:24.794041 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:24.799966 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:24.917059 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:24.940532 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:25.306559 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:25.421789 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:25.436265 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:25.748599 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:25.804802 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:25.923763 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:25.947261 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:26.152067 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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.663321748s)
I0918 18:56:26.312652 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:26.417316 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:26.433263 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:26.808752 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:26.895728 648496 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0918 18:56:26.895825 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:26.916466 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:26.933670 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:26.940339 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:27.149234 648496 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0918 18:56:27.226398 648496 addons.go:231] Setting addon gcp-auth=true in "addons-351470"
I0918 18:56:27.226456 648496 host.go:66] Checking if "addons-351470" exists ...
I0918 18:56:27.226960 648496 cli_runner.go:164] Run: docker container inspect addons-351470 --format={{.State.Status}}
I0918 18:56:27.267282 648496 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0918 18:56:27.267333 648496 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-351470
I0918 18:56:27.310702 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:27.317109 648496 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33415 SSHKeyPath:/home/jenkins/minikube-integration/17263-642665/.minikube/machines/addons-351470/id_rsa Username:docker}
I0918 18:56:27.417509 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:27.433203 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:27.478032 648496 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0918 18:56:27.480683 648496 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0918 18:56:27.483116 648496 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0918 18:56:27.483142 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0918 18:56:27.541254 648496 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0918 18:56:27.541287 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0918 18:56:27.602288 648496 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0918 18:56:27.602313 648496 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I0918 18:56:27.663212 648496 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I0918 18:56:27.807752 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:27.922509 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:27.938098 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:28.237584 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:28.317366 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:28.418172 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:28.433137 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:28.780726 648496 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.11747561s)
I0918 18:56:28.782478 648496 addons.go:467] Verifying addon gcp-auth=true in "addons-351470"
I0918 18:56:28.785793 648496 out.go:177] * Verifying gcp-auth addon...
I0918 18:56:28.789067 648496 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0918 18:56:28.840500 648496 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0918 18:56:28.840565 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:28.844673 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:28.868800 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:28.918129 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:28.933255 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:29.312627 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:29.373579 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:29.417252 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:29.432413 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:29.806124 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:29.874215 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:29.917500 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:29.932940 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:30.312644 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:30.373711 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:30.417450 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:30.433233 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:30.736120 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:30.805033 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:30.872929 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:30.916959 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:30.933279 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:31.311827 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:31.372820 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:31.416588 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:31.433309 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:31.805408 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:31.873257 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:31.917532 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:31.932837 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:32.308015 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:32.374178 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:32.417102 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:32.433852 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:32.736555 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:32.805378 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:32.873364 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:32.916905 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:32.933373 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:33.321493 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:33.373174 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:33.420643 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:33.433304 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:33.816093 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:33.893341 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:33.916665 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:33.934287 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:34.309789 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:34.373178 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:34.417000 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:34.433519 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:34.805056 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:34.882814 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:34.916589 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:34.932901 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:35.237249 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:35.313370 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:35.373643 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:35.417191 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:35.432702 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:35.805714 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:35.874178 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:35.919531 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:35.933044 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:36.305491 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:36.372877 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:36.422970 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:36.432807 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:36.805573 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:36.873305 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:36.916679 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:36.932478 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:37.304947 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:37.373101 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:37.416478 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:37.432591 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:37.735462 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:37.805100 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:37.873244 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:37.916859 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:37.933021 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:38.304204 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:38.372840 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:38.417011 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:38.433049 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:38.804679 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:38.872614 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:38.916529 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:38.932816 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:39.305561 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:39.373423 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:39.416597 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:39.432684 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:39.736392 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:39.805131 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:39.873481 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:39.916262 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:39.932376 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:40.307310 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:40.373099 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:40.416981 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:40.432946 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:40.804282 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:40.872977 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:40.917563 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:40.932829 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:41.304995 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:41.376265 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:41.416500 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:41.432503 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:41.804607 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:41.873078 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:41.916236 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:41.933076 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:42.236651 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:42.305320 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:42.373379 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:42.416830 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:42.433169 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:42.804264 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:42.873099 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:42.916657 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:42.932764 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:43.305276 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:43.372793 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:43.416919 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:43.433039 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:43.805323 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:43.873238 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:43.916014 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:43.933098 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:44.305197 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:44.373252 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:44.416808 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:44.433093 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:44.736347 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:44.804820 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:44.872372 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:44.916577 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:44.932868 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:45.309364 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:45.376029 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:45.417652 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:45.434726 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:45.805244 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:45.873242 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:45.918211 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:45.932209 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:46.305538 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:46.373371 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:46.416664 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:46.432703 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:46.804848 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:46.872816 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:46.916077 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:46.933090 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:47.236280 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:47.304629 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:47.373217 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:47.416916 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:47.433087 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:47.804448 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:47.873623 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:47.916646 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:47.932878 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:48.306215 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:48.372718 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:48.416381 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:48.432432 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:48.804701 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:48.873345 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:48.916470 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:48.932535 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:49.236949 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:49.305438 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:49.373046 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:49.416079 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:49.432887 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:49.805383 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:49.872559 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:49.916372 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:49.932566 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:50.305898 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:50.372775 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:50.416632 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:50.432592 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:50.805095 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:50.873285 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:50.916625 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:50.932582 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:51.304889 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:51.372851 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:51.416355 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:51.432841 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:51.736929 648496 node_ready.go:58] node "addons-351470" has status "Ready":"False"
I0918 18:56:51.804795 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:51.873260 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:51.916867 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:51.933005 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:52.305489 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:52.372630 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:52.417155 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:52.432259 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:52.762208 648496 node_ready.go:49] node "addons-351470" has status "Ready":"True"
I0918 18:56:52.762234 648496 node_ready.go:38] duration metric: took 31.525262638s waiting for node "addons-351470" to be "Ready" ...
I0918 18:56:52.762250 648496 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" ...
I0918 18:56:52.781332 648496 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-hfcps" in "kube-system" namespace to be "Ready" ...
I0918 18:56:52.825250 648496 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0918 18:56:52.825280 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:52.878340 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:52.927458 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:52.955009 648496 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0918 18:56:52.955036 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:53.358995 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:53.398473 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:53.419236 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:53.491150 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:53.806181 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:53.873265 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:53.916547 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:53.933002 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:54.310688 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:54.353704 648496 pod_ready.go:92] pod "coredns-5dd5756b68-hfcps" in "kube-system" namespace has status "Ready":"True"
I0918 18:56:54.353728 648496 pod_ready.go:81] duration metric: took 1.572361024s waiting for pod "coredns-5dd5756b68-hfcps" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.353754 648496 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.359315 648496 pod_ready.go:92] pod "etcd-addons-351470" in "kube-system" namespace has status "Ready":"True"
I0918 18:56:54.359345 648496 pod_ready.go:81] duration metric: took 5.579601ms waiting for pod "etcd-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.359360 648496 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.367447 648496 pod_ready.go:92] pod "kube-apiserver-addons-351470" in "kube-system" namespace has status "Ready":"True"
I0918 18:56:54.367472 648496 pod_ready.go:81] duration metric: took 8.104062ms waiting for pod "kube-apiserver-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.367484 648496 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.373856 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:54.374258 648496 pod_ready.go:92] pod "kube-controller-manager-addons-351470" in "kube-system" namespace has status "Ready":"True"
I0918 18:56:54.374276 648496 pod_ready.go:81] duration metric: took 6.784489ms waiting for pod "kube-controller-manager-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.374290 648496 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-f7vqg" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.416291 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:54.434255 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:54.737468 648496 pod_ready.go:92] pod "kube-proxy-f7vqg" in "kube-system" namespace has status "Ready":"True"
I0918 18:56:54.737556 648496 pod_ready.go:81] duration metric: took 363.256598ms waiting for pod "kube-proxy-f7vqg" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.737593 648496 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:54.806063 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:54.873153 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:54.917383 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:54.933228 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:55.138312 648496 pod_ready.go:92] pod "kube-scheduler-addons-351470" in "kube-system" namespace has status "Ready":"True"
I0918 18:56:55.138342 648496 pod_ready.go:81] duration metric: took 400.724007ms waiting for pod "kube-scheduler-addons-351470" in "kube-system" namespace to be "Ready" ...
I0918 18:56:55.138376 648496 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace to be "Ready" ...
I0918 18:56:55.310785 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:55.372650 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:55.416597 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:55.438038 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:55.805788 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:55.872695 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:55.917333 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:55.933510 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:56.306719 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:56.372811 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:56.417292 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:56.432728 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:56.806396 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:56.873015 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:56.924773 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:56.939987 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:57.307659 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:57.372450 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:57.416727 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:57.434254 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:57.443436 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:56:57.807954 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:57.872953 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:57.917125 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:57.935872 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:58.307679 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:58.373698 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:58.417273 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:58.433109 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:58.806650 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:58.873593 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:58.917570 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:58.944423 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:59.310532 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:59.373621 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:59.416965 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:59.433707 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:56:59.443734 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:56:59.806457 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:56:59.873159 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:56:59.917078 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:56:59.933507 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:00.309788 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:00.376613 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:00.417696 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:00.433903 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:00.807704 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:00.873760 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:00.917464 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:00.933572 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:01.321797 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:01.372983 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:01.417232 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:01.433565 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:01.444374 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:01.807336 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:01.872873 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:01.916201 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:01.932560 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:02.306673 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:02.373712 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:02.416988 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:02.434568 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:02.806200 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:02.874209 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:02.918434 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:02.933603 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:03.316803 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:03.374168 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:03.417480 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:03.435390 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:03.453459 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:03.807190 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:03.874858 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:03.917146 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:03.933611 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:04.309007 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:04.373589 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:04.428247 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:04.434673 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:04.808721 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:04.873735 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:04.924666 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:04.934117 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:05.306852 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:05.373090 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:05.416886 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:05.434087 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:05.810737 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:05.873204 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:05.917655 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:05.933468 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:05.945891 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:06.309849 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:06.372695 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:06.450145 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:06.471631 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:06.808598 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:06.873844 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:06.924066 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:06.940323 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:07.310271 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:07.374013 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:07.418386 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:07.433746 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:07.806306 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:07.873563 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:07.917658 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:07.935118 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:07.949262 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:08.305953 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:08.373459 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:08.417509 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:08.437500 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:08.806183 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:08.872225 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:08.917444 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:08.933647 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:09.321097 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:09.375010 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:09.421695 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:09.436635 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:09.808263 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:09.873123 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:09.917348 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:09.934160 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:09.954266 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:10.311280 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:10.373510 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:10.420784 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:10.481602 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:10.806469 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:10.874071 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:10.917563 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:10.935878 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:11.308805 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:11.373605 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:11.417529 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:11.434106 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:11.807832 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:11.876742 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:11.917777 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:11.944716 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:12.311020 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:12.381506 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:12.441795 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:12.444543 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:12.463916 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:12.806808 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:12.873086 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:12.917402 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:12.933488 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:13.305861 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:13.373254 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:13.416629 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:13.439170 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:13.806292 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:13.877358 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:13.917547 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:13.935185 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:14.306178 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:14.372728 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:14.417853 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:14.433543 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:14.806295 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:14.872675 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:14.918907 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:14.933748 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:14.947006 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:15.307096 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:15.373510 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:15.420518 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:15.435554 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:15.807417 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:15.874654 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:15.918704 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:15.934103 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:16.321895 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:16.375005 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:16.418710 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:16.436638 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:16.808519 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:16.873436 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:16.918831 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:16.936687 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:16.953164 648496 pod_ready.go:102] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"False"
I0918 18:57:17.307558 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:17.373518 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:17.417058 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:17.436200 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:17.806027 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:17.875469 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:17.916837 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:17.935035 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:17.944366 648496 pod_ready.go:92] pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace has status "Ready":"True"
I0918 18:57:17.944437 648496 pod_ready.go:81] duration metric: took 22.806050374s waiting for pod "metrics-server-7c66d45ddc-z9mjl" in "kube-system" namespace to be "Ready" ...
I0918 18:57:17.944473 648496 pod_ready.go:38] duration metric: took 25.182210097s 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" ...
I0918 18:57:17.944516 648496 api_server.go:52] waiting for apiserver process to appear ...
I0918 18:57:17.944606 648496 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0918 18:57:17.970173 648496 api_server.go:72] duration metric: took 59.10365399s to wait for apiserver process to appear ...
I0918 18:57:17.970252 648496 api_server.go:88] waiting for apiserver healthz status ...
I0918 18:57:17.970299 648496 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0918 18:57:17.980621 648496 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0918 18:57:17.982021 648496 api_server.go:141] control plane version: v1.28.2
I0918 18:57:17.982047 648496 api_server.go:131] duration metric: took 11.761001ms to wait for apiserver health ...
I0918 18:57:17.982057 648496 system_pods.go:43] waiting for kube-system pods to appear ...
I0918 18:57:18.002736 648496 system_pods.go:59] 17 kube-system pods found
I0918 18:57:18.002827 648496 system_pods.go:61] "coredns-5dd5756b68-hfcps" [60a3199b-71b3-4769-b9fd-2e8f4a3063b5] Running
I0918 18:57:18.002849 648496 system_pods.go:61] "csi-hostpath-attacher-0" [72054a84-2928-4def-a4e3-90aa1e60bcb0] Running
I0918 18:57:18.002870 648496 system_pods.go:61] "csi-hostpath-resizer-0" [3c473d2f-2f48-4ba5-a9ef-2213775d2843] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0918 18:57:18.002911 648496 system_pods.go:61] "csi-hostpathplugin-cknjm" [2a99e83a-561e-4f98-92f0-b213f2657cdb] 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])
I0918 18:57:18.002935 648496 system_pods.go:61] "etcd-addons-351470" [67afaa28-c8c1-4f45-97c1-b7c5805b1591] Running
I0918 18:57:18.002966 648496 system_pods.go:61] "kindnet-ndjjv" [70d06c5a-515c-44f9-8911-6a675242a745] Running
I0918 18:57:18.002984 648496 system_pods.go:61] "kube-apiserver-addons-351470" [042d8e5f-afca-459b-b1d8-808d33ab8130] Running
I0918 18:57:18.003011 648496 system_pods.go:61] "kube-controller-manager-addons-351470" [8586a2db-55e9-40f5-877d-a0028183b2b3] Running
I0918 18:57:18.003040 648496 system_pods.go:61] "kube-ingress-dns-minikube" [38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0918 18:57:18.003059 648496 system_pods.go:61] "kube-proxy-f7vqg" [b3be5896-8575-4aa0-b619-366a58271688] Running
I0918 18:57:18.003080 648496 system_pods.go:61] "kube-scheduler-addons-351470" [5e985ca7-101f-41ea-a182-d1428c8b509f] Running
I0918 18:57:18.003099 648496 system_pods.go:61] "metrics-server-7c66d45ddc-z9mjl" [5d85482f-b583-40c4-b7e9-0174b3dedab1] Running
I0918 18:57:18.003132 648496 system_pods.go:61] "registry-9gb28" [527d0996-363b-4641-aba2-49d6b29da00c] Running
I0918 18:57:18.003155 648496 system_pods.go:61] "registry-proxy-gzc8v" [b1fe082f-9b6f-41d3-964b-615c0229250d] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0918 18:57:18.003175 648496 system_pods.go:61] "snapshot-controller-58dbcc7b99-9bh9g" [fbff0e9a-2906-475a-9447-fa87bc4a5c7a] Running
I0918 18:57:18.003208 648496 system_pods.go:61] "snapshot-controller-58dbcc7b99-wzvtx" [3310d460-50dc-4e21-b422-128850e43a41] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0918 18:57:18.003230 648496 system_pods.go:61] "storage-provisioner" [6ef0b042-ff4f-49b7-aa27-350439b42e37] Running
I0918 18:57:18.003292 648496 system_pods.go:74] duration metric: took 21.228148ms to wait for pod list to return data ...
I0918 18:57:18.003328 648496 default_sa.go:34] waiting for default service account to be created ...
I0918 18:57:18.015873 648496 default_sa.go:45] found service account: "default"
I0918 18:57:18.015971 648496 default_sa.go:55] duration metric: took 12.624128ms for default service account to be created ...
I0918 18:57:18.015998 648496 system_pods.go:116] waiting for k8s-apps to be running ...
I0918 18:57:18.034089 648496 system_pods.go:86] 17 kube-system pods found
I0918 18:57:18.034181 648496 system_pods.go:89] "coredns-5dd5756b68-hfcps" [60a3199b-71b3-4769-b9fd-2e8f4a3063b5] Running
I0918 18:57:18.034204 648496 system_pods.go:89] "csi-hostpath-attacher-0" [72054a84-2928-4def-a4e3-90aa1e60bcb0] Running
I0918 18:57:18.034227 648496 system_pods.go:89] "csi-hostpath-resizer-0" [3c473d2f-2f48-4ba5-a9ef-2213775d2843] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0918 18:57:18.034281 648496 system_pods.go:89] "csi-hostpathplugin-cknjm" [2a99e83a-561e-4f98-92f0-b213f2657cdb] 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])
I0918 18:57:18.034315 648496 system_pods.go:89] "etcd-addons-351470" [67afaa28-c8c1-4f45-97c1-b7c5805b1591] Running
I0918 18:57:18.034341 648496 system_pods.go:89] "kindnet-ndjjv" [70d06c5a-515c-44f9-8911-6a675242a745] Running
I0918 18:57:18.034361 648496 system_pods.go:89] "kube-apiserver-addons-351470" [042d8e5f-afca-459b-b1d8-808d33ab8130] Running
I0918 18:57:18.034399 648496 system_pods.go:89] "kube-controller-manager-addons-351470" [8586a2db-55e9-40f5-877d-a0028183b2b3] Running
I0918 18:57:18.034431 648496 system_pods.go:89] "kube-ingress-dns-minikube" [38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0918 18:57:18.034453 648496 system_pods.go:89] "kube-proxy-f7vqg" [b3be5896-8575-4aa0-b619-366a58271688] Running
I0918 18:57:18.034473 648496 system_pods.go:89] "kube-scheduler-addons-351470" [5e985ca7-101f-41ea-a182-d1428c8b509f] Running
I0918 18:57:18.034505 648496 system_pods.go:89] "metrics-server-7c66d45ddc-z9mjl" [5d85482f-b583-40c4-b7e9-0174b3dedab1] Running
I0918 18:57:18.034531 648496 system_pods.go:89] "registry-9gb28" [527d0996-363b-4641-aba2-49d6b29da00c] Running
I0918 18:57:18.034553 648496 system_pods.go:89] "registry-proxy-gzc8v" [b1fe082f-9b6f-41d3-964b-615c0229250d] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0918 18:57:18.034574 648496 system_pods.go:89] "snapshot-controller-58dbcc7b99-9bh9g" [fbff0e9a-2906-475a-9447-fa87bc4a5c7a] Running
I0918 18:57:18.034607 648496 system_pods.go:89] "snapshot-controller-58dbcc7b99-wzvtx" [3310d460-50dc-4e21-b422-128850e43a41] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0918 18:57:18.034637 648496 system_pods.go:89] "storage-provisioner" [6ef0b042-ff4f-49b7-aa27-350439b42e37] Running
I0918 18:57:18.034660 648496 system_pods.go:126] duration metric: took 18.644937ms to wait for k8s-apps to be running ...
I0918 18:57:18.034681 648496 system_svc.go:44] waiting for kubelet service to be running ....
I0918 18:57:18.034767 648496 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0918 18:57:18.076951 648496 system_svc.go:56] duration metric: took 42.259018ms WaitForService to wait for kubelet.
I0918 18:57:18.077028 648496 kubeadm.go:581] duration metric: took 59.210514691s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0918 18:57:18.077065 648496 node_conditions.go:102] verifying NodePressure condition ...
I0918 18:57:18.081574 648496 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0918 18:57:18.081666 648496 node_conditions.go:123] node cpu capacity is 2
I0918 18:57:18.081699 648496 node_conditions.go:105] duration metric: took 4.613532ms to run NodePressure ...
I0918 18:57:18.081741 648496 start.go:228] waiting for startup goroutines ...
I0918 18:57:18.305992 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:18.375009 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:18.417430 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:18.439056 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:18.806367 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:18.873009 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:18.916642 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:18.933491 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:19.306797 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:19.372435 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:19.416787 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:19.433120 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:19.806364 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:19.874180 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:19.918600 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:19.934337 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:20.306710 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:20.375020 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:20.417168 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:20.433590 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:20.811180 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:20.872986 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:20.917300 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:20.932628 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:21.306354 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:21.372919 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:21.416319 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:21.432809 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:21.810054 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:21.873286 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:21.916172 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:21.932684 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:22.306790 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:22.373330 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:22.417659 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:22.433319 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:22.806609 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:22.873132 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:22.918032 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:22.934025 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:23.315567 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:23.381142 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:23.418497 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:23.436876 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:23.807369 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:23.873628 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:23.917352 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:23.937812 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:24.307309 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:24.374125 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:24.417616 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:24.435553 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:24.806977 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:24.873067 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:24.925049 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:24.933628 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:25.309798 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:25.377750 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:25.420566 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:25.434289 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:25.806501 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:25.872959 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:25.916551 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:25.937003 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:26.306882 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:26.373754 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:26.438253 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:26.449160 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0918 18:57:26.806777 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:26.874670 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:26.926869 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:26.933890 648496 kapi.go:107] duration metric: took 1m2.577745074s to wait for kubernetes.io/minikube-addons=registry ...
I0918 18:57:27.305659 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:27.373676 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:27.418859 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:27.806750 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:27.872233 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:27.916735 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:28.307478 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:28.373092 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:28.416507 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:28.809139 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:28.874249 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:28.922406 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:29.307368 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:29.373282 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:29.416558 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:29.806303 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:29.872973 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:29.919875 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:30.308699 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:30.373261 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:30.417728 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:30.811773 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:30.873465 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:30.917875 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:31.328879 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:31.373629 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:31.418656 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:31.807262 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:31.874746 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:31.917269 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:32.326518 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:32.379111 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:32.417335 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:32.820115 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:32.872955 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:32.917709 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:33.342895 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:33.375514 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:33.420681 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:33.807870 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:33.873095 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:33.917355 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:34.308591 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:34.373976 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:34.418181 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:34.807057 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:34.872510 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:34.917425 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:35.309117 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:35.375381 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:35.417531 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:35.807449 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:35.873109 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:35.919964 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:36.318363 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:36.373049 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:36.417439 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:36.806610 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:36.873530 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:36.918212 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:37.308047 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:37.374030 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:37.417670 648496 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0918 18:57:37.805654 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:37.874369 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:37.918264 648496 kapi.go:107] duration metric: took 1m13.566249636s to wait for app.kubernetes.io/name=ingress-nginx ...
I0918 18:57:38.312495 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:38.373682 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:38.806415 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:38.873868 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:39.306247 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:39.373070 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:39.808163 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:39.873143 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:40.320775 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:40.373035 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:40.807634 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:40.873351 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:41.305985 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:41.372637 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:41.807432 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:41.877528 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:42.308885 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:42.380667 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:42.806973 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:42.872985 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:43.306234 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:43.372650 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:43.807038 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:43.872762 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:44.306326 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:44.372915 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:44.810602 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:44.873464 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:45.308522 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:45.374476 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:45.806294 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:45.874083 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:46.306679 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:46.373440 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:46.807371 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0918 18:57:46.873034 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:47.306811 648496 kapi.go:107] duration metric: took 1m22.522483742s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0918 18:57:47.372823 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:47.873327 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:48.372318 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:48.872476 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:49.372561 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:49.872389 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:50.372532 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:50.872665 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:51.372709 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:51.873562 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:52.372353 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:52.873194 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:53.372677 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:53.872630 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:54.372800 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:54.875267 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:55.372900 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:55.877685 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:56.372560 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:56.878412 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:57.372279 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:57.873015 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:58.372855 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:58.873589 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:59.373944 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:57:59.874096 648496 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0918 18:58:00.374360 648496 kapi.go:107] duration metric: took 1m31.585287609s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0918 18:58:00.376680 648496 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-351470 cluster.
I0918 18:58:00.378715 648496 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.
I0918 18:58:00.380591 648496 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0918 18:58:00.382814 648496 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, storage-provisioner, default-storageclass, inspektor-gadget, metrics-server, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0918 18:58:00.385149 648496 addons.go:502] enable addons completed in 1m41.830459175s: enabled=[cloud-spanner ingress-dns storage-provisioner default-storageclass inspektor-gadget metrics-server volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0918 18:58:00.385211 648496 start.go:233] waiting for cluster config update ...
I0918 18:58:00.385231 648496 start.go:242] writing updated cluster config ...
I0918 18:58:00.385570 648496 ssh_runner.go:195] Run: rm -f paused
I0918 18:58:00.459160 648496 start.go:600] kubectl: 1.28.2, cluster: 1.28.2 (minor skew: 0)
I0918 18:58:00.461669 648496 out.go:177] * Done! kubectl is now configured to use "addons-351470" cluster and "default" namespace by default
*
* ==> CRI-O <==
* Sep 18 19:00:55 addons-351470 crio[892]: time="2023-09-18 19:00:55.689815342Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=bbd64176-ca6b-4182-8d69-40a9b16948b9 name=/runtime.v1.ImageService/ImageStatus
Sep 18 19:00:55 addons-351470 crio[892]: time="2023-09-18 19:00:55.689999934Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:a39a074194753e46f21cfbf0b4253444939f276ed100d23d5fc568ada19a9ebb,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:9478d168fb78b0764dd7b3c147864c4da650ee456a1f21fc4d3fe2fbb20fe1fb],Size_:28999826,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=bbd64176-ca6b-4182-8d69-40a9b16948b9 name=/runtime.v1.ImageService/ImageStatus
Sep 18 19:00:55 addons-351470 crio[892]: time="2023-09-18 19:00:55.690772369Z" level=info msg="Creating container: default/hello-world-app-5d77478584-qf9q9/hello-world-app" id=24027d9f-6b41-40f0-9d1b-9d8fa10cb0ac name=/runtime.v1.RuntimeService/CreateContainer
Sep 18 19:00:55 addons-351470 crio[892]: time="2023-09-18 19:00:55.690867664Z" level=warning msg="Allowed annotations are specified for workload []"
Sep 18 19:00:55 addons-351470 crio[892]: time="2023-09-18 19:00:55.778696343Z" level=info msg="Created container b6b5cf4cc94daa14d21574f18f8f80a50b717da5596b2309bb407ce91f7416bd: default/hello-world-app-5d77478584-qf9q9/hello-world-app" id=24027d9f-6b41-40f0-9d1b-9d8fa10cb0ac name=/runtime.v1.RuntimeService/CreateContainer
Sep 18 19:00:55 addons-351470 crio[892]: time="2023-09-18 19:00:55.780021880Z" level=info msg="Starting container: b6b5cf4cc94daa14d21574f18f8f80a50b717da5596b2309bb407ce91f7416bd" id=825029a9-a2fa-4635-b2f8-969a12bec773 name=/runtime.v1.RuntimeService/StartContainer
Sep 18 19:00:55 addons-351470 conmon[8230]: conmon b6b5cf4cc94daa14d215 <ninfo>: container 8242 exited with status 1
Sep 18 19:00:55 addons-351470 crio[892]: time="2023-09-18 19:00:55.795247057Z" level=info msg="Started container" PID=8242 containerID=b6b5cf4cc94daa14d21574f18f8f80a50b717da5596b2309bb407ce91f7416bd description=default/hello-world-app-5d77478584-qf9q9/hello-world-app id=825029a9-a2fa-4635-b2f8-969a12bec773 name=/runtime.v1.RuntimeService/StartContainer sandboxID=ab0b733152bf77f74cb382e9ae697d0822235b60126dea3a5beaecc201e5af04
Sep 18 19:00:56 addons-351470 crio[892]: time="2023-09-18 19:00:56.354031526Z" level=info msg="Stopping container: d5f248fa30b79a0b8b6d9096297881f53f0c746a2b75b77bd3a1a3a3f68623fd (timeout: 2s)" id=b3f7f5d8-e30b-445d-9b34-cb98e2866aab name=/runtime.v1.RuntimeService/StopContainer
Sep 18 19:00:56 addons-351470 crio[892]: time="2023-09-18 19:00:56.530265281Z" level=info msg="Removing container: b75d517fd2b3b57cba20ff46280bd12faa5f8547c673217a18f29905bab19770" id=e6af6dbb-6362-4d8e-8ce5-52d16828004b name=/runtime.v1.RuntimeService/RemoveContainer
Sep 18 19:00:56 addons-351470 crio[892]: time="2023-09-18 19:00:56.557752648Z" level=info msg="Removed container b75d517fd2b3b57cba20ff46280bd12faa5f8547c673217a18f29905bab19770: default/hello-world-app-5d77478584-qf9q9/hello-world-app" id=e6af6dbb-6362-4d8e-8ce5-52d16828004b name=/runtime.v1.RuntimeService/RemoveContainer
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.363840954Z" level=warning msg="Stopping container d5f248fa30b79a0b8b6d9096297881f53f0c746a2b75b77bd3a1a3a3f68623fd with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=b3f7f5d8-e30b-445d-9b34-cb98e2866aab name=/runtime.v1.RuntimeService/StopContainer
Sep 18 19:00:58 addons-351470 conmon[4628]: conmon d5f248fa30b79a0b8b6d <ninfo>: container 4639 exited with status 137
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.524957627Z" level=info msg="Stopped container d5f248fa30b79a0b8b6d9096297881f53f0c746a2b75b77bd3a1a3a3f68623fd: ingress-nginx/ingress-nginx-controller-798b8b85d7-dgtcd/controller" id=b3f7f5d8-e30b-445d-9b34-cb98e2866aab name=/runtime.v1.RuntimeService/StopContainer
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.525569815Z" level=info msg="Stopping pod sandbox: ae71f63696a73db3be481dd616c8a94d76d94850b36e3ec80882349b2d577dae" id=43ec6b42-8e8e-4daf-8441-6cde29333073 name=/runtime.v1.RuntimeService/StopPodSandbox
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.529221995Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-ZXRF4TVDJQNCTJ4K - [0:0]\n:KUBE-HP-6QNWMVYOYB34QEXA - [0:0]\n-X KUBE-HP-ZXRF4TVDJQNCTJ4K\n-X KUBE-HP-6QNWMVYOYB34QEXA\nCOMMIT\n"
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.530833820Z" level=info msg="Closing host port tcp:80"
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.530886825Z" level=info msg="Closing host port tcp:443"
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.532751870Z" level=info msg="Host port tcp:80 does not have an open socket"
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.532793273Z" level=info msg="Host port tcp:443 does not have an open socket"
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.532977988Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-798b8b85d7-dgtcd Namespace:ingress-nginx ID:ae71f63696a73db3be481dd616c8a94d76d94850b36e3ec80882349b2d577dae UID:44baa8c7-937e-4931-a906-7577d4c2dd24 NetNS:/var/run/netns/483f8b1a-ee51-49bd-a18c-e49c86fffd33 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.533123859Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-798b8b85d7-dgtcd from CNI network \"kindnet\" (type=ptp)"
Sep 18 19:00:58 addons-351470 crio[892]: time="2023-09-18 19:00:58.561496589Z" level=info msg="Stopped pod sandbox: ae71f63696a73db3be481dd616c8a94d76d94850b36e3ec80882349b2d577dae" id=43ec6b42-8e8e-4daf-8441-6cde29333073 name=/runtime.v1.RuntimeService/StopPodSandbox
Sep 18 19:00:59 addons-351470 crio[892]: time="2023-09-18 19:00:59.541042031Z" level=info msg="Removing container: d5f248fa30b79a0b8b6d9096297881f53f0c746a2b75b77bd3a1a3a3f68623fd" id=ac17d776-9bef-4887-b09a-5d4d81bd9c9f name=/runtime.v1.RuntimeService/RemoveContainer
Sep 18 19:00:59 addons-351470 crio[892]: time="2023-09-18 19:00:59.560842643Z" level=info msg="Removed container d5f248fa30b79a0b8b6d9096297881f53f0c746a2b75b77bd3a1a3a3f68623fd: ingress-nginx/ingress-nginx-controller-798b8b85d7-dgtcd/controller" id=ac17d776-9bef-4887-b09a-5d4d81bd9c9f name=/runtime.v1.RuntimeService/RemoveContainer
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
b6b5cf4cc94da a39a074194753e46f21cfbf0b4253444939f276ed100d23d5fc568ada19a9ebb 8 seconds ago Exited hello-world-app 2 ab0b733152bf7 hello-world-app-5d77478584-qf9q9
780c45c50a065 docker.io/library/nginx@sha256:16164a43b5faec40adb521e98272edc528e74f31c1352719132b8f7e53418d70 2 minutes ago Running nginx 0 fe4de6152eed8 nginx
1fd8f42713f99 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 3 minutes ago Running gcp-auth 0 639a7f7dd8df6 gcp-auth-d4c87556c-7tlfs
909fd770ecd17 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b 3 minutes ago Exited patch 0 8b9d4ffccd3ce ingress-nginx-admission-patch-ghcbs
9c6ec3fa3fbb9 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b 3 minutes ago Exited create 0 0f5ae06c0dd24 ingress-nginx-admission-create-ts7wq
ff91e59590532 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 4 minutes ago Running storage-provisioner 0 f67f4b59fff1b storage-provisioner
09640ab64c9e3 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 4 minutes ago Running coredns 0 dfa5b24be9c2e coredns-5dd5756b68-hfcps
bc3bc7a2efc34 04b4eaa3d3db8abea4b9ea4d10a0926ebb31db5a31b673aa1cf7a4b3af4add26 4 minutes ago Running kindnet-cni 0 25ad99282e234 kindnet-ndjjv
9b74f354c3e42 7da62c127fc0f2c3473babe4dd0fe1da874278c4e524a490b1781e3e0e6dddfa 4 minutes ago Running kube-proxy 0 304dabec2b3c4 kube-proxy-f7vqg
2e4f9411a1317 30bb499447fe1bc655853e2e8ac386cdeb28c80263536259cb54f290f9a58d6c 5 minutes ago Running kube-apiserver 0 36f2aa42dd8f6 kube-apiserver-addons-351470
aa7951c2ccd7b 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 5 minutes ago Running etcd 0 b7e51139bb281 etcd-addons-351470
b9a946790be0a 64fc40cee3716a4596d219b360ce536adb7998eaeae3f5dbb774d6503f5039d7 5 minutes ago Running kube-scheduler 0 d1bc0a4f2eea8 kube-scheduler-addons-351470
3d0df458cb176 89d57b83c17862d0ca2dd214e9e5ad425f8d67ecba32d10b846f8d22d3b5597c 5 minutes ago Running kube-controller-manager 0 5b30b1c7cb5a5 kube-controller-manager-addons-351470
*
* ==> coredns [09640ab64c9e3fd8591f1e9c07e99e93fae53168af85c6d774a91d832d0b236e] <==
* [INFO] 10.244.0.16:49293 - 12589 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000053005s
[INFO] 10.244.0.16:49293 - 24351 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000054195s
[INFO] 10.244.0.16:49293 - 12075 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000055763s
[INFO] 10.244.0.16:45242 - 33449 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.001202755s
[INFO] 10.244.0.16:49293 - 61051 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001244774s
[INFO] 10.244.0.16:49293 - 11841 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001087785s
[INFO] 10.244.0.16:49293 - 29301 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000059496s
[INFO] 10.244.0.16:51969 - 6387 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000101047s
[INFO] 10.244.0.16:45708 - 26525 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000030851s
[INFO] 10.244.0.16:45708 - 58511 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000157236s
[INFO] 10.244.0.16:51969 - 54343 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000042289s
[INFO] 10.244.0.16:51969 - 43508 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000094499s
[INFO] 10.244.0.16:45708 - 54202 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000207172s
[INFO] 10.244.0.16:51969 - 32042 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000044989s
[INFO] 10.244.0.16:45708 - 754 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000142844s
[INFO] 10.244.0.16:51969 - 53682 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000140924s
[INFO] 10.244.0.16:45708 - 24623 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000106962s
[INFO] 10.244.0.16:51969 - 24652 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000058396s
[INFO] 10.244.0.16:45708 - 24999 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000050306s
[INFO] 10.244.0.16:51969 - 14051 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001482387s
[INFO] 10.244.0.16:45708 - 27892 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001658085s
[INFO] 10.244.0.16:51969 - 40400 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001441994s
[INFO] 10.244.0.16:45708 - 36318 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001488698s
[INFO] 10.244.0.16:51969 - 6197 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000053728s
[INFO] 10.244.0.16:45708 - 6424 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000032091s
*
* ==> describe nodes <==
* Name: addons-351470
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-351470
kubernetes.io/os=linux
minikube.k8s.io/commit=ae2adeb20cc3a4b5f1decc7c8f53736ec04c4a36
minikube.k8s.io/name=addons-351470
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_09_18T18_56_07_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-351470
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 18 Sep 2023 18:56:03 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-351470
AcquireTime: <unset>
RenewTime: Mon, 18 Sep 2023 19:01:02 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 18 Sep 2023 18:58:39 +0000 Mon, 18 Sep 2023 18:56:00 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 18 Sep 2023 18:58:39 +0000 Mon, 18 Sep 2023 18:56:00 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 18 Sep 2023 18:58:39 +0000 Mon, 18 Sep 2023 18:56:00 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 18 Sep 2023 18:58:39 +0000 Mon, 18 Sep 2023 18:56:52 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-351470
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: aa1a1936bf2243d08bf379cb71b1e695
System UUID: c5c6d9d6-2050-47b3-8715-c5c8506037d3
Boot ID: 43cd75a3-7352-4de5-a11c-da52fa8117dc
Kernel Version: 5.15.0-1044-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.2
Kube-Proxy Version: v1.28.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (11 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-qf9q9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
gcp-auth gcp-auth-d4c87556c-7tlfs 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m36s
kube-system coredns-5dd5756b68-hfcps 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 4m44s
kube-system etcd-addons-351470 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 4m58s
kube-system kindnet-ndjjv 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 4m45s
kube-system kube-apiserver-addons-351470 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m58s
kube-system kube-controller-manager-addons-351470 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m58s
kube-system kube-proxy-f7vqg 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m45s
kube-system kube-scheduler-addons-351470 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m58s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m41s
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 4m40s kube-proxy
Normal Starting 5m6s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m6s (x8 over 5m6s) kubelet Node addons-351470 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m6s (x8 over 5m6s) kubelet Node addons-351470 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m6s (x8 over 5m6s) kubelet Node addons-351470 status is now: NodeHasSufficientPID
Normal Starting 4m58s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 4m58s kubelet Node addons-351470 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m58s kubelet Node addons-351470 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m58s kubelet Node addons-351470 status is now: NodeHasSufficientPID
Normal RegisteredNode 4m46s node-controller Node addons-351470 event: Registered Node addons-351470 in Controller
Normal NodeReady 4m12s kubelet Node addons-351470 status is now: NodeReady
*
* ==> dmesg <==
* [ +0.000693] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.000932] FS-Cache: N-cookie d=000000003f524057{9p.inode} n=000000000dcb9a4e
[ +0.001115] FS-Cache: N-key=[8] 'd06eed0000000000'
[ +0.003589] FS-Cache: Duplicate cookie detected
[ +0.000756] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.001018] FS-Cache: O-cookie d=000000003f524057{9p.inode} n=000000001afa753f
[ +0.001043] FS-Cache: O-key=[8] 'd06eed0000000000'
[ +0.000719] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.000926] FS-Cache: N-cookie d=000000003f524057{9p.inode} n=0000000041e09c7b
[ +0.001050] FS-Cache: N-key=[8] 'd06eed0000000000'
[ +2.717536] FS-Cache: Duplicate cookie detected
[ +0.000756] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.001073] FS-Cache: O-cookie d=000000003f524057{9p.inode} n=00000000bf75ac96
[ +0.001037] FS-Cache: O-key=[8] 'cf6eed0000000000'
[ +0.000781] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.000928] FS-Cache: N-cookie d=000000003f524057{9p.inode} n=000000000dcb9a4e
[ +0.001071] FS-Cache: N-key=[8] 'cf6eed0000000000'
[ +0.385708] FS-Cache: Duplicate cookie detected
[ +0.000766] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.000934] FS-Cache: O-cookie d=000000003f524057{9p.inode} n=0000000078afb02a
[ +0.001146] FS-Cache: O-key=[8] 'd56eed0000000000'
[ +0.000766] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.000936] FS-Cache: N-cookie d=000000003f524057{9p.inode} n=0000000051123a3d
[ +0.001113] FS-Cache: N-key=[8] 'd56eed0000000000'
[ +26.862938] new mount options do not match the existing superblock, will be ignored
*
* ==> etcd [aa7951c2ccd7ba064436381289baf8c319bc9403a2669b598c4ea318e47aad2e] <==
* {"level":"info","ts":"2023-09-18T18:56:19.245064Z","caller":"traceutil/trace.go:171","msg":"trace[2035749418] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/certificate-controller; range_end:; response_count:1; response_revision:350; }","duration":"184.447071ms","start":"2023-09-18T18:56:19.060604Z","end":"2023-09-18T18:56:19.245051Z","steps":["trace[2035749418] 'agreement among raft nodes before linearized reading' (duration: 181.747995ms)"],"step_count":1}
{"level":"warn","ts":"2023-09-18T18:56:19.245266Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"184.689148ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/endpointslice-controller\" ","response":"range_response_count:1 size:214"}
{"level":"info","ts":"2023-09-18T18:56:19.245296Z","caller":"traceutil/trace.go:171","msg":"trace[1487117599] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/endpointslice-controller; range_end:; response_count:1; response_revision:350; }","duration":"184.723158ms","start":"2023-09-18T18:56:19.060567Z","end":"2023-09-18T18:56:19.24529Z","steps":["trace[1487117599] 'agreement among raft nodes before linearized reading' (duration: 176.561997ms)"],"step_count":1}
{"level":"info","ts":"2023-09-18T18:56:19.396538Z","caller":"traceutil/trace.go:171","msg":"trace[710800917] transaction","detail":"{read_only:false; response_revision:357; number_of_response:1; }","duration":"107.00896ms","start":"2023-09-18T18:56:19.289494Z","end":"2023-09-18T18:56:19.396503Z","steps":["trace[710800917] 'process raft request' (duration: 106.9605ms)"],"step_count":1}
{"level":"info","ts":"2023-09-18T18:56:19.396953Z","caller":"traceutil/trace.go:171","msg":"trace[2068315121] transaction","detail":"{read_only:false; response_revision:356; number_of_response:1; }","duration":"128.802083ms","start":"2023-09-18T18:56:19.26814Z","end":"2023-09-18T18:56:19.396942Z","steps":["trace[2068315121] 'process raft request' (duration: 125.107063ms)"],"step_count":1}
{"level":"info","ts":"2023-09-18T18:56:21.638119Z","caller":"traceutil/trace.go:171","msg":"trace[962160822] transaction","detail":"{read_only:false; response_revision:383; number_of_response:1; }","duration":"125.255429ms","start":"2023-09-18T18:56:21.512848Z","end":"2023-09-18T18:56:21.638104Z","steps":["trace[962160822] 'process raft request' (duration: 119.042315ms)"],"step_count":1}
{"level":"info","ts":"2023-09-18T18:56:22.146153Z","caller":"traceutil/trace.go:171","msg":"trace[963383276] linearizableReadLoop","detail":"{readStateIndex:402; appliedIndex:401; }","duration":"174.106508ms","start":"2023-09-18T18:56:21.972022Z","end":"2023-09-18T18:56:22.146129Z","steps":["trace[963383276] 'read index received' (duration: 136.932836ms)","trace[963383276] 'applied index is now lower than readState.Index' (duration: 37.171728ms)"],"step_count":2}
{"level":"warn","ts":"2023-09-18T18:56:22.177815Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"207.712333ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-09-18T18:56:22.178677Z","caller":"traceutil/trace.go:171","msg":"trace[419712821] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:391; }","duration":"208.582664ms","start":"2023-09-18T18:56:21.970076Z","end":"2023-09-18T18:56:22.178659Z","steps":["trace[419712821] 'agreement among raft nodes before linearized reading' (duration: 176.122905ms)","trace[419712821] 'range keys from in-memory index tree' (duration: 30.588397ms)"],"step_count":2}
{"level":"info","ts":"2023-09-18T18:56:22.210504Z","caller":"traceutil/trace.go:171","msg":"trace[561903903] transaction","detail":"{read_only:false; response_revision:392; number_of_response:1; }","duration":"120.034591ms","start":"2023-09-18T18:56:22.080856Z","end":"2023-09-18T18:56:22.200891Z","steps":["trace[561903903] 'process raft request' (duration: 50.295953ms)","trace[561903903] 'get key's previous created_revision and leaseID' {req_type:put; key:/registry/replicasets/kube-system/coredns-5dd5756b68; req_size:3734; } (duration: 15.705088ms)","trace[561903903] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/replicasets/kube-system/coredns-5dd5756b68; req_size:3734; } (duration: 35.622017ms)"],"step_count":3}
{"level":"info","ts":"2023-09-18T18:56:22.182975Z","caller":"traceutil/trace.go:171","msg":"trace[558194179] transaction","detail":"{read_only:false; response_revision:391; number_of_response:1; }","duration":"212.821055ms","start":"2023-09-18T18:56:21.970136Z","end":"2023-09-18T18:56:22.182957Z","steps":["trace[558194179] 'process raft request' (duration: 138.904482ms)"],"step_count":1}
{"level":"info","ts":"2023-09-18T18:56:22.21763Z","caller":"traceutil/trace.go:171","msg":"trace[923681165] transaction","detail":"{read_only:false; response_revision:393; number_of_response:1; }","duration":"126.730367ms","start":"2023-09-18T18:56:22.090885Z","end":"2023-09-18T18:56:22.217615Z","steps":["trace[923681165] 'process raft request' (duration: 91.934504ms)"],"step_count":1}
{"level":"info","ts":"2023-09-18T18:56:22.216903Z","caller":"traceutil/trace.go:171","msg":"trace[1575384881] transaction","detail":"{read_only:false; response_revision:394; number_of_response:1; }","duration":"125.751423ms","start":"2023-09-18T18:56:22.091136Z","end":"2023-09-18T18:56:22.216887Z","steps":["trace[1575384881] 'process raft request' (duration: 92.000777ms)"],"step_count":1}
{"level":"info","ts":"2023-09-18T18:56:22.276021Z","caller":"traceutil/trace.go:171","msg":"trace[654307322] transaction","detail":"{read_only:false; response_revision:395; number_of_response:1; }","duration":"165.139762ms","start":"2023-09-18T18:56:22.110857Z","end":"2023-09-18T18:56:22.275997Z","steps":["trace[654307322] 'process raft request' (duration: 105.836842ms)","trace[654307322] 'compare' (duration: 40.675739ms)"],"step_count":2}
{"level":"info","ts":"2023-09-18T18:56:22.276415Z","caller":"traceutil/trace.go:171","msg":"trace[875341937] linearizableReadLoop","detail":"{readStateIndex:406; appliedIndex:405; }","duration":"118.063922ms","start":"2023-09-18T18:56:22.158342Z","end":"2023-09-18T18:56:22.276406Z","steps":["trace[875341937] 'read index received' (duration: 47.150221ms)","trace[875341937] 'applied index is now lower than readState.Index' (duration: 70.912692ms)"],"step_count":2}
{"level":"warn","ts":"2023-09-18T18:56:22.276973Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"129.84103ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/limitranges/default/\" range_end:\"/registry/limitranges/default0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-09-18T18:56:22.29902Z","caller":"traceutil/trace.go:171","msg":"trace[612501840] range","detail":"{range_begin:/registry/limitranges/default/; range_end:/registry/limitranges/default0; response_count:0; response_revision:397; }","duration":"151.873998ms","start":"2023-09-18T18:56:22.147114Z","end":"2023-09-18T18:56:22.298988Z","steps":["trace[612501840] 'agreement among raft nodes before linearized reading' (duration: 129.824226ms)"],"step_count":1}
{"level":"warn","ts":"2023-09-18T18:56:22.277006Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"166.322588ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterroles/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-09-18T18:56:22.299247Z","caller":"traceutil/trace.go:171","msg":"trace[2039677809] range","detail":"{range_begin:/registry/clusterroles/minikube-ingress-dns; range_end:; response_count:0; response_revision:397; }","duration":"188.551307ms","start":"2023-09-18T18:56:22.110679Z","end":"2023-09-18T18:56:22.29923Z","steps":["trace[2039677809] 'agreement among raft nodes before linearized reading' (duration: 166.313152ms)"],"step_count":1}
{"level":"warn","ts":"2023-09-18T18:56:22.277027Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"185.932675ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-09-18T18:56:22.29938Z","caller":"traceutil/trace.go:171","msg":"trace[835302840] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:397; }","duration":"208.283134ms","start":"2023-09-18T18:56:22.09109Z","end":"2023-09-18T18:56:22.299373Z","steps":["trace[835302840] 'agreement among raft nodes before linearized reading' (duration: 185.923723ms)"],"step_count":1}
{"level":"warn","ts":"2023-09-18T18:56:22.27706Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"196.250624ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/\" range_end:\"/registry/apiextensions.k8s.io/customresourcedefinitions0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-09-18T18:56:22.299531Z","caller":"traceutil/trace.go:171","msg":"trace[1036173628] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions/; range_end:/registry/apiextensions.k8s.io/customresourcedefinitions0; response_count:0; response_revision:397; }","duration":"218.728493ms","start":"2023-09-18T18:56:22.080796Z","end":"2023-09-18T18:56:22.299524Z","steps":["trace[1036173628] 'agreement among raft nodes before linearized reading' (duration: 196.241927ms)"],"step_count":1}
{"level":"warn","ts":"2023-09-18T18:56:22.300118Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.772043ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/controllers/kube-system/registry\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-09-18T18:56:22.300163Z","caller":"traceutil/trace.go:171","msg":"trace[547363066] range","detail":"{range_begin:/registry/controllers/kube-system/registry; range_end:; response_count:0; response_revision:398; }","duration":"103.829094ms","start":"2023-09-18T18:56:22.196328Z","end":"2023-09-18T18:56:22.300157Z","steps":["trace[547363066] 'agreement among raft nodes before linearized reading' (duration: 103.743341ms)"],"step_count":1}
*
* ==> gcp-auth [1fd8f42713f99d9bf278658a3bddc08632d8a5184dcf5796706a3fb27d74d102] <==
* 2023/09/18 18:57:59 GCP Auth Webhook started!
2023/09/18 18:58:10 Ready to marshal response ...
2023/09/18 18:58:10 Ready to write response ...
2023/09/18 18:58:12 Ready to marshal response ...
2023/09/18 18:58:12 Ready to write response ...
2023/09/18 18:58:18 Ready to marshal response ...
2023/09/18 18:58:18 Ready to write response ...
2023/09/18 18:58:38 Ready to marshal response ...
2023/09/18 18:58:38 Ready to write response ...
2023/09/18 19:00:38 Ready to marshal response ...
2023/09/18 19:00:38 Ready to write response ...
*
* ==> kernel <==
* 19:01:04 up 2:43, 0 users, load average: 0.36, 1.42, 1.96
Linux addons-351470 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 [bc3bc7a2efc3455ae2c556d097f198d3b762b97baec3db87dafb598883ba6f4f] <==
* I0918 18:59:02.482496 1 main.go:227] handling current node
I0918 18:59:12.493093 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 18:59:12.493119 1 main.go:227] handling current node
I0918 18:59:22.505228 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 18:59:22.505260 1 main.go:227] handling current node
I0918 18:59:32.509816 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 18:59:32.509856 1 main.go:227] handling current node
I0918 18:59:42.520548 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 18:59:42.520580 1 main.go:227] handling current node
I0918 18:59:52.524808 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 18:59:52.524965 1 main.go:227] handling current node
I0918 19:00:02.536131 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 19:00:02.536162 1 main.go:227] handling current node
I0918 19:00:12.548530 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 19:00:12.548555 1 main.go:227] handling current node
I0918 19:00:22.560041 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 19:00:22.560371 1 main.go:227] handling current node
I0918 19:00:32.564248 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 19:00:32.564279 1 main.go:227] handling current node
I0918 19:00:42.577461 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 19:00:42.577492 1 main.go:227] handling current node
I0918 19:00:52.581565 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 19:00:52.581594 1 main.go:227] handling current node
I0918 19:01:02.592228 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0918 19:01:02.592254 1 main.go:227] handling current node
*
* ==> kube-apiserver [2e4f9411a13174f2468bbd89045133116db4a2be404c11eed2c4dd236d814c07] <==
* I0918 18:58:54.107232 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0918 18:58:54.116663 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0918 18:58:54.116806 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
E0918 18:58:54.381929 1 watch.go:287] unable to encode watch object *v1.WatchEvent: http2: stream closed (&streaming.encoderWithAllocator{writer:responsewriter.outerWithCloseNotifyAndFlush{UserProvidedDecorator:(*metrics.ResponseWriterDelegator)(0x4004151560), InnerCloseNotifierFlusher:struct { httpsnoop.Unwrapper; http.ResponseWriter; http.Flusher; http.CloseNotifier; http.Pusher }{Unwrapper:(*httpsnoop.rw)(0x400b726e60), ResponseWriter:(*httpsnoop.rw)(0x400b726e60), Flusher:(*httpsnoop.rw)(0x400b726e60), CloseNotifier:(*httpsnoop.rw)(0x400b726e60), Pusher:(*httpsnoop.rw)(0x400b726e60)}}, encoder:(*versioning.codec)(0x4008403180), memAllocator:(*runtime.Allocator)(0x4006222ed0)})
W0918 18:58:55.096408 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0918 18:58:55.118117 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0918 18:58:55.126997 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E0918 18:59:03.349183 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["leader-election","workload-high","workload-low","global-default","catch-all","exempt","system","node-high"] items=[{},{},{},{},{},{},{},{}]
I0918 18:59:05.954509 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0918 18:59:05.960998 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0918 18:59:06.981824 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
E0918 18:59:13.350121 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["workload-high","workload-low","global-default","catch-all","exempt","system","node-high","leader-election"] items=[{},{},{},{},{},{},{},{}]
I0918 18:59:18.620919 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0918 18:59:23.350356 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt","system"] items=[{},{},{},{},{},{},{},{}]
E0918 18:59:33.351107 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt","system"] items=[{},{},{},{},{},{},{},{}]
E0918 18:59:43.351356 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["catch-all","exempt","system","node-high","leader-election","workload-high","workload-low","global-default"] items=[{},{},{},{},{},{},{},{}]
E0918 18:59:53.352259 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["catch-all","exempt","system","node-high","leader-election","workload-high","workload-low","global-default"] items=[{},{},{},{},{},{},{},{}]
E0918 19:00:03.353543 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt","system"] items=[{},{},{},{},{},{},{},{}]
E0918 19:00:13.354374 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["exempt","system","node-high","leader-election","workload-high","workload-low","global-default","catch-all"] items=[{},{},{},{},{},{},{},{}]
E0918 19:00:23.355218 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["system","node-high","leader-election","workload-high","workload-low","global-default","catch-all","exempt"] items=[{},{},{},{},{},{},{},{}]
E0918 19:00:33.355996 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["workload-low","global-default","catch-all","exempt","system","node-high","leader-election","workload-high"] items=[{},{},{},{},{},{},{},{}]
I0918 19:00:38.294336 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.107.247.81"}
E0918 19:00:43.356653 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["catch-all","exempt","system","node-high","leader-election","workload-high","workload-low","global-default"] items=[{},{},{},{},{},{},{},{}]
E0918 19:00:53.357532 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["catch-all","exempt","system","node-high","leader-election","workload-high","workload-low","global-default"] items=[{},{},{},{},{},{},{},{}]
E0918 19:01:03.358354 1 apf_controller.go:419] "Unable to derive new concurrency limits" err="impossible: ran out of bounds to consider in bound-constrained problem" plNames=["exempt","system","node-high","leader-election","workload-high","workload-low","global-default","catch-all"] items=[{},{},{},{},{},{},{},{}]
*
* ==> kube-controller-manager [3d0df458cb176112d7f53062169e23e1749c27999712b327814b4c98c095df80] <==
* W0918 19:00:04.522532 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
E0918 19:00:04.522567 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
W0918 19:00:15.265883 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
E0918 19:00:15.265923 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
W0918 19:00:17.092942 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
E0918 19:00:17.092976 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
W0918 19:00:37.623058 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
E0918 19:00:37.623094 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
I0918 19:00:38.006767 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0918 19:00:38.040417 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-qf9q9"
I0918 19:00:38.056449 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="51.038679ms"
I0918 19:00:38.063613 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="6.450916ms"
I0918 19:00:38.063841 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.792µs"
I0918 19:00:38.080440 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="185.289µs"
I0918 19:00:40.508200 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="38.441µs"
I0918 19:00:41.529806 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="94.384µs"
I0918 19:00:42.507761 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="89.969µs"
I0918 19:00:55.322230 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0918 19:00:55.326405 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-798b8b85d7" duration="4.57µs"
I0918 19:00:55.334496 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0918 19:00:56.555704 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.677µs"
W0918 19:01:03.574579 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
E0918 19:01:03.574610 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
W0918 19:01:03.971064 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
E0918 19:01:03.971105 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
*
* ==> kube-proxy [9b74f354c3e42b0a24d3b6ed9117840479ba1971081f7d182d6e3d55af67b335] <==
* I0918 18:56:23.655695 1 server_others.go:69] "Using iptables proxy"
I0918 18:56:23.724114 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0918 18:56:23.825182 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0918 18:56:23.830560 1 server_others.go:152] "Using iptables Proxier"
I0918 18:56:23.830783 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0918 18:56:23.830880 1 server_others.go:438] "Defaulting to no-op detect-local"
I0918 18:56:23.830936 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"
I0918 18:56:23.831176 1 server.go:846] "Version info" version="v1.28.2"
I0918 18:56:23.831186 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0918 18:56:23.834170 1 config.go:188] "Starting service config controller"
I0918 18:56:23.834571 1 shared_informer.go:311] Waiting for caches to sync for service config
I0918 18:56:23.834678 1 config.go:97] "Starting endpoint slice config controller"
I0918 18:56:23.834712 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0918 18:56:23.835268 1 config.go:315] "Starting node config controller"
I0918 18:56:23.836463 1 shared_informer.go:311] Waiting for caches to sync for node config
I0918 18:56:23.935346 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0918 18:56:23.935480 1 shared_informer.go:318] Caches are synced for service config
I0918 18:56:23.938858 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [b9a946790be0ac81dae9060f7ee78cb6ec1b785ba8f4f3c6bd3c17f0779af07e] <==
* W0918 18:56:03.285621 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0918 18:56:03.285658 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0918 18:56:03.285738 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
E0918 18:56:03.285774 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
W0918 18:56:03.285853 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
E0918 18:56:03.285888 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
W0918 18:56:03.285956 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0918 18:56:03.285991 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0918 18:56:03.312088 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"
E0918 18:56:03.312714 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"
W0918 18:56:04.160069 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
E0918 18:56:04.160196 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
W0918 18:56:04.215613 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
E0918 18:56:04.215735 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
W0918 18:56:04.225477 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0918 18:56:04.225585 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0918 18:56:04.233759 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"
E0918 18:56:04.233917 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"
W0918 18:56:04.269060 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
E0918 18:56:04.269176 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
W0918 18:56:04.282826 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
E0918 18:56:04.282959 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
W0918 18:56:04.407820 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0918 18:56:04.407883 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
I0918 18:56:05.964055 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Sep 18 19:00:42 addons-351470 kubelet[1355]: I0918 19:00:42.495938 1355 scope.go:117] "RemoveContainer" containerID="b75d517fd2b3b57cba20ff46280bd12faa5f8547c673217a18f29905bab19770"
Sep 18 19:00:42 addons-351470 kubelet[1355]: E0918 19:00:42.496212 1355 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-qf9q9_default(8f2692c2-bc72-44f1-9820-177693ab1843)\"" pod="default/hello-world-app-5d77478584-qf9q9" podUID="8f2692c2-bc72-44f1-9820-177693ab1843"
Sep 18 19:00:47 addons-351470 kubelet[1355]: I0918 19:00:47.687543 1355 scope.go:117] "RemoveContainer" containerID="7eff652c30fa10366f2dd0864f6981a5501777a178e6da97d49bc7598f9ea59b"
Sep 18 19:00:47 addons-351470 kubelet[1355]: E0918 19:00:47.687867 1355 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1"
Sep 18 19:00:53 addons-351470 kubelet[1355]: E0918 19:00:53.502778 1355 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c11cfd68f63035bf530ecb371a353220066516b7b28183b70e55999afb7a8997/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c11cfd68f63035bf530ecb371a353220066516b7b28183b70e55999afb7a8997/diff: no such file or directory, extraDiskErr: <nil>
Sep 18 19:00:54 addons-351470 kubelet[1355]: I0918 19:00:54.333142 1355 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-rn5w5\" (UniqueName: \"kubernetes.io/projected/38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1-kube-api-access-rn5w5\") pod \"38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1\" (UID: \"38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1\") "
Sep 18 19:00:54 addons-351470 kubelet[1355]: I0918 19:00:54.335972 1355 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1-kube-api-access-rn5w5" (OuterVolumeSpecName: "kube-api-access-rn5w5") pod "38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1" (UID: "38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1"). InnerVolumeSpecName "kube-api-access-rn5w5". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 18 19:00:54 addons-351470 kubelet[1355]: I0918 19:00:54.433445 1355 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-rn5w5\" (UniqueName: \"kubernetes.io/projected/38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1-kube-api-access-rn5w5\") on node \"addons-351470\" DevicePath \"\""
Sep 18 19:00:54 addons-351470 kubelet[1355]: I0918 19:00:54.520448 1355 scope.go:117] "RemoveContainer" containerID="7eff652c30fa10366f2dd0864f6981a5501777a178e6da97d49bc7598f9ea59b"
Sep 18 19:00:54 addons-351470 kubelet[1355]: I0918 19:00:54.689599 1355 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1" path="/var/lib/kubelet/pods/38dc4cd8-2f37-4e52-a13c-99f3ec43b6b1/volumes"
Sep 18 19:00:54 addons-351470 kubelet[1355]: E0918 19:00:54.889557 1355 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/7cd5695c3fffc37a209f4a557fe128a1eb5a00532466887ca668881ea420d7b5/diff" to get inode usage: stat /var/lib/containers/storage/overlay/7cd5695c3fffc37a209f4a557fe128a1eb5a00532466887ca668881ea420d7b5/diff: no such file or directory, extraDiskErr: <nil>
Sep 18 19:00:55 addons-351470 kubelet[1355]: I0918 19:00:55.687828 1355 scope.go:117] "RemoveContainer" containerID="b75d517fd2b3b57cba20ff46280bd12faa5f8547c673217a18f29905bab19770"
Sep 18 19:00:56 addons-351470 kubelet[1355]: I0918 19:00:56.528243 1355 scope.go:117] "RemoveContainer" containerID="b75d517fd2b3b57cba20ff46280bd12faa5f8547c673217a18f29905bab19770"
Sep 18 19:00:56 addons-351470 kubelet[1355]: I0918 19:00:56.528539 1355 scope.go:117] "RemoveContainer" containerID="b6b5cf4cc94daa14d21574f18f8f80a50b717da5596b2309bb407ce91f7416bd"
Sep 18 19:00:56 addons-351470 kubelet[1355]: E0918 19:00:56.528802 1355 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-qf9q9_default(8f2692c2-bc72-44f1-9820-177693ab1843)\"" pod="default/hello-world-app-5d77478584-qf9q9" podUID="8f2692c2-bc72-44f1-9820-177693ab1843"
Sep 18 19:00:56 addons-351470 kubelet[1355]: I0918 19:00:56.688957 1355 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="06d5db17-115a-4bf4-8031-0e2e563b4f56" path="/var/lib/kubelet/pods/06d5db17-115a-4bf4-8031-0e2e563b4f56/volumes"
Sep 18 19:00:56 addons-351470 kubelet[1355]: I0918 19:00:56.689353 1355 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="93b99aea-df66-4ee6-947e-d477b251030c" path="/var/lib/kubelet/pods/93b99aea-df66-4ee6-947e-d477b251030c/volumes"
Sep 18 19:00:58 addons-351470 kubelet[1355]: I0918 19:00:58.667879 1355 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-b2llp\" (UniqueName: \"kubernetes.io/projected/44baa8c7-937e-4931-a906-7577d4c2dd24-kube-api-access-b2llp\") pod \"44baa8c7-937e-4931-a906-7577d4c2dd24\" (UID: \"44baa8c7-937e-4931-a906-7577d4c2dd24\") "
Sep 18 19:00:58 addons-351470 kubelet[1355]: I0918 19:00:58.667943 1355 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/44baa8c7-937e-4931-a906-7577d4c2dd24-webhook-cert\") pod \"44baa8c7-937e-4931-a906-7577d4c2dd24\" (UID: \"44baa8c7-937e-4931-a906-7577d4c2dd24\") "
Sep 18 19:00:58 addons-351470 kubelet[1355]: I0918 19:00:58.675452 1355 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/44baa8c7-937e-4931-a906-7577d4c2dd24-kube-api-access-b2llp" (OuterVolumeSpecName: "kube-api-access-b2llp") pod "44baa8c7-937e-4931-a906-7577d4c2dd24" (UID: "44baa8c7-937e-4931-a906-7577d4c2dd24"). InnerVolumeSpecName "kube-api-access-b2llp". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 18 19:00:58 addons-351470 kubelet[1355]: I0918 19:00:58.675561 1355 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/44baa8c7-937e-4931-a906-7577d4c2dd24-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "44baa8c7-937e-4931-a906-7577d4c2dd24" (UID: "44baa8c7-937e-4931-a906-7577d4c2dd24"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Sep 18 19:00:58 addons-351470 kubelet[1355]: I0918 19:00:58.689432 1355 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="44baa8c7-937e-4931-a906-7577d4c2dd24" path="/var/lib/kubelet/pods/44baa8c7-937e-4931-a906-7577d4c2dd24/volumes"
Sep 18 19:00:58 addons-351470 kubelet[1355]: I0918 19:00:58.768993 1355 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-b2llp\" (UniqueName: \"kubernetes.io/projected/44baa8c7-937e-4931-a906-7577d4c2dd24-kube-api-access-b2llp\") on node \"addons-351470\" DevicePath \"\""
Sep 18 19:00:58 addons-351470 kubelet[1355]: I0918 19:00:58.769037 1355 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/44baa8c7-937e-4931-a906-7577d4c2dd24-webhook-cert\") on node \"addons-351470\" DevicePath \"\""
Sep 18 19:00:59 addons-351470 kubelet[1355]: I0918 19:00:59.539618 1355 scope.go:117] "RemoveContainer" containerID="d5f248fa30b79a0b8b6d9096297881f53f0c746a2b75b77bd3a1a3a3f68623fd"
*
* ==> storage-provisioner [ff91e59590532e6807bbf0754b199da42ea10c81bbc85bfccd729d1dabf8256b] <==
* I0918 18:56:53.596983 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0918 18:56:53.675288 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0918 18:56:53.675388 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0918 18:56:53.684952 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0918 18:56:53.685143 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-351470_fbf979bb-7e69-4903-9fa1-d5de07fb11f6!
I0918 18:56:53.687458 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"89132dcf-7876-4f00-b25d-71dc01ae6fa5", APIVersion:"v1", ResourceVersion:"827", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-351470_fbf979bb-7e69-4903-9fa1-d5de07fb11f6 became leader
I0918 18:56:53.786101 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-351470_fbf979bb-7e69-4903-9fa1-d5de07fb11f6!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-351470 -n addons-351470
helpers_test.go:261: (dbg) Run: kubectl --context addons-351470 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 (168.02s)