=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:206: (dbg) Run: kubectl --context addons-112776 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:231: (dbg) Run: kubectl --context addons-112776 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:244: (dbg) Run: kubectl --context addons-112776 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [aeef38b3-1941-4fd8-9027-817daad736c1] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [aeef38b3-1941-4fd8-9027-817daad736c1] Running
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 14.011376403s
addons_test.go:261: (dbg) Run: out/minikube-linux-amd64 -p addons-112776 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:261: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-112776 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.45275077s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:277: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:285: (dbg) Run: kubectl --context addons-112776 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:290: (dbg) Run: out/minikube-linux-amd64 -p addons-112776 ip
addons_test.go:296: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:305: (dbg) Run: out/minikube-linux-amd64 -p addons-112776 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:310: (dbg) Run: out/minikube-linux-amd64 -p addons-112776 addons disable ingress --alsologtostderr -v=1
addons_test.go:310: (dbg) Done: out/minikube-linux-amd64 -p addons-112776 addons disable ingress --alsologtostderr -v=1: (7.628110925s)
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-112776
helpers_test.go:235: (dbg) docker inspect addons-112776:
-- stdout --
[
{
"Id": "ac8fd910f8ca8daccde30f168451ed3a3c727365db883c1f0be5fa79ac454b74",
"Created": "2023-11-27T11:17:34.811988206Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 80750,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-11-27T11:17:35.15372903Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:7b13b8068c138827ed6edd3fefc1858e39f15798035b600ada929f3fdbe10859",
"ResolvConfPath": "/var/lib/docker/containers/ac8fd910f8ca8daccde30f168451ed3a3c727365db883c1f0be5fa79ac454b74/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/ac8fd910f8ca8daccde30f168451ed3a3c727365db883c1f0be5fa79ac454b74/hostname",
"HostsPath": "/var/lib/docker/containers/ac8fd910f8ca8daccde30f168451ed3a3c727365db883c1f0be5fa79ac454b74/hosts",
"LogPath": "/var/lib/docker/containers/ac8fd910f8ca8daccde30f168451ed3a3c727365db883c1f0be5fa79ac454b74/ac8fd910f8ca8daccde30f168451ed3a3c727365db883c1f0be5fa79ac454b74-json.log",
"Name": "/addons-112776",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-112776:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-112776",
"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/7a37ab729976a0c69c4b490c9b72699ed908855240e3a1918721adb737374bd5-init/diff:/var/lib/docker/overlay2/6890504cd609c764c809309abb3d72eb8ac39b0411e6657ccda2a2f23689cb38/diff",
"MergedDir": "/var/lib/docker/overlay2/7a37ab729976a0c69c4b490c9b72699ed908855240e3a1918721adb737374bd5/merged",
"UpperDir": "/var/lib/docker/overlay2/7a37ab729976a0c69c4b490c9b72699ed908855240e3a1918721adb737374bd5/diff",
"WorkDir": "/var/lib/docker/overlay2/7a37ab729976a0c69c4b490c9b72699ed908855240e3a1918721adb737374bd5/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-112776",
"Source": "/var/lib/docker/volumes/addons-112776/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-112776",
"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.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50",
"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-112776",
"name.minikube.sigs.k8s.io": "addons-112776",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "bc2e1ba8fde8722e66df7c91ab05c65c5a272b997a38d6c23b7e04b7209674e8",
"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/bc2e1ba8fde8",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-112776": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"ac8fd910f8ca",
"addons-112776"
],
"NetworkID": "fcb71eda4ed2478836e18f80680750de9eb637180d1ff1d3b552b76f0ea18e37",
"EndpointID": "7c7f1f52d11d313313ed2d848cbde3b57c7ee6cab4cab1dbeab59a2713591341",
"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-amd64 status --format={{.Host}} -p addons-112776 -n addons-112776
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-amd64 -p addons-112776 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-112776 logs -n 25: (1.164313668s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-281039 | download-only-281039 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | 27 Nov 23 11:17 UTC |
| delete | -p download-only-281039 | download-only-281039 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | 27 Nov 23 11:17 UTC |
| start | --download-only -p | download-docker-213707 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | |
| | download-docker-213707 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-213707 | download-docker-213707 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | 27 Nov 23 11:17 UTC |
| start | --download-only -p | binary-mirror-041707 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | |
| | binary-mirror-041707 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:42111 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-041707 | binary-mirror-041707 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | 27 Nov 23 11:17 UTC |
| addons | enable dashboard -p | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | |
| | addons-112776 | | | | | |
| addons | disable dashboard -p | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | |
| | addons-112776 | | | | | |
| start | -p addons-112776 --wait=true | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:17 UTC | 27 Nov 23 11:19 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=helm-tiller | | | | | |
| addons | disable nvidia-device-plugin | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:19 UTC |
| | -p addons-112776 | | | | | |
| addons | disable cloud-spanner -p | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:19 UTC |
| | addons-112776 | | | | | |
| addons | disable inspektor-gadget -p | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:20 UTC |
| | addons-112776 | | | | | |
| ssh | addons-112776 ssh cat | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:19 UTC |
| | /opt/local-path-provisioner/pvc-dbf749c2-173c-47fe-82f9-107cdc643fe7_default_test-pvc/file1 | | | | | |
| addons | addons-112776 addons disable | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:19 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-112776 ip | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:19 UTC |
| addons | addons-112776 addons disable | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:19 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:19 UTC | 27 Nov 23 11:20 UTC |
| | -p addons-112776 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112776 addons disable | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:20 UTC | 27 Nov 23 11:20 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-112776 addons | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:20 UTC | 27 Nov 23 11:20 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-112776 ssh curl -s | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:20 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-112776 addons | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:20 UTC | 27 Nov 23 11:20 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-112776 addons | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:20 UTC | 27 Nov 23 11:20 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-112776 ip | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:22 UTC | 27 Nov 23 11:22 UTC |
| addons | addons-112776 addons disable | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:22 UTC | 27 Nov 23 11:22 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-112776 addons disable | addons-112776 | jenkins | v1.32.0 | 27 Nov 23 11:22 UTC | 27 Nov 23 11:22 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/11/27 11:17:10
Running on machine: ubuntu-20-agent-3
Binary: Built with gc go1.21.4 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1127 11:17:10.625936 80068 out.go:296] Setting OutFile to fd 1 ...
I1127 11:17:10.626055 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 11:17:10.626067 80068 out.go:309] Setting ErrFile to fd 2...
I1127 11:17:10.626072 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 11:17:10.626290 80068 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17644-72381/.minikube/bin
I1127 11:17:10.626938 80068 out.go:303] Setting JSON to false
I1127 11:17:10.627812 80068 start.go:128] hostinfo: {"hostname":"ubuntu-20-agent-3","uptime":7184,"bootTime":1701076647,"procs":200,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1046-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I1127 11:17:10.627878 80068 start.go:138] virtualization: kvm guest
I1127 11:17:10.630179 80068 out.go:177] * [addons-112776] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
I1127 11:17:10.631872 80068 out.go:177] - MINIKUBE_LOCATION=17644
I1127 11:17:10.631929 80068 notify.go:220] Checking for updates...
I1127 11:17:10.633493 80068 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1127 11:17:10.635109 80068 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17644-72381/kubeconfig
I1127 11:17:10.636583 80068 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17644-72381/.minikube
I1127 11:17:10.637923 80068 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I1127 11:17:10.639255 80068 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1127 11:17:10.641041 80068 driver.go:378] Setting default libvirt URI to qemu:///system
I1127 11:17:10.661950 80068 docker.go:122] docker version: linux-24.0.7:Docker Engine - Community
I1127 11:17:10.662068 80068 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1127 11:17:10.716735 80068 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:39 SystemTime:2023-11-27 11:17:10.708057048 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1046-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:x86_64 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:8 MemTotal:33648054272 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-3 Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 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:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil
> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I1127 11:17:10.716882 80068 docker.go:295] overlay module found
I1127 11:17:10.719051 80068 out.go:177] * Using the docker driver based on user configuration
I1127 11:17:10.720899 80068 start.go:298] selected driver: docker
I1127 11:17:10.720924 80068 start.go:902] validating driver "docker" against <nil>
I1127 11:17:10.720937 80068 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1127 11:17:10.721797 80068 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1127 11:17:10.772561 80068 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:39 SystemTime:2023-11-27 11:17:10.764621523 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1046-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:x86_64 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:8 MemTotal:33648054272 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-3 Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 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:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil
> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I1127 11:17:10.772754 80068 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I1127 11:17:10.773015 80068 start_flags.go:931] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1127 11:17:10.774770 80068 out.go:177] * Using Docker driver with root privileges
I1127 11:17:10.776555 80068 cni.go:84] Creating CNI manager for ""
I1127 11:17:10.776574 80068 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1127 11:17:10.776590 80068 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I1127 11:17:10.776606 80068 start_flags.go:323] config:
{Name:addons-112776 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-112776 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1127 11:17:10.778478 80068 out.go:177] * Starting control plane node addons-112776 in cluster addons-112776
I1127 11:17:10.779977 80068 cache.go:121] Beginning downloading kic base image for docker with crio
I1127 11:17:10.781493 80068 out.go:177] * Pulling base image ...
I1127 11:17:10.783169 80068 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1127 11:17:10.783197 80068 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 in local docker daemon
I1127 11:17:10.783247 80068 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17644-72381/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4
I1127 11:17:10.783260 80068 cache.go:56] Caching tarball of preloaded images
I1127 11:17:10.783362 80068 preload.go:174] Found /home/jenkins/minikube-integration/17644-72381/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I1127 11:17:10.783373 80068 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I1127 11:17:10.783806 80068 profile.go:148] Saving config to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/config.json ...
I1127 11:17:10.783836 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/config.json: {Name:mkc981752b6624c58af5ac514d1d2e8acaeecee1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:10.798400 80068 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 to local cache
I1127 11:17:10.798521 80068 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 in local cache directory
I1127 11:17:10.798537 80068 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 in local cache directory, skipping pull
I1127 11:17:10.798541 80068 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 exists in cache, skipping pull
I1127 11:17:10.798551 80068 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 as a tarball
I1127 11:17:10.798557 80068 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 from local cache
I1127 11:17:21.926876 80068 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 from cached tarball
I1127 11:17:21.926922 80068 cache.go:194] Successfully downloaded all kic artifacts
I1127 11:17:21.926981 80068 start.go:365] acquiring machines lock for addons-112776: {Name:mk413b0fb3cde3ff8979311a0a8705fce9b661c2 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1127 11:17:21.927123 80068 start.go:369] acquired machines lock for "addons-112776" in 117.08µs
I1127 11:17:21.927167 80068 start.go:93] Provisioning new machine with config: &{Name:addons-112776 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-112776 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I1127 11:17:21.927261 80068 start.go:125] createHost starting for "" (driver="docker")
I1127 11:17:21.929165 80068 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1127 11:17:21.929414 80068 start.go:159] libmachine.API.Create for "addons-112776" (driver="docker")
I1127 11:17:21.929470 80068 client.go:168] LocalClient.Create starting
I1127 11:17:21.929617 80068 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca.pem
I1127 11:17:22.107687 80068 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/cert.pem
I1127 11:17:22.272588 80068 cli_runner.go:164] Run: docker network inspect addons-112776 --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}}]}"
W1127 11:17:22.287972 80068 cli_runner.go:211] docker network inspect addons-112776 --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
I1127 11:17:22.288050 80068 network_create.go:281] running [docker network inspect addons-112776] to gather additional debugging logs...
I1127 11:17:22.288073 80068 cli_runner.go:164] Run: docker network inspect addons-112776
W1127 11:17:22.302209 80068 cli_runner.go:211] docker network inspect addons-112776 returned with exit code 1
I1127 11:17:22.302238 80068 network_create.go:284] error running [docker network inspect addons-112776]: docker network inspect addons-112776: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-112776 not found
I1127 11:17:22.302254 80068 network_create.go:286] output of [docker network inspect addons-112776]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-112776 not found
** /stderr **
I1127 11:17:22.302359 80068 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}}]}"
I1127 11:17:22.317222 80068 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:0xc002ec61e0}
I1127 11:17:22.317264 80068 network_create.go:124] attempt to create docker network addons-112776 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1127 11:17:22.317309 80068 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-112776 addons-112776
I1127 11:17:22.366264 80068 network_create.go:108] docker network addons-112776 192.168.49.0/24 created
I1127 11:17:22.366303 80068 kic.go:121] calculated static IP "192.168.49.2" for the "addons-112776" container
I1127 11:17:22.366407 80068 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1127 11:17:22.380517 80068 cli_runner.go:164] Run: docker volume create addons-112776 --label name.minikube.sigs.k8s.io=addons-112776 --label created_by.minikube.sigs.k8s.io=true
I1127 11:17:22.396653 80068 oci.go:103] Successfully created a docker volume addons-112776
I1127 11:17:22.396749 80068 cli_runner.go:164] Run: docker run --rm --name addons-112776-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-112776 --entrypoint /usr/bin/test -v addons-112776:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -d /var/lib
I1127 11:17:29.627419 80068 cli_runner.go:217] Completed: docker run --rm --name addons-112776-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-112776 --entrypoint /usr/bin/test -v addons-112776:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -d /var/lib: (7.230619849s)
I1127 11:17:29.627457 80068 oci.go:107] Successfully prepared a docker volume addons-112776
I1127 11:17:29.627518 80068 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1127 11:17:29.627552 80068 kic.go:194] Starting extracting preloaded images to volume ...
I1127 11:17:29.627606 80068 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17644-72381/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-112776:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -I lz4 -xf /preloaded.tar -C /extractDir
I1127 11:17:34.745066 80068 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17644-72381/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-112776:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -I lz4 -xf /preloaded.tar -C /extractDir: (5.117422637s)
I1127 11:17:34.745102 80068 kic.go:203] duration metric: took 5.117545 seconds to extract preloaded images to volume
W1127 11:17:34.745265 80068 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1127 11:17:34.745384 80068 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1127 11:17:34.797240 80068 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-112776 --name addons-112776 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-112776 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-112776 --network addons-112776 --ip 192.168.49.2 --volume addons-112776:/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.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50
I1127 11:17:35.161482 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Running}}
I1127 11:17:35.179794 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:17:35.198229 80068 cli_runner.go:164] Run: docker exec addons-112776 stat /var/lib/dpkg/alternatives/iptables
I1127 11:17:35.239279 80068 oci.go:144] the created container "addons-112776" has a running status.
I1127 11:17:35.239311 80068 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa...
I1127 11:17:35.294108 80068 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1127 11:17:35.314958 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:17:35.332636 80068 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1127 11:17:35.332661 80068 kic_runner.go:114] Args: [docker exec --privileged addons-112776 chown docker:docker /home/docker/.ssh/authorized_keys]
I1127 11:17:35.401463 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:17:35.420023 80068 machine.go:88] provisioning docker machine ...
I1127 11:17:35.420082 80068 ubuntu.go:169] provisioning hostname "addons-112776"
I1127 11:17:35.420175 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:35.443468 80068 main.go:141] libmachine: Using SSH client type: native
I1127 11:17:35.443956 80068 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x808940] 0x80b620 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I1127 11:17:35.443982 80068 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-112776 && echo "addons-112776" | sudo tee /etc/hostname
I1127 11:17:35.445350 80068 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47778->127.0.0.1:32772: read: connection reset by peer
I1127 11:17:38.579402 80068 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-112776
I1127 11:17:38.579475 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:38.597495 80068 main.go:141] libmachine: Using SSH client type: native
I1127 11:17:38.597854 80068 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x808940] 0x80b620 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I1127 11:17:38.597873 80068 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-112776' /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-112776/g' /etc/hosts;
else
echo '127.0.1.1 addons-112776' | sudo tee -a /etc/hosts;
fi
fi
I1127 11:17:38.728134 80068 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1127 11:17:38.728170 80068 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17644-72381/.minikube CaCertPath:/home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17644-72381/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17644-72381/.minikube}
I1127 11:17:38.728197 80068 ubuntu.go:177] setting up certificates
I1127 11:17:38.728213 80068 provision.go:83] configureAuth start
I1127 11:17:38.728289 80068 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-112776
I1127 11:17:38.746033 80068 provision.go:138] copyHostCerts
I1127 11:17:38.746167 80068 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17644-72381/.minikube/ca.pem (1082 bytes)
I1127 11:17:38.746513 80068 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17644-72381/.minikube/cert.pem (1123 bytes)
I1127 11:17:38.746653 80068 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17644-72381/.minikube/key.pem (1675 bytes)
I1127 11:17:38.746747 80068 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17644-72381/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca-key.pem org=jenkins.addons-112776 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-112776]
I1127 11:17:38.918476 80068 provision.go:172] copyRemoteCerts
I1127 11:17:38.918543 80068 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1127 11:17:38.918589 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:38.934713 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:17:39.024348 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1127 11:17:39.047337 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I1127 11:17:39.069009 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1127 11:17:39.090622 80068 provision.go:86] duration metric: configureAuth took 362.389524ms
I1127 11:17:39.090659 80068 ubuntu.go:193] setting minikube options for container-runtime
I1127 11:17:39.090831 80068 config.go:182] Loaded profile config "addons-112776": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1127 11:17:39.090941 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:39.107328 80068 main.go:141] libmachine: Using SSH client type: native
I1127 11:17:39.107764 80068 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x808940] 0x80b620 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I1127 11:17:39.107791 80068 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I1127 11:17:39.320092 80068 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1127 11:17:39.320121 80068 machine.go:91] provisioned docker machine in 3.900059011s
I1127 11:17:39.320131 80068 client.go:171] LocalClient.Create took 17.39065117s
I1127 11:17:39.320150 80068 start.go:167] duration metric: libmachine.API.Create for "addons-112776" took 17.390738492s
I1127 11:17:39.320164 80068 start.go:300] post-start starting for "addons-112776" (driver="docker")
I1127 11:17:39.320180 80068 start.go:329] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I1127 11:17:39.320254 80068 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
I1127 11:17:39.320307 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:39.336920 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:17:39.428514 80068 ssh_runner.go:195] Run: cat /etc/os-release
I1127 11:17:39.431578 80068 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1127 11:17:39.431643 80068 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1127 11:17:39.431685 80068 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1127 11:17:39.431700 80068 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I1127 11:17:39.431719 80068 filesync.go:126] Scanning /home/jenkins/minikube-integration/17644-72381/.minikube/addons for local assets ...
I1127 11:17:39.431783 80068 filesync.go:126] Scanning /home/jenkins/minikube-integration/17644-72381/.minikube/files for local assets ...
I1127 11:17:39.431812 80068 start.go:303] post-start completed in 111.637349ms
I1127 11:17:39.432133 80068 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-112776
I1127 11:17:39.448910 80068 profile.go:148] Saving config to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/config.json ...
I1127 11:17:39.449196 80068 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1127 11:17:39.449256 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:39.465966 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:17:39.556478 80068 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1127 11:17:39.560566 80068 start.go:128] duration metric: createHost completed in 17.633283876s
I1127 11:17:39.560594 80068 start.go:83] releasing machines lock for "addons-112776", held for 17.633456975s
I1127 11:17:39.560667 80068 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-112776
I1127 11:17:39.578139 80068 ssh_runner.go:195] Run: cat /version.json
I1127 11:17:39.578183 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:39.578259 80068 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1127 11:17:39.578325 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:17:39.595186 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:17:39.596557 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:17:39.767704 80068 ssh_runner.go:195] Run: systemctl --version
I1127 11:17:39.771886 80068 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1127 11:17:39.909700 80068 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1127 11:17:39.913931 80068 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1127 11:17:39.932200 80068 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1127 11:17:39.932311 80068 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" ;
I1127 11:17:39.959153 80068 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1127 11:17:39.959181 80068 start.go:472] detecting cgroup driver to use...
I1127 11:17:39.959225 80068 detect.go:196] detected "cgroupfs" cgroup driver on host os
I1127 11:17:39.959270 80068 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1127 11:17:39.973580 80068 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1127 11:17:39.983745 80068 docker.go:203] disabling cri-docker service (if available) ...
I1127 11:17:39.983807 80068 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1127 11:17:39.996202 80068 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1127 11:17:40.009659 80068 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1127 11:17:40.088950 80068 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1127 11:17:40.164763 80068 docker.go:219] disabling docker service ...
I1127 11:17:40.164821 80068 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1127 11:17:40.182694 80068 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1127 11:17:40.193250 80068 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1127 11:17:40.268673 80068 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1127 11:17:40.348868 80068 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1127 11:17:40.359337 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I1127 11:17:40.374778 80068 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I1127 11:17:40.374837 80068 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I1127 11:17:40.384171 80068 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1127 11:17:40.384236 80068 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1127 11:17:40.393598 80068 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1127 11:17:40.402505 80068 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1127 11:17:40.411833 80068 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1127 11:17:40.420571 80068 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1127 11:17:40.428642 80068 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1127 11:17:40.436449 80068 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1127 11:17:40.511847 80068 ssh_runner.go:195] Run: sudo systemctl restart crio
I1127 11:17:40.819489 80068 start.go:519] Will wait 60s for socket path /var/run/crio/crio.sock
I1127 11:17:40.819572 80068 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1127 11:17:40.822998 80068 start.go:540] Will wait 60s for crictl version
I1127 11:17:40.823053 80068 ssh_runner.go:195] Run: which crictl
I1127 11:17:40.826099 80068 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1127 11:17:40.860004 80068 start.go:556] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1127 11:17:40.860099 80068 ssh_runner.go:195] Run: crio --version
I1127 11:17:40.895541 80068 ssh_runner.go:195] Run: crio --version
I1127 11:17:40.932076 80068 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I1127 11:17:40.933544 80068 cli_runner.go:164] Run: docker network inspect addons-112776 --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}}]}"
I1127 11:17:40.949914 80068 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1127 11:17:40.953450 80068 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""
I1127 11:17:40.963492 80068 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1127 11:17:40.963544 80068 ssh_runner.go:195] Run: sudo crictl images --output json
I1127 11:17:41.019080 80068 crio.go:496] all images are preloaded for cri-o runtime.
I1127 11:17:41.019110 80068 crio.go:415] Images already preloaded, skipping extraction
I1127 11:17:41.019173 80068 ssh_runner.go:195] Run: sudo crictl images --output json
I1127 11:17:41.051311 80068 crio.go:496] all images are preloaded for cri-o runtime.
I1127 11:17:41.051334 80068 cache_images.go:84] Images are preloaded, skipping loading
I1127 11:17:41.051405 80068 ssh_runner.go:195] Run: crio config
I1127 11:17:41.095300 80068 cni.go:84] Creating CNI manager for ""
I1127 11:17:41.095326 80068 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1127 11:17:41.095349 80068 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I1127 11:17:41.095366 80068 kubeadm.go:176] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-112776 NodeName:addons-112776 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I1127 11:17:41.095508 80068 kubeadm.go:181] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-112776"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.28.4
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
I1127 11:17:41.095581 80068 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-112776 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-112776 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I1127 11:17:41.095632 80068 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I1127 11:17:41.104078 80068 binaries.go:44] Found k8s binaries, skipping transfer
I1127 11:17:41.104153 80068 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1127 11:17:41.112354 80068 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I1127 11:17:41.128598 80068 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1127 11:17:41.145333 80068 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I1127 11:17:41.161468 80068 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1127 11:17:41.164907 80068 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""
I1127 11:17:41.174955 80068 certs.go:56] Setting up /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776 for IP: 192.168.49.2
I1127 11:17:41.175044 80068 certs.go:190] acquiring lock for shared ca certs: {Name:mk5858a15575801c48b8e08b34d7442dd346ca1b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.175178 80068 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17644-72381/.minikube/ca.key
I1127 11:17:41.415323 80068 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17644-72381/.minikube/ca.crt ...
I1127 11:17:41.415370 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/ca.crt: {Name:mkb610b906ea34cdea55abc1dc5589ec353b3e22 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.415549 80068 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17644-72381/.minikube/ca.key ...
I1127 11:17:41.415560 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/ca.key: {Name:mk5ddc57cd4b3803e6e150a84596098a2230baa9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.415638 80068 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17644-72381/.minikube/proxy-client-ca.key
I1127 11:17:41.546400 80068 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17644-72381/.minikube/proxy-client-ca.crt ...
I1127 11:17:41.546435 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/proxy-client-ca.crt: {Name:mkfe0733e960960d7eeab74f4c1047539ba13f54 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.546598 80068 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17644-72381/.minikube/proxy-client-ca.key ...
I1127 11:17:41.546608 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/proxy-client-ca.key: {Name:mk3e2607952b77372e72af768a185fcd3e64463f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.546718 80068 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/client.key
I1127 11:17:41.546732 80068 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/client.crt with IP's: []
I1127 11:17:41.767834 80068 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/client.crt ...
I1127 11:17:41.767867 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/client.crt: {Name:mk0b1381d1970ab07c49b7c67ea15a43e5eea891 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.768036 80068 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/client.key ...
I1127 11:17:41.768046 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/client.key: {Name:mk74357b73ef94a7ca4c399d4b9a9482333efd75 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.768111 80068 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.key.dd3b5fb2
I1127 11:17:41.768129 80068 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I1127 11:17:41.950407 80068 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.crt.dd3b5fb2 ...
I1127 11:17:41.950440 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.crt.dd3b5fb2: {Name:mk2b0d99dc94a8d61734f8a8b9c9887087f2d9fb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.950606 80068 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.key.dd3b5fb2 ...
I1127 11:17:41.950620 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.key.dd3b5fb2: {Name:mk4b35869e898c913ee3a811e3cf08985e7f7c00 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:41.950703 80068 certs.go:337] copying /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.crt
I1127 11:17:41.950791 80068 certs.go:341] copying /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.key
I1127 11:17:41.950841 80068 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.key
I1127 11:17:41.950858 80068 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.crt with IP's: []
I1127 11:17:42.244053 80068 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.crt ...
I1127 11:17:42.244090 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.crt: {Name:mk3b6895774bd9408e4ad1372064fad6c3e0730f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:42.244272 80068 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.key ...
I1127 11:17:42.244283 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.key: {Name:mk7af1a5f72ea8a3cef899449cca06d0c97c61e1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:17:42.244489 80068 certs.go:437] found cert: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca-key.pem (1679 bytes)
I1127 11:17:42.244533 80068 certs.go:437] found cert: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/home/jenkins/minikube-integration/17644-72381/.minikube/certs/ca.pem (1082 bytes)
I1127 11:17:42.244558 80068 certs.go:437] found cert: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/home/jenkins/minikube-integration/17644-72381/.minikube/certs/cert.pem (1123 bytes)
I1127 11:17:42.244585 80068 certs.go:437] found cert: /home/jenkins/minikube-integration/17644-72381/.minikube/certs/home/jenkins/minikube-integration/17644-72381/.minikube/certs/key.pem (1675 bytes)
I1127 11:17:42.245199 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I1127 11:17:42.267869 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1127 11:17:42.290177 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1127 11:17:42.312305 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/profiles/addons-112776/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I1127 11:17:42.334132 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1127 11:17:42.355915 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1127 11:17:42.377960 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1127 11:17:42.400317 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I1127 11:17:42.422464 80068 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17644-72381/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1127 11:17:42.445318 80068 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1127 11:17:42.461904 80068 ssh_runner.go:195] Run: openssl version
I1127 11:17:42.467233 80068 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"
I1127 11:17:42.476159 80068 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1127 11:17:42.479616 80068 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Nov 27 11:17 /usr/share/ca-certificates/minikubeCA.pem
I1127 11:17:42.479698 80068 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1127 11:17:42.486115 80068 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"
I1127 11:17:42.495090 80068 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I1127 11:17:42.498521 80068 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
I1127 11:17:42.498582 80068 kubeadm.go:404] StartCluster: {Name:addons-112776 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-112776 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1127 11:17:42.498698 80068 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1127 11:17:42.498774 80068 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1127 11:17:42.532534 80068 cri.go:89] found id: ""
I1127 11:17:42.532597 80068 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1127 11:17:42.540680 80068 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1127 11:17:42.548931 80068 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I1127 11:17:42.548984 80068 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
I1127 11:17:42.557154 80068 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
I1127 11:17:42.557207 80068 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$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"
I1127 11:17:42.640264 80068 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-1046-gcp\n", err: exit status 1
I1127 11:17:42.703977 80068 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1127 11:17:51.951414 80068 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I1127 11:17:51.951499 80068 kubeadm.go:322] [preflight] Running pre-flight checks
I1127 11:17:51.951686 80068 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I1127 11:17:51.951823 80068 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1046-gcp[0m
I1127 11:17:51.951874 80068 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I1127 11:17:51.951936 80068 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1127 11:17:51.952005 80068 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1127 11:17:51.952078 80068 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1127 11:17:51.952148 80068 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1127 11:17:51.952214 80068 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1127 11:17:51.952286 80068 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1127 11:17:51.952351 80068 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1127 11:17:51.952417 80068 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1127 11:17:51.952482 80068 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1127 11:17:51.952573 80068 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I1127 11:17:51.952737 80068 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1127 11:17:51.952851 80068 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I1127 11:17:51.952926 80068 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1127 11:17:51.954889 80068 out.go:204] - Generating certificates and keys ...
I1127 11:17:51.955032 80068 kubeadm.go:322] [certs] Using existing ca certificate authority
I1127 11:17:51.955121 80068 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I1127 11:17:51.955210 80068 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I1127 11:17:51.955283 80068 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I1127 11:17:51.955362 80068 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I1127 11:17:51.955424 80068 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I1127 11:17:51.955492 80068 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I1127 11:17:51.955642 80068 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-112776 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1127 11:17:51.955729 80068 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I1127 11:17:51.955891 80068 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-112776 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1127 11:17:51.955971 80068 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I1127 11:17:51.956044 80068 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I1127 11:17:51.956134 80068 kubeadm.go:322] [certs] Generating "sa" key and public key
I1127 11:17:51.956220 80068 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1127 11:17:51.956290 80068 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I1127 11:17:51.956356 80068 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1127 11:17:51.956494 80068 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1127 11:17:51.956600 80068 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1127 11:17:51.956739 80068 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1127 11:17:51.956830 80068 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1127 11:17:51.958559 80068 out.go:204] - Booting up control plane ...
I1127 11:17:51.958702 80068 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1127 11:17:51.958816 80068 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1127 11:17:51.958922 80068 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1127 11:17:51.959084 80068 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1127 11:17:51.959215 80068 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1127 11:17:51.959306 80068 kubeadm.go:322] [kubelet-start] Starting the kubelet
I1127 11:17:51.959545 80068 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
I1127 11:17:51.959648 80068 kubeadm.go:322] [apiclient] All control plane components are healthy after 5.001949 seconds
I1127 11:17:51.959822 80068 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1127 11:17:51.959987 80068 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1127 11:17:51.960084 80068 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I1127 11:17:51.960292 80068 kubeadm.go:322] [mark-control-plane] Marking the node addons-112776 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1127 11:17:51.960387 80068 kubeadm.go:322] [bootstrap-token] Using token: kw1kgk.1s4h1fll8234mfro
I1127 11:17:51.961736 80068 out.go:204] - Configuring RBAC rules ...
I1127 11:17:51.961890 80068 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1127 11:17:51.962025 80068 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1127 11:17:51.962231 80068 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
I1127 11:17:51.962392 80068 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1127 11:17:51.962541 80068 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1127 11:17:51.962680 80068 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1127 11:17:51.962828 80068 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1127 11:17:51.962885 80068 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I1127 11:17:51.962950 80068 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I1127 11:17:51.962959 80068 kubeadm.go:322]
I1127 11:17:51.963038 80068 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I1127 11:17:51.963047 80068 kubeadm.go:322]
I1127 11:17:51.963142 80068 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I1127 11:17:51.963153 80068 kubeadm.go:322]
I1127 11:17:51.963188 80068 kubeadm.go:322] mkdir -p $HOME/.kube
I1127 11:17:51.963262 80068 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1127 11:17:51.963344 80068 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1127 11:17:51.963353 80068 kubeadm.go:322]
I1127 11:17:51.963420 80068 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I1127 11:17:51.963430 80068 kubeadm.go:322]
I1127 11:17:51.963490 80068 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I1127 11:17:51.963500 80068 kubeadm.go:322]
I1127 11:17:51.963562 80068 kubeadm.go:322] You should now deploy a pod network to the cluster.
I1127 11:17:51.963660 80068 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1127 11:17:51.963777 80068 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1127 11:17:51.963787 80068 kubeadm.go:322]
I1127 11:17:51.963924 80068 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I1127 11:17:51.964062 80068 kubeadm.go:322] and service account keys on each node and then running the following as root:
I1127 11:17:51.964079 80068 kubeadm.go:322]
I1127 11:17:51.964193 80068 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token kw1kgk.1s4h1fll8234mfro \
I1127 11:17:51.964319 80068 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:8a429d79c655c2807afe3f51b29d4e9332b2ae21312f3b8d4be03bf35a7ebe07 \
I1127 11:17:51.964361 80068 kubeadm.go:322] --control-plane
I1127 11:17:51.964371 80068 kubeadm.go:322]
I1127 11:17:51.964486 80068 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I1127 11:17:51.964498 80068 kubeadm.go:322]
I1127 11:17:51.964619 80068 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token kw1kgk.1s4h1fll8234mfro \
I1127 11:17:51.964767 80068 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:8a429d79c655c2807afe3f51b29d4e9332b2ae21312f3b8d4be03bf35a7ebe07
I1127 11:17:51.964795 80068 cni.go:84] Creating CNI manager for ""
I1127 11:17:51.964812 80068 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1127 11:17:51.967681 80068 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1127 11:17:51.969105 80068 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1127 11:17:51.973010 80068 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I1127 11:17:51.973034 80068 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I1127 11:17:52.043594 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1127 11:17:52.737748 80068 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1127 11:17:52.737817 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:52.737836 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl label nodes minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=81390b5609e7feb2151fde4633273d04eb05a21f minikube.k8s.io/name=addons-112776 minikube.k8s.io/updated_at=2023_11_27T11_17_52_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:52.853256 80068 ops.go:34] apiserver oom_adj: -16
I1127 11:17:52.853401 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:52.918590 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:53.490882 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:53.991076 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:54.490363 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:54.990931 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:55.491198 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:55.991201 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:56.490680 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:56.991275 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:57.490762 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:57.991015 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:58.490995 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:58.990577 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:59.490986 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:17:59.990555 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:00.490708 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:00.990335 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:01.490370 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:01.990343 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:02.491063 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:02.990661 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:03.490670 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:03.991285 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:04.490825 80068 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 11:18:04.558818 80068 kubeadm.go:1081] duration metric: took 11.82106172s to wait for elevateKubeSystemPrivileges.
I1127 11:18:04.558858 80068 kubeadm.go:406] StartCluster complete in 22.060281635s
I1127 11:18:04.558893 80068 settings.go:142] acquiring lock: {Name:mkff9c1e77c1a71ba60e8e9acbffbd8799fc8519 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:18:04.559025 80068 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17644-72381/kubeconfig
I1127 11:18:04.559421 80068 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17644-72381/kubeconfig: {Name:mke9c53ad28720f96b51e42e525b68d1097488ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 11:18:04.559637 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1127 11:18:04.559744 80068 addons.go:499] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true]
I1127 11:18:04.559854 80068 addons.go:69] Setting default-storageclass=true in profile "addons-112776"
I1127 11:18:04.559872 80068 addons.go:69] Setting inspektor-gadget=true in profile "addons-112776"
I1127 11:18:04.559886 80068 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-112776"
I1127 11:18:04.559899 80068 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-112776"
I1127 11:18:04.559908 80068 addons.go:231] Setting addon inspektor-gadget=true in "addons-112776"
I1127 11:18:04.559898 80068 addons.go:69] Setting registry=true in profile "addons-112776"
I1127 11:18:04.559923 80068 config.go:182] Loaded profile config "addons-112776": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1127 11:18:04.559920 80068 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-112776"
I1127 11:18:04.559936 80068 addons.go:69] Setting metrics-server=true in profile "addons-112776"
I1127 11:18:04.559959 80068 addons.go:231] Setting addon metrics-server=true in "addons-112776"
I1127 11:18:04.559928 80068 addons.go:231] Setting addon registry=true in "addons-112776"
I1127 11:18:04.559977 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.560005 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.560005 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.560175 80068 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-112776"
I1127 11:18:04.560194 80068 addons.go:231] Setting addon nvidia-device-plugin=true in "addons-112776"
I1127 11:18:04.560237 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.560325 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.560347 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.560464 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.560494 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.560504 80068 addons.go:69] Setting storage-provisioner=true in profile "addons-112776"
I1127 11:18:04.560525 80068 addons.go:231] Setting addon storage-provisioner=true in "addons-112776"
I1127 11:18:04.560551 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.560567 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.560677 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.559858 80068 addons.go:69] Setting volumesnapshots=true in profile "addons-112776"
I1127 11:18:04.560817 80068 addons.go:231] Setting addon volumesnapshots=true in "addons-112776"
I1127 11:18:04.560886 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.560959 80068 addons.go:69] Setting gcp-auth=true in profile "addons-112776"
I1127 11:18:04.560975 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.560989 80068 mustload.go:65] Loading cluster: addons-112776
I1127 11:18:04.561179 80068 config.go:182] Loaded profile config "addons-112776": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1127 11:18:04.561442 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.561478 80068 addons.go:69] Setting ingress-dns=true in profile "addons-112776"
I1127 11:18:04.561504 80068 addons.go:231] Setting addon ingress-dns=true in "addons-112776"
I1127 11:18:04.561558 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.562438 80068 addons.go:69] Setting cloud-spanner=true in profile "addons-112776"
I1127 11:18:04.562527 80068 addons.go:231] Setting addon cloud-spanner=true in "addons-112776"
I1127 11:18:04.562605 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.562860 80068 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-112776"
I1127 11:18:04.562925 80068 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-112776"
I1127 11:18:04.562968 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.561443 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.563212 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.561457 80068 addons.go:69] Setting helm-tiller=true in profile "addons-112776"
I1127 11:18:04.563463 80068 addons.go:231] Setting addon helm-tiller=true in "addons-112776"
I1127 11:18:04.563487 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.563548 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.561468 80068 addons.go:69] Setting ingress=true in profile "addons-112776"
I1127 11:18:04.567016 80068 addons.go:231] Setting addon ingress=true in "addons-112776"
I1127 11:18:04.567122 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.567695 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.596239 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.597159 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.597284 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.601249 80068 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I1127 11:18:04.598670 80068 addons.go:231] Setting addon storage-provisioner-rancher=true in "addons-112776"
I1127 11:18:04.603253 80068 addons.go:231] Setting addon default-storageclass=true in "addons-112776"
I1127 11:18:04.606654 80068 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.3
I1127 11:18:04.605364 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.605516 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:04.607558 80068 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-112776" context rescaled to 1 replicas
I1127 11:18:04.608186 80068 addons.go:423] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1127 11:18:04.611397 80068 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.12
I1127 11:18:04.608831 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.609894 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1127 11:18:04.612996 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.613032 80068 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I1127 11:18:04.613049 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1127 11:18:04.613099 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.609909 80068 out.go:177] - Using image docker.io/registry:2.8.3
I1127 11:18:04.609946 80068 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I1127 11:18:04.610405 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:04.615983 80068 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I1127 11:18:04.615054 80068 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I1127 11:18:04.617286 80068 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1127 11:18:04.617324 80068 out.go:177] * Verifying Kubernetes components...
I1127 11:18:04.617331 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1127 11:18:04.618792 80068 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1127 11:18:04.617402 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.617409 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I1127 11:18:04.619199 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.621842 80068 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1127 11:18:04.629898 80068 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.22.0
I1127 11:18:04.631207 80068 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I1127 11:18:04.631228 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I1127 11:18:04.631292 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.629852 80068 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1127 11:18:04.631535 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1127 11:18:04.631580 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.634538 80068 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.4
I1127 11:18:04.636161 80068 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1127 11:18:04.637644 80068 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1127 11:18:04.639085 80068 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1127 11:18:04.639102 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I1127 11:18:04.639156 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.639285 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.648348 80068 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1127 11:18:04.650175 80068 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1127 11:18:04.650201 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1127 11:18:04.650277 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.659189 80068 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1127 11:18:04.671600 80068 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1127 11:18:04.674782 80068 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I1127 11:18:04.676586 80068 addons.go:423] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I1127 11:18:04.676610 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I1127 11:18:04.676671 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.679103 80068 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1127 11:18:04.684231 80068 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1127 11:18:04.685841 80068 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1127 11:18:04.684041 80068 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I1127 11:18:04.684075 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.691002 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.691042 80068 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I1127 11:18:04.695856 80068 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1127 11:18:04.695878 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1127 11:18:04.695940 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.691129 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1127 11:18:04.697881 80068 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1127 11:18:04.696467 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.698991 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.700927 80068 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1127 11:18:04.699217 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.701151 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.705554 80068 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1127 11:18:04.704206 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.708022 80068 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1127 11:18:04.709609 80068 out.go:177] - Using image docker.io/busybox:stable
I1127 11:18:04.711012 80068 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1127 11:18:04.711028 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1127 11:18:04.711079 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.709660 80068 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1127 11:18:04.711268 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1127 11:18:04.711320 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:04.717839 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.723916 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.725633 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.726242 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.731728 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.733905 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:04.766784 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1127 11:18:04.767741 80068 node_ready.go:35] waiting up to 6m0s for node "addons-112776" to be "Ready" ...
I1127 11:18:04.959039 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1127 11:18:05.051718 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1127 11:18:05.162754 80068 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I1127 11:18:05.162808 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I1127 11:18:05.240277 80068 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1127 11:18:05.240309 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1127 11:18:05.250073 80068 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1127 11:18:05.250154 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1127 11:18:05.252100 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1127 11:18:05.253079 80068 addons.go:423] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I1127 11:18:05.253107 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I1127 11:18:05.258167 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1127 11:18:05.342535 80068 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1127 11:18:05.342644 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1127 11:18:05.345372 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1127 11:18:05.347155 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1127 11:18:05.348880 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1127 11:18:05.349913 80068 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I1127 11:18:05.349969 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1127 11:18:05.358554 80068 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I1127 11:18:05.358632 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I1127 11:18:05.541351 80068 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1127 11:18:05.541435 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1127 11:18:05.547429 80068 addons.go:423] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I1127 11:18:05.547511 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I1127 11:18:05.550743 80068 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1127 11:18:05.550820 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1127 11:18:05.646485 80068 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I1127 11:18:05.646571 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1127 11:18:05.743947 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I1127 11:18:05.765682 80068 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1127 11:18:05.765755 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1127 11:18:05.862286 80068 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1127 11:18:05.862319 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1127 11:18:05.953896 80068 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1127 11:18:05.953951 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1127 11:18:06.141223 80068 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I1127 11:18:06.141325 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I1127 11:18:06.153792 80068 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1127 11:18:06.153903 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1127 11:18:06.153814 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1127 11:18:06.160027 80068 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1127 11:18:06.160104 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1127 11:18:06.341979 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:06.353093 80068 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1127 11:18:06.353127 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1127 11:18:06.544720 80068 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1127 11:18:06.544809 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1127 11:18:06.556375 80068 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I1127 11:18:06.556408 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I1127 11:18:06.747841 80068 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1127 11:18:06.747918 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1127 11:18:06.943811 80068 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1127 11:18:06.943905 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1127 11:18:07.045809 80068 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I1127 11:18:07.045907 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I1127 11:18:07.148862 80068 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1127 11:18:07.148944 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1127 11:18:07.161744 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:07.248075 80068 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.481244426s)
I1127 11:18:07.248178 80068 start.go:926] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1127 11:18:07.248294 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.289218309s)
I1127 11:18:07.354787 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:07.555840 80068 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I1127 11:18:07.555945 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I1127 11:18:07.652966 80068 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1127 11:18:07.653060 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1127 11:18:07.940566 80068 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I1127 11:18:07.940661 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I1127 11:18:07.957983 80068 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1127 11:18:07.958011 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1127 11:18:08.156942 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:08.257332 80068 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1127 11:18:08.257428 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1127 11:18:08.742512 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:08.958158 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.906337415s)
I1127 11:18:09.641949 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:11.348454 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.096303067s)
I1127 11:18:11.348496 80068 addons.go:467] Verifying addon ingress=true in "addons-112776"
I1127 11:18:11.350510 80068 out.go:177] * Verifying ingress addon...
I1127 11:18:11.348580 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.090338471s)
I1127 11:18:11.348618 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.00315761s)
I1127 11:18:11.348665 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.001441773s)
I1127 11:18:11.348740 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.999801268s)
I1127 11:18:11.348784 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (5.604737757s)
I1127 11:18:11.348818 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.194786039s)
I1127 11:18:11.348897 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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.00688626s)
I1127 11:18:11.349011 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (3.994124625s)
I1127 11:18:11.349096 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.192043994s)
I1127 11:18:11.352172 80068 addons.go:467] Verifying addon metrics-server=true in "addons-112776"
I1127 11:18:11.352176 80068 addons.go:467] Verifying addon registry=true in "addons-112776"
I1127 11:18:11.354150 80068 out.go:177] * Verifying registry addon...
W1127 11:18:11.352265 80068 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:11.353144 80068 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1127 11:18:11.355703 80068 retry.go:31] will retry after 254.753311ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:11.356628 80068 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
W1127 11:18:11.360332 80068 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I1127 11:18:11.361722 80068 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1127 11:18:11.361750 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:11.362268 80068 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1127 11:18:11.362290 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:11.365233 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:11.365852 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:11.404824 80068 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1127 11:18:11.404909 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:11.423112 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:11.556317 80068 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1127 11:18:11.574231 80068 addons.go:231] Setting addon gcp-auth=true in "addons-112776"
I1127 11:18:11.574309 80068 host.go:66] Checking if "addons-112776" exists ...
I1127 11:18:11.574812 80068 cli_runner.go:164] Run: docker container inspect addons-112776 --format={{.State.Status}}
I1127 11:18:11.592453 80068 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1127 11:18:11.592511 80068 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-112776
I1127 11:18:11.611176 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:11.611476 80068 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17644-72381/.minikube/machines/addons-112776/id_rsa Username:docker}
I1127 11:18:11.869852 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:11.870042 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:11.967563 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:12.176379 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.433731705s)
I1127 11:18:12.176424 80068 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-112776"
I1127 11:18:12.179073 80068 out.go:177] * Verifying csi-hostpath-driver addon...
I1127 11:18:12.181506 80068 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1127 11:18:12.245119 80068 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1127 11:18:12.245153 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:12.249312 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:12.370134 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:12.370426 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:12.743258 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.132022981s)
I1127 11:18:12.743284 80068 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.150799943s)
I1127 11:18:12.745231 80068 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I1127 11:18:12.747021 80068 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1127 11:18:12.748597 80068 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1127 11:18:12.748622 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1127 11:18:12.753636 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:12.766239 80068 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1127 11:18:12.766264 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1127 11:18:12.783069 80068 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1127 11:18:12.783093 80068 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I1127 11:18:12.800336 80068 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I1127 11:18:12.871420 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:12.871624 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:13.255037 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:13.369948 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:13.370746 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:13.761663 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:13.847991 80068 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.047600466s)
I1127 11:18:13.849685 80068 addons.go:467] Verifying addon gcp-auth=true in "addons-112776"
I1127 11:18:13.852764 80068 out.go:177] * Verifying gcp-auth addon...
I1127 11:18:13.855430 80068 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1127 11:18:13.859151 80068 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1127 11:18:13.859182 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:13.863489 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:13.944273 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:13.944910 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:13.969194 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:14.255024 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:14.368502 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:14.370020 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:14.370038 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:14.754931 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:14.867392 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:14.870201 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:14.870687 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:15.254738 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:15.368326 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:15.369694 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:15.370558 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:15.755125 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:15.867674 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:15.869383 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:15.869936 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:16.255122 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:16.367721 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:16.369992 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:16.370140 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:16.468304 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:16.754109 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:16.867362 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:16.869619 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:16.869932 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:17.254815 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:17.367754 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:17.369703 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:17.370070 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:17.754665 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:17.867989 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:17.869407 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:17.870001 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:18.253900 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:18.367690 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:18.369134 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:18.370135 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:18.754498 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:18.867604 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:18.868841 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:18.870099 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:18.967999 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:19.254331 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:19.366851 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:19.370065 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:19.370289 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:19.754078 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:19.867129 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:19.869774 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:19.869786 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:20.254129 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:20.367187 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:20.369809 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:20.369935 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:20.754171 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:20.867381 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:20.869959 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:20.869993 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:21.253936 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:21.367349 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:21.369657 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:21.369747 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:21.467428 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:21.753408 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:21.867425 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:21.869002 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:21.869734 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:22.253491 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:22.367583 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:22.369075 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:22.369896 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:22.754238 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:22.866954 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:22.869531 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:22.869737 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:23.253904 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:23.366976 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:23.369289 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:23.369485 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:23.468471 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:23.754533 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:23.867528 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:23.869032 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:23.871322 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:24.254536 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:24.367323 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:24.368627 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:24.369599 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:24.753038 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:24.866638 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:24.868975 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:24.869214 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:25.253826 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:25.367626 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:25.369084 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:25.369346 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:25.753799 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:25.867789 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:25.869114 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:25.869179 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:25.967981 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:26.253889 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:26.367764 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:26.368755 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:26.369772 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:26.753391 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:26.867436 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:26.869770 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:26.870055 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:27.253579 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:27.367619 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:27.369482 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:27.369997 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:27.753658 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:27.867530 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:27.868952 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:27.869768 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:28.253235 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:28.367302 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:28.369647 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:28.369688 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:28.467642 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:28.753372 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:28.867205 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:28.868825 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:28.869553 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:29.253992 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:29.366751 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:29.369189 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:29.369222 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:29.754053 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:29.867065 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:29.869239 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:29.869444 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:30.253215 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:30.367206 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:30.369404 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:30.369533 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:30.467852 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:30.754341 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:30.867188 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:30.869605 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:30.869905 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:31.253959 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:31.366836 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:31.369035 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:31.369215 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:31.754066 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:31.866953 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:31.869559 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:31.869583 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:32.254304 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:32.367252 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:32.368871 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:32.369588 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:32.753273 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:32.867086 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:32.869473 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:32.869650 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:32.968406 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:33.253601 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:33.367725 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:33.369262 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:33.370059 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:33.753776 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:33.867648 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:33.869093 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:33.869307 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:34.254321 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:34.367181 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:34.368891 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:34.369395 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:34.754186 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:34.867139 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:34.869289 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:34.869744 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:35.254200 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:35.366934 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:35.369487 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:35.369623 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:35.467465 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:35.753316 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:35.867619 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:35.868865 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:35.869404 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:36.253230 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:36.367128 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:36.369489 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:36.369613 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:36.754099 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:36.866835 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:36.869170 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:36.869596 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:37.254738 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:37.367525 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:37.369327 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:37.370204 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:37.468130 80068 node_ready.go:58] node "addons-112776" has status "Ready":"False"
I1127 11:18:37.754111 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:37.866747 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:37.869433 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:37.869505 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:38.253460 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:38.367009 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:38.369548 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:38.369775 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:38.753226 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:38.866963 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:38.869318 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:38.869332 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:39.254188 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:39.368746 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:39.373848 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:39.374535 80068 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1127 11:18:39.374561 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:39.468123 80068 node_ready.go:49] node "addons-112776" has status "Ready":"True"
I1127 11:18:39.468150 80068 node_ready.go:38] duration metric: took 34.700385223s waiting for node "addons-112776" to be "Ready" ...
I1127 11:18:39.468159 80068 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" ...
I1127 11:18:39.480591 80068 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-fpndh" in "kube-system" namespace to be "Ready" ...
I1127 11:18:39.755648 80068 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1127 11:18:39.755687 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:39.868079 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:39.869832 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:39.870633 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:40.255485 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:40.368364 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:40.371037 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:40.371813 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:40.761972 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:40.868670 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:40.870061 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:40.873126 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:41.255104 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:41.367967 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:41.369525 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:41.370995 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:41.547787 80068 pod_ready.go:102] pod "coredns-5dd5756b68-fpndh" in "kube-system" namespace has status "Ready":"False"
I1127 11:18:41.754706 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:41.867376 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:41.870571 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:41.871907 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:42.254441 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:42.367876 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:42.369440 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:42.369799 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:42.547951 80068 pod_ready.go:92] pod "coredns-5dd5756b68-fpndh" in "kube-system" namespace has status "Ready":"True"
I1127 11:18:42.547980 80068 pod_ready.go:81] duration metric: took 3.067355523s waiting for pod "coredns-5dd5756b68-fpndh" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.548008 80068 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.553286 80068 pod_ready.go:92] pod "etcd-addons-112776" in "kube-system" namespace has status "Ready":"True"
I1127 11:18:42.553314 80068 pod_ready.go:81] duration metric: took 5.296741ms waiting for pod "etcd-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.553330 80068 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.557940 80068 pod_ready.go:92] pod "kube-apiserver-addons-112776" in "kube-system" namespace has status "Ready":"True"
I1127 11:18:42.557962 80068 pod_ready.go:81] duration metric: took 4.623066ms waiting for pod "kube-apiserver-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.557976 80068 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.562978 80068 pod_ready.go:92] pod "kube-controller-manager-addons-112776" in "kube-system" namespace has status "Ready":"True"
I1127 11:18:42.562998 80068 pod_ready.go:81] duration metric: took 5.013491ms waiting for pod "kube-controller-manager-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.563009 80068 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-g8gm6" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.668589 80068 pod_ready.go:92] pod "kube-proxy-g8gm6" in "kube-system" namespace has status "Ready":"True"
I1127 11:18:42.668618 80068 pod_ready.go:81] duration metric: took 105.600786ms waiting for pod "kube-proxy-g8gm6" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.668632 80068 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:42.754986 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:42.867601 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:42.869137 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:42.870327 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:43.069183 80068 pod_ready.go:92] pod "kube-scheduler-addons-112776" in "kube-system" namespace has status "Ready":"True"
I1127 11:18:43.069208 80068 pod_ready.go:81] duration metric: took 400.568352ms waiting for pod "kube-scheduler-addons-112776" in "kube-system" namespace to be "Ready" ...
I1127 11:18:43.069218 80068 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-7c66d45ddc-fj2dt" in "kube-system" namespace to be "Ready" ...
I1127 11:18:43.255511 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:43.368198 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:43.368946 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:43.370481 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:43.754203 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:43.867877 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:43.869340 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:43.870434 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:44.254940 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:44.367416 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:44.368909 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:44.370531 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:44.373308 80068 pod_ready.go:92] pod "metrics-server-7c66d45ddc-fj2dt" in "kube-system" namespace has status "Ready":"True"
I1127 11:18:44.373332 80068 pod_ready.go:81] duration metric: took 1.304107165s waiting for pod "metrics-server-7c66d45ddc-fj2dt" in "kube-system" namespace to be "Ready" ...
I1127 11:18:44.373345 80068 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace to be "Ready" ...
I1127 11:18:44.754717 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:44.867083 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:44.870074 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:44.870272 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:45.255110 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:45.367919 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:45.369563 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:45.370649 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:45.757654 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:45.867954 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:45.869606 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:45.870257 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:46.254929 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:46.367491 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:46.370124 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:46.370239 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:46.575904 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:18:46.754718 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:46.867221 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:46.870496 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:46.870502 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:47.255017 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:47.421214 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:47.422008 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:47.422051 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:47.766609 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:48.003827 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:48.004187 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:48.004263 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:48.254787 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:48.367241 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:48.370173 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:48.370458 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:48.576659 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:18:48.755780 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:48.868699 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:48.870387 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:48.871127 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:49.255651 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:49.368531 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:49.369722 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:49.370019 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:49.755115 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:49.868371 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:49.871390 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:49.871509 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:50.255118 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:50.367599 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:50.369404 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:50.370519 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:50.755835 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:50.867546 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:50.869931 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:50.870036 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:51.075203 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:18:51.254784 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:51.367738 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:51.374786 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:51.375527 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:51.754067 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:51.867858 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:51.869382 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:51.870505 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:52.254821 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:52.368249 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:52.369845 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:52.370212 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:52.755661 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:52.867068 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:52.943469 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:52.944771 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:53.147567 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:18:53.259289 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:53.443608 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:53.444937 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:53.446215 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:53.755391 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:53.868558 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:53.871527 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:53.872672 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:54.255263 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:54.367852 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:54.369066 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:54.370124 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:54.755223 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:54.867715 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:54.870408 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:54.870719 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:55.255066 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:55.367060 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:55.372634 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:55.372729 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:55.575298 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:18:55.756005 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:55.867633 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:55.870294 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:55.871081 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:56.255960 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:56.367757 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:56.370525 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:56.371068 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:56.754963 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:56.867583 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:56.869135 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:56.870821 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:57.257295 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:57.366970 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:57.369636 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:57.369936 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:57.754790 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:57.867178 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:57.870203 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:57.870385 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:58.076954 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:18:58.255189 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:58.367693 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:58.371553 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:58.372572 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:58.756298 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:58.867695 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:58.870204 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:58.870299 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:59.254985 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:59.367889 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:59.369317 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:59.370549 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:18:59.755369 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:18:59.867877 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:18:59.869606 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:18:59.870500 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:00.254495 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:00.367722 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:00.369203 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:00.373397 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:00.575659 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:19:00.754971 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:00.869648 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:00.871572 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:00.871588 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:01.254342 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:01.368215 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:01.369742 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:01.369977 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:01.756582 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:01.868422 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:01.869975 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:01.871231 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:02.256069 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:02.367366 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:02.371217 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:02.372262 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:02.575851 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:19:02.755082 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:02.868418 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:02.871657 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:02.872556 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:03.255897 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:03.367929 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:03.371154 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:03.371383 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:03.755509 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:03.868688 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:03.869830 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:03.870694 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:04.255196 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:04.367943 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:04.369824 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:04.370801 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:04.756109 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:04.867692 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:04.869227 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:04.870589 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:05.074887 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:19:05.254676 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:05.367084 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:05.370004 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:05.370039 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:05.754882 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:05.867437 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:05.870304 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:05.870414 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:06.255289 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:06.442685 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:06.445690 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:06.449677 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:06.843465 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:06.867209 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:06.942795 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:06.950437 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:07.075965 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:19:07.255113 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:07.368985 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:07.369621 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:07.370696 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:07.757367 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:07.867168 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:07.870245 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:07.871257 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:08.256348 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:08.372220 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:08.373755 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:08.373942 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:08.756244 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:08.870059 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:08.871295 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:08.872011 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:09.255566 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:09.368308 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:09.369686 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:09.374215 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:09.575943 80068 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"False"
I1127 11:19:09.755879 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:09.867030 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:09.869635 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:09.869902 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:10.255082 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:10.367656 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:10.369191 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:10.370201 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:10.754978 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:10.867615 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:10.869116 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:10.870166 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:11.255137 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:11.367688 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:11.369201 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:11.369967 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:11.574802 80068 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace has status "Ready":"True"
I1127 11:19:11.574828 80068 pod_ready.go:81] duration metric: took 27.20147373s waiting for pod "nvidia-device-plugin-daemonset-t78st" in "kube-system" namespace to be "Ready" ...
I1127 11:19:11.574852 80068 pod_ready.go:38] duration metric: took 32.106681417s 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" ...
I1127 11:19:11.574874 80068 api_server.go:52] waiting for apiserver process to appear ...
I1127 11:19:11.574912 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1127 11:19:11.574973 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1127 11:19:11.613825 80068 cri.go:89] found id: "627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea"
I1127 11:19:11.613850 80068 cri.go:89] found id: ""
I1127 11:19:11.613860 80068 logs.go:284] 1 containers: [627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea]
I1127 11:19:11.613904 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:11.617250 80068 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1127 11:19:11.617321 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1127 11:19:11.651597 80068 cri.go:89] found id: "c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16"
I1127 11:19:11.651624 80068 cri.go:89] found id: ""
I1127 11:19:11.651633 80068 logs.go:284] 1 containers: [c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16]
I1127 11:19:11.651698 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:11.654954 80068 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1127 11:19:11.655020 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1127 11:19:11.687962 80068 cri.go:89] found id: "c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f"
I1127 11:19:11.687983 80068 cri.go:89] found id: ""
I1127 11:19:11.687991 80068 logs.go:284] 1 containers: [c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f]
I1127 11:19:11.688049 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:11.691235 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1127 11:19:11.691294 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1127 11:19:11.723172 80068 cri.go:89] found id: "343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c"
I1127 11:19:11.723201 80068 cri.go:89] found id: ""
I1127 11:19:11.723211 80068 logs.go:284] 1 containers: [343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c]
I1127 11:19:11.723263 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:11.726463 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1127 11:19:11.726522 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1127 11:19:11.755845 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:11.759420 80068 cri.go:89] found id: "a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c"
I1127 11:19:11.759439 80068 cri.go:89] found id: ""
I1127 11:19:11.759448 80068 logs.go:284] 1 containers: [a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c]
I1127 11:19:11.759502 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:11.762703 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1127 11:19:11.762761 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1127 11:19:11.795812 80068 cri.go:89] found id: "5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db"
I1127 11:19:11.795834 80068 cri.go:89] found id: ""
I1127 11:19:11.795841 80068 logs.go:284] 1 containers: [5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db]
I1127 11:19:11.795883 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:11.799068 80068 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1127 11:19:11.799119 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1127 11:19:11.830803 80068 cri.go:89] found id: "37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32"
I1127 11:19:11.830829 80068 cri.go:89] found id: ""
I1127 11:19:11.830836 80068 logs.go:284] 1 containers: [37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32]
I1127 11:19:11.830884 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:11.834168 80068 logs.go:123] Gathering logs for etcd [c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16] ...
I1127 11:19:11.834224 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16"
I1127 11:19:11.869212 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:11.870317 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:11.871022 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:11.881186 80068 logs.go:123] Gathering logs for coredns [c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f] ...
I1127 11:19:11.881213 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f"
I1127 11:19:11.912715 80068 logs.go:123] Gathering logs for kube-proxy [a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c] ...
I1127 11:19:11.912747 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c"
I1127 11:19:11.944748 80068 logs.go:123] Gathering logs for kube-controller-manager [5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db] ...
I1127 11:19:11.944775 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db"
I1127 11:19:11.998469 80068 logs.go:123] Gathering logs for kubelet ...
I1127 11:19:11.998506 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1127 11:19:12.038755 80068 logs.go:138] Found kubelet problem: Nov 27 11:18:04 addons-112776 kubelet[1551]: W1127 11:18:04.757741 1551 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
W1127 11:19:12.038924 80068 logs.go:138] Found kubelet problem: Nov 27 11:18:04 addons-112776 kubelet[1551]: E1127 11:18:04.757795 1551 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
I1127 11:19:12.070176 80068 logs.go:123] Gathering logs for dmesg ...
I1127 11:19:12.070214 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1127 11:19:12.084958 80068 logs.go:123] Gathering logs for describe nodes ...
I1127 11:19:12.084992 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1127 11:19:12.185488 80068 logs.go:123] Gathering logs for kube-apiserver [627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea] ...
I1127 11:19:12.185521 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea"
I1127 11:19:12.229876 80068 logs.go:123] Gathering logs for kindnet [37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32] ...
I1127 11:19:12.229906 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32"
I1127 11:19:12.255038 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:12.262329 80068 logs.go:123] Gathering logs for container status ...
I1127 11:19:12.262357 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1127 11:19:12.302563 80068 logs.go:123] Gathering logs for kube-scheduler [343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c] ...
I1127 11:19:12.302609 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c"
I1127 11:19:12.345420 80068 logs.go:123] Gathering logs for CRI-O ...
I1127 11:19:12.345453 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1127 11:19:12.367175 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:12.369933 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:12.370029 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:12.419131 80068 out.go:309] Setting ErrFile to fd 2...
I1127 11:19:12.419162 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1127 11:19:12.419224 80068 out.go:239] X Problems detected in kubelet:
W1127 11:19:12.419235 80068 out.go:239] Nov 27 11:18:04 addons-112776 kubelet[1551]: W1127 11:18:04.757741 1551 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
W1127 11:19:12.419242 80068 out.go:239] Nov 27 11:18:04 addons-112776 kubelet[1551]: E1127 11:18:04.757795 1551 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
I1127 11:19:12.419254 80068 out.go:309] Setting ErrFile to fd 2...
I1127 11:19:12.419259 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 11:19:12.754869 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:12.867842 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:12.869611 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:12.871007 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:13.256021 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:13.367924 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:13.370327 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:13.372065 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:13.754886 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:13.867579 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:13.869270 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:13.870109 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:14.255330 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:14.367472 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:14.369937 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:14.370081 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:14.755633 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:14.867879 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:14.869913 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:14.870188 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:15.255497 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:15.366789 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:15.369371 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:15.370060 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:15.754995 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:15.868389 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:15.869478 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:15.870807 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:16.254566 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:16.367269 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:16.369849 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:16.370259 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 11:19:16.754923 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:16.867611 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:16.869366 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:16.870379 80068 kapi.go:107] duration metric: took 1m5.513747428s to wait for kubernetes.io/minikube-addons=registry ...
I1127 11:19:17.255247 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:17.367836 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:17.369073 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:17.754519 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:17.866773 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:17.869606 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:18.255750 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:18.367112 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:18.370191 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:18.754898 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:18.867263 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:18.869760 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:19.256236 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:19.444719 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 11:19:19.449600 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:19.763786 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:19.868405 80068 kapi.go:107] duration metric: took 1m6.012973071s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1127 11:19:19.870540 80068 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-112776 cluster.
I1127 11:19:19.872036 80068 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.
I1127 11:19:19.941396 80068 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1127 11:19:19.942957 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:20.256111 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:20.371103 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:20.754976 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:20.870029 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:21.255400 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:21.370043 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:21.754930 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:21.871324 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:22.255070 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:22.369467 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:22.420761 80068 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1127 11:19:22.434841 80068 api_server.go:72] duration metric: took 1m17.820177366s to wait for apiserver process to appear ...
I1127 11:19:22.434872 80068 api_server.go:88] waiting for apiserver healthz status ...
I1127 11:19:22.434916 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1127 11:19:22.434977 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1127 11:19:22.471708 80068 cri.go:89] found id: "627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea"
I1127 11:19:22.471735 80068 cri.go:89] found id: ""
I1127 11:19:22.471745 80068 logs.go:284] 1 containers: [627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea]
I1127 11:19:22.471791 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:22.475695 80068 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1127 11:19:22.475754 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1127 11:19:22.542297 80068 cri.go:89] found id: "c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16"
I1127 11:19:22.542322 80068 cri.go:89] found id: ""
I1127 11:19:22.542332 80068 logs.go:284] 1 containers: [c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16]
I1127 11:19:22.542393 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:22.545996 80068 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1127 11:19:22.546053 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1127 11:19:22.581891 80068 cri.go:89] found id: "c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f"
I1127 11:19:22.581920 80068 cri.go:89] found id: ""
I1127 11:19:22.581931 80068 logs.go:284] 1 containers: [c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f]
I1127 11:19:22.581980 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:22.585855 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1127 11:19:22.585922 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1127 11:19:22.651164 80068 cri.go:89] found id: "343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c"
I1127 11:19:22.651186 80068 cri.go:89] found id: ""
I1127 11:19:22.651194 80068 logs.go:284] 1 containers: [343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c]
I1127 11:19:22.651235 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:22.654494 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1127 11:19:22.654565 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1127 11:19:22.691635 80068 cri.go:89] found id: "a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c"
I1127 11:19:22.691661 80068 cri.go:89] found id: ""
I1127 11:19:22.691690 80068 logs.go:284] 1 containers: [a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c]
I1127 11:19:22.691746 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:22.695411 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1127 11:19:22.695486 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1127 11:19:22.757260 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:22.767160 80068 cri.go:89] found id: "5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db"
I1127 11:19:22.767189 80068 cri.go:89] found id: ""
I1127 11:19:22.767199 80068 logs.go:284] 1 containers: [5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db]
I1127 11:19:22.767252 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:22.770557 80068 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1127 11:19:22.770616 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1127 11:19:22.844358 80068 cri.go:89] found id: "37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32"
I1127 11:19:22.844387 80068 cri.go:89] found id: ""
I1127 11:19:22.844397 80068 logs.go:284] 1 containers: [37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32]
I1127 11:19:22.844451 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:22.848472 80068 logs.go:123] Gathering logs for dmesg ...
I1127 11:19:22.848494 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1127 11:19:22.866374 80068 logs.go:123] Gathering logs for kube-apiserver [627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea] ...
I1127 11:19:22.866405 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea"
I1127 11:19:22.870669 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:22.957638 80068 logs.go:123] Gathering logs for CRI-O ...
I1127 11:19:22.957681 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1127 11:19:23.050990 80068 logs.go:123] Gathering logs for container status ...
I1127 11:19:23.051049 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1127 11:19:23.096657 80068 logs.go:123] Gathering logs for kubelet ...
I1127 11:19:23.096706 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1127 11:19:23.179782 80068 logs.go:138] Found kubelet problem: Nov 27 11:18:04 addons-112776 kubelet[1551]: W1127 11:18:04.757741 1551 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
W1127 11:19:23.179972 80068 logs.go:138] Found kubelet problem: Nov 27 11:18:04 addons-112776 kubelet[1551]: E1127 11:18:04.757795 1551 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
I1127 11:19:23.217450 80068 logs.go:123] Gathering logs for etcd [c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16] ...
I1127 11:19:23.217496 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16"
I1127 11:19:23.254976 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:23.271082 80068 logs.go:123] Gathering logs for coredns [c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f] ...
I1127 11:19:23.271118 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f"
I1127 11:19:23.308405 80068 logs.go:123] Gathering logs for kube-scheduler [343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c] ...
I1127 11:19:23.308441 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c"
I1127 11:19:23.370013 80068 logs.go:123] Gathering logs for kube-proxy [a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c] ...
I1127 11:19:23.370045 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c"
I1127 11:19:23.370793 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:23.441686 80068 logs.go:123] Gathering logs for kube-controller-manager [5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db] ...
I1127 11:19:23.441732 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db"
I1127 11:19:23.509174 80068 logs.go:123] Gathering logs for kindnet [37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32] ...
I1127 11:19:23.509210 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32"
I1127 11:19:23.581930 80068 logs.go:123] Gathering logs for describe nodes ...
I1127 11:19:23.581982 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1127 11:19:23.755788 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:23.776917 80068 out.go:309] Setting ErrFile to fd 2...
I1127 11:19:23.776946 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1127 11:19:23.777000 80068 out.go:239] X Problems detected in kubelet:
W1127 11:19:23.777013 80068 out.go:239] Nov 27 11:18:04 addons-112776 kubelet[1551]: W1127 11:18:04.757741 1551 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
W1127 11:19:23.777026 80068 out.go:239] Nov 27 11:18:04 addons-112776 kubelet[1551]: E1127 11:18:04.757795 1551 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
I1127 11:19:23.777036 80068 out.go:309] Setting ErrFile to fd 2...
I1127 11:19:23.777043 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 11:19:23.869552 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:24.255423 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:24.369982 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:24.807518 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:24.875117 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:25.255895 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:25.370082 80068 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 11:19:25.755096 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:25.870010 80068 kapi.go:107] duration metric: took 1m14.516866051s to wait for app.kubernetes.io/name=ingress-nginx ...
I1127 11:19:26.255357 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:26.755153 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:27.260150 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:27.755861 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:28.255629 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:28.755318 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:29.254413 80068 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 11:19:29.754911 80068 kapi.go:107] duration metric: took 1m17.573406517s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1127 11:19:29.756889 80068 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, inspektor-gadget, storage-provisioner, ingress-dns, metrics-server, helm-tiller, default-storageclass, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I1127 11:19:29.758694 80068 addons.go:502] enable addons completed in 1m25.198968532s: enabled=[nvidia-device-plugin cloud-spanner inspektor-gadget storage-provisioner ingress-dns metrics-server helm-tiller default-storageclass volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I1127 11:19:33.779353 80068 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1127 11:19:33.784882 80068 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1127 11:19:33.785975 80068 api_server.go:141] control plane version: v1.28.4
I1127 11:19:33.786000 80068 api_server.go:131] duration metric: took 11.351121422s to wait for apiserver health ...
I1127 11:19:33.786008 80068 system_pods.go:43] waiting for kube-system pods to appear ...
I1127 11:19:33.786029 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1127 11:19:33.786071 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1127 11:19:33.821426 80068 cri.go:89] found id: "627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea"
I1127 11:19:33.821449 80068 cri.go:89] found id: ""
I1127 11:19:33.821458 80068 logs.go:284] 1 containers: [627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea]
I1127 11:19:33.821506 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:33.825060 80068 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1127 11:19:33.825118 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1127 11:19:33.859314 80068 cri.go:89] found id: "c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16"
I1127 11:19:33.859341 80068 cri.go:89] found id: ""
I1127 11:19:33.859352 80068 logs.go:284] 1 containers: [c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16]
I1127 11:19:33.859406 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:33.862767 80068 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1127 11:19:33.862842 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1127 11:19:33.896050 80068 cri.go:89] found id: "c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f"
I1127 11:19:33.896074 80068 cri.go:89] found id: ""
I1127 11:19:33.896082 80068 logs.go:284] 1 containers: [c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f]
I1127 11:19:33.896125 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:33.899576 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1127 11:19:33.899631 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1127 11:19:33.932036 80068 cri.go:89] found id: "343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c"
I1127 11:19:33.932062 80068 cri.go:89] found id: ""
I1127 11:19:33.932069 80068 logs.go:284] 1 containers: [343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c]
I1127 11:19:33.932116 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:33.935451 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1127 11:19:33.935504 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1127 11:19:33.967819 80068 cri.go:89] found id: "a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c"
I1127 11:19:33.967840 80068 cri.go:89] found id: ""
I1127 11:19:33.967848 80068 logs.go:284] 1 containers: [a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c]
I1127 11:19:33.967898 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:33.971216 80068 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1127 11:19:33.971264 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1127 11:19:34.008170 80068 cri.go:89] found id: "5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db"
I1127 11:19:34.008198 80068 cri.go:89] found id: ""
I1127 11:19:34.008207 80068 logs.go:284] 1 containers: [5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db]
I1127 11:19:34.008258 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:34.012331 80068 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1127 11:19:34.012400 80068 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1127 11:19:34.059466 80068 cri.go:89] found id: "37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32"
I1127 11:19:34.059493 80068 cri.go:89] found id: ""
I1127 11:19:34.059503 80068 logs.go:284] 1 containers: [37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32]
I1127 11:19:34.059559 80068 ssh_runner.go:195] Run: which crictl
I1127 11:19:34.062881 80068 logs.go:123] Gathering logs for kubelet ...
I1127 11:19:34.062905 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1127 11:19:34.109147 80068 logs.go:138] Found kubelet problem: Nov 27 11:18:04 addons-112776 kubelet[1551]: W1127 11:18:04.757741 1551 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
W1127 11:19:34.109321 80068 logs.go:138] Found kubelet problem: Nov 27 11:18:04 addons-112776 kubelet[1551]: E1127 11:18:04.757795 1551 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
I1127 11:19:34.142228 80068 logs.go:123] Gathering logs for kube-apiserver [627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea] ...
I1127 11:19:34.142267 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea"
I1127 11:19:34.185562 80068 logs.go:123] Gathering logs for etcd [c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16] ...
I1127 11:19:34.185599 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16"
I1127 11:19:34.228309 80068 logs.go:123] Gathering logs for coredns [c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f] ...
I1127 11:19:34.228343 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f"
I1127 11:19:34.262763 80068 logs.go:123] Gathering logs for kube-scheduler [343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c] ...
I1127 11:19:34.262793 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c"
I1127 11:19:34.300573 80068 logs.go:123] Gathering logs for CRI-O ...
I1127 11:19:34.300601 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1127 11:19:34.374362 80068 logs.go:123] Gathering logs for dmesg ...
I1127 11:19:34.374403 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1127 11:19:34.388753 80068 logs.go:123] Gathering logs for describe nodes ...
I1127 11:19:34.388784 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1127 11:19:34.486264 80068 logs.go:123] Gathering logs for kube-proxy [a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c] ...
I1127 11:19:34.486298 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c"
I1127 11:19:34.519225 80068 logs.go:123] Gathering logs for kube-controller-manager [5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db] ...
I1127 11:19:34.519256 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db"
I1127 11:19:34.573763 80068 logs.go:123] Gathering logs for kindnet [37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32] ...
I1127 11:19:34.573800 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32"
I1127 11:19:34.606598 80068 logs.go:123] Gathering logs for container status ...
I1127 11:19:34.606631 80068 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1127 11:19:34.652248 80068 out.go:309] Setting ErrFile to fd 2...
I1127 11:19:34.652278 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1127 11:19:34.652341 80068 out.go:239] X Problems detected in kubelet:
W1127 11:19:34.652355 80068 out.go:239] Nov 27 11:18:04 addons-112776 kubelet[1551]: W1127 11:18:04.757741 1551 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
W1127 11:19:34.652363 80068 out.go:239] Nov 27 11:18:04 addons-112776 kubelet[1551]: E1127 11:18:04.757795 1551 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-112776" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-112776' and this object
I1127 11:19:34.652378 80068 out.go:309] Setting ErrFile to fd 2...
I1127 11:19:34.652390 80068 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 11:19:44.662729 80068 system_pods.go:59] 19 kube-system pods found
I1127 11:19:44.662772 80068 system_pods.go:61] "coredns-5dd5756b68-fpndh" [8f5e2765-fda4-41d0-bdad-02357eb272c8] Running
I1127 11:19:44.662779 80068 system_pods.go:61] "csi-hostpath-attacher-0" [cda04a1e-f882-4d73-95a0-78127b27610d] Running
I1127 11:19:44.662783 80068 system_pods.go:61] "csi-hostpath-resizer-0" [9c4e9799-8873-4c3e-81d9-cf63fbdb6cbd] Running
I1127 11:19:44.662787 80068 system_pods.go:61] "csi-hostpathplugin-rx4gv" [527339e2-0a6f-4756-bf77-d2b46d768ade] Running
I1127 11:19:44.662791 80068 system_pods.go:61] "etcd-addons-112776" [ca93dda1-3aef-4af4-8316-e85fbb0b97fa] Running
I1127 11:19:44.662795 80068 system_pods.go:61] "kindnet-fkm7v" [fccad576-29db-4d30-b66f-e942a2bf3c9a] Running
I1127 11:19:44.662799 80068 system_pods.go:61] "kube-apiserver-addons-112776" [0ccf9176-4f06-401d-be8c-52306ed81be1] Running
I1127 11:19:44.662804 80068 system_pods.go:61] "kube-controller-manager-addons-112776" [87558c8e-6ad4-4572-8b44-a2958ba10fff] Running
I1127 11:19:44.662808 80068 system_pods.go:61] "kube-ingress-dns-minikube" [dd9e6c5e-83af-4aeb-9939-0255324ec091] Running
I1127 11:19:44.662813 80068 system_pods.go:61] "kube-proxy-g8gm6" [c802c1d1-fd5f-419c-92f9-1339ecbfe712] Running
I1127 11:19:44.662816 80068 system_pods.go:61] "kube-scheduler-addons-112776" [e26233fd-fd35-4b53-b08c-5677a73e0777] Running
I1127 11:19:44.662825 80068 system_pods.go:61] "metrics-server-7c66d45ddc-fj2dt" [89070c3d-2674-4c90-8ea8-0fd92dd023df] Running
I1127 11:19:44.662829 80068 system_pods.go:61] "nvidia-device-plugin-daemonset-t78st" [fbcd2671-0323-4c2a-81c3-f3d3726e355b] Running
I1127 11:19:44.662836 80068 system_pods.go:61] "registry-lmltk" [2af7cf8b-6b3b-4728-be19-f6cb5e9d7195] Running
I1127 11:19:44.662840 80068 system_pods.go:61] "registry-proxy-gcphz" [7d830023-3b79-4d5f-b0ed-5cd31be11e05] Running
I1127 11:19:44.662846 80068 system_pods.go:61] "snapshot-controller-58dbcc7b99-bnxxq" [42ecd7c9-eda1-4c73-8e92-2f763ae3272b] Running
I1127 11:19:44.662850 80068 system_pods.go:61] "snapshot-controller-58dbcc7b99-lvsh5" [be5d1f77-c675-4b73-afda-ee8c0587985a] Running
I1127 11:19:44.662858 80068 system_pods.go:61] "storage-provisioner" [2c4cde40-e3db-45ef-b3f1-ea131a62e301] Running
I1127 11:19:44.662863 80068 system_pods.go:61] "tiller-deploy-7b677967b9-jlvnj" [02d82240-a512-4369-8110-df7c8846c5b5] Running
I1127 11:19:44.662876 80068 system_pods.go:74] duration metric: took 10.876860232s to wait for pod list to return data ...
I1127 11:19:44.662888 80068 default_sa.go:34] waiting for default service account to be created ...
I1127 11:19:44.665080 80068 default_sa.go:45] found service account: "default"
I1127 11:19:44.665101 80068 default_sa.go:55] duration metric: took 2.202701ms for default service account to be created ...
I1127 11:19:44.665108 80068 system_pods.go:116] waiting for k8s-apps to be running ...
I1127 11:19:44.672892 80068 system_pods.go:86] 19 kube-system pods found
I1127 11:19:44.672918 80068 system_pods.go:89] "coredns-5dd5756b68-fpndh" [8f5e2765-fda4-41d0-bdad-02357eb272c8] Running
I1127 11:19:44.672924 80068 system_pods.go:89] "csi-hostpath-attacher-0" [cda04a1e-f882-4d73-95a0-78127b27610d] Running
I1127 11:19:44.672928 80068 system_pods.go:89] "csi-hostpath-resizer-0" [9c4e9799-8873-4c3e-81d9-cf63fbdb6cbd] Running
I1127 11:19:44.672932 80068 system_pods.go:89] "csi-hostpathplugin-rx4gv" [527339e2-0a6f-4756-bf77-d2b46d768ade] Running
I1127 11:19:44.672936 80068 system_pods.go:89] "etcd-addons-112776" [ca93dda1-3aef-4af4-8316-e85fbb0b97fa] Running
I1127 11:19:44.672940 80068 system_pods.go:89] "kindnet-fkm7v" [fccad576-29db-4d30-b66f-e942a2bf3c9a] Running
I1127 11:19:44.672945 80068 system_pods.go:89] "kube-apiserver-addons-112776" [0ccf9176-4f06-401d-be8c-52306ed81be1] Running
I1127 11:19:44.672951 80068 system_pods.go:89] "kube-controller-manager-addons-112776" [87558c8e-6ad4-4572-8b44-a2958ba10fff] Running
I1127 11:19:44.672958 80068 system_pods.go:89] "kube-ingress-dns-minikube" [dd9e6c5e-83af-4aeb-9939-0255324ec091] Running
I1127 11:19:44.672964 80068 system_pods.go:89] "kube-proxy-g8gm6" [c802c1d1-fd5f-419c-92f9-1339ecbfe712] Running
I1127 11:19:44.672975 80068 system_pods.go:89] "kube-scheduler-addons-112776" [e26233fd-fd35-4b53-b08c-5677a73e0777] Running
I1127 11:19:44.672984 80068 system_pods.go:89] "metrics-server-7c66d45ddc-fj2dt" [89070c3d-2674-4c90-8ea8-0fd92dd023df] Running
I1127 11:19:44.672994 80068 system_pods.go:89] "nvidia-device-plugin-daemonset-t78st" [fbcd2671-0323-4c2a-81c3-f3d3726e355b] Running
I1127 11:19:44.672998 80068 system_pods.go:89] "registry-lmltk" [2af7cf8b-6b3b-4728-be19-f6cb5e9d7195] Running
I1127 11:19:44.673001 80068 system_pods.go:89] "registry-proxy-gcphz" [7d830023-3b79-4d5f-b0ed-5cd31be11e05] Running
I1127 11:19:44.673005 80068 system_pods.go:89] "snapshot-controller-58dbcc7b99-bnxxq" [42ecd7c9-eda1-4c73-8e92-2f763ae3272b] Running
I1127 11:19:44.673012 80068 system_pods.go:89] "snapshot-controller-58dbcc7b99-lvsh5" [be5d1f77-c675-4b73-afda-ee8c0587985a] Running
I1127 11:19:44.673020 80068 system_pods.go:89] "storage-provisioner" [2c4cde40-e3db-45ef-b3f1-ea131a62e301] Running
I1127 11:19:44.673026 80068 system_pods.go:89] "tiller-deploy-7b677967b9-jlvnj" [02d82240-a512-4369-8110-df7c8846c5b5] Running
I1127 11:19:44.673034 80068 system_pods.go:126] duration metric: took 7.919969ms to wait for k8s-apps to be running ...
I1127 11:19:44.673042 80068 system_svc.go:44] waiting for kubelet service to be running ....
I1127 11:19:44.673099 80068 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1127 11:19:44.684228 80068 system_svc.go:56] duration metric: took 11.171532ms WaitForService to wait for kubelet.
I1127 11:19:44.684260 80068 kubeadm.go:581] duration metric: took 1m40.069601343s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I1127 11:19:44.684289 80068 node_conditions.go:102] verifying NodePressure condition ...
I1127 11:19:44.687270 80068 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I1127 11:19:44.687293 80068 node_conditions.go:123] node cpu capacity is 8
I1127 11:19:44.687304 80068 node_conditions.go:105] duration metric: took 3.009088ms to run NodePressure ...
I1127 11:19:44.687316 80068 start.go:228] waiting for startup goroutines ...
I1127 11:19:44.687322 80068 start.go:233] waiting for cluster config update ...
I1127 11:19:44.687336 80068 start.go:242] writing updated cluster config ...
I1127 11:19:44.687634 80068 ssh_runner.go:195] Run: rm -f paused
I1127 11:19:44.739427 80068 start.go:600] kubectl: 1.28.4, cluster: 1.28.4 (minor skew: 0)
I1127 11:19:44.741939 80068 out.go:177] * Done! kubectl is now configured to use "addons-112776" cluster and "default" namespace by default
*
* ==> CRI-O <==
* Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.181276796Z" level=info msg="Removing container: f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a" id=40934eb4-cb6a-43f4-86af-34add5960526 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.198487203Z" level=info msg="Removed container f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=40934eb4-cb6a-43f4-86af-34add5960526 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.404854409Z" level=info msg="Pulled image: gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7" id=12e422c9-e486-4326-a693-0eecd7842cef name=/runtime.v1.ImageService/PullImage
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.405676882Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=d54d097c-7870-4c5d-b17b-b8757a9c3215 name=/runtime.v1.ImageService/ImageStatus
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.406673988Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=d54d097c-7870-4c5d-b17b-b8757a9c3215 name=/runtime.v1.ImageService/ImageStatus
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.407506419Z" level=info msg="Creating container: default/hello-world-app-5d77478584-l7k96/hello-world-app" id=d900630a-bcff-4494-b457-f62b987b4dcd name=/runtime.v1.RuntimeService/CreateContainer
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.407608154Z" level=warning msg="Allowed annotations are specified for workload []"
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.485616743Z" level=info msg="Created container 3c53beedf74e99e73e08855c6058d3e97c2805cad60e6a88785ecd924b9706c5: default/hello-world-app-5d77478584-l7k96/hello-world-app" id=d900630a-bcff-4494-b457-f62b987b4dcd name=/runtime.v1.RuntimeService/CreateContainer
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.486274895Z" level=info msg="Starting container: 3c53beedf74e99e73e08855c6058d3e97c2805cad60e6a88785ecd924b9706c5" id=6472dfa4-abf7-4589-8aa7-d8643daf21c1 name=/runtime.v1.RuntimeService/StartContainer
Nov 27 11:22:28 addons-112776 crio[944]: time="2023-11-27 11:22:28.494611809Z" level=info msg="Started container" PID=10989 containerID=3c53beedf74e99e73e08855c6058d3e97c2805cad60e6a88785ecd924b9706c5 description=default/hello-world-app-5d77478584-l7k96/hello-world-app id=6472dfa4-abf7-4589-8aa7-d8643daf21c1 name=/runtime.v1.RuntimeService/StartContainer sandboxID=629befbd1c8281854c7b3d48a2e776dc7af0feb0363b5cea60df05d821f17b70
Nov 27 11:22:29 addons-112776 crio[944]: time="2023-11-27 11:22:29.751776783Z" level=info msg="Stopping container: 828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810 (timeout: 2s)" id=e08ae210-5cd1-4a95-91c1-bc80b03d43ac name=/runtime.v1.RuntimeService/StopContainer
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.760952421Z" level=warning msg="Stopping container 828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=e08ae210-5cd1-4a95-91c1-bc80b03d43ac name=/runtime.v1.RuntimeService/StopContainer
Nov 27 11:22:31 addons-112776 conmon[6390]: conmon 828d33134683c6c129b6 <ninfo>: container 6402 exited with status 137
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.905629095Z" level=info msg="Stopped container 828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810: ingress-nginx/ingress-nginx-controller-7c6974c4d8-bz794/controller" id=e08ae210-5cd1-4a95-91c1-bc80b03d43ac name=/runtime.v1.RuntimeService/StopContainer
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.906181423Z" level=info msg="Stopping pod sandbox: 9dd88d6ac0411fed6195272df1da20146e0914f056a89f44a627124a4f413978" id=47736fd2-5708-4e2b-84c2-40ede66e328c name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.909331302Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-RJHMLEQ7LIRR3ZVA - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-TZOBZAUM4RZGYE6L - [0:0]\n-X KUBE-HP-RJHMLEQ7LIRR3ZVA\n-X KUBE-HP-TZOBZAUM4RZGYE6L\nCOMMIT\n"
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.910718929Z" level=info msg="Closing host port tcp:80"
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.910762046Z" level=info msg="Closing host port tcp:443"
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.912226838Z" level=info msg="Host port tcp:80 does not have an open socket"
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.912245691Z" level=info msg="Host port tcp:443 does not have an open socket"
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.912377210Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-7c6974c4d8-bz794 Namespace:ingress-nginx ID:9dd88d6ac0411fed6195272df1da20146e0914f056a89f44a627124a4f413978 UID:b76802e2-0511-42c6-8551-0ba110a12957 NetNS:/var/run/netns/f599ab14-ea1c-49ca-a6c1-75b821b1cdde Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.912495209Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-7c6974c4d8-bz794 from CNI network \"kindnet\" (type=ptp)"
Nov 27 11:22:31 addons-112776 crio[944]: time="2023-11-27 11:22:31.945409304Z" level=info msg="Stopped pod sandbox: 9dd88d6ac0411fed6195272df1da20146e0914f056a89f44a627124a4f413978" id=47736fd2-5708-4e2b-84c2-40ede66e328c name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 11:22:32 addons-112776 crio[944]: time="2023-11-27 11:22:32.193692818Z" level=info msg="Removing container: 828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810" id=e227f21b-3e94-489e-9c5f-4ab1fd184b3a name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 11:22:32 addons-112776 crio[944]: time="2023-11-27 11:22:32.210648719Z" level=info msg="Removed container 828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810: ingress-nginx/ingress-nginx-controller-7c6974c4d8-bz794/controller" id=e227f21b-3e94-489e-9c5f-4ab1fd184b3a name=/runtime.v1.RuntimeService/RemoveContainer
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
3c53beedf74e9 gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7 8 seconds ago Running hello-world-app 0 629befbd1c828 hello-world-app-5d77478584-l7k96
4d13d95213b7a docker.io/library/nginx@sha256:7e528502b614e1ed9f88e495f2af843c255905e0e549b935fdedd95336e6de8d 2 minutes ago Running nginx 0 77e0bc206234e nginx
702ee18cddbd4 ghcr.io/headlamp-k8s/headlamp@sha256:6153bcbd375a0157858961b1138ed62321a2639b37826b37498bce16ee736cc1 2 minutes ago Running headlamp 0 02573a3e37d69 headlamp-777fd4b855-qjdms
03be926a9d4ea 1ebff0f9671bc015dc340b12c5bf6f3dbda7d0a8b5332bd095f21bd52e1b30fb 3 minutes ago Exited patch 3 c223ead7467bf ingress-nginx-admission-patch-t76z9
15f11a20c193b gcr.io/k8s-minikube/gcp-auth-webhook@sha256:3e92b3d1c15220ae0f2f3505fb3a88899a1e48ec85fb777a1a4945ae9db2ce06 3 minutes ago Running gcp-auth 0 f5aabb36687f4 gcp-auth-d4c87556c-stpzr
7464aedb29500 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:29318c6957228dc10feb67fed5b91bdd8a9e3279e5b29c5965b9bd31a01ee385 3 minutes ago Exited create 0 7fc5d4c84212e ingress-nginx-admission-create-nvkxh
d9b90d0956d67 docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef 3 minutes ago Running local-path-provisioner 0 8d8dac895b4f2 local-path-provisioner-78b46b4d5c-k878v
c2fc1def31a3d ead0a4a53df89fd173874b46093b6e62d8c72967bbf606d672c9e8c9b601a4fc 3 minutes ago Running coredns 0 1f14aea3e43a2 coredns-5dd5756b68-fpndh
82e96b4791036 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 3 minutes ago Running storage-provisioner 0 f416ffae13188 storage-provisioner
37d0216f66567 c7d1297425461d3e24fe0ba658818593be65d13a2dd45a4c02d8768d6c8c18cc 4 minutes ago Running kindnet-cni 0 b74bdc8c235df kindnet-fkm7v
a0ade0548e790 83f6cc407eed88d214aad97f3539bde5c8e485ff14424cd021a3a2899304398e 4 minutes ago Running kube-proxy 0 52dee9dc3efbe kube-proxy-g8gm6
343a75521d39d e3db313c6dbc065d4ac3b32c7a6f2a878949031b881d217b63881a109c5cfba1 4 minutes ago Running kube-scheduler 0 0a16c829f8d16 kube-scheduler-addons-112776
5140d71d6ffab d058aa5ab969ce7b84d25e7188be1f80633b18db8ea7d02d9d0a78e676236591 4 minutes ago Running kube-controller-manager 0 3378463ecd33e kube-controller-manager-addons-112776
627ad779e391c 7fe0e6f37db33464725e616a12ccc4e36970370005a2b09683a974db6350c257 4 minutes ago Running kube-apiserver 0 9c0227cec8878 kube-apiserver-addons-112776
c54055175a4dd 73deb9a3f702532592a4167455f8bf2e5f5d900bcc959ba2fd2d35c321de1af9 4 minutes ago Running etcd 0 bd910888a91ec etcd-addons-112776
*
* ==> coredns [c2fc1def31a3da49962cdc2f04b73bfdf033debc566550bbba74accbc8a50c9f] <==
* [INFO] 10.244.0.17:37056 - 41089 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000137575s
[INFO] 10.244.0.17:34513 - 38397 "AAAA IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.006225027s
[INFO] 10.244.0.17:34513 - 44039 "A IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.007144733s
[INFO] 10.244.0.17:34850 - 340 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004230166s
[INFO] 10.244.0.17:34850 - 8281 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005037484s
[INFO] 10.244.0.17:41449 - 63603 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004929209s
[INFO] 10.244.0.17:41449 - 63852 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006707527s
[INFO] 10.244.0.17:56737 - 57620 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000044434s
[INFO] 10.244.0.17:56737 - 16357 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000077474s
[INFO] 10.244.0.20:57729 - 20549 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000232545s
[INFO] 10.244.0.20:35108 - 10490 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000300096s
[INFO] 10.244.0.20:52068 - 44085 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000124862s
[INFO] 10.244.0.20:33764 - 11665 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000130105s
[INFO] 10.244.0.20:45356 - 24913 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000119567s
[INFO] 10.244.0.20:33286 - 636 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000167335s
[INFO] 10.244.0.20:43516 - 18448 "A IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.004767534s
[INFO] 10.244.0.20:42623 - 15423 "AAAA IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.007116376s
[INFO] 10.244.0.20:50255 - 61690 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.004158603s
[INFO] 10.244.0.20:46343 - 43634 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.005547526s
[INFO] 10.244.0.20:59119 - 44568 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.00464689s
[INFO] 10.244.0.20:49628 - 57074 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004806556s
[INFO] 10.244.0.20:58989 - 25844 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000625936s
[INFO] 10.244.0.20:54142 - 14400 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 420 0.000722065s
[INFO] 10.244.0.23:52095 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000227556s
[INFO] 10.244.0.23:39002 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000128468s
*
* ==> describe nodes <==
* Name: addons-112776
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-112776
kubernetes.io/os=linux
minikube.k8s.io/commit=81390b5609e7feb2151fde4633273d04eb05a21f
minikube.k8s.io/name=addons-112776
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_11_27T11_17_52_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-112776
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 27 Nov 2023 11:17:49 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-112776
AcquireTime: <unset>
RenewTime: Mon, 27 Nov 2023 11:22:28 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 27 Nov 2023 11:20:25 +0000 Mon, 27 Nov 2023 11:17:47 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 27 Nov 2023 11:20:25 +0000 Mon, 27 Nov 2023 11:17:47 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 27 Nov 2023 11:20:25 +0000 Mon, 27 Nov 2023 11:17:47 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 27 Nov 2023 11:20:25 +0000 Mon, 27 Nov 2023 11:18:39 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-112776
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859428Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859428Ki
pods: 110
System Info:
Machine ID: c38edbfc319049c693ef597fb8712efc
System UUID: e7117f71-442e-4a53-8e3d-b5111205c6dd
Boot ID: 70e275d9-e289-4a40-9f12-718983944527
Kernel Version: 5.15.0-1046-gcp
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
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-5d77478584-l7k96 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 10s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m35s
gcp-auth gcp-auth-d4c87556c-stpzr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m23s
headlamp headlamp-777fd4b855-qjdms 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m35s
kube-system coredns-5dd5756b68-fpndh 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 4m32s
kube-system etcd-addons-112776 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 4m44s
kube-system kindnet-fkm7v 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 4m32s
kube-system kube-apiserver-addons-112776 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m44s
kube-system kube-controller-manager-addons-112776 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m44s
kube-system kube-proxy-g8gm6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m32s
kube-system kube-scheduler-addons-112776 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m44s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m27s
local-path-storage local-path-provisioner-78b46b4d5c-k878v 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m26s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (10%!)(MISSING) 100m (1%!)(MISSING)
memory 220Mi (0%!)(MISSING) 220Mi (0%!)(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)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 4m27s kube-proxy
Normal Starting 4m51s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 4m51s (x8 over 4m51s) kubelet Node addons-112776 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m51s (x8 over 4m51s) kubelet Node addons-112776 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m51s (x8 over 4m51s) kubelet Node addons-112776 status is now: NodeHasSufficientPID
Normal Starting 4m45s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 4m45s kubelet Node addons-112776 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m45s kubelet Node addons-112776 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m45s kubelet Node addons-112776 status is now: NodeHasSufficientPID
Normal RegisteredNode 4m33s node-controller Node addons-112776 event: Registered Node addons-112776 in Controller
Normal NodeReady 3m57s kubelet Node addons-112776 status is now: NodeReady
*
* ==> dmesg <==
* [ +0.000726] platform eisa.0: Cannot allocate resource for EISA slot 1
[ +0.000844] platform eisa.0: Cannot allocate resource for EISA slot 2
[ +0.000763] platform eisa.0: Cannot allocate resource for EISA slot 3
[ +0.000645] platform eisa.0: Cannot allocate resource for EISA slot 4
[ +0.000641] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000727] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.000722] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.000755] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +9.052000] kauditd_printk_skb: 36 callbacks suppressed
[Nov27 10:51] kauditd_printk_skb: 3 callbacks suppressed
[Nov27 10:55] kauditd_printk_skb: 2 callbacks suppressed
[Nov27 11:20] IPv4: martian source 10.244.0.19 from 127.0.0.1, on dev eth0
[ +0.000009] ll header: 00000000: 0a 03 73 6b 1d 75 d2 55 17 af 16 df 08 00
[ +1.019393] IPv4: martian source 10.244.0.19 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 0a 03 73 6b 1d 75 d2 55 17 af 16 df 08 00
[ +2.011796] IPv4: martian source 10.244.0.19 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 0a 03 73 6b 1d 75 d2 55 17 af 16 df 08 00
[ +4.195560] IPv4: martian source 10.244.0.19 from 127.0.0.1, on dev eth0
[ +0.000005] ll header: 00000000: 0a 03 73 6b 1d 75 d2 55 17 af 16 df 08 00
[ +8.187218] IPv4: martian source 10.244.0.19 from 127.0.0.1, on dev eth0
[ +0.000021] ll header: 00000000: 0a 03 73 6b 1d 75 d2 55 17 af 16 df 08 00
[ +16.126297] IPv4: martian source 10.244.0.19 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 0a 03 73 6b 1d 75 d2 55 17 af 16 df 08 00
[Nov27 11:21] IPv4: martian source 10.244.0.19 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 0a 03 73 6b 1d 75 d2 55 17 af 16 df 08 00
*
* ==> etcd [c54055175a4dd5970fc7598af59f32611f49b993ffc9b07eaecc9aedf9656f16] <==
* {"level":"info","ts":"2023-11-27T11:18:08.562915Z","caller":"traceutil/trace.go:171","msg":"trace[726613229] transaction","detail":"{read_only:false; response_revision:430; number_of_response:1; }","duration":"216.142505ms","start":"2023-11-27T11:18:08.346763Z","end":"2023-11-27T11:18:08.562906Z","steps":["trace[726613229] 'process raft request' (duration: 215.198949ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T11:18:08.562982Z","caller":"traceutil/trace.go:171","msg":"trace[52598142] transaction","detail":"{read_only:false; response_revision:432; number_of_response:1; }","duration":"215.718025ms","start":"2023-11-27T11:18:08.347256Z","end":"2023-11-27T11:18:08.562974Z","steps":["trace[52598142] 'process raft request' (duration: 215.508503ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T11:18:08.563112Z","caller":"traceutil/trace.go:171","msg":"trace[1071271272] transaction","detail":"{read_only:false; response_revision:431; number_of_response:1; }","duration":"216.149634ms","start":"2023-11-27T11:18:08.346955Z","end":"2023-11-27T11:18:08.563104Z","steps":["trace[1071271272] 'process raft request' (duration: 215.039504ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T11:18:09.565097Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"102.207501ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/metrics-server\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-11-27T11:18:09.565154Z","caller":"traceutil/trace.go:171","msg":"trace[295274347] range","detail":"{range_begin:/registry/deployments/kube-system/metrics-server; range_end:; response_count:0; response_revision:491; }","duration":"102.274149ms","start":"2023-11-27T11:18:09.462868Z","end":"2023-11-27T11:18:09.565142Z","steps":["trace[295274347] 'agreement among raft nodes before linearized reading' (duration: 85.35576ms)","trace[295274347] 'range keys from in-memory index tree' (duration: 16.832818ms)"],"step_count":2}
{"level":"warn","ts":"2023-11-27T11:18:09.565928Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"102.871399ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-11-27T11:18:09.565954Z","caller":"traceutil/trace.go:171","msg":"trace[785289299] range","detail":"{range_begin:/registry/pods/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:493; }","duration":"102.902044ms","start":"2023-11-27T11:18:09.463044Z","end":"2023-11-27T11:18:09.565946Z","steps":["trace[785289299] 'agreement among raft nodes before linearized reading' (duration: 102.861949ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T11:18:09.656156Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.561235ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterroles/local-path-provisioner-role\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-11-27T11:18:09.65627Z","caller":"traceutil/trace.go:171","msg":"trace[59815459] range","detail":"{range_begin:/registry/clusterroles/local-path-provisioner-role; range_end:; response_count:0; response_revision:498; }","duration":"103.684527ms","start":"2023-11-27T11:18:09.552573Z","end":"2023-11-27T11:18:09.656258Z","steps":["trace[59815459] 'agreement among raft nodes before linearized reading' (duration: 103.53586ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T11:18:48.00165Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"134.35647ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/ingress-nginx/\" range_end:\"/registry/pods/ingress-nginx0\" ","response":"range_response_count:3 size:14599"}
{"level":"warn","ts":"2023-11-27T11:18:48.001726Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"136.336118ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/gcp-auth/\" range_end:\"/registry/pods/gcp-auth0\" ","response":"range_response_count:3 size:11310"}
{"level":"info","ts":"2023-11-27T11:18:48.001767Z","caller":"traceutil/trace.go:171","msg":"trace[1992624592] range","detail":"{range_begin:/registry/pods/ingress-nginx/; range_end:/registry/pods/ingress-nginx0; response_count:3; response_revision:954; }","duration":"134.49451ms","start":"2023-11-27T11:18:47.867258Z","end":"2023-11-27T11:18:48.001752Z","steps":["trace[1992624592] 'range keys from in-memory index tree' (duration: 134.229978ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T11:18:48.001777Z","caller":"traceutil/trace.go:171","msg":"trace[1802634114] range","detail":"{range_begin:/registry/pods/gcp-auth/; range_end:/registry/pods/gcp-auth0; response_count:3; response_revision:954; }","duration":"136.397978ms","start":"2023-11-27T11:18:47.865368Z","end":"2023-11-27T11:18:48.001766Z","steps":["trace[1802634114] 'range keys from in-memory index tree' (duration: 136.228807ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T11:18:48.001793Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"134.497086ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/\" range_end:\"/registry/pods/kube-system0\" ","response":"range_response_count:19 size:90291"}
{"level":"info","ts":"2023-11-27T11:18:48.001824Z","caller":"traceutil/trace.go:171","msg":"trace[1242241399] range","detail":"{range_begin:/registry/pods/kube-system/; range_end:/registry/pods/kube-system0; response_count:19; response_revision:954; }","duration":"134.532966ms","start":"2023-11-27T11:18:47.867285Z","end":"2023-11-27T11:18:48.001818Z","steps":["trace[1242241399] 'range keys from in-memory index tree' (duration: 134.286359ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T11:19:19.246808Z","caller":"traceutil/trace.go:171","msg":"trace[1288207857] transaction","detail":"{read_only:false; response_revision:1118; number_of_response:1; }","duration":"101.97957ms","start":"2023-11-27T11:19:19.144805Z","end":"2023-11-27T11:19:19.246785Z","steps":["trace[1288207857] 'process raft request' (duration: 101.824539ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T11:19:41.738772Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"128.680683ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128025429990037727 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/services/endpoints/ingress-nginx/ingress-nginx-controller-admission\" mod_revision:1142 > success:<request_put:<key:\"/registry/services/endpoints/ingress-nginx/ingress-nginx-controller-admission\" value_size:818 >> failure:<request_range:<key:\"/registry/services/endpoints/ingress-nginx/ingress-nginx-controller-admission\" > >>","response":"size:16"}
{"level":"info","ts":"2023-11-27T11:19:41.739043Z","caller":"traceutil/trace.go:171","msg":"trace[725233832] transaction","detail":"{read_only:false; response_revision:1212; number_of_response:1; }","duration":"185.817272ms","start":"2023-11-27T11:19:41.553214Z","end":"2023-11-27T11:19:41.739031Z","steps":["trace[725233832] 'process raft request' (duration: 185.740803ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T11:19:41.739037Z","caller":"traceutil/trace.go:171","msg":"trace[1830275728] transaction","detail":"{read_only:false; response_revision:1211; number_of_response:1; }","duration":"186.187254ms","start":"2023-11-27T11:19:41.55283Z","end":"2023-11-27T11:19:41.739017Z","steps":["trace[1830275728] 'process raft request' (duration: 186.043651ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T11:19:41.739216Z","caller":"traceutil/trace.go:171","msg":"trace[917211720] transaction","detail":"{read_only:false; response_revision:1213; number_of_response:1; }","duration":"185.615695ms","start":"2023-11-27T11:19:41.553592Z","end":"2023-11-27T11:19:41.739208Z","steps":["trace[917211720] 'process raft request' (duration: 185.405764ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T11:19:41.739097Z","caller":"traceutil/trace.go:171","msg":"trace[929505766] transaction","detail":"{read_only:false; response_revision:1210; number_of_response:1; }","duration":"186.25491ms","start":"2023-11-27T11:19:41.552834Z","end":"2023-11-27T11:19:41.739089Z","steps":["trace[929505766] 'process raft request' (duration: 57.167181ms)","trace[929505766] 'compare' (duration: 128.581334ms)"],"step_count":2}
{"level":"info","ts":"2023-11-27T11:19:41.739333Z","caller":"traceutil/trace.go:171","msg":"trace[1346849949] linearizableReadLoop","detail":"{readStateIndex:1255; appliedIndex:1250; }","duration":"149.399307ms","start":"2023-11-27T11:19:41.589903Z","end":"2023-11-27T11:19:41.739303Z","steps":["trace[1346849949] 'read index received' (duration: 20.209013ms)","trace[1346849949] 'applied index is now lower than readState.Index' (duration: 129.189536ms)"],"step_count":2}
{"level":"info","ts":"2023-11-27T11:19:41.73936Z","caller":"traceutil/trace.go:171","msg":"trace[356771250] transaction","detail":"{read_only:false; response_revision:1214; number_of_response:1; }","duration":"184.903479ms","start":"2023-11-27T11:19:41.554445Z","end":"2023-11-27T11:19:41.739349Z","steps":["trace[356771250] 'process raft request' (duration: 184.701401ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T11:19:41.739439Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"149.545153ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io\" ","response":"range_response_count:1 size:554"}
{"level":"info","ts":"2023-11-27T11:19:41.739474Z","caller":"traceutil/trace.go:171","msg":"trace[1079211161] range","detail":"{range_begin:/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io; range_end:; response_count:1; response_revision:1214; }","duration":"149.581487ms","start":"2023-11-27T11:19:41.589877Z","end":"2023-11-27T11:19:41.739458Z","steps":["trace[1079211161] 'agreement among raft nodes before linearized reading' (duration: 149.492729ms)"],"step_count":1}
*
* ==> gcp-auth [15f11a20c193bb81d1139eab8db827d28b517271f2494ee3b002bda3ac853afd] <==
* 2023/11/27 11:19:18 GCP Auth Webhook started!
2023/11/27 11:19:45 Ready to marshal response ...
2023/11/27 11:19:45 Ready to write response ...
2023/11/27 11:19:45 Ready to marshal response ...
2023/11/27 11:19:45 Ready to write response ...
2023/11/27 11:19:54 Ready to marshal response ...
2023/11/27 11:19:54 Ready to write response ...
2023/11/27 11:19:55 Ready to marshal response ...
2023/11/27 11:19:55 Ready to write response ...
2023/11/27 11:19:57 Ready to marshal response ...
2023/11/27 11:19:57 Ready to write response ...
2023/11/27 11:20:01 Ready to marshal response ...
2023/11/27 11:20:01 Ready to write response ...
2023/11/27 11:20:01 Ready to marshal response ...
2023/11/27 11:20:01 Ready to write response ...
2023/11/27 11:20:01 Ready to marshal response ...
2023/11/27 11:20:01 Ready to write response ...
2023/11/27 11:20:01 Ready to marshal response ...
2023/11/27 11:20:01 Ready to write response ...
2023/11/27 11:20:13 Ready to marshal response ...
2023/11/27 11:20:13 Ready to write response ...
2023/11/27 11:20:35 Ready to marshal response ...
2023/11/27 11:20:35 Ready to write response ...
2023/11/27 11:22:26 Ready to marshal response ...
2023/11/27 11:22:26 Ready to write response ...
*
* ==> kernel <==
* 11:22:37 up 2:05, 0 users, load average: 0.42, 1.14, 2.00
Linux addons-112776 5.15.0-1046-gcp #54~20.04.1-Ubuntu SMP Wed Oct 25 08:22:15 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
*
* ==> kindnet [37d0216f66567597c43ba55e20787f79e7cfc587940a0e058fcfe481830edc32] <==
* I1127 11:20:29.212811 1 main.go:227] handling current node
I1127 11:20:39.217206 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:20:39.217231 1 main.go:227] handling current node
I1127 11:20:49.227006 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:20:49.227033 1 main.go:227] handling current node
I1127 11:20:59.231202 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:20:59.231230 1 main.go:227] handling current node
I1127 11:21:09.235342 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:21:09.235366 1 main.go:227] handling current node
I1127 11:21:19.239303 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:21:19.239329 1 main.go:227] handling current node
I1127 11:21:29.249798 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:21:29.249817 1 main.go:227] handling current node
I1127 11:21:39.253924 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:21:39.253947 1 main.go:227] handling current node
I1127 11:21:49.262858 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:21:49.262879 1 main.go:227] handling current node
I1127 11:21:59.268440 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:21:59.268462 1 main.go:227] handling current node
I1127 11:22:09.271852 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:22:09.271876 1 main.go:227] handling current node
I1127 11:22:19.275741 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:22:19.275763 1 main.go:227] handling current node
I1127 11:22:29.285751 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 11:22:29.285772 1 main.go:227] handling current node
*
* ==> kube-apiserver [627ad779e391c7d89ec0ca5220bf81d5c622af5e1ff359c03b3a04d0bd5714ea] <==
* I1127 11:20:01.689474 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I1127 11:20:01.974287 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.98.232.248"}
I1127 11:20:25.557625 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1127 11:20:45.333364 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1127 11:20:50.309232 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.309280 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 11:20:50.316865 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.316942 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 11:20:50.324988 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.325130 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 11:20:50.325584 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.325791 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 11:20:50.346828 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.347027 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 11:20:50.440801 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.442056 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
E1127 11:20:50.448520 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"snapshot-controller\" not found]"
I1127 11:20:50.449847 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.449903 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 11:20:50.472720 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 11:20:50.472751 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1127 11:20:51.326682 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1127 11:20:51.472881 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1127 11:20:51.511712 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I1127 11:22:27.110284 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.125.140"}
*
* ==> kube-controller-manager [5140d71d6ffabf4fc694a4f9d0c835b7600995c74e4873dfb1821ec2a07082db] <==
* W1127 11:21:28.351185 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 11:21:28.351215 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 11:21:34.196253 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 11:21:34.196287 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 11:21:51.010697 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 11:21:51.010727 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 11:22:07.085729 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 11:22:07.085769 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 11:22:11.893387 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 11:22:11.893416 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 11:22:12.111914 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 11:22:12.111951 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I1127 11:22:26.956808 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I1127 11:22:26.971135 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-l7k96"
I1127 11:22:26.976691 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="20.087874ms"
I1127 11:22:26.984683 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="7.945985ms"
I1127 11:22:26.984826 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="34.874µs"
I1127 11:22:26.985473 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="48.694µs"
W1127 11:22:27.262547 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 11:22:27.262579 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I1127 11:22:28.733788 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I1127 11:22:28.740775 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-7c6974c4d8" duration="7.937µs"
I1127 11:22:28.743144 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I1127 11:22:29.199550 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="5.935691ms"
I1127 11:22:29.199648 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="48.867µs"
*
* ==> kube-proxy [a0ade0548e790cee097b33a4fc0a1067c7ccad61f7795ef8886da0fa7f16591c] <==
* I1127 11:18:08.948357 1 server_others.go:69] "Using iptables proxy"
I1127 11:18:09.065751 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I1127 11:18:09.561527 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1127 11:18:09.653339 1 server_others.go:152] "Using iptables Proxier"
I1127 11:18:09.653460 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I1127 11:18:09.653495 1 server_others.go:438] "Defaulting to no-op detect-local"
I1127 11:18:09.653535 1 proxier.go:251] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I1127 11:18:09.653803 1 server.go:846] "Version info" version="v1.28.4"
I1127 11:18:09.653824 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1127 11:18:09.654448 1 config.go:315] "Starting node config controller"
I1127 11:18:09.654469 1 shared_informer.go:311] Waiting for caches to sync for node config
I1127 11:18:09.654829 1 config.go:188] "Starting service config controller"
I1127 11:18:09.655015 1 shared_informer.go:311] Waiting for caches to sync for service config
I1127 11:18:09.654985 1 config.go:97] "Starting endpoint slice config controller"
I1127 11:18:09.655067 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I1127 11:18:09.758958 1 shared_informer.go:318] Caches are synced for endpoint slice config
I1127 11:18:09.764837 1 shared_informer.go:318] Caches are synced for service config
I1127 11:18:09.765572 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [343a75521d39d91b3a9ce8c800b87c9e150bfb0554fc842336a8392fed78cd7c] <==
* E1127 11:17:49.055701 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E1127 11:17:49.055654 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W1127 11:17:49.055721 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E1127 11:17:49.055739 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W1127 11:17:49.055403 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E1127 11:17:49.055766 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W1127 11:17:49.055477 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E1127 11:17:49.055789 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W1127 11:17:49.055516 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E1127 11:17:49.055806 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W1127 11:17:49.055593 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E1127 11:17:49.055821 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W1127 11:17:49.055615 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E1127 11:17:49.055841 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W1127 11:17:49.055622 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E1127 11:17:49.055858 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W1127 11:17:49.055347 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E1127 11:17:49.055877 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W1127 11:17:50.057160 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E1127 11:17:50.057206 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W1127 11:17:50.081095 1 reflector.go:535] 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
E1127 11:17:50.081133 1 reflector.go:147] 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
W1127 11:17:50.277407 1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E1127 11:17:50.277453 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I1127 11:17:52.248798 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Nov 27 11:22:27 addons-112776 kubelet[1551]: I1127 11:22:27.143765 1551 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/845a90e0-8ed1-410b-9e78-7f60585668a7-gcp-creds\") pod \"hello-world-app-5d77478584-l7k96\" (UID: \"845a90e0-8ed1-410b-9e78-7f60585668a7\") " pod="default/hello-world-app-5d77478584-l7k96"
Nov 27 11:22:27 addons-112776 kubelet[1551]: I1127 11:22:27.143826 1551 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-pwz8q\" (UniqueName: \"kubernetes.io/projected/845a90e0-8ed1-410b-9e78-7f60585668a7-kube-api-access-pwz8q\") pod \"hello-world-app-5d77478584-l7k96\" (UID: \"845a90e0-8ed1-410b-9e78-7f60585668a7\") " pod="default/hello-world-app-5d77478584-l7k96"
Nov 27 11:22:27 addons-112776 kubelet[1551]: W1127 11:22:27.372586 1551 manager.go:1159] Failed to process watch event {EventType:0 Name:/docker/ac8fd910f8ca8daccde30f168451ed3a3c727365db883c1f0be5fa79ac454b74/crio-629befbd1c8281854c7b3d48a2e776dc7af0feb0363b5cea60df05d821f17b70 WatchSource:0}: Error finding container 629befbd1c8281854c7b3d48a2e776dc7af0feb0363b5cea60df05d821f17b70: Status 404 returned error can't find the container with id 629befbd1c8281854c7b3d48a2e776dc7af0feb0363b5cea60df05d821f17b70
Nov 27 11:22:28 addons-112776 kubelet[1551]: I1127 11:22:28.050698 1551 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-4z52v\" (UniqueName: \"kubernetes.io/projected/dd9e6c5e-83af-4aeb-9939-0255324ec091-kube-api-access-4z52v\") pod \"dd9e6c5e-83af-4aeb-9939-0255324ec091\" (UID: \"dd9e6c5e-83af-4aeb-9939-0255324ec091\") "
Nov 27 11:22:28 addons-112776 kubelet[1551]: I1127 11:22:28.052528 1551 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/dd9e6c5e-83af-4aeb-9939-0255324ec091-kube-api-access-4z52v" (OuterVolumeSpecName: "kube-api-access-4z52v") pod "dd9e6c5e-83af-4aeb-9939-0255324ec091" (UID: "dd9e6c5e-83af-4aeb-9939-0255324ec091"). InnerVolumeSpecName "kube-api-access-4z52v". PluginName "kubernetes.io/projected", VolumeGidValue ""
Nov 27 11:22:28 addons-112776 kubelet[1551]: I1127 11:22:28.151151 1551 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-4z52v\" (UniqueName: \"kubernetes.io/projected/dd9e6c5e-83af-4aeb-9939-0255324ec091-kube-api-access-4z52v\") on node \"addons-112776\" DevicePath \"\""
Nov 27 11:22:28 addons-112776 kubelet[1551]: I1127 11:22:28.180148 1551 scope.go:117] "RemoveContainer" containerID="f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a"
Nov 27 11:22:28 addons-112776 kubelet[1551]: I1127 11:22:28.198722 1551 scope.go:117] "RemoveContainer" containerID="f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a"
Nov 27 11:22:28 addons-112776 kubelet[1551]: E1127 11:22:28.199110 1551 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a\": container with ID starting with f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a not found: ID does not exist" containerID="f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a"
Nov 27 11:22:28 addons-112776 kubelet[1551]: I1127 11:22:28.199162 1551 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a"} err="failed to get container status \"f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a\": rpc error: code = NotFound desc = could not find container \"f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a\": container with ID starting with f0edd138c8d068ace70ef127cfa3dbeb6f750cc1817d4192b3916811d6fc680a not found: ID does not exist"
Nov 27 11:22:29 addons-112776 kubelet[1551]: I1127 11:22:29.193924 1551 pod_startup_latency_tracker.go:102] "Observed pod startup duration" pod="default/hello-world-app-5d77478584-l7k96" podStartSLOduration=2.164586756 podCreationTimestamp="2023-11-27 11:22:26 +0000 UTC" firstStartedPulling="2023-11-27 11:22:27.375866714 +0000 UTC m=+275.625509635" lastFinishedPulling="2023-11-27 11:22:28.405163624 +0000 UTC m=+276.654806545" observedRunningTime="2023-11-27 11:22:29.193428495 +0000 UTC m=+277.443071423" watchObservedRunningTime="2023-11-27 11:22:29.193883666 +0000 UTC m=+277.443526592"
Nov 27 11:22:29 addons-112776 kubelet[1551]: I1127 11:22:29.867421 1551 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="90c20dfd-ccbc-4268-aa1c-712fd30fa7f2" path="/var/lib/kubelet/pods/90c20dfd-ccbc-4268-aa1c-712fd30fa7f2/volumes"
Nov 27 11:22:29 addons-112776 kubelet[1551]: I1127 11:22:29.867841 1551 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="ab26334d-b8f4-4739-8d87-90d2fea9973b" path="/var/lib/kubelet/pods/ab26334d-b8f4-4739-8d87-90d2fea9973b/volumes"
Nov 27 11:22:29 addons-112776 kubelet[1551]: I1127 11:22:29.868170 1551 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="dd9e6c5e-83af-4aeb-9939-0255324ec091" path="/var/lib/kubelet/pods/dd9e6c5e-83af-4aeb-9939-0255324ec091/volumes"
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.076834 1551 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b76802e2-0511-42c6-8551-0ba110a12957-webhook-cert\") pod \"b76802e2-0511-42c6-8551-0ba110a12957\" (UID: \"b76802e2-0511-42c6-8551-0ba110a12957\") "
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.076919 1551 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-tll6f\" (UniqueName: \"kubernetes.io/projected/b76802e2-0511-42c6-8551-0ba110a12957-kube-api-access-tll6f\") pod \"b76802e2-0511-42c6-8551-0ba110a12957\" (UID: \"b76802e2-0511-42c6-8551-0ba110a12957\") "
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.078883 1551 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b76802e2-0511-42c6-8551-0ba110a12957-kube-api-access-tll6f" (OuterVolumeSpecName: "kube-api-access-tll6f") pod "b76802e2-0511-42c6-8551-0ba110a12957" (UID: "b76802e2-0511-42c6-8551-0ba110a12957"). InnerVolumeSpecName "kube-api-access-tll6f". PluginName "kubernetes.io/projected", VolumeGidValue ""
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.079013 1551 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/b76802e2-0511-42c6-8551-0ba110a12957-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "b76802e2-0511-42c6-8551-0ba110a12957" (UID: "b76802e2-0511-42c6-8551-0ba110a12957"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.177445 1551 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b76802e2-0511-42c6-8551-0ba110a12957-webhook-cert\") on node \"addons-112776\" DevicePath \"\""
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.177491 1551 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-tll6f\" (UniqueName: \"kubernetes.io/projected/b76802e2-0511-42c6-8551-0ba110a12957-kube-api-access-tll6f\") on node \"addons-112776\" DevicePath \"\""
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.192688 1551 scope.go:117] "RemoveContainer" containerID="828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810"
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.210892 1551 scope.go:117] "RemoveContainer" containerID="828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810"
Nov 27 11:22:32 addons-112776 kubelet[1551]: E1127 11:22:32.211262 1551 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810\": container with ID starting with 828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810 not found: ID does not exist" containerID="828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810"
Nov 27 11:22:32 addons-112776 kubelet[1551]: I1127 11:22:32.211314 1551 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810"} err="failed to get container status \"828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810\": rpc error: code = NotFound desc = could not find container \"828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810\": container with ID starting with 828d33134683c6c129b6522c6028c3d0b603f0e863d0f7c91bac1492539e2810 not found: ID does not exist"
Nov 27 11:22:33 addons-112776 kubelet[1551]: I1127 11:22:33.867570 1551 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="b76802e2-0511-42c6-8551-0ba110a12957" path="/var/lib/kubelet/pods/b76802e2-0511-42c6-8551-0ba110a12957/volumes"
*
* ==> storage-provisioner [82e96b47910366c1a874e831a55a7fb26c227217b4d43cafad922150da97a753] <==
* I1127 11:18:41.056085 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1127 11:18:41.158523 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1127 11:18:41.158581 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1127 11:18:41.165955 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1127 11:18:41.166111 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-112776_9df56f90-1f02-439f-8cfb-beace12d203f!
I1127 11:18:41.166145 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"38539c1e-1247-45fb-acdf-dbee6ad0d8b7", APIVersion:"v1", ResourceVersion:"900", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-112776_9df56f90-1f02-439f-8cfb-beace12d203f became leader
I1127 11:18:41.267266 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-112776_9df56f90-1f02-439f-8cfb-beace12d203f!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-112776 -n addons-112776
helpers_test.go:261: (dbg) Run: kubectl --context addons-112776 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 (156.53s)