=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:183: (dbg) Run: kubectl --context addons-048679 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-048679 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:221: (dbg) Run: kubectl --context addons-048679 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" [12791c73-fb76-456e-ab53-2b14cf9c3c50] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [12791c73-fb76-456e-ab53-2b14cf9c3c50] Running
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 7.007773541s
addons_test.go:238: (dbg) Run: out/minikube-linux-arm64 -p addons-048679 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Run: kubectl --context addons-048679 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:267: (dbg) Run: out/minikube-linux-arm64 -p addons-048679 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.061054906s)
-- 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-048679 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:282: (dbg) Done: out/minikube-linux-arm64 -p addons-048679 addons disable ingress-dns --alsologtostderr -v=1: (1.036744416s)
addons_test.go:287: (dbg) Run: out/minikube-linux-arm64 -p addons-048679 addons disable ingress --alsologtostderr -v=1
addons_test.go:287: (dbg) Done: out/minikube-linux-arm64 -p addons-048679 addons disable ingress --alsologtostderr -v=1: (7.558553909s)
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-048679
helpers_test.go:235: (dbg) docker inspect addons-048679:
-- stdout --
[
{
"Id": "e30db12019a63f342ee80d9ab681f812d0358bcdea66740b481cd607510ccb8f",
"Created": "2023-06-10T16:22:36.866976507Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 8503,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-06-10T16:22:37.22580717Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:22d1eb0c15f6653533a03d8e96fd97e1d685d349b3f4c622bea2e52531ef44b9",
"ResolvConfPath": "/var/lib/docker/containers/e30db12019a63f342ee80d9ab681f812d0358bcdea66740b481cd607510ccb8f/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/e30db12019a63f342ee80d9ab681f812d0358bcdea66740b481cd607510ccb8f/hostname",
"HostsPath": "/var/lib/docker/containers/e30db12019a63f342ee80d9ab681f812d0358bcdea66740b481cd607510ccb8f/hosts",
"LogPath": "/var/lib/docker/containers/e30db12019a63f342ee80d9ab681f812d0358bcdea66740b481cd607510ccb8f/e30db12019a63f342ee80d9ab681f812d0358bcdea66740b481cd607510ccb8f-json.log",
"Name": "/addons-048679",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-048679:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-048679",
"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/d1cfc1b7fbef4b7c244137375168af7fc2d087924add0dd58395adaf83c17932-init/diff:/var/lib/docker/overlay2/74cb6f838e1fcfc1b6f19e3b70ff76db9bef2f6117698ff19da434ce3223b74a/diff",
"MergedDir": "/var/lib/docker/overlay2/d1cfc1b7fbef4b7c244137375168af7fc2d087924add0dd58395adaf83c17932/merged",
"UpperDir": "/var/lib/docker/overlay2/d1cfc1b7fbef4b7c244137375168af7fc2d087924add0dd58395adaf83c17932/diff",
"WorkDir": "/var/lib/docker/overlay2/d1cfc1b7fbef4b7c244137375168af7fc2d087924add0dd58395adaf83c17932/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-048679",
"Source": "/var/lib/docker/volumes/addons-048679/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-048679",
"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.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b",
"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-048679",
"name.minikube.sigs.k8s.io": "addons-048679",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "4bbd67ec5b2d2334318d58e4a078468345343aa45186118a5f9a86dd21e92327",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
]
},
"SandboxKey": "/var/run/docker/netns/4bbd67ec5b2d",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-048679": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"e30db12019a6",
"addons-048679"
],
"NetworkID": "cd3935ce22e501b0e718f0b2d8fd2a1ed088820880517f50d051cf4a634fa5dd",
"EndpointID": "32d1a1843521c8b90e9893199423b9d4027c40905af79626f70a5d2d2528de8e",
"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-048679 -n addons-048679
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-048679 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-048679 logs -n 25: (1.693068231s)
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-313106 | jenkins | v1.30.1 | 10 Jun 23 16:21 UTC | |
| | -p download-only-313106 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.16.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| start | -o=json --download-only | download-only-313106 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | |
| | -p download-only-313106 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.27.2 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | 10 Jun 23 16:22 UTC |
| delete | -p download-only-313106 | download-only-313106 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | 10 Jun 23 16:22 UTC |
| delete | -p download-only-313106 | download-only-313106 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | 10 Jun 23 16:22 UTC |
| start | --download-only -p | download-docker-637757 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | |
| | download-docker-637757 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-637757 | download-docker-637757 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | 10 Jun 23 16:22 UTC |
| start | --download-only -p | binary-mirror-962832 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | |
| | binary-mirror-962832 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36323 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-962832 | binary-mirror-962832 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | 10 Jun 23 16:22 UTC |
| start | -p addons-048679 | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:22 UTC | 10 Jun 23 16:24 UTC |
| | --wait=true --memory=4000 | | | | | |
| | --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | disable cloud-spanner -p | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:24 UTC | 10 Jun 23 16:24 UTC |
| | addons-048679 | | | | | |
| addons | enable headlamp | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:24 UTC | 10 Jun 23 16:24 UTC |
| | -p addons-048679 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-048679 ip | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:24 UTC | 10 Jun 23 16:24 UTC |
| addons | addons-048679 addons disable | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:24 UTC | 10 Jun 23 16:24 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-048679 addons | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| | addons-048679 | | | | | |
| ssh | addons-048679 ssh curl -s | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-048679 ip | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| addons | addons-048679 addons | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-048679 addons disable | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-048679 addons disable | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-048679 addons | addons-048679 | jenkins | v1.30.1 | 10 Jun 23 16:25 UTC | 10 Jun 23 16:25 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/06/10 16:22:14
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.20.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0610 16:22:14.508142 8032 out.go:296] Setting OutFile to fd 1 ...
I0610 16:22:14.508286 8032 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0610 16:22:14.508294 8032 out.go:309] Setting ErrFile to fd 2...
I0610 16:22:14.508300 8032 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0610 16:22:14.508471 8032 root.go:336] Updating PATH: /home/jenkins/minikube-integration/16578-2220/.minikube/bin
I0610 16:22:14.508916 8032 out.go:303] Setting JSON to false
I0610 16:22:14.509690 8032 start.go:127] hostinfo: {"hostname":"ip-172-31-31-251","uptime":279,"bootTime":1686413856,"procs":153,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1037-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0610 16:22:14.509765 8032 start.go:137] virtualization:
I0610 16:22:14.512531 8032 out.go:177] * [addons-048679] minikube v1.30.1 on Ubuntu 20.04 (arm64)
I0610 16:22:14.514969 8032 out.go:177] - MINIKUBE_LOCATION=16578
I0610 16:22:14.516854 8032 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0610 16:22:14.515192 8032 notify.go:220] Checking for updates...
I0610 16:22:14.520484 8032 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/16578-2220/kubeconfig
I0610 16:22:14.522092 8032 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/16578-2220/.minikube
I0610 16:22:14.524475 8032 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0610 16:22:14.526426 8032 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0610 16:22:14.528528 8032 driver.go:375] Setting default libvirt URI to qemu:///system
I0610 16:22:14.552863 8032 docker.go:121] docker version: linux-24.0.2:Docker Engine - Community
I0610 16:22:14.552954 8032 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0610 16:22:14.636976 8032 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:24 OomKillDisable:true NGoroutines:38 SystemTime:2023-06-10 16:22:14.62593085 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1037-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archit
ecture: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:8215171072 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:24.0.2 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:3dce8eb055cbb6872793272b4f20ed16117344f8 Expected:3dce8eb055cbb6872793272b4f20ed16117344f8} RuncCommit:{ID:v1.1.7-0-g860f061 Expected:v1.1.7-0-g860f061} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.10.5] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.18.1]] Warnings:<nil>}}
I0610 16:22:14.637080 8032 docker.go:294] overlay module found
I0610 16:22:14.639034 8032 out.go:177] * Using the docker driver based on user configuration
I0610 16:22:14.640833 8032 start.go:297] selected driver: docker
I0610 16:22:14.640848 8032 start.go:875] validating driver "docker" against <nil>
I0610 16:22:14.640860 8032 start.go:886] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0610 16:22:14.641454 8032 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0610 16:22:14.703825 8032 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:24 OomKillDisable:true NGoroutines:38 SystemTime:2023-06-10 16:22:14.69422313 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1037-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archit
ecture: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:8215171072 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:24.0.2 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:3dce8eb055cbb6872793272b4f20ed16117344f8 Expected:3dce8eb055cbb6872793272b4f20ed16117344f8} RuncCommit:{ID:v1.1.7-0-g860f061 Expected:v1.1.7-0-g860f061} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.10.5] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.18.1]] Warnings:<nil>}}
I0610 16:22:14.703971 8032 start_flags.go:305] no existing cluster config was found, will generate one from the flags
I0610 16:22:14.704185 8032 start_flags.go:919] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0610 16:22:14.705769 8032 out.go:177] * Using Docker driver with root privileges
I0610 16:22:14.707839 8032 cni.go:84] Creating CNI manager for ""
I0610 16:22:14.707860 8032 cni.go:142] "docker" driver + "containerd" runtime found, recommending kindnet
I0610 16:22:14.707870 8032 start_flags.go:314] Found "CNI" CNI - setting NetworkPlugin=cni
I0610 16:22:14.707880 8032 start_flags.go:319] config:
{Name:addons-048679 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b 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.27.2 ClusterName:addons-048679 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containe
rd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP:}
I0610 16:22:14.711002 8032 out.go:177] * Starting control plane node addons-048679 in cluster addons-048679
I0610 16:22:14.712621 8032 cache.go:122] Beginning downloading kic base image for docker with containerd
I0610 16:22:14.714400 8032 out.go:177] * Pulling base image ...
I0610 16:22:14.716115 8032 preload.go:132] Checking if preload exists for k8s version v1.27.2 and runtime containerd
I0610 16:22:14.716162 8032 preload.go:148] Found local preload: /home/jenkins/minikube-integration/16578-2220/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-containerd-overlay2-arm64.tar.lz4
I0610 16:22:14.716177 8032 cache.go:57] Caching tarball of preloaded images
I0610 16:22:14.716181 8032 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b in local docker daemon
I0610 16:22:14.716247 8032 preload.go:174] Found /home/jenkins/minikube-integration/16578-2220/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0610 16:22:14.716257 8032 cache.go:60] Finished verifying existence of preloaded tar for v1.27.2 on containerd
I0610 16:22:14.716592 8032 profile.go:148] Saving config to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/config.json ...
I0610 16:22:14.716624 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/config.json: {Name:mka017fbc9567102ac00ed043b0e102344b07b18 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:14.734219 8032 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b to local cache
I0610 16:22:14.734320 8032 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b in local cache directory
I0610 16:22:14.734337 8032 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b in local cache directory, skipping pull
I0610 16:22:14.734342 8032 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b exists in cache, skipping pull
I0610 16:22:14.734350 8032 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b as a tarball
I0610 16:22:14.734355 8032 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b from local cache
I0610 16:22:29.673230 8032 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b from cached tarball
I0610 16:22:29.673267 8032 cache.go:195] Successfully downloaded all kic artifacts
I0610 16:22:29.673303 8032 start.go:364] acquiring machines lock for addons-048679: {Name:mkacbcbeaac9eaceca9d3c50e61bfc7b71003e9c Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0610 16:22:29.673438 8032 start.go:368] acquired machines lock for "addons-048679" in 104.663µs
I0610 16:22:29.673469 8032 start.go:93] Provisioning new machine with config: &{Name:addons-048679 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b 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.27.2 ClusterName:addons-048679 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.27.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:
false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP:} &{Name: IP: Port:8443 KubernetesVersion:v1.27.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0610 16:22:29.673554 8032 start.go:125] createHost starting for "" (driver="docker")
I0610 16:22:29.675451 8032 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0610 16:22:29.675691 8032 start.go:159] libmachine.API.Create for "addons-048679" (driver="docker")
I0610 16:22:29.675728 8032 client.go:168] LocalClient.Create starting
I0610 16:22:29.675843 8032 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca.pem
I0610 16:22:29.925349 8032 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/cert.pem
I0610 16:22:30.282417 8032 cli_runner.go:164] Run: docker network inspect addons-048679 --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}}]}"
W0610 16:22:30.301350 8032 cli_runner.go:211] docker network inspect addons-048679 --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
I0610 16:22:30.301444 8032 network_create.go:281] running [docker network inspect addons-048679] to gather additional debugging logs...
I0610 16:22:30.301460 8032 cli_runner.go:164] Run: docker network inspect addons-048679
W0610 16:22:30.318765 8032 cli_runner.go:211] docker network inspect addons-048679 returned with exit code 1
I0610 16:22:30.318790 8032 network_create.go:284] error running [docker network inspect addons-048679]: docker network inspect addons-048679: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-048679 not found
I0610 16:22:30.318801 8032 network_create.go:286] output of [docker network inspect addons-048679]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-048679 not found
** /stderr **
I0610 16:22:30.318870 8032 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}}]}"
I0610 16:22:30.337390 8032 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:0x400110b870}
I0610 16:22:30.337426 8032 network_create.go:123] attempt to create docker network addons-048679 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0610 16:22:30.337486 8032 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-048679 addons-048679
I0610 16:22:30.411110 8032 network_create.go:107] docker network addons-048679 192.168.49.0/24 created
I0610 16:22:30.411137 8032 kic.go:117] calculated static IP "192.168.49.2" for the "addons-048679" container
I0610 16:22:30.411206 8032 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0610 16:22:30.430581 8032 cli_runner.go:164] Run: docker volume create addons-048679 --label name.minikube.sigs.k8s.io=addons-048679 --label created_by.minikube.sigs.k8s.io=true
I0610 16:22:30.449266 8032 oci.go:103] Successfully created a docker volume addons-048679
I0610 16:22:30.449354 8032 cli_runner.go:164] Run: docker run --rm --name addons-048679-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-048679 --entrypoint /usr/bin/test -v addons-048679:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -d /var/lib
I0610 16:22:32.609562 8032 cli_runner.go:217] Completed: docker run --rm --name addons-048679-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-048679 --entrypoint /usr/bin/test -v addons-048679:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -d /var/lib: (2.160150185s)
I0610 16:22:32.609589 8032 oci.go:107] Successfully prepared a docker volume addons-048679
I0610 16:22:32.609606 8032 preload.go:132] Checking if preload exists for k8s version v1.27.2 and runtime containerd
I0610 16:22:32.609623 8032 kic.go:190] Starting extracting preloaded images to volume ...
I0610 16:22:32.609714 8032 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/16578-2220/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-048679:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -I lz4 -xf /preloaded.tar -C /extractDir
I0610 16:22:36.781718 8032 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/16578-2220/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-048679:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -I lz4 -xf /preloaded.tar -C /extractDir: (4.171944484s)
I0610 16:22:36.781746 8032 kic.go:199] duration metric: took 4.172120 seconds to extract preloaded images to volume
W0610 16:22:36.781883 8032 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0610 16:22:36.782013 8032 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0610 16:22:36.850741 8032 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-048679 --name addons-048679 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-048679 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-048679 --network addons-048679 --ip 192.168.49.2 --volume addons-048679:/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.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b
I0610 16:22:37.233783 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Running}}
I0610 16:22:37.258763 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:22:37.289169 8032 cli_runner.go:164] Run: docker exec addons-048679 stat /var/lib/dpkg/alternatives/iptables
I0610 16:22:37.379423 8032 oci.go:144] the created container "addons-048679" has a running status.
I0610 16:22:37.379446 8032 kic.go:221] Creating ssh key for kic: /home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa...
I0610 16:22:37.537485 8032 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0610 16:22:37.582711 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:22:37.609984 8032 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0610 16:22:37.610003 8032 kic_runner.go:114] Args: [docker exec --privileged addons-048679 chown docker:docker /home/docker/.ssh/authorized_keys]
I0610 16:22:37.690414 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:22:37.728699 8032 machine.go:88] provisioning docker machine ...
I0610 16:22:37.728732 8032 ubuntu.go:169] provisioning hostname "addons-048679"
I0610 16:22:37.728801 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:22:37.782742 8032 main.go:141] libmachine: Using SSH client type: native
I0610 16:22:37.783192 8032 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39eaa0] 0x3a1430 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0610 16:22:37.783203 8032 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-048679 && echo "addons-048679" | sudo tee /etc/hostname
I0610 16:22:37.783798 8032 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51454->127.0.0.1:32772: read: connection reset by peer
I0610 16:22:40.940787 8032 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-048679
I0610 16:22:40.940862 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:22:40.960014 8032 main.go:141] libmachine: Using SSH client type: native
I0610 16:22:40.960449 8032 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39eaa0] 0x3a1430 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0610 16:22:40.960473 8032 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-048679' /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-048679/g' /etc/hosts;
else
echo '127.0.1.1 addons-048679' | sudo tee -a /etc/hosts;
fi
fi
I0610 16:22:41.103938 8032 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0610 16:22:41.103961 8032 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/16578-2220/.minikube CaCertPath:/home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/16578-2220/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/16578-2220/.minikube}
I0610 16:22:41.103996 8032 ubuntu.go:177] setting up certificates
I0610 16:22:41.104005 8032 provision.go:83] configureAuth start
I0610 16:22:41.104064 8032 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-048679
I0610 16:22:41.128479 8032 provision.go:138] copyHostCerts
I0610 16:22:41.128554 8032 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/16578-2220/.minikube/cert.pem (1123 bytes)
I0610 16:22:41.128684 8032 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/16578-2220/.minikube/key.pem (1675 bytes)
I0610 16:22:41.128758 8032 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/16578-2220/.minikube/ca.pem (1078 bytes)
I0610 16:22:41.128808 8032 provision.go:112] generating server cert: /home/jenkins/minikube-integration/16578-2220/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca-key.pem org=jenkins.addons-048679 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-048679]
I0610 16:22:41.348416 8032 provision.go:172] copyRemoteCerts
I0610 16:22:41.348497 8032 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0610 16:22:41.348540 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:22:41.368301 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:22:41.469335 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0610 16:22:41.498645 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0610 16:22:41.528152 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0610 16:22:41.556777 8032 provision.go:86] duration metric: configureAuth took 452.736818ms
I0610 16:22:41.556800 8032 ubuntu.go:193] setting minikube options for container-runtime
I0610 16:22:41.556994 8032 config.go:182] Loaded profile config "addons-048679": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.27.2
I0610 16:22:41.557006 8032 machine.go:91] provisioned docker machine in 3.82829226s
I0610 16:22:41.557012 8032 client.go:171] LocalClient.Create took 11.881274332s
I0610 16:22:41.557029 8032 start.go:167] duration metric: libmachine.API.Create for "addons-048679" took 11.88133861s
I0610 16:22:41.557039 8032 start.go:300] post-start starting for "addons-048679" (driver="docker")
I0610 16:22:41.557045 8032 start.go:328] 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]
I0610 16:22:41.557096 8032 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
I0610 16:22:41.557139 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:22:41.576522 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:22:41.678406 8032 ssh_runner.go:195] Run: cat /etc/os-release
I0610 16:22:41.682828 8032 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0610 16:22:41.682863 8032 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0610 16:22:41.682874 8032 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0610 16:22:41.682881 8032 info.go:137] Remote host: Ubuntu 22.04.2 LTS
I0610 16:22:41.682890 8032 filesync.go:126] Scanning /home/jenkins/minikube-integration/16578-2220/.minikube/addons for local assets ...
I0610 16:22:41.682964 8032 filesync.go:126] Scanning /home/jenkins/minikube-integration/16578-2220/.minikube/files for local assets ...
I0610 16:22:41.682990 8032 start.go:303] post-start completed in 125.944833ms
I0610 16:22:41.683340 8032 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-048679
I0610 16:22:41.704009 8032 profile.go:148] Saving config to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/config.json ...
I0610 16:22:41.704310 8032 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0610 16:22:41.704365 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:22:41.722129 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:22:41.821415 8032 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0610 16:22:41.827323 8032 start.go:128] duration metric: createHost completed in 12.15375433s
I0610 16:22:41.827385 8032 start.go:83] releasing machines lock for "addons-048679", held for 12.153933676s
I0610 16:22:41.827487 8032 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-048679
I0610 16:22:41.848462 8032 ssh_runner.go:195] Run: cat /version.json
I0610 16:22:41.848487 8032 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0610 16:22:41.848517 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:22:41.848547 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:22:41.875350 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:22:41.876330 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:22:41.971414 8032 ssh_runner.go:195] Run: systemctl --version
I0610 16:22:42.119211 8032 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0610 16:22:42.125058 8032 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0610 16:22:42.156459 8032 cni.go:229] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0610 16:22:42.156533 8032 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" ;
I0610 16:22:42.193180 8032 cni.go:261] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0610 16:22:42.193203 8032 start.go:481] detecting cgroup driver to use...
I0610 16:22:42.193246 8032 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0610 16:22:42.193305 8032 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0610 16:22:42.207789 8032 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0610 16:22:42.221919 8032 docker.go:193] disabling cri-docker service (if available) ...
I0610 16:22:42.222002 8032 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0610 16:22:42.238565 8032 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0610 16:22:42.255422 8032 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0610 16:22:42.350639 8032 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0610 16:22:42.442343 8032 docker.go:209] disabling docker service ...
I0610 16:22:42.442504 8032 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0610 16:22:42.463388 8032 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0610 16:22:42.478479 8032 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0610 16:22:42.570686 8032 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0610 16:22:42.673190 8032 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0610 16:22:42.686572 8032 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0610 16:22:42.706912 8032 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.9"|' /etc/containerd/config.toml"
I0610 16:22:42.718692 8032 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0610 16:22:42.730182 8032 containerd.go:145] configuring containerd to use "cgroupfs" as cgroup driver...
I0610 16:22:42.730288 8032 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0610 16:22:42.742427 8032 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0610 16:22:42.754254 8032 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0610 16:22:42.766199 8032 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0610 16:22:42.778344 8032 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0610 16:22:42.789824 8032 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0610 16:22:42.801465 8032 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0610 16:22:42.811569 8032 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0610 16:22:42.821455 8032 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0610 16:22:42.915651 8032 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0610 16:22:42.996111 8032 start.go:528] Will wait 60s for socket path /run/containerd/containerd.sock
I0610 16:22:42.996255 8032 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0610 16:22:43.001814 8032 start.go:549] Will wait 60s for crictl version
I0610 16:22:43.001967 8032 ssh_runner.go:195] Run: which crictl
I0610 16:22:43.007553 8032 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0610 16:22:43.069852 8032 start.go:565] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.21
RuntimeApiVersion: v1
I0610 16:22:43.070010 8032 ssh_runner.go:195] Run: containerd --version
I0610 16:22:43.103586 8032 ssh_runner.go:195] Run: containerd --version
I0610 16:22:43.137521 8032 out.go:177] * Preparing Kubernetes v1.27.2 on containerd 1.6.21 ...
I0610 16:22:43.139245 8032 cli_runner.go:164] Run: docker network inspect addons-048679 --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}}]}"
I0610 16:22:43.156903 8032 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0610 16:22:43.161321 8032 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""
I0610 16:22:43.176324 8032 preload.go:132] Checking if preload exists for k8s version v1.27.2 and runtime containerd
I0610 16:22:43.176396 8032 ssh_runner.go:195] Run: sudo crictl images --output json
I0610 16:22:43.219837 8032 containerd.go:604] all images are preloaded for containerd runtime.
I0610 16:22:43.219858 8032 containerd.go:518] Images already preloaded, skipping extraction
I0610 16:22:43.219913 8032 ssh_runner.go:195] Run: sudo crictl images --output json
I0610 16:22:43.259935 8032 containerd.go:604] all images are preloaded for containerd runtime.
I0610 16:22:43.259955 8032 cache_images.go:84] Images are preloaded, skipping loading
I0610 16:22:43.260011 8032 ssh_runner.go:195] Run: sudo crictl info
I0610 16:22:43.303462 8032 cni.go:84] Creating CNI manager for ""
I0610 16:22:43.303486 8032 cni.go:142] "docker" driver + "containerd" runtime found, recommending kindnet
I0610 16:22:43.303498 8032 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0610 16:22:43.303516 8032 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.27.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-048679 NodeName:addons-048679 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0610 16:22:43.303646 8032 kubeadm.go:181] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
name: "addons-048679"
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.27.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
I0610 16:22:43.303720 8032 kubeadm.go:971] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.27.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///run/containerd/containerd.sock --hostname-override=addons-048679 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.27.2 ClusterName:addons-048679 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I0610 16:22:43.303788 8032 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.27.2
I0610 16:22:43.314299 8032 binaries.go:44] Found k8s binaries, skipping transfer
I0610 16:22:43.314365 8032 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0610 16:22:43.324590 8032 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (385 bytes)
I0610 16:22:43.345563 8032 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0610 16:22:43.367412 8032 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2102 bytes)
I0610 16:22:43.389460 8032 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0610 16:22:43.394138 8032 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""
I0610 16:22:43.407527 8032 certs.go:56] Setting up /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679 for IP: 192.168.49.2
I0610 16:22:43.407555 8032 certs.go:190] acquiring lock for shared ca certs: {Name:mke388f9dea4ce5085a6492ed88d04b6a5be93b0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:43.407721 8032 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/16578-2220/.minikube/ca.key
I0610 16:22:43.590073 8032 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16578-2220/.minikube/ca.crt ...
I0610 16:22:43.590102 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/ca.crt: {Name:mkd932577e34767033c848f726a0d8271367cbb8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:43.590305 8032 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16578-2220/.minikube/ca.key ...
I0610 16:22:43.590319 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/ca.key: {Name:mk1947b222f0e5a9da7914b05065e88a073638f1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:43.590403 8032 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/16578-2220/.minikube/proxy-client-ca.key
I0610 16:22:44.227244 8032 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16578-2220/.minikube/proxy-client-ca.crt ...
I0610 16:22:44.227277 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/proxy-client-ca.crt: {Name:mk30434f3a6ea277637496b4a75409e67031731a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:44.227459 8032 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16578-2220/.minikube/proxy-client-ca.key ...
I0610 16:22:44.227471 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/proxy-client-ca.key: {Name:mk58d6cc825ac025bb88fec22727e88fa0850091 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:44.227583 8032 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/client.key
I0610 16:22:44.227601 8032 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/client.crt with IP's: []
I0610 16:22:44.513643 8032 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/client.crt ...
I0610 16:22:44.513672 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/client.crt: {Name:mk112374d2fe00ae2d859ea94d458383389bab1a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:44.513877 8032 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/client.key ...
I0610 16:22:44.513894 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/client.key: {Name:mkb3039ac9e40777c31462d9b15f9a4ff7ae394a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:44.513976 8032 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.key.dd3b5fb2
I0610 16:22:44.513994 8032 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0610 16:22:44.841798 8032 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.crt.dd3b5fb2 ...
I0610 16:22:44.841833 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.crt.dd3b5fb2: {Name:mk93df0cbb9c85b28d76c45ff44a5a529ce48873 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:44.842060 8032 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.key.dd3b5fb2 ...
I0610 16:22:44.842077 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.key.dd3b5fb2: {Name:mk943f1198700914bbc15a48f0b9f0d913d2e709 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:44.842157 8032 certs.go:337] copying /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.crt
I0610 16:22:44.842233 8032 certs.go:341] copying /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.key
I0610 16:22:44.842285 8032 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.key
I0610 16:22:44.842303 8032 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.crt with IP's: []
I0610 16:22:45.434031 8032 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.crt ...
I0610 16:22:45.434060 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.crt: {Name:mk9ff7839dcc26aa7110d3105ac109a790d495de Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:45.434248 8032 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.key ...
I0610 16:22:45.434259 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.key: {Name:mk703838b1cb3cffe31a7fe9bb5040e6eb61f21e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:22:45.434460 8032 certs.go:437] found cert: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca-key.pem (1679 bytes)
I0610 16:22:45.434499 8032 certs.go:437] found cert: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/home/jenkins/minikube-integration/16578-2220/.minikube/certs/ca.pem (1078 bytes)
I0610 16:22:45.434541 8032 certs.go:437] found cert: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/home/jenkins/minikube-integration/16578-2220/.minikube/certs/cert.pem (1123 bytes)
I0610 16:22:45.434569 8032 certs.go:437] found cert: /home/jenkins/minikube-integration/16578-2220/.minikube/certs/home/jenkins/minikube-integration/16578-2220/.minikube/certs/key.pem (1675 bytes)
I0610 16:22:45.435289 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0610 16:22:45.465434 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0610 16:22:45.496050 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0610 16:22:45.525108 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/profiles/addons-048679/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0610 16:22:45.555308 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0610 16:22:45.583812 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0610 16:22:45.612256 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0610 16:22:45.641307 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0610 16:22:45.670353 8032 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16578-2220/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0610 16:22:45.700388 8032 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0610 16:22:45.723306 8032 ssh_runner.go:195] Run: openssl version
I0610 16:22:45.730628 8032 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"
I0610 16:22:45.742793 8032 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0610 16:22:45.747536 8032 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Jun 10 16:22 /usr/share/ca-certificates/minikubeCA.pem
I0610 16:22:45.747645 8032 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0610 16:22:45.756205 8032 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"
I0610 16:22:45.768511 8032 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0610 16:22:45.773120 8032 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
I0610 16:22:45.773207 8032 kubeadm.go:404] StartCluster: {Name:addons-048679 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b 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.27.2 ClusterName:addons-048679 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.27.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Disa
bleMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP:}
I0610 16:22:45.773302 8032 cri.go:53] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0610 16:22:45.773376 8032 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0610 16:22:45.815493 8032 cri.go:88] found id: ""
I0610 16:22:45.815598 8032 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0610 16:22:45.826281 8032 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0610 16:22:45.836863 8032 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0610 16:22:45.836965 8032 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
I0610 16:22:45.847840 8032 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
I0610 16:22:45.847909 8032 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.27.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"
I0610 16:22:45.904238 8032 kubeadm.go:322] [init] Using Kubernetes version: v1.27.2
I0610 16:22:45.904491 8032 kubeadm.go:322] [preflight] Running pre-flight checks
I0610 16:22:45.949407 8032 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0610 16:22:45.949477 8032 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1037-aws[0m
I0610 16:22:45.949514 8032 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0610 16:22:45.949562 8032 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0610 16:22:45.949613 8032 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0610 16:22:45.949662 8032 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0610 16:22:45.949719 8032 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0610 16:22:45.949768 8032 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0610 16:22:45.949819 8032 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0610 16:22:45.949866 8032 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0610 16:22:45.949915 8032 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0610 16:22:45.949963 8032 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0610 16:22:46.033634 8032 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0610 16:22:46.033820 8032 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0610 16:22:46.033947 8032 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0610 16:22:46.282870 8032 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0610 16:22:46.286504 8032 out.go:204] - Generating certificates and keys ...
I0610 16:22:46.286608 8032 kubeadm.go:322] [certs] Using existing ca certificate authority
I0610 16:22:46.286679 8032 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0610 16:22:46.528728 8032 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0610 16:22:46.704537 8032 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0610 16:22:48.249296 8032 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0610 16:22:48.655687 8032 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0610 16:22:48.935344 8032 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0610 16:22:48.935748 8032 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-048679 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0610 16:22:49.331165 8032 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0610 16:22:49.331516 8032 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-048679 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0610 16:22:49.504218 8032 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0610 16:22:50.037807 8032 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0610 16:22:50.354704 8032 kubeadm.go:322] [certs] Generating "sa" key and public key
I0610 16:22:50.354952 8032 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0610 16:22:51.584460 8032 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0610 16:22:52.204843 8032 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0610 16:22:52.725215 8032 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0610 16:22:53.044310 8032 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0610 16:22:53.061958 8032 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0610 16:22:53.062053 8032 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0610 16:22:53.062091 8032 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0610 16:22:53.171066 8032 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0610 16:22:53.173599 8032 out.go:204] - Booting up control plane ...
I0610 16:22:53.173725 8032 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0610 16:22:53.173877 8032 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0610 16:22:53.173942 8032 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0610 16:22:53.176850 8032 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0610 16:22:53.177048 8032 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
I0610 16:23:04.179745 8032 kubeadm.go:322] [apiclient] All control plane components are healthy after 11.003005 seconds
I0610 16:23:04.179862 8032 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0610 16:23:04.196033 8032 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0610 16:23:04.721922 8032 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0610 16:23:04.722109 8032 kubeadm.go:322] [mark-control-plane] Marking the node addons-048679 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0610 16:23:05.233742 8032 kubeadm.go:322] [bootstrap-token] Using token: pgo8qy.n1k5c9mdxp4r7uym
I0610 16:23:05.235377 8032 out.go:204] - Configuring RBAC rules ...
I0610 16:23:05.235523 8032 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0610 16:23:05.241196 8032 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0610 16:23:05.250469 8032 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
I0610 16:23:05.254425 8032 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0610 16:23:05.258536 8032 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0610 16:23:05.262629 8032 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0610 16:23:05.281114 8032 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0610 16:23:05.516002 8032 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0610 16:23:05.647484 8032 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0610 16:23:05.648976 8032 kubeadm.go:322]
I0610 16:23:05.649048 8032 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0610 16:23:05.649063 8032 kubeadm.go:322]
I0610 16:23:05.649136 8032 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0610 16:23:05.649144 8032 kubeadm.go:322]
I0610 16:23:05.649169 8032 kubeadm.go:322] mkdir -p $HOME/.kube
I0610 16:23:05.649389 8032 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0610 16:23:05.649449 8032 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0610 16:23:05.649459 8032 kubeadm.go:322]
I0610 16:23:05.649510 8032 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0610 16:23:05.649516 8032 kubeadm.go:322]
I0610 16:23:05.649561 8032 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0610 16:23:05.649567 8032 kubeadm.go:322]
I0610 16:23:05.649616 8032 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0610 16:23:05.649695 8032 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0610 16:23:05.649763 8032 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0610 16:23:05.649772 8032 kubeadm.go:322]
I0610 16:23:05.649851 8032 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0610 16:23:05.649927 8032 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0610 16:23:05.649936 8032 kubeadm.go:322]
I0610 16:23:05.650015 8032 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token pgo8qy.n1k5c9mdxp4r7uym \
I0610 16:23:05.650115 8032 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:5bc14f008eafd77d085ab1d9d6f7c71ae8f6d38083eb171c3f7e9c167a550f4a \
I0610 16:23:05.650139 8032 kubeadm.go:322] --control-plane
I0610 16:23:05.650147 8032 kubeadm.go:322]
I0610 16:23:05.650227 8032 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0610 16:23:05.650235 8032 kubeadm.go:322]
I0610 16:23:05.650476 8032 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token pgo8qy.n1k5c9mdxp4r7uym \
I0610 16:23:05.650590 8032 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:5bc14f008eafd77d085ab1d9d6f7c71ae8f6d38083eb171c3f7e9c167a550f4a
I0610 16:23:05.654601 8032 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-1037-aws\n", err: exit status 1
I0610 16:23:05.654716 8032 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0610 16:23:05.654879 8032 kubeadm.go:322] W0610 16:22:46.033098 896 images.go:80] could not find officially supported version of etcd for Kubernetes v1.27.2, falling back to the nearest etcd version (3.5.7-0)
I0610 16:23:05.655038 8032 kubeadm.go:322] W0610 16:22:53.174053 896 images.go:80] could not find officially supported version of etcd for Kubernetes v1.27.2, falling back to the nearest etcd version (3.5.7-0)
I0610 16:23:05.655056 8032 cni.go:84] Creating CNI manager for ""
I0610 16:23:05.655066 8032 cni.go:142] "docker" driver + "containerd" runtime found, recommending kindnet
I0610 16:23:05.657202 8032 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0610 16:23:05.659238 8032 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0610 16:23:05.667130 8032 cni.go:181] applying CNI manifest using /var/lib/minikube/binaries/v1.27.2/kubectl ...
I0610 16:23:05.667150 8032 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0610 16:23:05.699288 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0610 16:23:06.661322 8032 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0610 16:23:06.661409 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:06.661511 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl label nodes minikube.k8s.io/version=v1.30.1 minikube.k8s.io/commit=eafc8e84d7336f18f4fb303d71d15fbd84fd16d5 minikube.k8s.io/name=addons-048679 minikube.k8s.io/updated_at=2023_06_10T16_23_06_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:06.899137 8032 ops.go:34] apiserver oom_adj: -16
I0610 16:23:06.899220 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:07.498289 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:07.997837 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:08.498561 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:08.998517 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:09.498645 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:09.998605 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:10.498223 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:10.998675 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:11.498292 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:11.998552 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:12.498457 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:12.998217 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:13.498590 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:13.998026 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:14.497907 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:14.998061 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:15.498395 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:15.997629 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:16.497670 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:16.997742 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:17.498214 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:17.997969 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:18.498143 8032 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 16:23:18.761035 8032 kubeadm.go:1076] duration metric: took 12.099687429s to wait for elevateKubeSystemPrivileges.
I0610 16:23:18.761063 8032 kubeadm.go:406] StartCluster complete in 32.987858941s
I0610 16:23:18.761078 8032 settings.go:142] acquiring lock: {Name:mka1eca2c16888376cc44d7f55f3d7e369175085 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:23:18.761185 8032 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/16578-2220/kubeconfig
I0610 16:23:18.761611 8032 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16578-2220/kubeconfig: {Name:mk9761da47d382771738f32de309583d22d7ff06 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 16:23:18.762011 8032 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0610 16:23:18.762279 8032 config.go:182] Loaded profile config "addons-048679": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.27.2
I0610 16:23:18.762316 8032 addons.go:496] 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]
I0610 16:23:18.762455 8032 addons.go:66] Setting volumesnapshots=true in profile "addons-048679"
I0610 16:23:18.762468 8032 addons.go:228] Setting addon volumesnapshots=true in "addons-048679"
I0610 16:23:18.762533 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.763080 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.763295 8032 addons.go:66] Setting ingress=true in profile "addons-048679"
I0610 16:23:18.763317 8032 addons.go:228] Setting addon ingress=true in "addons-048679"
I0610 16:23:18.763371 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.763755 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.763824 8032 addons.go:66] Setting cloud-spanner=true in profile "addons-048679"
I0610 16:23:18.763838 8032 addons.go:228] Setting addon cloud-spanner=true in "addons-048679"
I0610 16:23:18.763862 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.764199 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.764268 8032 addons.go:66] Setting csi-hostpath-driver=true in profile "addons-048679"
I0610 16:23:18.764296 8032 addons.go:228] Setting addon csi-hostpath-driver=true in "addons-048679"
I0610 16:23:18.764321 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.764663 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.764738 8032 addons.go:66] Setting default-storageclass=true in profile "addons-048679"
I0610 16:23:18.764752 8032 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-048679"
I0610 16:23:18.764962 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.765013 8032 addons.go:66] Setting gcp-auth=true in profile "addons-048679"
I0610 16:23:18.765024 8032 mustload.go:65] Loading cluster: addons-048679
I0610 16:23:18.765158 8032 config.go:182] Loaded profile config "addons-048679": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.27.2
I0610 16:23:18.765345 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.765397 8032 addons.go:66] Setting metrics-server=true in profile "addons-048679"
I0610 16:23:18.765406 8032 addons.go:228] Setting addon metrics-server=true in "addons-048679"
I0610 16:23:18.765429 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.765757 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.765815 8032 addons.go:66] Setting ingress-dns=true in profile "addons-048679"
I0610 16:23:18.765824 8032 addons.go:228] Setting addon ingress-dns=true in "addons-048679"
I0610 16:23:18.765852 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.766185 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.766235 8032 addons.go:66] Setting inspektor-gadget=true in profile "addons-048679"
I0610 16:23:18.766243 8032 addons.go:228] Setting addon inspektor-gadget=true in "addons-048679"
I0610 16:23:18.766263 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.767071 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.767221 8032 addons.go:66] Setting registry=true in profile "addons-048679"
I0610 16:23:18.767253 8032 addons.go:228] Setting addon registry=true in "addons-048679"
I0610 16:23:18.767285 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.767644 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.779624 8032 addons.go:66] Setting storage-provisioner=true in profile "addons-048679"
I0610 16:23:18.779656 8032 addons.go:228] Setting addon storage-provisioner=true in "addons-048679"
I0610 16:23:18.779699 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:18.780129 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:18.828622 8032 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0610 16:23:18.845462 8032 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0610 16:23:18.845485 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0610 16:23:18.845558 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:18.886704 8032 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.17.0
I0610 16:23:18.890659 8032 addons.go:420] installing /etc/kubernetes/addons/ig-namespace.yaml
I0610 16:23:18.890685 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0610 16:23:18.890758 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:18.984596 8032 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.8.0
I0610 16:23:18.990666 8032 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0610 16:23:18.992179 8032 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0610 16:23:18.991780 8032 out.go:177] - Using image docker.io/registry:2.8.1
I0610 16:23:18.998221 8032 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0610 16:23:18.996815 8032 addons.go:420] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0610 16:23:19.003489 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0610 16:23:19.003607 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.015848 8032 addons.go:420] installing /etc/kubernetes/addons/registry-rc.yaml
I0610 16:23:19.015875 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0610 16:23:19.015941 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.035301 8032 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0610 16:23:19.037505 8032 addons.go:420] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0610 16:23:19.037525 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I0610 16:23:19.037588 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.064238 8032 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0610 16:23:19.066312 8032 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0610 16:23:19.068037 8032 addons.go:420] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0610 16:23:19.068055 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0610 16:23:19.068131 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.075328 8032 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0610 16:23:19.093794 8032 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0610 16:23:19.096160 8032 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0610 16:23:19.098264 8032 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0610 16:23:19.097137 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.123600 8032 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0610 16:23:19.122310 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:19.126036 8032 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0610 16:23:19.128347 8032 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0610 16:23:19.130558 8032 addons.go:420] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0610 16:23:19.130578 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0610 16:23:19.130643 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.140242 8032 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.3
I0610 16:23:19.142005 8032 addons.go:420] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0610 16:23:19.142025 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0610 16:23:19.142093 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.150693 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.182361 8032 addons.go:228] Setting addon default-storageclass=true in "addons-048679"
I0610 16:23:19.182603 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:19.183171 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:19.189443 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
W0610 16:23:19.205547 8032 kapi.go:245] failed rescaling "coredns" deployment in "kube-system" namespace and "addons-048679" context to 1 replicas: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
E0610 16:23:19.205634 8032 start.go:219] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
I0610 16:23:19.205654 8032 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.27.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0610 16:23:19.207390 8032 out.go:177] * Verifying Kubernetes components...
I0610 16:23:19.209237 8032 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0610 16:23:19.251184 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.252384 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.256488 8032 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.6
I0610 16:23:19.258716 8032 addons.go:420] installing /etc/kubernetes/addons/deployment.yaml
I0610 16:23:19.258735 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1003 bytes)
I0610 16:23:19.258809 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.297147 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.314148 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.331421 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.358842 8032 addons.go:420] installing /etc/kubernetes/addons/storageclass.yaml
I0610 16:23:19.358862 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0610 16:23:19.358924 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:19.390596 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.407738 8032 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.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.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0610 16:23:19.420316 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:19.510628 8032 node_ready.go:35] waiting up to 6m0s for node "addons-048679" to be "Ready" ...
I0610 16:23:19.520006 8032 node_ready.go:49] node "addons-048679" has status "Ready":"True"
I0610 16:23:19.520078 8032 node_ready.go:38] duration metric: took 9.425094ms waiting for node "addons-048679" to be "Ready" ...
I0610 16:23:19.520101 8032 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" ...
I0610 16:23:19.553637 8032 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5d78c9869d-9drks" in "kube-system" namespace to be "Ready" ...
I0610 16:23:19.668784 8032 addons.go:420] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0610 16:23:19.668843 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0610 16:23:19.699210 8032 addons.go:420] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0610 16:23:19.699280 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0610 16:23:19.761720 8032 addons.go:420] installing /etc/kubernetes/addons/ig-role.yaml
I0610 16:23:19.761786 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0610 16:23:19.767845 8032 addons.go:420] installing /etc/kubernetes/addons/registry-svc.yaml
I0610 16:23:19.767900 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0610 16:23:19.823154 8032 addons.go:420] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0610 16:23:19.823228 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0610 16:23:19.829227 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0610 16:23:19.834893 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0610 16:23:19.843728 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0610 16:23:19.882541 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0610 16:23:19.893699 8032 addons.go:420] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0610 16:23:19.893722 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0610 16:23:19.903917 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0610 16:23:19.909359 8032 addons.go:420] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0610 16:23:19.909383 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0610 16:23:19.927351 8032 addons.go:420] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0610 16:23:19.927374 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0610 16:23:20.013921 8032 addons.go:420] installing /etc/kubernetes/addons/registry-proxy.yaml
I0610 16:23:20.013944 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0610 16:23:20.028430 8032 addons.go:420] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0610 16:23:20.028454 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0610 16:23:20.069938 8032 addons.go:420] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0610 16:23:20.069961 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0610 16:23:20.088447 8032 addons.go:420] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0610 16:23:20.088474 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0610 16:23:20.131559 8032 addons.go:420] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0610 16:23:20.131584 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0610 16:23:20.181684 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0610 16:23:20.237008 8032 addons.go:420] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0610 16:23:20.237033 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0610 16:23:20.284995 8032 addons.go:420] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0610 16:23:20.285017 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0610 16:23:20.315252 8032 addons.go:420] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0610 16:23:20.315273 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0610 16:23:20.419776 8032 addons.go:420] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0610 16:23:20.419800 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0610 16:23:20.441054 8032 addons.go:420] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0610 16:23:20.441079 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0610 16:23:20.487789 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:20.603199 8032 addons.go:420] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0610 16:23:20.603224 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0610 16:23:20.683183 8032 addons.go:420] installing /etc/kubernetes/addons/ig-crd.yaml
I0610 16:23:20.683207 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0610 16:23:20.792872 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:21.053456 8032 addons.go:420] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0610 16:23:21.053479 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0610 16:23:21.117262 8032 addons.go:420] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0610 16:23:21.117284 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I0610 16:23:21.343955 8032 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0610 16:23:21.343977 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0610 16:23:21.444639 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:21.567453 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:21.599699 8032 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0610 16:23:21.599724 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0610 16:23:21.765534 8032 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0610 16:23:21.765558 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0610 16:23:21.950365 8032 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.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.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.542580937s)
I0610 16:23:21.950394 8032 start.go:916] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0610 16:23:22.080621 8032 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0610 16:23:22.080646 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0610 16:23:22.250605 8032 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0610 16:23:22.250658 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0610 16:23:22.400185 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:23.617114 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:25.650820 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:25.803633 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.974370392s)
I0610 16:23:25.803707 8032 addons.go:464] Verifying addon ingress=true in "addons-048679"
I0610 16:23:25.812779 8032 out.go:177] * Verifying ingress addon...
I0610 16:23:25.803951 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.969037973s)
I0610 16:23:25.804003 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.960249787s)
I0610 16:23:25.804026 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.921466532s)
I0610 16:23:25.804050 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.900112835s)
I0610 16:23:25.804081 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.622372212s)
I0610 16:23:25.804130 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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: (5.316316214s)
I0610 16:23:25.804204 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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: (5.011306615s)
I0610 16:23:25.804249 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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: (4.359583384s)
I0610 16:23:25.820941 8032 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0610 16:23:25.821189 8032 addons.go:464] Verifying addon registry=true in "addons-048679"
I0610 16:23:25.826005 8032 out.go:177] * Verifying registry addon...
W0610 16:23:25.821382 8032 addons.go:446] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:25.821393 8032 addons.go:464] Verifying addon metrics-server=true in "addons-048679"
I0610 16:23:25.827601 8032 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0610 16:23:25.827816 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:25.828586 8032 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0610 16:23:25.828758 8032 retry.go:31] will retry after 171.868452ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:25.838610 8032 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0610 16:23:25.838636 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:25.938993 8032 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0610 16:23:25.939069 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:25.970393 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:26.001645 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:26.225064 8032 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0610 16:23:26.276337 8032 addons.go:228] Setting addon gcp-auth=true in "addons-048679"
I0610 16:23:26.276422 8032 host.go:66] Checking if "addons-048679" exists ...
I0610 16:23:26.276913 8032 cli_runner.go:164] Run: docker container inspect addons-048679 --format={{.State.Status}}
I0610 16:23:26.304585 8032 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0610 16:23:26.304659 8032 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048679
I0610 16:23:26.339425 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:26.344301 8032 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/16578-2220/.minikube/machines/addons-048679/id_rsa Username:docker}
I0610 16:23:26.347339 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:26.840097 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:26.859060 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:27.352523 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:27.376427 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:27.528889 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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: (5.128653588s)
I0610 16:23:27.528966 8032 addons.go:464] Verifying addon csi-hostpath-driver=true in "addons-048679"
I0610 16:23:27.531252 8032 out.go:177] * Verifying csi-hostpath-driver addon...
I0610 16:23:27.534844 8032 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0610 16:23:27.545386 8032 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0610 16:23:27.545458 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:27.832984 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:27.844558 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:28.050299 8032 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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: (2.048609375s)
I0610 16:23:28.050413 8032 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.74580768s)
I0610 16:23:28.054487 8032 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0610 16:23:28.053582 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:28.058716 8032 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0610 16:23:28.060756 8032 addons.go:420] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0610 16:23:28.060804 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0610 16:23:28.067033 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:28.087372 8032 addons.go:420] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0610 16:23:28.087434 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0610 16:23:28.113107 8032 addons.go:420] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0610 16:23:28.113169 8032 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I0610 16:23:28.140318 8032 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.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
I0610 16:23:28.333631 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:28.343822 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:28.552402 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:28.836038 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:28.845713 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:28.987118 8032 addons.go:464] Verifying addon gcp-auth=true in "addons-048679"
I0610 16:23:28.989422 8032 out.go:177] * Verifying gcp-auth addon...
I0610 16:23:28.991828 8032 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0610 16:23:29.008133 8032 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0610 16:23:29.008193 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:29.052232 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:29.332628 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:29.343993 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:29.512827 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:29.552514 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:29.833405 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:29.844448 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:30.019074 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:30.053826 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:30.068960 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:30.333475 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:30.344131 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:30.512604 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:30.552298 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:30.833510 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:30.844848 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:31.014331 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:31.052306 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:31.333123 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:31.343621 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:31.512836 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:31.550963 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:31.834819 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:31.846235 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:32.013458 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:32.052701 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:32.333869 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:32.346783 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:32.516297 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:32.567737 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:32.580014 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:32.836222 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:32.846272 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:33.013429 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:33.052594 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:33.334267 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:33.346827 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:33.515110 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:33.551536 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:33.833307 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:33.844334 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:34.013863 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:34.053566 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:34.332538 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:34.344187 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:34.512455 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:34.552287 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:34.832609 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:34.844495 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:35.013021 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:35.051789 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:35.082944 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:35.332871 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:35.343485 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:35.512414 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:35.551222 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:35.832667 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:35.843298 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:36.011985 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:36.052585 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:36.333393 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:36.344591 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:36.512653 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:36.551754 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:36.832857 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:36.844241 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:37.012861 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:37.052895 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:37.332911 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:37.343674 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:37.512830 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:37.552485 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:37.567476 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:37.833613 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:37.843657 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:38.013035 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:38.052347 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:38.332941 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:38.344814 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:38.513482 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:38.552821 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:38.832506 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:38.844474 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:39.018376 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:39.052328 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:39.332346 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:39.344224 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:39.512474 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:39.552076 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:39.832278 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:39.844587 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:40.016703 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:40.051716 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:40.067855 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:40.333243 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:40.348055 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:40.511899 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:40.552377 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:40.833017 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:40.845705 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:41.013220 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:41.054893 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:41.332952 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:41.343750 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:41.512536 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:41.551210 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:41.843745 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:41.852862 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:42.012852 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:42.051807 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:42.333068 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:42.343876 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:42.511930 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:42.551183 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:42.566659 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:42.832411 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:42.844238 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:43.012799 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:43.051598 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:43.332842 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:43.343715 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:43.512564 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:43.551795 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:43.832966 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:43.844268 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:44.021089 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:44.050911 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:44.335989 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:44.343784 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:44.512376 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:44.552177 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:44.832584 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:44.843216 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:45.012394 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:45.051755 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:45.067454 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:45.333521 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:45.344144 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:45.512142 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:45.551335 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:45.833791 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:45.845103 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:46.012356 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:46.053036 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:46.333292 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:46.344006 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:46.512324 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:46.551836 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:46.833014 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:46.843969 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:47.012812 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:47.052939 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:47.333236 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:47.344180 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:47.512487 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:47.551851 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:47.567740 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:47.833141 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:47.844549 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:48.012586 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:48.051628 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:48.332573 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:48.343548 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:48.512958 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:48.550750 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:48.832760 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:48.843812 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:49.011762 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:49.052353 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:49.333061 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:49.344110 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:49.512241 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:49.552035 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:49.832792 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:49.844394 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:50.012139 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:50.052418 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:50.066767 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:50.332502 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:50.344043 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:50.517320 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:50.552085 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:50.832788 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:50.844090 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:51.012184 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:51.051441 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:51.332181 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:51.346335 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:51.512335 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:51.551445 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:51.833238 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:51.844731 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:52.012376 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:52.051538 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:52.332120 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:52.343676 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:52.512418 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:52.551493 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:52.567566 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:52.841260 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:52.846130 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:53.013117 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:53.051535 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:53.332492 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:53.344351 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:53.513066 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:53.552177 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:53.832807 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:53.843303 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:54.012629 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:54.054699 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:54.332690 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:54.343413 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:54.512546 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:54.551590 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:54.833034 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:54.843947 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:55.012191 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:55.052251 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:55.067739 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:55.335075 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:55.344101 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:55.514024 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:55.551847 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:55.833134 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:55.843746 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:56.013030 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:56.051856 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:56.332775 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:56.344035 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:56.511745 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:56.553668 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:56.832764 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:56.844324 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:57.012982 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:57.051606 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:57.333225 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:57.344161 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:57.512228 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:57.551622 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:57.567279 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:57.833752 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:57.844604 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:58.019399 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:58.053823 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:58.332768 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:58.343243 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:58.519727 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:58.556537 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:58.832640 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:58.843111 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:59.011946 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:59.051523 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:59.333540 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:59.344739 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:23:59.512871 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:23:59.551515 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:23:59.567353 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:23:59.832864 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:23:59.843568 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:00.051492 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:00.118359 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:00.333487 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:00.344090 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:00.512263 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:00.551356 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:00.834234 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:00.843926 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:01.012328 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:01.057180 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:01.333062 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:01.344152 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:01.512414 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:01.552208 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:01.574904 8032 pod_ready.go:102] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"False"
I0610 16:24:01.833179 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:01.844259 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:02.012583 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:02.058125 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:02.333725 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:02.343850 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:02.514213 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:02.552267 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:02.567298 8032 pod_ready.go:92] pod "coredns-5d78c9869d-9drks" in "kube-system" namespace has status "Ready":"True"
I0610 16:24:02.567326 8032 pod_ready.go:81] duration metric: took 43.0136169s waiting for pod "coredns-5d78c9869d-9drks" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.567338 8032 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5d78c9869d-qmk44" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.574105 8032 pod_ready.go:92] pod "coredns-5d78c9869d-qmk44" in "kube-system" namespace has status "Ready":"True"
I0610 16:24:02.574130 8032 pod_ready.go:81] duration metric: took 6.7625ms waiting for pod "coredns-5d78c9869d-qmk44" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.574144 8032 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.580009 8032 pod_ready.go:92] pod "etcd-addons-048679" in "kube-system" namespace has status "Ready":"True"
I0610 16:24:02.580048 8032 pod_ready.go:81] duration metric: took 5.897021ms waiting for pod "etcd-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.580079 8032 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.585914 8032 pod_ready.go:92] pod "kube-apiserver-addons-048679" in "kube-system" namespace has status "Ready":"True"
I0610 16:24:02.585937 8032 pod_ready.go:81] duration metric: took 5.845961ms waiting for pod "kube-apiserver-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.585949 8032 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.592384 8032 pod_ready.go:92] pod "kube-controller-manager-addons-048679" in "kube-system" namespace has status "Ready":"True"
I0610 16:24:02.592407 8032 pod_ready.go:81] duration metric: took 6.45037ms waiting for pod "kube-controller-manager-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.592420 8032 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-wpw2t" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.833151 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:02.843989 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:02.965024 8032 pod_ready.go:92] pod "kube-proxy-wpw2t" in "kube-system" namespace has status "Ready":"True"
I0610 16:24:02.965088 8032 pod_ready.go:81] duration metric: took 372.659917ms waiting for pod "kube-proxy-wpw2t" in "kube-system" namespace to be "Ready" ...
I0610 16:24:02.965109 8032 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:03.012965 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:03.051097 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:03.332700 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:03.343422 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:03.363879 8032 pod_ready.go:92] pod "kube-scheduler-addons-048679" in "kube-system" namespace has status "Ready":"True"
I0610 16:24:03.363905 8032 pod_ready.go:81] duration metric: took 398.787187ms waiting for pod "kube-scheduler-addons-048679" in "kube-system" namespace to be "Ready" ...
I0610 16:24:03.363914 8032 pod_ready.go:38] duration metric: took 43.843789862s 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" ...
I0610 16:24:03.363950 8032 api_server.go:52] waiting for apiserver process to appear ...
I0610 16:24:03.364025 8032 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0610 16:24:03.381270 8032 api_server.go:72] duration metric: took 44.175587777s to wait for apiserver process to appear ...
I0610 16:24:03.381293 8032 api_server.go:88] waiting for apiserver healthz status ...
I0610 16:24:03.381310 8032 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0610 16:24:03.390978 8032 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0610 16:24:03.392211 8032 api_server.go:141] control plane version: v1.27.2
I0610 16:24:03.392236 8032 api_server.go:131] duration metric: took 10.935316ms to wait for apiserver health ...
I0610 16:24:03.392245 8032 system_pods.go:43] waiting for kube-system pods to appear ...
I0610 16:24:03.511648 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:03.551894 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:03.571762 8032 system_pods.go:59] 18 kube-system pods found
I0610 16:24:03.571799 8032 system_pods.go:61] "coredns-5d78c9869d-9drks" [86dc19ce-f9c3-4571-8af9-5d6a9ca2d602] Running
I0610 16:24:03.571805 8032 system_pods.go:61] "coredns-5d78c9869d-qmk44" [81849ba1-91d9-48ba-9045-1646978ec088] Running
I0610 16:24:03.571814 8032 system_pods.go:61] "csi-hostpath-attacher-0" [043c7001-c22e-47ed-8180-4c2a033a6526] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0610 16:24:03.571823 8032 system_pods.go:61] "csi-hostpath-resizer-0" [da1c2621-994c-42dd-93a3-af8d97ee21c0] Running
I0610 16:24:03.571832 8032 system_pods.go:61] "csi-hostpathplugin-kxn5d" [d1bde148-8bbc-48aa-b2ee-03a88494297a] 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])
I0610 16:24:03.571841 8032 system_pods.go:61] "etcd-addons-048679" [70b797d3-7821-4616-a4e7-997e7ed87bfe] Running
I0610 16:24:03.571847 8032 system_pods.go:61] "kindnet-n8d86" [0ea8d8ef-fe8c-4c6f-b9bc-a7de4eb3e723] Running
I0610 16:24:03.571857 8032 system_pods.go:61] "kube-apiserver-addons-048679" [18e6ff16-77ef-45ef-92f7-6841e0a70e21] Running
I0610 16:24:03.571863 8032 system_pods.go:61] "kube-controller-manager-addons-048679" [ccdf290f-e7aa-4a6c-9ebf-4ca64a9f5577] Running
I0610 16:24:03.571875 8032 system_pods.go:61] "kube-ingress-dns-minikube" [e3ccac6f-f191-4c74-9e6b-08bde7ab3fc0] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0610 16:24:03.571881 8032 system_pods.go:61] "kube-proxy-wpw2t" [9c1493b6-c816-42c0-8ece-dc52e4829672] Running
I0610 16:24:03.571888 8032 system_pods.go:61] "kube-scheduler-addons-048679" [75ccec57-ce0d-4737-9b80-ca67a7536be7] Running
I0610 16:24:03.571896 8032 system_pods.go:61] "metrics-server-844d8db974-rm647" [070b6f46-3316-4379-84dd-104bb4ee8773] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0610 16:24:03.571906 8032 system_pods.go:61] "registry-6j8b6" [38d3067f-658a-4d81-b7ec-82ba4bacfc27] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0610 16:24:03.571912 8032 system_pods.go:61] "registry-proxy-ns9p4" [8fea9c13-b49b-4d01-b80f-f96d7210b726] Running
I0610 16:24:03.571921 8032 system_pods.go:61] "snapshot-controller-75bbb956b9-7z67l" [f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 16:24:03.571932 8032 system_pods.go:61] "snapshot-controller-75bbb956b9-mlhhc" [6cf04cac-57fc-4374-92d2-d7fe940bcff1] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 16:24:03.571941 8032 system_pods.go:61] "storage-provisioner" [5ec40f7f-ee02-4a78-b771-924c023896c3] Running
I0610 16:24:03.571946 8032 system_pods.go:74] duration metric: took 179.696318ms to wait for pod list to return data ...
I0610 16:24:03.571960 8032 default_sa.go:34] waiting for default service account to be created ...
I0610 16:24:03.763649 8032 default_sa.go:45] found service account: "default"
I0610 16:24:03.763720 8032 default_sa.go:55] duration metric: took 191.753078ms for default service account to be created ...
I0610 16:24:03.763744 8032 system_pods.go:116] waiting for k8s-apps to be running ...
I0610 16:24:03.833410 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:03.845224 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:03.972821 8032 system_pods.go:86] 18 kube-system pods found
I0610 16:24:03.972851 8032 system_pods.go:89] "coredns-5d78c9869d-9drks" [86dc19ce-f9c3-4571-8af9-5d6a9ca2d602] Running
I0610 16:24:03.972858 8032 system_pods.go:89] "coredns-5d78c9869d-qmk44" [81849ba1-91d9-48ba-9045-1646978ec088] Running
I0610 16:24:03.972866 8032 system_pods.go:89] "csi-hostpath-attacher-0" [043c7001-c22e-47ed-8180-4c2a033a6526] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0610 16:24:03.972874 8032 system_pods.go:89] "csi-hostpath-resizer-0" [da1c2621-994c-42dd-93a3-af8d97ee21c0] Running
I0610 16:24:03.972882 8032 system_pods.go:89] "csi-hostpathplugin-kxn5d" [d1bde148-8bbc-48aa-b2ee-03a88494297a] 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])
I0610 16:24:03.972894 8032 system_pods.go:89] "etcd-addons-048679" [70b797d3-7821-4616-a4e7-997e7ed87bfe] Running
I0610 16:24:03.972903 8032 system_pods.go:89] "kindnet-n8d86" [0ea8d8ef-fe8c-4c6f-b9bc-a7de4eb3e723] Running
I0610 16:24:03.972908 8032 system_pods.go:89] "kube-apiserver-addons-048679" [18e6ff16-77ef-45ef-92f7-6841e0a70e21] Running
I0610 16:24:03.972916 8032 system_pods.go:89] "kube-controller-manager-addons-048679" [ccdf290f-e7aa-4a6c-9ebf-4ca64a9f5577] Running
I0610 16:24:03.972925 8032 system_pods.go:89] "kube-ingress-dns-minikube" [e3ccac6f-f191-4c74-9e6b-08bde7ab3fc0] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0610 16:24:03.972936 8032 system_pods.go:89] "kube-proxy-wpw2t" [9c1493b6-c816-42c0-8ece-dc52e4829672] Running
I0610 16:24:03.972941 8032 system_pods.go:89] "kube-scheduler-addons-048679" [75ccec57-ce0d-4737-9b80-ca67a7536be7] Running
I0610 16:24:03.972948 8032 system_pods.go:89] "metrics-server-844d8db974-rm647" [070b6f46-3316-4379-84dd-104bb4ee8773] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0610 16:24:03.972958 8032 system_pods.go:89] "registry-6j8b6" [38d3067f-658a-4d81-b7ec-82ba4bacfc27] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0610 16:24:03.972966 8032 system_pods.go:89] "registry-proxy-ns9p4" [8fea9c13-b49b-4d01-b80f-f96d7210b726] Running
I0610 16:24:03.972978 8032 system_pods.go:89] "snapshot-controller-75bbb956b9-7z67l" [f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 16:24:03.972991 8032 system_pods.go:89] "snapshot-controller-75bbb956b9-mlhhc" [6cf04cac-57fc-4374-92d2-d7fe940bcff1] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 16:24:03.972997 8032 system_pods.go:89] "storage-provisioner" [5ec40f7f-ee02-4a78-b771-924c023896c3] Running
I0610 16:24:03.973007 8032 system_pods.go:126] duration metric: took 209.246571ms to wait for k8s-apps to be running ...
I0610 16:24:03.973015 8032 system_svc.go:44] waiting for kubelet service to be running ....
I0610 16:24:03.973070 8032 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0610 16:24:03.992108 8032 system_svc.go:56] duration metric: took 19.085119ms WaitForService to wait for kubelet.
I0610 16:24:03.992131 8032 kubeadm.go:581] duration metric: took 44.786452904s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0610 16:24:03.992154 8032 node_conditions.go:102] verifying NodePressure condition ...
I0610 16:24:04.012938 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:04.066935 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:04.164808 8032 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0610 16:24:04.164843 8032 node_conditions.go:123] node cpu capacity is 2
I0610 16:24:04.164856 8032 node_conditions.go:105] duration metric: took 172.697796ms to run NodePressure ...
I0610 16:24:04.164868 8032 start.go:228] waiting for startup goroutines ...
I0610 16:24:04.333002 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:04.344168 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:04.513188 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:04.552495 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:04.833250 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:04.844644 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:05.012775 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:05.051839 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:05.335769 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:05.345638 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:05.512589 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:05.552216 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:05.833422 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:05.844522 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:06.012788 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:06.053554 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:06.334099 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:06.347601 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:06.512494 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:06.551796 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:06.832210 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:06.844275 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:07.012879 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:07.052712 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:07.333271 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:07.344171 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:07.512113 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:07.552877 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:07.832573 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:07.843257 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:08.012243 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:08.051190 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:08.332918 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:08.343933 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:08.512544 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:08.555943 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:08.833154 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:08.847036 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:09.012996 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:09.053307 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:09.333653 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:09.357936 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:09.529253 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:09.552881 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:09.833162 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:09.844464 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:10.016439 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:10.053426 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:10.338694 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:10.347348 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:10.513185 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:10.553369 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:10.833681 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:10.843934 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:11.012641 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:11.051394 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:11.339210 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:11.348627 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:11.512843 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:11.553149 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:11.833892 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:11.844588 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:12.012838 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:12.057580 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:12.332870 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:12.343574 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:12.512174 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:12.553287 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:12.833460 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:12.844990 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 16:24:13.012372 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:13.052319 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:13.333098 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:13.343893 8032 kapi.go:107] duration metric: took 47.515300509s to wait for kubernetes.io/minikube-addons=registry ...
I0610 16:24:13.512791 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:13.551328 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:13.833380 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:14.013545 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:14.052305 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:14.333283 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:14.512299 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:14.552237 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:14.832673 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:15.012857 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:15.051709 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:15.334188 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:15.512218 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:15.551150 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:15.832124 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:16.012684 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:16.051920 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:16.332123 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:16.512182 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:16.551148 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:16.832609 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:17.012872 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:17.052303 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:17.333211 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:17.512421 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:17.551259 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:17.832876 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:18.012991 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:18.052128 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:18.333089 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:18.513046 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:18.551692 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:18.832540 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:19.014255 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:19.051767 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 16:24:19.333904 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:19.513291 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:19.552137 8032 kapi.go:107] duration metric: took 52.017289157s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0610 16:24:19.832708 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:20.012607 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:20.334011 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:20.511932 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:20.832265 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:21.012097 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:21.333147 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:21.512831 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:21.833192 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:22.012322 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:22.333250 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:22.512081 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:22.833008 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:23.012876 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:23.333715 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:23.512155 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:23.832977 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:24.012271 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:24.332543 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:24.513031 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:24.832467 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:25.012392 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:25.333226 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:25.512109 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:25.833001 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:26.011752 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:26.333488 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:26.512757 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:26.832633 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:27.012672 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:27.333433 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:27.512380 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:27.832429 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:28.012250 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:28.332547 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:28.512449 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:28.832934 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:29.011893 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:29.332898 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:29.513068 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:29.832764 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:30.012943 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:30.333128 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:30.511861 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:30.833477 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:31.012338 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:31.332699 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:31.512604 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:31.832252 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:32.012596 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:32.332158 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:32.511909 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:32.833813 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:33.013230 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:33.334219 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:33.511920 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:33.833249 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:34.012479 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:34.332399 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:34.512917 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:34.833074 8032 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 16:24:35.015352 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:35.333389 8032 kapi.go:107] duration metric: took 1m9.512447236s to wait for app.kubernetes.io/name=ingress-nginx ...
I0610 16:24:35.512444 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:36.014396 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:36.512290 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:37.012482 8032 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 16:24:37.512460 8032 kapi.go:107] duration metric: took 1m8.520637764s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0610 16:24:37.514361 8032 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-048679 cluster.
I0610 16:24:37.516374 8032 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.
I0610 16:24:37.518076 8032 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0610 16:24:37.519914 8032 out.go:177] * Enabled addons: storage-provisioner, ingress-dns, default-storageclass, cloud-spanner, inspektor-gadget, metrics-server, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0610 16:24:37.521753 8032 addons.go:499] enable addons completed in 1m18.759433053s: enabled=[storage-provisioner ingress-dns default-storageclass cloud-spanner inspektor-gadget metrics-server volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0610 16:24:37.521791 8032 start.go:233] waiting for cluster config update ...
I0610 16:24:37.521808 8032 start.go:242] writing updated cluster config ...
I0610 16:24:37.522092 8032 ssh_runner.go:195] Run: rm -f paused
I0610 16:24:37.585240 8032 start.go:573] kubectl: 1.27.2, cluster: 1.27.2 (minor skew: 0)
I0610 16:24:37.587202 8032 out.go:177] * Done! kubectl is now configured to use "addons-048679" cluster and "default" namespace by default
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
78190f5dd4107 13753a81eccfd 5 seconds ago Exited hello-world-app 2 917800d48b611 hello-world-app-65bdb79f98-jlp8k
a8fccc5b3b63a 5ee47dcca7543 31 seconds ago Running nginx 0 3206397647d75 nginx
2de0f6fef6a71 d23bd5d730ccb 58 seconds ago Running headlamp 0 556d1b677b219 headlamp-6b5756787-qxv8w
8bbff99a61a92 2a5f29343eb03 About a minute ago Running gcp-auth 0 8b73fe7765cc7 gcp-auth-58478865f7-ck2j5
816e59a537cfe 8f2588812ab29 About a minute ago Exited patch 2 edbad46d34c2c ingress-nginx-admission-patch-8qhhc
9d5d668d6a412 8f2588812ab29 About a minute ago Exited create 0 0e2d33ff1045e ingress-nginx-admission-create-jqp8d
47c4df7fd8242 97e04611ad434 About a minute ago Running coredns 0 29cb20ea03efa coredns-5d78c9869d-9drks
424fff9ccd0a6 97e04611ad434 About a minute ago Running coredns 0 a127098c1b4e0 coredns-5d78c9869d-qmk44
3f4a00d4ee721 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 a81a6cf53aacf storage-provisioner
fa13dcff6f361 29921a0845422 2 minutes ago Running kube-proxy 0 d426c42d0a35e kube-proxy-wpw2t
7b2308effc996 b18bf71b941ba 2 minutes ago Running kindnet-cni 0 647275e8fa4c9 kindnet-n8d86
b962ecc414dcd 305d7ed1dae28 2 minutes ago Running kube-scheduler 0 0061e8e6d6c45 kube-scheduler-addons-048679
17ac4896fbfbc 2ee705380c3c5 2 minutes ago Running kube-controller-manager 0 70c91552a0221 kube-controller-manager-addons-048679
26e92134f64ba 72c9df6be7f1b 2 minutes ago Running kube-apiserver 0 c457c39b6abdd kube-apiserver-addons-048679
a14a8b716671c 24bc64e911039 2 minutes ago Running etcd 0 d542988eb6cb2 etcd-addons-048679
*
* ==> containerd <==
* Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.344534352Z" level=info msg="Container to stop \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.355753111Z" level=warning msg="cleanup warnings time=\"2023-06-10T16:25:42Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10104 runtime=io.containerd.runc.v2\n"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.360737582Z" level=info msg="StopContainer for \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\" returns successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.361418109Z" level=info msg="StopPodSandbox for \"4e395778b79882ffc28face46c214ce7fc0a3f5cd7183c317478570003b3e3c0\""
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.361606390Z" level=info msg="Container to stop \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.394928549Z" level=info msg="shim disconnected" id=8215313557dd9b066c3ecafc91261e0842d8219467aa186bb1c225d25172b21f
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.394985788Z" level=warning msg="cleaning up after shim disconnected" id=8215313557dd9b066c3ecafc91261e0842d8219467aa186bb1c225d25172b21f namespace=k8s.io
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.394996709Z" level=info msg="cleaning up dead shim"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.414695610Z" level=warning msg="cleanup warnings time=\"2023-06-10T16:25:42Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10152 runtime=io.containerd.runc.v2\n"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.435685265Z" level=info msg="TearDown network for sandbox \"8215313557dd9b066c3ecafc91261e0842d8219467aa186bb1c225d25172b21f\" successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.435931293Z" level=info msg="StopPodSandbox for \"8215313557dd9b066c3ecafc91261e0842d8219467aa186bb1c225d25172b21f\" returns successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.437384195Z" level=info msg="shim disconnected" id=4e395778b79882ffc28face46c214ce7fc0a3f5cd7183c317478570003b3e3c0
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.438044275Z" level=warning msg="cleaning up after shim disconnected" id=4e395778b79882ffc28face46c214ce7fc0a3f5cd7183c317478570003b3e3c0 namespace=k8s.io
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.438200483Z" level=info msg="cleaning up dead shim"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.458537573Z" level=warning msg="cleanup warnings time=\"2023-06-10T16:25:42Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10192 runtime=io.containerd.runc.v2\n"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.489646042Z" level=info msg="TearDown network for sandbox \"4e395778b79882ffc28face46c214ce7fc0a3f5cd7183c317478570003b3e3c0\" successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.489693410Z" level=info msg="StopPodSandbox for \"4e395778b79882ffc28face46c214ce7fc0a3f5cd7183c317478570003b3e3c0\" returns successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.656955417Z" level=info msg="RemoveContainer for \"f04e382cd00637501bf81ef2b362e89c9d6353f64092c95576a2a3ffb664d3ed\""
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.663413835Z" level=info msg="RemoveContainer for \"f04e382cd00637501bf81ef2b362e89c9d6353f64092c95576a2a3ffb664d3ed\" returns successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.676243394Z" level=info msg="RemoveContainer for \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\""
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.682349700Z" level=info msg="RemoveContainer for \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\" returns successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.683089533Z" level=error msg="ContainerStatus for \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\": not found"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.686547708Z" level=info msg="RemoveContainer for \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\""
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.696756097Z" level=info msg="RemoveContainer for \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\" returns successfully"
Jun 10 16:25:42 addons-048679 containerd[743]: time="2023-06-10T16:25:42.698336086Z" level=error msg="ContainerStatus for \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\": not found"
*
* ==> coredns [424fff9ccd0a68ed1c0ff48e2a9bd75543d41c5db62430b89c6b3c916adfb9ed] <==
* [INFO] 10.244.0.17:60657 - 35810 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000224351s
[INFO] 10.244.0.17:60657 - 26370 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00015236s
[INFO] 10.244.0.17:60657 - 41772 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000096557s
[INFO] 10.244.0.17:60657 - 25222 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000091601s
[INFO] 10.244.0.17:60657 - 56718 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002895161s
[INFO] 10.244.0.17:60657 - 58574 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.004208462s
[INFO] 10.244.0.17:60657 - 2363 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000116742s
[INFO] 10.244.0.17:36791 - 63381 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000111326s
[INFO] 10.244.0.17:36791 - 3997 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000067503s
[INFO] 10.244.0.17:36791 - 54162 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000073451s
[INFO] 10.244.0.17:36791 - 13628 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000064057s
[INFO] 10.244.0.17:36791 - 37859 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000082608s
[INFO] 10.244.0.17:36791 - 36123 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000063655s
[INFO] 10.244.0.17:36791 - 7031 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001229708s
[INFO] 10.244.0.17:36791 - 57821 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00093472s
[INFO] 10.244.0.17:36791 - 5214 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000044356s
[INFO] 10.244.0.17:44182 - 31811 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000083387s
[INFO] 10.244.0.17:44182 - 9675 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000094383s
[INFO] 10.244.0.17:44182 - 27629 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000082272s
[INFO] 10.244.0.17:44182 - 59950 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00008923s
[INFO] 10.244.0.17:44182 - 58441 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000142514s
[INFO] 10.244.0.17:44182 - 54063 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000094431s
[INFO] 10.244.0.17:44182 - 25774 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001189462s
[INFO] 10.244.0.17:44182 - 50047 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00090555s
[INFO] 10.244.0.17:44182 - 10719 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000059232s
*
* ==> coredns [47c4df7fd8242a7432fbac5dbcdd03204a0592489b1afd3272017ae1e5a0768f] <==
* [INFO] 10.244.0.2:33812 - 14925 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000075716s
[INFO] 10.244.0.2:33812 - 33615 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000063983s
[INFO] 10.244.0.2:47033 - 44791 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000113115s
[INFO] 10.244.0.2:47033 - 1995 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000158275s
[INFO] 10.244.0.2:38751 - 34442 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00006761s
[INFO] 10.244.0.2:38751 - 50056 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000051151s
[INFO] 10.244.0.2:55124 - 23955 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.003889445s
[INFO] 10.244.0.2:55124 - 61589 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.003913864s
[INFO] 10.244.0.2:41780 - 14344 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000113213s
[INFO] 10.244.0.2:41780 - 50231 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000137311s
[INFO] 10.244.0.18:50656 - 47128 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000149578s
[INFO] 10.244.0.18:34916 - 53269 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000113484s
[INFO] 10.244.0.18:53252 - 44310 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000150915s
[INFO] 10.244.0.18:58137 - 43191 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002331057s
[INFO] 10.244.0.18:48919 - 9136 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.003743188s
[INFO] 10.244.0.20:47689 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000139306s
[INFO] 10.244.0.17:55280 - 56902 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000193073s
[INFO] 10.244.0.17:55280 - 11453 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000117709s
[INFO] 10.244.0.17:55280 - 62760 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000093455s
[INFO] 10.244.0.17:55280 - 7038 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00008534s
[INFO] 10.244.0.17:55280 - 29775 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000074929s
[INFO] 10.244.0.17:55280 - 6248 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000097895s
[INFO] 10.244.0.17:55280 - 49350 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001236395s
[INFO] 10.244.0.17:55280 - 30699 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000893005s
[INFO] 10.244.0.17:55280 - 46997 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000160549s
*
* ==> describe nodes <==
* Name: addons-048679
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-048679
kubernetes.io/os=linux
minikube.k8s.io/commit=eafc8e84d7336f18f4fb303d71d15fbd84fd16d5
minikube.k8s.io/name=addons-048679
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_06_10T16_23_06_0700
minikube.k8s.io/version=v1.30.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-048679
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Sat, 10 Jun 2023 16:23:02 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-048679
AcquireTime: <unset>
RenewTime: Sat, 10 Jun 2023 16:25:38 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sat, 10 Jun 2023 16:25:39 +0000 Sat, 10 Jun 2023 16:22:58 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sat, 10 Jun 2023 16:25:39 +0000 Sat, 10 Jun 2023 16:22:58 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sat, 10 Jun 2023 16:25:39 +0000 Sat, 10 Jun 2023 16:22:58 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sat, 10 Jun 2023 16:25:39 +0000 Sat, 10 Jun 2023 16:23:16 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-048679
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022628Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022628Ki
pods: 110
System Info:
Machine ID: 49c46e69a31743c9ba81fbc352f8a9e9
System UUID: d08ec044-f3ce-4072-8356-c71e8d0f2d6e
Boot ID: 9a54dfd9-cc23-412f-8f4a-0089a0162bc0
Kernel Version: 5.15.0-1037-aws
OS Image: Ubuntu 22.04.2 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.21
Kubelet Version: v1.27.2
Kube-Proxy Version: v1.27.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-65bdb79f98-jlp8k 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 25s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 33s
gcp-auth gcp-auth-58478865f7-ck2j5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m19s
headlamp headlamp-6b5756787-qxv8w 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 63s
kube-system coredns-5d78c9869d-9drks 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m28s
kube-system coredns-5d78c9869d-qmk44 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m28s
kube-system etcd-addons-048679 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m44s
kube-system kindnet-n8d86 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m28s
kube-system kube-apiserver-addons-048679 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m43s
kube-system kube-controller-manager-addons-048679 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m41s
kube-system kube-proxy-wpw2t 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m28s
kube-system kube-scheduler-addons-048679 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m43s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m24s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 290Mi (3%!)(MISSING) 390Mi (4%!)(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 2m26s kube-proxy
Normal Starting 2m51s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m51s (x8 over 2m51s) kubelet Node addons-048679 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m51s (x8 over 2m51s) kubelet Node addons-048679 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m51s (x7 over 2m51s) kubelet Node addons-048679 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 2m51s kubelet Updated Node Allocatable limit across pods
Normal Starting 2m42s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m42s kubelet Node addons-048679 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m42s kubelet Node addons-048679 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m42s kubelet Node addons-048679 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m42s kubelet Node addons-048679 status is now: NodeNotReady
Normal NodeAllocatableEnforced 2m42s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m31s kubelet Node addons-048679 status is now: NodeReady
Normal RegisteredNode 2m29s node-controller Node addons-048679 event: Registered Node addons-048679 in Controller
*
* ==> dmesg <==
* [Jun10 16:17] ACPI: SRAT not present
[ +0.000000] ACPI: SRAT not present
[ +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
[ +0.015276] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +1.238178] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +5.921434] kauditd_printk_skb: 26 callbacks suppressed
*
* ==> etcd [a14a8b716671c0cf7f155bb3b60affc10372ee50f689a12f0af6283835d55a0d] <==
* {"level":"info","ts":"2023-06-10T16:22:57.508Z","caller":"embed/etcd.go:586","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-06-10T16:22:57.508Z","caller":"embed/etcd.go:558","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-06-10T16:22:57.509Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2023-06-10T16:22:57.509Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap.db","max":5,"interval":"30s"}
{"level":"info","ts":"2023-06-10T16:22:57.509Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2023-06-10T16:22:57.509Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2023-06-10T16:22:57.509Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2023-06-10T16:22:57.766Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2023-06-10T16:22:57.766Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2023-06-10T16:22:57.766Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2023-06-10T16:22:57.767Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2023-06-10T16:22:57.767Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-06-10T16:22:57.767Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2023-06-10T16:22:57.767Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-06-10T16:22:57.770Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-048679 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-06-10T16:22:57.770Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-06-10T16:22:57.772Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-06-10T16:22:57.770Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-06-10T16:22:57.770Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-06-10T16:22:57.783Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-06-10T16:22:57.771Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-06-10T16:22:57.786Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2023-06-10T16:22:57.773Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2023-06-10T16:22:57.786Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-06-10T16:22:57.787Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
*
* ==> gcp-auth [8bbff99a61a9297be4fb23b3f8115fca99457df3ef373aa5a1b089e3dd484479] <==
* 2023/06/10 16:24:36 GCP Auth Webhook started!
2023/06/10 16:24:44 Ready to marshal response ...
2023/06/10 16:24:44 Ready to write response ...
2023/06/10 16:24:44 Ready to marshal response ...
2023/06/10 16:24:44 Ready to write response ...
2023/06/10 16:24:44 Ready to marshal response ...
2023/06/10 16:24:44 Ready to write response ...
2023/06/10 16:24:48 Ready to marshal response ...
2023/06/10 16:24:48 Ready to write response ...
2023/06/10 16:24:55 Ready to marshal response ...
2023/06/10 16:24:55 Ready to write response ...
2023/06/10 16:25:14 Ready to marshal response ...
2023/06/10 16:25:14 Ready to write response ...
2023/06/10 16:25:22 Ready to marshal response ...
2023/06/10 16:25:22 Ready to write response ...
2023/06/10 16:25:27 Ready to marshal response ...
2023/06/10 16:25:27 Ready to write response ...
*
* ==> kernel <==
* 16:25:47 up 8 min, 0 users, load average: 0.95, 0.90, 0.41
Linux addons-048679 5.15.0-1037-aws #41~20.04.1-Ubuntu SMP Mon May 22 18:20:20 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.2 LTS"
*
* ==> kindnet [7b2308effc996f7918eb1bacac106965b568d8542400813f746ab9985efcc393] <==
* I0610 16:23:51.335573 1 main.go:191] Failed to get nodes, retrying after error: Get "https://10.96.0.1:443/api/v1/nodes": dial tcp 10.96.0.1:443: i/o timeout
I0610 16:23:51.351015 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:23:51.351045 1 main.go:227] handling current node
I0610 16:24:01.366219 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:24:01.366322 1 main.go:227] handling current node
I0610 16:24:11.378693 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:24:11.378783 1 main.go:227] handling current node
I0610 16:24:21.391224 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:24:21.391254 1 main.go:227] handling current node
I0610 16:24:31.402861 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:24:31.402889 1 main.go:227] handling current node
I0610 16:24:41.407609 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:24:41.407637 1 main.go:227] handling current node
I0610 16:24:51.418945 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:24:51.418974 1 main.go:227] handling current node
I0610 16:25:01.431540 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:25:01.431569 1 main.go:227] handling current node
I0610 16:25:11.444172 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:25:11.444201 1 main.go:227] handling current node
I0610 16:25:21.449234 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:25:21.449262 1 main.go:227] handling current node
I0610 16:25:31.461251 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:25:31.461279 1 main.go:227] handling current node
I0610 16:25:41.469343 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 16:25:41.469371 1 main.go:227] handling current node
*
* ==> kube-apiserver [26e92134f64baac2edfa186736b348155776b7f792517ef510e701e36f2a3ec9] <==
* I0610 16:25:12.302253 1 controller.go:132] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0610 16:25:14.062159 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0610 16:25:14.567979 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs=map[IPv4:10.102.231.89]
I0610 16:25:22.399511 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs=map[IPv4:10.108.203.152]
E0610 16:25:35.357472 1 authentication.go:70] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
E0610 16:25:39.182829 1 authentication.go:70] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
I0610 16:25:41.930708 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:41.930758 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 16:25:41.946799 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:41.946866 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 16:25:41.979766 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:41.979819 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 16:25:41.982127 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:41.982156 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 16:25:42.015769 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:42.015941 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 16:25:42.031454 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:42.031534 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 16:25:42.079285 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:42.079510 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 16:25:42.135341 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 16:25:42.135416 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0610 16:25:42.983443 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0610 16:25:43.136977 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0610 16:25:43.149107 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
*
* ==> kube-controller-manager [17ac4896fbfbc9414f748c108db0921d0a195edaf32710c87aacca00c350012e] <==
* I0610 16:25:22.155175 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-65bdb79f98 to 1"
I0610 16:25:22.187717 1 event.go:307] "Event occurred" object="default/hello-world-app-65bdb79f98" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-65bdb79f98-jlp8k"
W0610 16:25:25.598797 1 endpointslice_controller.go:297] Error syncing endpoint slices for service "default/hello-world-app", retrying. Error: EndpointSlice informer cache is out of date
I0610 16:25:26.820783 1 event.go:307] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"hostpath.csi.k8s.io\" or manually created by system administrator"
W0610 16:25:30.574578 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:30.574622 1 reflector.go:148] 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
I0610 16:25:35.545312 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-attacher"
I0610 16:25:35.651902 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-resizer"
I0610 16:25:39.123772 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-create
I0610 16:25:39.137338 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-patch
E0610 16:25:42.985919 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:43.139059 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:43.151060 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
W0610 16:25:44.051908 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:44.051996 1 reflector.go:148] 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
W0610 16:25:44.408432 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:44.408467 1 reflector.go:148] 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
W0610 16:25:44.605503 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:44.605537 1 reflector.go:148] 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
W0610 16:25:46.627843 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:46.627885 1 reflector.go:148] 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
W0610 16:25:46.719507 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:46.719542 1 reflector.go:148] 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
W0610 16:25:47.650116 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0610 16:25:47.650154 1 reflector.go:148] 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 [fa13dcff6f361176828df556291c94ca6a3e8166003d04af55f2f8bba3c6c394] <==
* I0610 16:23:21.274045 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0610 16:23:21.274174 1 server_others.go:110] "Detected node IP" address="192.168.49.2"
I0610 16:23:21.274201 1 server_others.go:551] "Using iptables proxy"
I0610 16:23:21.512970 1 server_others.go:190] "Using iptables Proxier"
I0610 16:23:21.513014 1 server_others.go:197] "kube-proxy running in dual-stack mode" ipFamily=IPv4
I0610 16:23:21.513023 1 server_others.go:198] "Creating dualStackProxier for iptables"
I0610 16:23:21.513036 1 server_others.go:481] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, defaulting to no-op detect-local for IPv6"
I0610 16:23:21.513097 1 proxier.go:253] "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"
I0610 16:23:21.513688 1 server.go:657] "Version info" version="v1.27.2"
I0610 16:23:21.513700 1 server.go:659] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0610 16:23:21.516101 1 config.go:188] "Starting service config controller"
I0610 16:23:21.516117 1 shared_informer.go:311] Waiting for caches to sync for service config
I0610 16:23:21.516169 1 config.go:97] "Starting endpoint slice config controller"
I0610 16:23:21.516174 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0610 16:23:21.519229 1 config.go:315] "Starting node config controller"
I0610 16:23:21.519240 1 shared_informer.go:311] Waiting for caches to sync for node config
I0610 16:23:21.617138 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0610 16:23:21.617201 1 shared_informer.go:318] Caches are synced for service config
I0610 16:23:21.619583 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [b962ecc414dcd04f196f67b29a7134d9e0081535b2b64681ddc518412e4c783d] <==
* W0610 16:23:02.422591 1 reflector.go:533] 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
E0610 16:23:02.422608 1 reflector.go:148] 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
W0610 16:23:02.422663 1 reflector.go:533] 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
E0610 16:23:02.422682 1 reflector.go:148] 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
W0610 16:23:02.422722 1 reflector.go:533] 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
E0610 16:23:02.422742 1 reflector.go:148] 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
W0610 16:23:02.422873 1 reflector.go:533] 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
E0610 16:23:02.422978 1 reflector.go:148] 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
W0610 16:23:03.224053 1 reflector.go:533] 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
E0610 16:23:03.224090 1 reflector.go:148] 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
W0610 16:23:03.233742 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0610 16:23:03.234078 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0610 16:23:03.235395 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0610 16:23:03.235569 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0610 16:23:03.323566 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0610 16:23:03.323600 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0610 16:23:03.382177 1 reflector.go:533] 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
E0610 16:23:03.382212 1 reflector.go:148] 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
W0610 16:23:03.384035 1 reflector.go:533] 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
E0610 16:23:03.384081 1 reflector.go:148] 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
W0610 16:23:03.410915 1 reflector.go:533] 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
E0610 16:23:03.411126 1 reflector.go:148] 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
W0610 16:23:03.472169 1 reflector.go:533] 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
E0610 16:23:03.472391 1 reflector.go:148] 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
I0610 16:23:03.912460 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Jun 10 16:25:40 addons-048679 kubelet[1354]: I0610 16:25:40.645841 1354 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-bhj2z\" (UniqueName: \"kubernetes.io/projected/8712b487-15a6-4406-8d89-ac0ba709b1b2-kube-api-access-bhj2z\") on node \"addons-048679\" DevicePath \"\""
Jun 10 16:25:40 addons-048679 kubelet[1354]: I0610 16:25:40.650648 1354 scope.go:115] "RemoveContainer" containerID="9a0268b0707f550743da7ed3a6204080a6083afe6ab930fa8d1a5423ef6983df"
Jun 10 16:25:40 addons-048679 kubelet[1354]: E0610 16:25:40.651171 1354 remote_runtime.go:415] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"9a0268b0707f550743da7ed3a6204080a6083afe6ab930fa8d1a5423ef6983df\": not found" containerID="9a0268b0707f550743da7ed3a6204080a6083afe6ab930fa8d1a5423ef6983df"
Jun 10 16:25:40 addons-048679 kubelet[1354]: I0610 16:25:40.651213 1354 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={Type:containerd ID:9a0268b0707f550743da7ed3a6204080a6083afe6ab930fa8d1a5423ef6983df} err="failed to get container status \"9a0268b0707f550743da7ed3a6204080a6083afe6ab930fa8d1a5423ef6983df\": rpc error: code = NotFound desc = an error occurred when try to find container \"9a0268b0707f550743da7ed3a6204080a6083afe6ab930fa8d1a5423ef6983df\": not found"
Jun 10 16:25:41 addons-048679 kubelet[1354]: I0610 16:25:41.712484 1354 scope.go:115] "RemoveContainer" containerID="f04e382cd00637501bf81ef2b362e89c9d6353f64092c95576a2a3ffb664d3ed"
Jun 10 16:25:41 addons-048679 kubelet[1354]: I0610 16:25:41.725454 1354 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=8712b487-15a6-4406-8d89-ac0ba709b1b2 path="/var/lib/kubelet/pods/8712b487-15a6-4406-8d89-ac0ba709b1b2/volumes"
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.570525 1354 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-t97m7\" (UniqueName: \"kubernetes.io/projected/f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80-kube-api-access-t97m7\") pod \"f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80\" (UID: \"f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80\") "
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.570585 1354 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-62975\" (UniqueName: \"kubernetes.io/projected/6cf04cac-57fc-4374-92d2-d7fe940bcff1-kube-api-access-62975\") pod \"6cf04cac-57fc-4374-92d2-d7fe940bcff1\" (UID: \"6cf04cac-57fc-4374-92d2-d7fe940bcff1\") "
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.573000 1354 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/6cf04cac-57fc-4374-92d2-d7fe940bcff1-kube-api-access-62975" (OuterVolumeSpecName: "kube-api-access-62975") pod "6cf04cac-57fc-4374-92d2-d7fe940bcff1" (UID: "6cf04cac-57fc-4374-92d2-d7fe940bcff1"). InnerVolumeSpecName "kube-api-access-62975". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.573279 1354 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80-kube-api-access-t97m7" (OuterVolumeSpecName: "kube-api-access-t97m7") pod "f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80" (UID: "f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80"). InnerVolumeSpecName "kube-api-access-t97m7". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.645673 1354 scope.go:115] "RemoveContainer" containerID="f04e382cd00637501bf81ef2b362e89c9d6353f64092c95576a2a3ffb664d3ed"
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.646453 1354 scope.go:115] "RemoveContainer" containerID="78190f5dd4107317780705d8229adf837634b103cb9177a89421984b19c21f68"
Jun 10 16:25:42 addons-048679 kubelet[1354]: E0610 16:25:42.646947 1354 pod_workers.go:1294] "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-65bdb79f98-jlp8k_default(517f231e-82dc-44fe-ac41-d344fb71e476)\"" pod="default/hello-world-app-65bdb79f98-jlp8k" podUID=517f231e-82dc-44fe-ac41-d344fb71e476
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.666984 1354 scope.go:115] "RemoveContainer" containerID="0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2"
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.675201 1354 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-t97m7\" (UniqueName: \"kubernetes.io/projected/f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80-kube-api-access-t97m7\") on node \"addons-048679\" DevicePath \"\""
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.675372 1354 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-62975\" (UniqueName: \"kubernetes.io/projected/6cf04cac-57fc-4374-92d2-d7fe940bcff1-kube-api-access-62975\") on node \"addons-048679\" DevicePath \"\""
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.682784 1354 scope.go:115] "RemoveContainer" containerID="0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2"
Jun 10 16:25:42 addons-048679 kubelet[1354]: E0610 16:25:42.683525 1354 remote_runtime.go:415] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\": not found" containerID="0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2"
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.683900 1354 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={Type:containerd ID:0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2} err="failed to get container status \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\": rpc error: code = NotFound desc = an error occurred when try to find container \"0e3540705208f1a56b06f5fd5ffa8fcfbe717a4eaeecc8ec6a1d35f6b14c39d2\": not found"
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.683922 1354 scope.go:115] "RemoveContainer" containerID="7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577"
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.697803 1354 scope.go:115] "RemoveContainer" containerID="7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577"
Jun 10 16:25:42 addons-048679 kubelet[1354]: E0610 16:25:42.698738 1354 remote_runtime.go:415] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\": not found" containerID="7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577"
Jun 10 16:25:42 addons-048679 kubelet[1354]: I0610 16:25:42.698788 1354 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={Type:containerd ID:7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577} err="failed to get container status \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\": rpc error: code = NotFound desc = an error occurred when try to find container \"7c062084d6c817c4cddd173506ef0fb7ba63118326a301f6a045cc9b45160577\": not found"
Jun 10 16:25:43 addons-048679 kubelet[1354]: I0610 16:25:43.713254 1354 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=6cf04cac-57fc-4374-92d2-d7fe940bcff1 path="/var/lib/kubelet/pods/6cf04cac-57fc-4374-92d2-d7fe940bcff1/volumes"
Jun 10 16:25:43 addons-048679 kubelet[1354]: I0610 16:25:43.713731 1354 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80 path="/var/lib/kubelet/pods/f5f6a8e6-f9b1-4fbb-b1e8-7392d3a4aa80/volumes"
*
* ==> storage-provisioner [3f4a00d4ee721cb2adf5266d5934cfd30bcdd2d87047c83a28d3af25789488cf] <==
* I0610 16:23:24.706632 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0610 16:23:24.732890 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0610 16:23:24.732975 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0610 16:23:24.749932 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0610 16:23:24.750180 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-048679_ea153c7c-17a5-4fd3-a328-bfa97ba2dc1a!
I0610 16:23:24.751599 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"9c35d76d-ff19-4b84-95c4-1542c042eb1c", APIVersion:"v1", ResourceVersion:"602", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-048679_ea153c7c-17a5-4fd3-a328-bfa97ba2dc1a became leader
I0610 16:23:24.853093 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-048679_ea153c7c-17a5-4fd3-a328-bfa97ba2dc1a!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-048679 -n addons-048679
helpers_test.go:261: (dbg) Run: kubectl --context addons-048679 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 (35.97s)