=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:206: (dbg) Run: kubectl --context addons-513852 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-513852 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:244: (dbg) Run: kubectl --context addons-513852 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" [a29ed311-974a-4330-9d5d-9905b8b2a957] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a29ed311-974a-4330-9d5d-9905b8b2a957] Running
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.014587774s
addons_test.go:261: (dbg) Run: out/minikube-linux-arm64 -p addons-513852 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:261: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-513852 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.493765198s)
** 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-513852 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:290: (dbg) Run: out/minikube-linux-arm64 -p addons-513852 ip
addons_test.go:296: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:296: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.075929789s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:298: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:302: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:305: (dbg) Run: out/minikube-linux-arm64 -p addons-513852 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:305: (dbg) Done: out/minikube-linux-arm64 -p addons-513852 addons disable ingress-dns --alsologtostderr -v=1: (1.268139959s)
addons_test.go:310: (dbg) Run: out/minikube-linux-arm64 -p addons-513852 addons disable ingress --alsologtostderr -v=1
addons_test.go:310: (dbg) Done: out/minikube-linux-arm64 -p addons-513852 addons disable ingress --alsologtostderr -v=1: (7.778435145s)
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-513852
helpers_test.go:235: (dbg) docker inspect addons-513852:
-- stdout --
[
{
"Id": "ce2d53620b64e156938dec5a07dcf4ce9ce60732763a7a769f51e71c667ffeef",
"Created": "2023-12-12T00:12:12.845410053Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1118408,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-12-12T00:12:13.167413464Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:5372d9a9dbba152548ea1c7dddaca1a9a8c998722f22aaa148c1ee00bf6473be",
"ResolvConfPath": "/var/lib/docker/containers/ce2d53620b64e156938dec5a07dcf4ce9ce60732763a7a769f51e71c667ffeef/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/ce2d53620b64e156938dec5a07dcf4ce9ce60732763a7a769f51e71c667ffeef/hostname",
"HostsPath": "/var/lib/docker/containers/ce2d53620b64e156938dec5a07dcf4ce9ce60732763a7a769f51e71c667ffeef/hosts",
"LogPath": "/var/lib/docker/containers/ce2d53620b64e156938dec5a07dcf4ce9ce60732763a7a769f51e71c667ffeef/ce2d53620b64e156938dec5a07dcf4ce9ce60732763a7a769f51e71c667ffeef-json.log",
"Name": "/addons-513852",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-513852:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-513852",
"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/a1c74c3ba85f1c0bb9c17328adca6839f763072fd13b4edd025f8ad800a85c44-init/diff:/var/lib/docker/overlay2/c2a4fdcea722509eecd2151e38f63a7bf15f9db138183afe352dd4d4bae4600f/diff",
"MergedDir": "/var/lib/docker/overlay2/a1c74c3ba85f1c0bb9c17328adca6839f763072fd13b4edd025f8ad800a85c44/merged",
"UpperDir": "/var/lib/docker/overlay2/a1c74c3ba85f1c0bb9c17328adca6839f763072fd13b4edd025f8ad800a85c44/diff",
"WorkDir": "/var/lib/docker/overlay2/a1c74c3ba85f1c0bb9c17328adca6839f763072fd13b4edd025f8ad800a85c44/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-513852",
"Source": "/var/lib/docker/volumes/addons-513852/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-513852",
"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-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401",
"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-513852",
"name.minikube.sigs.k8s.io": "addons-513852",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "f065a0147216bc31a78d162befc74d6c0ea3d9202fa33ad349a1269cf8c8a082",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34010"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34009"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34006"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34008"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34007"
}
]
},
"SandboxKey": "/var/run/docker/netns/f065a0147216",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-513852": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"ce2d53620b64",
"addons-513852"
],
"NetworkID": "5d39f67815fb8bc7c9d433babd97a1dbd454bd30553390a89917be64d14a1586",
"EndpointID": "2e5d6648e00b7aa54def1f7f1bb9a7eb9650373e02bc52823e8d931ae9c2b24c",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-513852 -n addons-513852
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-513852 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-513852 logs -n 25: (1.598198843s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-661903 | jenkins | v1.32.0 | 12 Dec 23 00:10 UTC | |
| | -p download-only-661903 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.16.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| start | -o=json --download-only | download-only-661903 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | |
| | -p download-only-661903 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.28.4 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| start | -o=json --download-only | download-only-661903 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | |
| | -p download-only-661903 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.29.0-rc.2 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | 12 Dec 23 00:11 UTC |
| delete | -p download-only-661903 | download-only-661903 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | 12 Dec 23 00:11 UTC |
| delete | -p download-only-661903 | download-only-661903 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | 12 Dec 23 00:11 UTC |
| start | --download-only -p | download-docker-765600 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | |
| | download-docker-765600 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-765600 | download-docker-765600 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | 12 Dec 23 00:11 UTC |
| start | --download-only -p | binary-mirror-675945 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | |
| | binary-mirror-675945 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:41867 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-675945 | binary-mirror-675945 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | 12 Dec 23 00:11 UTC |
| addons | enable dashboard -p | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | |
| | addons-513852 | | | | | |
| addons | disable dashboard -p | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | |
| | addons-513852 | | | | | |
| start | -p addons-513852 --wait=true | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:11 UTC | 12 Dec 23 00:14 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 | disable nvidia-device-plugin | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:14 UTC | 12 Dec 23 00:14 UTC |
| | -p addons-513852 | | | | | |
| addons | addons-513852 addons | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:14 UTC | 12 Dec 23 00:14 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-513852 ip | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:14 UTC | 12 Dec 23 00:14 UTC |
| addons | addons-513852 addons disable | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:14 UTC | 12 Dec 23 00:14 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:14 UTC | 12 Dec 23 00:14 UTC |
| | addons-513852 | | | | | |
| ssh | addons-513852 ssh curl -s | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:14 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | disable cloud-spanner -p | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:14 UTC | 12 Dec 23 00:14 UTC |
| | addons-513852 | | | | | |
| ip | addons-513852 ip | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:17 UTC | 12 Dec 23 00:17 UTC |
| addons | addons-513852 addons disable | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:17 UTC | 12 Dec 23 00:17 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-513852 addons disable | addons-513852 | jenkins | v1.32.0 | 12 Dec 23 00:17 UTC | 12 Dec 23 00:17 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/12/12 00:11:49
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.21.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1212 00:11:49.980348 1117956 out.go:296] Setting OutFile to fd 1 ...
I1212 00:11:49.980505 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1212 00:11:49.980515 1117956 out.go:309] Setting ErrFile to fd 2...
I1212 00:11:49.980522 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1212 00:11:49.980797 1117956 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17764-1111943/.minikube/bin
I1212 00:11:49.981227 1117956 out.go:303] Setting JSON to false
I1212 00:11:49.982106 1117956 start.go:128] hostinfo: {"hostname":"ip-172-31-21-244","uptime":24856,"bootTime":1702315054,"procs":145,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1051-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I1212 00:11:49.982185 1117956 start.go:138] virtualization:
I1212 00:11:49.984397 1117956 out.go:177] * [addons-513852] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I1212 00:11:49.987330 1117956 out.go:177] - MINIKUBE_LOCATION=17764
I1212 00:11:49.989320 1117956 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1212 00:11:49.987465 1117956 notify.go:220] Checking for updates...
I1212 00:11:49.992478 1117956 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17764-1111943/kubeconfig
I1212 00:11:49.994441 1117956 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17764-1111943/.minikube
I1212 00:11:49.996319 1117956 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1212 00:11:49.998290 1117956 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1212 00:11:50.003522 1117956 driver.go:392] Setting default libvirt URI to qemu:///system
I1212 00:11:50.029057 1117956 docker.go:122] docker version: linux-24.0.7:Docker Engine - Community
I1212 00:11:50.029180 1117956 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1212 00:11:50.117727 1117956 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-12-12 00:11:50.108281719 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1051-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 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:3dd1e886e55dd695541fdcd67420c2888645a495 Expected:3dd1e886e55dd695541fdcd67420c2888645a495} 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]] Warnings:<nil>}}
I1212 00:11:50.117855 1117956 docker.go:295] overlay module found
I1212 00:11:50.121000 1117956 out.go:177] * Using the docker driver based on user configuration
I1212 00:11:50.123235 1117956 start.go:298] selected driver: docker
I1212 00:11:50.123260 1117956 start.go:902] validating driver "docker" against <nil>
I1212 00:11:50.123282 1117956 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1212 00:11:50.123895 1117956 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1212 00:11:50.189471 1117956 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-12-12 00:11:50.179958072 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1051-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 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:3dd1e886e55dd695541fdcd67420c2888645a495 Expected:3dd1e886e55dd695541fdcd67420c2888645a495} 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]] Warnings:<nil>}}
I1212 00:11:50.189618 1117956 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I1212 00:11:50.189844 1117956 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]
I1212 00:11:50.192110 1117956 out.go:177] * Using Docker driver with root privileges
I1212 00:11:50.193808 1117956 cni.go:84] Creating CNI manager for ""
I1212 00:11:50.193832 1117956 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1212 00:11:50.193844 1117956 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I1212 00:11:50.193858 1117956 start_flags.go:323] config:
{Name:addons-513852 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 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-513852 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:}
I1212 00:11:50.196055 1117956 out.go:177] * Starting control plane node addons-513852 in cluster addons-513852
I1212 00:11:50.197869 1117956 cache.go:121] Beginning downloading kic base image for docker with crio
I1212 00:11:50.199533 1117956 out.go:177] * Pulling base image ...
I1212 00:11:50.201391 1117956 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1212 00:11:50.201455 1117956 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17764-1111943/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I1212 00:11:50.201467 1117956 cache.go:56] Caching tarball of preloaded images
I1212 00:11:50.201487 1117956 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 in local docker daemon
I1212 00:11:50.201562 1117956 preload.go:174] Found /home/jenkins/minikube-integration/17764-1111943/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1212 00:11:50.201572 1117956 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I1212 00:11:50.201918 1117956 profile.go:148] Saving config to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/config.json ...
I1212 00:11:50.201947 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/config.json: {Name:mk7a236300fb3ff19195b124fc742b2f1a01fa4e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:11:50.218590 1117956 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 to local cache
I1212 00:11:50.218695 1117956 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 in local cache directory
I1212 00:11:50.218729 1117956 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 in local cache directory, skipping pull
I1212 00:11:50.218737 1117956 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 exists in cache, skipping pull
I1212 00:11:50.218744 1117956 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 as a tarball
I1212 00:11:50.218750 1117956 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 from local cache
I1212 00:12:05.913714 1117956 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 from cached tarball
I1212 00:12:05.913751 1117956 cache.go:194] Successfully downloaded all kic artifacts
I1212 00:12:05.913816 1117956 start.go:365] acquiring machines lock for addons-513852: {Name:mk7c3507316ea70dea507396c4d038034300e987 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1212 00:12:05.914522 1117956 start.go:369] acquired machines lock for "addons-513852" in 683.032µs
I1212 00:12:05.914556 1117956 start.go:93] Provisioning new machine with config: &{Name:addons-513852 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 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-513852 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}
I1212 00:12:05.914649 1117956 start.go:125] createHost starting for "" (driver="docker")
I1212 00:12:05.916943 1117956 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1212 00:12:05.917189 1117956 start.go:159] libmachine.API.Create for "addons-513852" (driver="docker")
I1212 00:12:05.917218 1117956 client.go:168] LocalClient.Create starting
I1212 00:12:05.917346 1117956 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca.pem
I1212 00:12:06.434649 1117956 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/cert.pem
I1212 00:12:06.615409 1117956 cli_runner.go:164] Run: docker network inspect addons-513852 --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}}]}"
W1212 00:12:06.631768 1117956 cli_runner.go:211] docker network inspect addons-513852 --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
I1212 00:12:06.631859 1117956 network_create.go:281] running [docker network inspect addons-513852] to gather additional debugging logs...
I1212 00:12:06.631880 1117956 cli_runner.go:164] Run: docker network inspect addons-513852
W1212 00:12:06.649038 1117956 cli_runner.go:211] docker network inspect addons-513852 returned with exit code 1
I1212 00:12:06.649071 1117956 network_create.go:284] error running [docker network inspect addons-513852]: docker network inspect addons-513852: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-513852 not found
I1212 00:12:06.649083 1117956 network_create.go:286] output of [docker network inspect addons-513852]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-513852 not found
** /stderr **
I1212 00:12:06.649195 1117956 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}}]}"
I1212 00:12:06.666526 1117956 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:0x40024fccb0}
I1212 00:12:06.666562 1117956 network_create.go:124] attempt to create docker network addons-513852 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1212 00:12:06.666624 1117956 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-513852 addons-513852
I1212 00:12:06.736540 1117956 network_create.go:108] docker network addons-513852 192.168.49.0/24 created
I1212 00:12:06.736572 1117956 kic.go:121] calculated static IP "192.168.49.2" for the "addons-513852" container
I1212 00:12:06.736641 1117956 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1212 00:12:06.752938 1117956 cli_runner.go:164] Run: docker volume create addons-513852 --label name.minikube.sigs.k8s.io=addons-513852 --label created_by.minikube.sigs.k8s.io=true
I1212 00:12:06.770605 1117956 oci.go:103] Successfully created a docker volume addons-513852
I1212 00:12:06.770689 1117956 cli_runner.go:164] Run: docker run --rm --name addons-513852-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-513852 --entrypoint /usr/bin/test -v addons-513852:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 -d /var/lib
I1212 00:12:08.567386 1117956 cli_runner.go:217] Completed: docker run --rm --name addons-513852-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-513852 --entrypoint /usr/bin/test -v addons-513852:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 -d /var/lib: (1.79663978s)
I1212 00:12:08.567417 1117956 oci.go:107] Successfully prepared a docker volume addons-513852
I1212 00:12:08.567450 1117956 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1212 00:12:08.567475 1117956 kic.go:194] Starting extracting preloaded images to volume ...
I1212 00:12:08.567548 1117956 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17764-1111943/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-513852:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 -I lz4 -xf /preloaded.tar -C /extractDir
I1212 00:12:12.755902 1117956 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17764-1111943/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-513852:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 -I lz4 -xf /preloaded.tar -C /extractDir: (4.188315546s)
I1212 00:12:12.755932 1117956 kic.go:203] duration metric: took 4.188461 seconds to extract preloaded images to volume
W1212 00:12:12.756070 1117956 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1212 00:12:12.756212 1117956 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1212 00:12:12.824907 1117956 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-513852 --name addons-513852 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-513852 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-513852 --network addons-513852 --ip 192.168.49.2 --volume addons-513852:/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-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401
I1212 00:12:13.179806 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Running}}
I1212 00:12:13.200941 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:13.229388 1117956 cli_runner.go:164] Run: docker exec addons-513852 stat /var/lib/dpkg/alternatives/iptables
I1212 00:12:13.309684 1117956 oci.go:144] the created container "addons-513852" has a running status.
I1212 00:12:13.309719 1117956 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa...
I1212 00:12:13.816261 1117956 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1212 00:12:13.847239 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:13.874214 1117956 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1212 00:12:13.874233 1117956 kic_runner.go:114] Args: [docker exec --privileged addons-513852 chown docker:docker /home/docker/.ssh/authorized_keys]
I1212 00:12:13.947728 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:13.975467 1117956 machine.go:88] provisioning docker machine ...
I1212 00:12:13.975496 1117956 ubuntu.go:169] provisioning hostname "addons-513852"
I1212 00:12:13.975561 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:14.000966 1117956 main.go:141] libmachine: Using SSH client type: native
I1212 00:12:14.001503 1117956 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3be750] 0x3c0ec0 <nil> [] 0s} 127.0.0.1 34010 <nil> <nil>}
I1212 00:12:14.001526 1117956 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-513852 && echo "addons-513852" | sudo tee /etc/hostname
I1212 00:12:14.207917 1117956 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-513852
I1212 00:12:14.207993 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:14.234038 1117956 main.go:141] libmachine: Using SSH client type: native
I1212 00:12:14.234444 1117956 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3be750] 0x3c0ec0 <nil> [] 0s} 127.0.0.1 34010 <nil> <nil>}
I1212 00:12:14.234466 1117956 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-513852' /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-513852/g' /etc/hosts;
else
echo '127.0.1.1 addons-513852' | sudo tee -a /etc/hosts;
fi
fi
I1212 00:12:14.382990 1117956 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1212 00:12:14.383029 1117956 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17764-1111943/.minikube CaCertPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17764-1111943/.minikube}
I1212 00:12:14.383048 1117956 ubuntu.go:177] setting up certificates
I1212 00:12:14.383056 1117956 provision.go:83] configureAuth start
I1212 00:12:14.383123 1117956 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-513852
I1212 00:12:14.408999 1117956 provision.go:138] copyHostCerts
I1212 00:12:14.409069 1117956 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.pem (1082 bytes)
I1212 00:12:14.409207 1117956 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17764-1111943/.minikube/cert.pem (1123 bytes)
I1212 00:12:14.409407 1117956 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17764-1111943/.minikube/key.pem (1679 bytes)
I1212 00:12:14.409485 1117956 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca-key.pem org=jenkins.addons-513852 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-513852]
I1212 00:12:14.645539 1117956 provision.go:172] copyRemoteCerts
I1212 00:12:14.645619 1117956 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1212 00:12:14.645665 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:14.663953 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:14.768200 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1212 00:12:14.798848 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I1212 00:12:14.826637 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1212 00:12:14.855015 1117956 provision.go:86] duration metric: configureAuth took 471.944905ms
I1212 00:12:14.855051 1117956 ubuntu.go:193] setting minikube options for container-runtime
I1212 00:12:14.855241 1117956 config.go:182] Loaded profile config "addons-513852": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1212 00:12:14.855355 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:14.873699 1117956 main.go:141] libmachine: Using SSH client type: native
I1212 00:12:14.874123 1117956 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3be750] 0x3c0ec0 <nil> [] 0s} 127.0.0.1 34010 <nil> <nil>}
I1212 00:12:14.874153 1117956 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
I1212 00:12:15.141653 1117956 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1212 00:12:15.141736 1117956 machine.go:91] provisioned docker machine in 1.166248968s
I1212 00:12:15.141760 1117956 client.go:171] LocalClient.Create took 9.224530447s
I1212 00:12:15.141797 1117956 start.go:167] duration metric: libmachine.API.Create for "addons-513852" took 9.224606777s
I1212 00:12:15.141806 1117956 start.go:300] post-start starting for "addons-513852" (driver="docker")
I1212 00:12:15.141816 1117956 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]
I1212 00:12:15.141896 1117956 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
I1212 00:12:15.141944 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:15.161093 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:15.264006 1117956 ssh_runner.go:195] Run: cat /etc/os-release
I1212 00:12:15.268211 1117956 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1212 00:12:15.268247 1117956 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1212 00:12:15.268262 1117956 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1212 00:12:15.268269 1117956 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I1212 00:12:15.268278 1117956 filesync.go:126] Scanning /home/jenkins/minikube-integration/17764-1111943/.minikube/addons for local assets ...
I1212 00:12:15.268341 1117956 filesync.go:126] Scanning /home/jenkins/minikube-integration/17764-1111943/.minikube/files for local assets ...
I1212 00:12:15.268371 1117956 start.go:303] post-start completed in 126.559429ms
I1212 00:12:15.268691 1117956 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-513852
I1212 00:12:15.286818 1117956 profile.go:148] Saving config to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/config.json ...
I1212 00:12:15.287102 1117956 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1212 00:12:15.287156 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:15.304557 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:15.399081 1117956 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1212 00:12:15.404353 1117956 start.go:128] duration metric: createHost completed in 9.489689455s
I1212 00:12:15.404378 1117956 start.go:83] releasing machines lock for "addons-513852", held for 9.489840737s
I1212 00:12:15.404441 1117956 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-513852
I1212 00:12:15.421683 1117956 ssh_runner.go:195] Run: cat /version.json
I1212 00:12:15.421739 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:15.421808 1117956 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1212 00:12:15.421863 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:15.448504 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:15.449135 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:15.674311 1117956 ssh_runner.go:195] Run: systemctl --version
I1212 00:12:15.679840 1117956 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1212 00:12:15.824649 1117956 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1212 00:12:15.830080 1117956 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" ;
I1212 00:12:15.852154 1117956 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1212 00:12:15.852231 1117956 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" ;
I1212 00:12:15.892011 1117956 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1212 00:12:15.892032 1117956 start.go:475] detecting cgroup driver to use...
I1212 00:12:15.892062 1117956 detect.go:196] detected "cgroupfs" cgroup driver on host os
I1212 00:12:15.892116 1117956 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1212 00:12:15.909782 1117956 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1212 00:12:15.923668 1117956 docker.go:203] disabling cri-docker service (if available) ...
I1212 00:12:15.923785 1117956 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1212 00:12:15.939423 1117956 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1212 00:12:15.956047 1117956 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1212 00:12:16.056533 1117956 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1212 00:12:16.159154 1117956 docker.go:219] disabling docker service ...
I1212 00:12:16.159230 1117956 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1212 00:12:16.180291 1117956 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1212 00:12:16.193831 1117956 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1212 00:12:16.289274 1117956 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1212 00:12:16.403568 1117956 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1212 00:12:16.417192 1117956 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"
I1212 00:12:16.436268 1117956 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I1212 00:12:16.436360 1117956 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"
I1212 00:12:16.448285 1117956 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1212 00:12:16.448368 1117956 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1212 00:12:16.460251 1117956 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1212 00:12:16.472053 1117956 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1212 00:12:16.483999 1117956 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1212 00:12:16.494708 1117956 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1212 00:12:16.504753 1117956 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1212 00:12:16.515203 1117956 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1212 00:12:16.609839 1117956 ssh_runner.go:195] Run: sudo systemctl restart crio
I1212 00:12:16.736465 1117956 start.go:522] Will wait 60s for socket path /var/run/crio/crio.sock
I1212 00:12:16.736548 1117956 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1212 00:12:16.741081 1117956 start.go:543] Will wait 60s for crictl version
I1212 00:12:16.741186 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:12:16.745743 1117956 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1212 00:12:16.790478 1117956 start.go:559] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1212 00:12:16.790580 1117956 ssh_runner.go:195] Run: crio --version
I1212 00:12:16.832748 1117956 ssh_runner.go:195] Run: crio --version
I1212 00:12:16.877873 1117956 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I1212 00:12:16.879736 1117956 cli_runner.go:164] Run: docker network inspect addons-513852 --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}}]}"
I1212 00:12:16.897288 1117956 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1212 00:12:16.901669 1117956 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""
I1212 00:12:16.914680 1117956 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1212 00:12:16.914747 1117956 ssh_runner.go:195] Run: sudo crictl images --output json
I1212 00:12:16.982602 1117956 crio.go:496] all images are preloaded for cri-o runtime.
I1212 00:12:16.982624 1117956 crio.go:415] Images already preloaded, skipping extraction
I1212 00:12:16.982680 1117956 ssh_runner.go:195] Run: sudo crictl images --output json
I1212 00:12:17.029868 1117956 crio.go:496] all images are preloaded for cri-o runtime.
I1212 00:12:17.029891 1117956 cache_images.go:84] Images are preloaded, skipping loading
I1212 00:12:17.029970 1117956 ssh_runner.go:195] Run: crio config
I1212 00:12:17.088349 1117956 cni.go:84] Creating CNI manager for ""
I1212 00:12:17.088373 1117956 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1212 00:12:17.088404 1117956 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I1212 00:12:17.088428 1117956 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-513852 NodeName:addons-513852 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}
I1212 00:12:17.088570 1117956 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-513852"
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
I1212 00:12:17.088649 1117956 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-513852 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-513852 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:}
I1212 00:12:17.088718 1117956 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I1212 00:12:17.099406 1117956 binaries.go:44] Found k8s binaries, skipping transfer
I1212 00:12:17.099488 1117956 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1212 00:12:17.110021 1117956 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I1212 00:12:17.130590 1117956 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1212 00:12:17.151380 1117956 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I1212 00:12:17.172094 1117956 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1212 00:12:17.176367 1117956 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""
I1212 00:12:17.189616 1117956 certs.go:56] Setting up /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852 for IP: 192.168.49.2
I1212 00:12:17.189651 1117956 certs.go:190] acquiring lock for shared ca certs: {Name:mk50788b4819ee46b65351495e43cdf246a6ddce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:17.189813 1117956 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.key
I1212 00:12:17.471046 1117956 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.crt ...
I1212 00:12:17.471077 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.crt: {Name:mk63f7231b362eb36ee624ca1d988a5c0eeb54ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:17.471271 1117956 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.key ...
I1212 00:12:17.471284 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.key: {Name:mk001a7dec35b6cd75317cfa0518572d810733b6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:17.472052 1117956 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17764-1111943/.minikube/proxy-client-ca.key
I1212 00:12:18.072946 1117956 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17764-1111943/.minikube/proxy-client-ca.crt ...
I1212 00:12:18.072985 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/proxy-client-ca.crt: {Name:mk5adb4c4a83191ec01fbd158f8e2301c5b4e380 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:18.073187 1117956 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17764-1111943/.minikube/proxy-client-ca.key ...
I1212 00:12:18.073202 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/proxy-client-ca.key: {Name:mk83486da479f56678dc25ea9891063a949213c5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:18.073359 1117956 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/client.key
I1212 00:12:18.073385 1117956 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/client.crt with IP's: []
I1212 00:12:18.203736 1117956 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/client.crt ...
I1212 00:12:18.203766 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/client.crt: {Name:mk2ddad058277b67b414650caa9775d45cf301f9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:18.203953 1117956 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/client.key ...
I1212 00:12:18.203978 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/client.key: {Name:mkc82ca82fb5fe9dc3da535893414833cbeb9830 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:18.204083 1117956 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.key.dd3b5fb2
I1212 00:12:18.204103 1117956 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I1212 00:12:19.377813 1117956 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.crt.dd3b5fb2 ...
I1212 00:12:19.377847 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.crt.dd3b5fb2: {Name:mke601a62b20dc2e283b96952577fc54ee9e8063 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:19.378033 1117956 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.key.dd3b5fb2 ...
I1212 00:12:19.378047 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.key.dd3b5fb2: {Name:mk1924c0862ca7e851aef86a9d35758f0682eae0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:19.378132 1117956 certs.go:337] copying /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.crt
I1212 00:12:19.378236 1117956 certs.go:341] copying /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.key
I1212 00:12:19.378288 1117956 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.key
I1212 00:12:19.378314 1117956 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.crt with IP's: []
I1212 00:12:19.582042 1117956 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.crt ...
I1212 00:12:19.582073 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.crt: {Name:mk3734d85f87c17800a9550539cf823d1b1562fa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:19.582279 1117956 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.key ...
I1212 00:12:19.582293 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.key: {Name:mk4265909e2109577a4034bebd2d8e7075db6fd3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:19.582496 1117956 certs.go:437] found cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca-key.pem (1675 bytes)
I1212 00:12:19.582548 1117956 certs.go:437] found cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/ca.pem (1082 bytes)
I1212 00:12:19.582578 1117956 certs.go:437] found cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/cert.pem (1123 bytes)
I1212 00:12:19.582609 1117956 certs.go:437] found cert: /home/jenkins/minikube-integration/17764-1111943/.minikube/certs/home/jenkins/minikube-integration/17764-1111943/.minikube/certs/key.pem (1679 bytes)
I1212 00:12:19.583214 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I1212 00:12:19.611890 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1212 00:12:19.639499 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1212 00:12:19.667412 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/profiles/addons-513852/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1212 00:12:19.695169 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1212 00:12:19.721927 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I1212 00:12:19.749756 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1212 00:12:19.777031 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I1212 00:12:19.804303 1117956 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17764-1111943/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1212 00:12:19.831862 1117956 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1212 00:12:19.852550 1117956 ssh_runner.go:195] Run: openssl version
I1212 00:12:19.859270 1117956 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"
I1212 00:12:19.870709 1117956 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1212 00:12:19.875024 1117956 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Dec 12 00:12 /usr/share/ca-certificates/minikubeCA.pem
I1212 00:12:19.875099 1117956 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1212 00:12:19.883356 1117956 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"
I1212 00:12:19.894678 1117956 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I1212 00:12:19.898800 1117956 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
I1212 00:12:19.898847 1117956 kubeadm.go:404] StartCluster: {Name:addons-513852 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1702334074-17764@sha256:242468f3f874ac6982f8a024f9c4a97f957667e2ee92ef27b2ae70cc267db401 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-513852 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:}
I1212 00:12:19.898926 1117956 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1212 00:12:19.898996 1117956 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1212 00:12:19.941002 1117956 cri.go:89] found id: ""
I1212 00:12:19.941121 1117956 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1212 00:12:19.951581 1117956 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1212 00:12:19.962004 1117956 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I1212 00:12:19.962068 1117956 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
I1212 00:12:19.972318 1117956 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
I1212 00:12:19.972391 1117956 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"
I1212 00:12:20.031248 1117956 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I1212 00:12:20.031564 1117956 kubeadm.go:322] [preflight] Running pre-flight checks
I1212 00:12:20.076698 1117956 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I1212 00:12:20.076787 1117956 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1051-aws[0m
I1212 00:12:20.076840 1117956 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I1212 00:12:20.076889 1117956 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1212 00:12:20.076939 1117956 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1212 00:12:20.076986 1117956 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1212 00:12:20.077035 1117956 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1212 00:12:20.077084 1117956 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1212 00:12:20.077134 1117956 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1212 00:12:20.077181 1117956 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1212 00:12:20.077228 1117956 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1212 00:12:20.077288 1117956 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1212 00:12:20.166769 1117956 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I1212 00:12:20.167349 1117956 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1212 00:12:20.167491 1117956 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I1212 00:12:20.414887 1117956 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1212 00:12:20.417171 1117956 out.go:204] - Generating certificates and keys ...
I1212 00:12:20.417332 1117956 kubeadm.go:322] [certs] Using existing ca certificate authority
I1212 00:12:20.417416 1117956 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I1212 00:12:20.776471 1117956 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I1212 00:12:21.319332 1117956 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I1212 00:12:21.838896 1117956 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I1212 00:12:22.401007 1117956 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I1212 00:12:23.123073 1117956 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I1212 00:12:23.123477 1117956 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-513852 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1212 00:12:24.014299 1117956 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I1212 00:12:24.014670 1117956 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-513852 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1212 00:12:24.725411 1117956 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I1212 00:12:24.876312 1117956 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I1212 00:12:25.595368 1117956 kubeadm.go:322] [certs] Generating "sa" key and public key
I1212 00:12:25.595685 1117956 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1212 00:12:25.935577 1117956 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I1212 00:12:26.574571 1117956 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1212 00:12:27.215100 1117956 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1212 00:12:27.515971 1117956 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1212 00:12:27.516832 1117956 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1212 00:12:27.519493 1117956 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1212 00:12:27.521899 1117956 out.go:204] - Booting up control plane ...
I1212 00:12:27.522017 1117956 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1212 00:12:27.522091 1117956 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1212 00:12:27.522798 1117956 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1212 00:12:27.535118 1117956 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1212 00:12:27.535908 1117956 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1212 00:12:27.536186 1117956 kubeadm.go:322] [kubelet-start] Starting the kubelet
I1212 00:12:27.634330 1117956 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
I1212 00:12:34.137227 1117956 kubeadm.go:322] [apiclient] All control plane components are healthy after 6.502237 seconds
I1212 00:12:34.137370 1117956 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1212 00:12:34.153363 1117956 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1212 00:12:34.678099 1117956 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I1212 00:12:34.678299 1117956 kubeadm.go:322] [mark-control-plane] Marking the node addons-513852 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1212 00:12:35.189766 1117956 kubeadm.go:322] [bootstrap-token] Using token: dlqiuc.q2dtcr4gd8ieq310
I1212 00:12:35.191953 1117956 out.go:204] - Configuring RBAC rules ...
I1212 00:12:35.192069 1117956 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1212 00:12:35.196771 1117956 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1212 00:12:35.206364 1117956 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
I1212 00:12:35.210211 1117956 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1212 00:12:35.214010 1117956 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1212 00:12:35.218315 1117956 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1212 00:12:35.233026 1117956 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1212 00:12:35.498416 1117956 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I1212 00:12:35.633813 1117956 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I1212 00:12:35.634883 1117956 kubeadm.go:322]
I1212 00:12:35.634950 1117956 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I1212 00:12:35.634956 1117956 kubeadm.go:322]
I1212 00:12:35.635028 1117956 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I1212 00:12:35.635033 1117956 kubeadm.go:322]
I1212 00:12:35.635058 1117956 kubeadm.go:322] mkdir -p $HOME/.kube
I1212 00:12:35.635113 1117956 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1212 00:12:35.635161 1117956 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1212 00:12:35.635166 1117956 kubeadm.go:322]
I1212 00:12:35.635223 1117956 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I1212 00:12:35.635229 1117956 kubeadm.go:322]
I1212 00:12:35.635274 1117956 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I1212 00:12:35.635278 1117956 kubeadm.go:322]
I1212 00:12:35.635327 1117956 kubeadm.go:322] You should now deploy a pod network to the cluster.
I1212 00:12:35.635397 1117956 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1212 00:12:35.635461 1117956 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1212 00:12:35.635468 1117956 kubeadm.go:322]
I1212 00:12:35.635547 1117956 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I1212 00:12:35.635619 1117956 kubeadm.go:322] and service account keys on each node and then running the following as root:
I1212 00:12:35.635624 1117956 kubeadm.go:322]
I1212 00:12:35.635702 1117956 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token dlqiuc.q2dtcr4gd8ieq310 \
I1212 00:12:35.635799 1117956 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:423d166c085e277a11bea519bc38c8d176eb97d5c6d6f0fd8c403765ff119d59 \
I1212 00:12:35.635819 1117956 kubeadm.go:322] --control-plane
I1212 00:12:35.635824 1117956 kubeadm.go:322]
I1212 00:12:35.635903 1117956 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I1212 00:12:35.635911 1117956 kubeadm.go:322]
I1212 00:12:35.635988 1117956 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token dlqiuc.q2dtcr4gd8ieq310 \
I1212 00:12:35.636084 1117956 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:423d166c085e277a11bea519bc38c8d176eb97d5c6d6f0fd8c403765ff119d59
I1212 00:12:35.640258 1117956 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-1051-aws\n", err: exit status 1
I1212 00:12:35.640374 1117956 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1212 00:12:35.640507 1117956 cni.go:84] Creating CNI manager for ""
I1212 00:12:35.640536 1117956 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1212 00:12:35.644576 1117956 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1212 00:12:35.646621 1117956 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1212 00:12:35.662664 1117956 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I1212 00:12:35.662683 1117956 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I1212 00:12:35.708331 1117956 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
I1212 00:12:36.568292 1117956 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1212 00:12:36.568461 1117956 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
I1212 00:12:36.568556 1117956 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=f155626207ae1ae93e2fd3ceb81b1e734028b5f4 minikube.k8s.io/name=addons-513852 minikube.k8s.io/updated_at=2023_12_12T00_12_36_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:36.726594 1117956 ops.go:34] apiserver oom_adj: -16
I1212 00:12:36.726716 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:36.831700 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:37.425395 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:37.925775 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:38.425570 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:38.925267 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:39.425165 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:39.925629 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:40.425231 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:40.925207 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:41.425401 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:41.926084 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:42.425138 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:42.925111 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:43.425419 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:43.925666 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:44.425796 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:44.925133 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:45.426010 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:45.926037 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:46.425388 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:46.925638 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:47.425599 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:47.925511 1117956 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1212 00:12:48.070642 1117956 kubeadm.go:1088] duration metric: took 11.502239293s to wait for elevateKubeSystemPrivileges.
I1212 00:12:48.070673 1117956 kubeadm.go:406] StartCluster complete in 28.17182842s
I1212 00:12:48.070690 1117956 settings.go:142] acquiring lock: {Name:mk4639df610f4394c6679c82a1803a108086063e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:48.071250 1117956 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17764-1111943/kubeconfig
I1212 00:12:48.071631 1117956 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17764-1111943/kubeconfig: {Name:mk6bda1f8356012618f11e41d531a3f786e443d5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1212 00:12:48.072867 1117956 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"
I1212 00:12:48.073159 1117956 config.go:182] Loaded profile config "addons-513852": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1212 00:12:48.073310 1117956 addons.go:499] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true]
I1212 00:12:48.073374 1117956 addons.go:69] Setting volumesnapshots=true in profile "addons-513852"
I1212 00:12:48.073390 1117956 addons.go:231] Setting addon volumesnapshots=true in "addons-513852"
I1212 00:12:48.073442 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.073902 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.075151 1117956 addons.go:69] Setting ingress-dns=true in profile "addons-513852"
I1212 00:12:48.075187 1117956 addons.go:231] Setting addon ingress-dns=true in "addons-513852"
I1212 00:12:48.075232 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.075666 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.078271 1117956 addons.go:69] Setting inspektor-gadget=true in profile "addons-513852"
I1212 00:12:48.078308 1117956 addons.go:231] Setting addon inspektor-gadget=true in "addons-513852"
I1212 00:12:48.078357 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.078792 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.079167 1117956 addons.go:69] Setting cloud-spanner=true in profile "addons-513852"
I1212 00:12:48.079189 1117956 addons.go:231] Setting addon cloud-spanner=true in "addons-513852"
I1212 00:12:48.079230 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.079621 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.080752 1117956 addons.go:69] Setting metrics-server=true in profile "addons-513852"
I1212 00:12:48.080784 1117956 addons.go:231] Setting addon metrics-server=true in "addons-513852"
I1212 00:12:48.080819 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.082527 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.085987 1117956 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-513852"
I1212 00:12:48.086054 1117956 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-513852"
I1212 00:12:48.086095 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.086547 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.087006 1117956 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-513852"
I1212 00:12:48.087030 1117956 addons.go:231] Setting addon nvidia-device-plugin=true in "addons-513852"
I1212 00:12:48.087071 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.087485 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.093064 1117956 addons.go:69] Setting registry=true in profile "addons-513852"
I1212 00:12:48.093101 1117956 addons.go:231] Setting addon registry=true in "addons-513852"
I1212 00:12:48.093148 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.093648 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.099799 1117956 addons.go:69] Setting default-storageclass=true in profile "addons-513852"
I1212 00:12:48.099844 1117956 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-513852"
I1212 00:12:48.100207 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.110183 1117956 addons.go:69] Setting storage-provisioner=true in profile "addons-513852"
I1212 00:12:48.110222 1117956 addons.go:231] Setting addon storage-provisioner=true in "addons-513852"
I1212 00:12:48.110266 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.110712 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.124211 1117956 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-513852"
I1212 00:12:48.124252 1117956 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-513852"
I1212 00:12:48.124588 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.126828 1117956 addons.go:69] Setting gcp-auth=true in profile "addons-513852"
I1212 00:12:48.126862 1117956 mustload.go:65] Loading cluster: addons-513852
I1212 00:12:48.127057 1117956 config.go:182] Loaded profile config "addons-513852": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1212 00:12:48.127401 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.141927 1117956 addons.go:69] Setting ingress=true in profile "addons-513852"
I1212 00:12:48.141966 1117956 addons.go:231] Setting addon ingress=true in "addons-513852"
I1212 00:12:48.142025 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.142483 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.255134 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1212 00:12:48.257186 1117956 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1212 00:12:48.257206 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1212 00:12:48.257317 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.293347 1117956 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I1212 00:12:48.297531 1117956 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1212 00:12:48.297589 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1212 00:12:48.297669 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.304868 1117956 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I1212 00:12:48.306784 1117956 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1212 00:12:48.306803 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1212 00:12:48.306867 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.315959 1117956 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.12
I1212 00:12:48.319841 1117956 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I1212 00:12:48.320023 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1212 00:12:48.320120 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.354977 1117956 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.23.1
I1212 00:12:48.358041 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I1212 00:12:48.358089 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I1212 00:12:48.358176 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.374326 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1212 00:12:48.383587 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1212 00:12:48.386638 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1212 00:12:48.391096 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1212 00:12:48.385820 1117956 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 -"
I1212 00:12:48.374567 1117956 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.3
I1212 00:12:48.374573 1117956 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1212 00:12:48.382178 1117956 addons.go:231] Setting addon default-storageclass=true in "addons-513852"
I1212 00:12:48.385901 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.396878 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1212 00:12:48.398393 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1212 00:12:48.399944 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1212 00:12:48.398784 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.399620 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.398234 1117956 addons.go:231] Setting addon storage-provisioner-rancher=true in "addons-513852"
I1212 00:12:48.401765 1117956 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.4
I1212 00:12:48.409655 1117956 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1212 00:12:48.411494 1117956 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1212 00:12:48.411510 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1212 00:12:48.411564 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.409580 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.410533 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:48.452998 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:48.462865 1117956 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-513852" context rescaled to 1 replicas
I1212 00:12:48.462900 1117956 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}
I1212 00:12:48.410624 1117956 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1212 00:12:48.410946 1117956 addons.go:423] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1212 00:12:48.467218 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1212 00:12:48.467294 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.477553 1117956 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1212 00:12:48.474647 1117956 out.go:177] * Verifying Kubernetes components...
I1212 00:12:48.474664 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1212 00:12:48.483621 1117956 out.go:177] - Using image docker.io/registry:2.8.3
I1212 00:12:48.481654 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.499718 1117956 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I1212 00:12:48.497492 1117956 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1212 00:12:48.497553 1117956 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1212 00:12:48.497634 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.498482 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.504363 1117956 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I1212 00:12:48.504379 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I1212 00:12:48.504489 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.524243 1117956 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1212 00:12:48.524279 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I1212 00:12:48.524390 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.539107 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.557499 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.615104 1117956 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I1212 00:12:48.615125 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1212 00:12:48.615185 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.638693 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.673175 1117956 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1212 00:12:48.674776 1117956 out.go:177] - Using image docker.io/busybox:stable
I1212 00:12:48.682657 1117956 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1212 00:12:48.682682 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1212 00:12:48.682745 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:48.674016 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.674951 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.713497 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.730748 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.748403 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.758481 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:48.804133 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I1212 00:12:48.804155 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I1212 00:12:48.904899 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I1212 00:12:48.904923 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I1212 00:12:48.940403 1117956 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
I1212 00:12:49.035446 1117956 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1212 00:12:49.035507 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1212 00:12:49.039737 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I1212 00:12:49.039772 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I1212 00:12:49.046405 1117956 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
I1212 00:12:49.083871 1117956 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1212 00:12:49.083935 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1212 00:12:49.095572 1117956 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
I1212 00:12:49.128273 1117956 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
I1212 00:12:49.138307 1117956 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1212 00:12:49.138368 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1212 00:12:49.194599 1117956 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1212 00:12:49.194672 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1212 00:12:49.203105 1117956 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I1212 00:12:49.203166 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1212 00:12:49.248661 1117956 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1212 00:12:49.248699 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1212 00:12:49.259141 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I1212 00:12:49.259168 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I1212 00:12:49.267504 1117956 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
I1212 00:12:49.280583 1117956 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
I1212 00:12:49.347706 1117956 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1212 00:12:49.347731 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1212 00:12:49.364875 1117956 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I1212 00:12:49.364898 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1212 00:12:49.368016 1117956 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1212 00:12:49.368038 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1212 00:12:49.374538 1117956 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
I1212 00:12:49.463648 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I1212 00:12:49.463681 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I1212 00:12:49.468569 1117956 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1212 00:12:49.468592 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1212 00:12:49.547922 1117956 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1212 00:12:49.547946 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1212 00:12:49.567320 1117956 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
I1212 00:12:49.573714 1117956 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1212 00:12:49.573746 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1212 00:12:49.693329 1117956 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
I1212 00:12:49.727590 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I1212 00:12:49.727615 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I1212 00:12:49.775466 1117956 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1212 00:12:49.775496 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1212 00:12:49.805209 1117956 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1212 00:12:49.805239 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1212 00:12:49.925543 1117956 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I1212 00:12:49.925567 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I1212 00:12:49.958326 1117956 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1212 00:12:49.958353 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1212 00:12:49.973296 1117956 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
I1212 00:12:50.097361 1117956 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
I1212 00:12:50.104837 1117956 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1212 00:12:50.104863 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1212 00:12:50.206610 1117956 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1212 00:12:50.206635 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1212 00:12:50.340267 1117956 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1212 00:12:50.340297 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1212 00:12:50.403923 1117956 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1212 00:12:50.403994 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1212 00:12:50.494557 1117956 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1212 00:12:50.494628 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1212 00:12:50.565874 1117956 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.166966289s)
I1212 00:12:50.565952 1117956 start.go:929] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1212 00:12:50.566026 1117956 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (2.017098679s)
I1212 00:12:50.566868 1117956 node_ready.go:35] waiting up to 6m0s for node "addons-513852" to be "Ready" ...
I1212 00:12:50.574278 1117956 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
I1212 00:12:52.704278 1117956 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: (3.763830059s)
I1212 00:12:52.725208 1117956 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.678769569s)
I1212 00:12:52.725359 1117956 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: (3.629715078s)
I1212 00:12:52.948177 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:12:54.132790 1117956 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: (5.004432937s)
I1212 00:12:54.132972 1117956 addons.go:467] Verifying addon ingress=true in "addons-513852"
I1212 00:12:54.133030 1117956 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: (4.758462506s)
I1212 00:12:54.135486 1117956 out.go:177] * Verifying ingress addon...
I1212 00:12:54.133277 1117956 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: (4.565929417s)
I1212 00:12:54.135575 1117956 addons.go:467] Verifying addon registry=true in "addons-513852"
I1212 00:12:54.141300 1117956 out.go:177] * Verifying registry addon...
I1212 00:12:54.139430 1117956 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1212 00:12:54.133448 1117956 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: (4.160114301s)
I1212 00:12:54.133494 1117956 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: (4.036104767s)
I1212 00:12:54.132885 1117956 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: (4.865357489s)
I1212 00:12:54.132950 1117956 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: (4.852344232s)
I1212 00:12:54.133364 1117956 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: (4.440003321s)
I1212 00:12:54.143179 1117956 addons.go:467] Verifying addon metrics-server=true in "addons-513852"
W1212 00:12:54.143361 1117956 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
I1212 00:12:54.143378 1117956 retry.go:31] will retry after 372.771501ms: 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
I1212 00:12:54.143910 1117956 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1212 00:12:54.154778 1117956 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1212 00:12:54.154858 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:54.161841 1117956 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1212 00:12:54.161913 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:54.164952 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:54.170396 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W1212 00:12:54.172381 1117956 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class standard as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "standard": the object has been modified; please apply your changes to the latest version and try again]
I1212 00:12:54.355213 1117956 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.780842585s)
I1212 00:12:54.355286 1117956 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-513852"
I1212 00:12:54.358766 1117956 out.go:177] * Verifying csi-hostpath-driver addon...
I1212 00:12:54.361504 1117956 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1212 00:12:54.374314 1117956 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1212 00:12:54.374382 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:54.378237 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:54.516927 1117956 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
I1212 00:12:54.681267 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:54.682444 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:54.883887 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:55.179319 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:55.181377 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:55.341377 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:12:55.383243 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:55.551335 1117956 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.034359297s)
I1212 00:12:55.669675 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:55.674681 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:55.884733 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:56.170320 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:56.174975 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:56.261698 1117956 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1212 00:12:56.261813 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:56.279702 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:56.382704 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:56.397855 1117956 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1212 00:12:56.422889 1117956 addons.go:231] Setting addon gcp-auth=true in "addons-513852"
I1212 00:12:56.422956 1117956 host.go:66] Checking if "addons-513852" exists ...
I1212 00:12:56.423454 1117956 cli_runner.go:164] Run: docker container inspect addons-513852 --format={{.State.Status}}
I1212 00:12:56.452694 1117956 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1212 00:12:56.452752 1117956 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-513852
I1212 00:12:56.492937 1117956 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34010 SSHKeyPath:/home/jenkins/minikube-integration/17764-1111943/.minikube/machines/addons-513852/id_rsa Username:docker}
I1212 00:12:56.651469 1117956 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1212 00:12:56.653121 1117956 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I1212 00:12:56.655090 1117956 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1212 00:12:56.655110 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1212 00:12:56.670974 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:56.674215 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:56.730040 1117956 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1212 00:12:56.730066 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1212 00:12:56.776167 1117956 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1212 00:12:56.776191 1117956 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I1212 00:12:56.819061 1117956 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
I1212 00:12:56.883116 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:57.170393 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:57.176333 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:57.342215 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:12:57.382849 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:57.670181 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:57.674843 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:57.940346 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:58.196930 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:58.200946 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:58.270812 1117956 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.451712747s)
I1212 00:12:58.273307 1117956 addons.go:467] Verifying addon gcp-auth=true in "addons-513852"
I1212 00:12:58.275820 1117956 out.go:177] * Verifying gcp-auth addon...
I1212 00:12:58.278581 1117956 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1212 00:12:58.291328 1117956 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1212 00:12:58.291356 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:12:58.301862 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:12:58.397849 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:58.670087 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:58.674612 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:58.806179 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:12:58.883993 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:59.170132 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:59.174591 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:59.306402 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:12:59.383080 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:12:59.670305 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:12:59.674011 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:12:59.805919 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:12:59.841787 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:12:59.882739 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:00.175306 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:00.176447 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:00.305994 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:00.383987 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:00.670494 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:00.674208 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:00.806037 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:00.883700 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:01.173614 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:01.175998 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:01.307609 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:01.383477 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:01.669929 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:01.674715 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:01.805920 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:01.850060 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:01.883006 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:02.170733 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:02.177919 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:02.306029 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:02.383521 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:02.670286 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:02.674839 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:02.805094 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:02.883646 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:03.169933 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:03.174624 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:03.305649 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:03.382626 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:03.669913 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:03.674879 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:03.805941 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:03.883179 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:04.169396 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:04.174222 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:04.305344 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:04.341763 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:04.382985 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:04.669990 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:04.674731 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:04.805299 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:04.883351 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:05.170478 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:05.174330 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:05.305538 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:05.382638 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:05.669895 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:05.674382 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:05.805603 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:05.884203 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:06.174368 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:06.175101 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:06.305230 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:06.382461 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:06.669479 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:06.674055 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:06.805574 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:06.841384 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:06.882473 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:07.170045 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:07.175067 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:07.305535 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:07.382846 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:07.670361 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:07.674704 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:07.805055 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:07.882879 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:08.170384 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:08.175023 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:08.306259 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:08.383156 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:08.669954 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:08.674629 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:08.806181 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:08.841570 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:08.882812 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:09.169421 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:09.174344 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:09.305827 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:09.383468 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:09.669556 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:09.674358 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:09.805692 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:09.883399 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:10.171636 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:10.174529 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:10.305958 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:10.383427 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:10.669883 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:10.674790 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:10.805405 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:10.884335 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:11.169634 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:11.174326 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:11.305450 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:11.341355 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:11.382669 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:11.670095 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:11.674828 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:11.805988 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:11.883112 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:12.169405 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:12.174107 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:12.305208 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:12.382717 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:12.670289 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:12.675086 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:12.805465 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:12.882933 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:13.169536 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:13.174455 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:13.306124 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:13.383443 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:13.669756 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:13.674474 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:13.805647 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:13.841393 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:13.888331 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:14.169913 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:14.174488 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:14.305961 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:14.382720 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:14.670190 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:14.674868 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:14.805432 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:14.882605 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:15.169921 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:15.174983 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:15.306092 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:15.382665 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:15.670086 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:15.675284 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:15.805438 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:15.883164 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:16.170189 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:16.174943 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:16.306074 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:16.341425 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:16.385971 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:16.670569 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:16.674017 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:16.806086 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:16.883062 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:17.169462 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:17.174313 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:17.310265 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:17.382346 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:17.670137 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:17.674845 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:17.805227 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:17.883477 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:18.170506 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:18.174135 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:18.305809 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:18.383139 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:18.669725 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:18.674351 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:18.805444 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:18.841617 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:18.883142 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:19.169970 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:19.174583 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:19.305941 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:19.382377 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:19.669841 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:19.674495 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:19.806069 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:19.882758 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:20.169417 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:20.174066 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:20.306292 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:20.383059 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:20.669452 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:20.673992 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:20.806284 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:20.842952 1117956 node_ready.go:58] node "addons-513852" has status "Ready":"False"
I1212 00:13:20.890366 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:21.170254 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:21.175278 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:21.320440 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:21.371746 1117956 node_ready.go:49] node "addons-513852" has status "Ready":"True"
I1212 00:13:21.371807 1117956 node_ready.go:38] duration metric: took 30.804869695s waiting for node "addons-513852" to be "Ready" ...
I1212 00:13:21.371845 1117956 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" ...
I1212 00:13:21.395414 1117956 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-gvfh4" in "kube-system" namespace to be "Ready" ...
I1212 00:13:21.398446 1117956 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1212 00:13:21.398517 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:21.746659 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:21.748275 1117956 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1212 00:13:21.748343 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:21.826103 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:21.913645 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:22.191781 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:22.202100 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:22.308339 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:22.385332 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:22.673688 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:22.676426 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:22.806261 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:22.886604 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:22.975567 1117956 pod_ready.go:92] pod "coredns-5dd5756b68-gvfh4" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:22.975596 1117956 pod_ready.go:81] duration metric: took 1.580101524s waiting for pod "coredns-5dd5756b68-gvfh4" in "kube-system" namespace to be "Ready" ...
I1212 00:13:22.975614 1117956 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.002469 1117956 pod_ready.go:92] pod "etcd-addons-513852" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:23.002500 1117956 pod_ready.go:81] duration metric: took 26.879184ms waiting for pod "etcd-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.002516 1117956 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.015027 1117956 pod_ready.go:92] pod "kube-apiserver-addons-513852" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:23.015054 1117956 pod_ready.go:81] duration metric: took 12.528563ms waiting for pod "kube-apiserver-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.015067 1117956 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.021044 1117956 pod_ready.go:92] pod "kube-controller-manager-addons-513852" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:23.021069 1117956 pod_ready.go:81] duration metric: took 5.99407ms waiting for pod "kube-controller-manager-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.021083 1117956 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-8kkgn" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.170783 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:23.180641 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:23.305630 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:23.342713 1117956 pod_ready.go:92] pod "kube-proxy-8kkgn" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:23.342737 1117956 pod_ready.go:81] duration metric: took 321.646074ms waiting for pod "kube-proxy-8kkgn" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.342750 1117956 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.384059 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:23.669761 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:23.678381 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:23.745460 1117956 pod_ready.go:92] pod "kube-scheduler-addons-513852" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:23.745533 1117956 pod_ready.go:81] duration metric: took 402.775007ms waiting for pod "kube-scheduler-addons-513852" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.745560 1117956 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace to be "Ready" ...
I1212 00:13:23.806559 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:23.895182 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:24.177836 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:24.180486 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:24.306177 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:24.385746 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:24.671870 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:24.677237 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:24.810007 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:24.884830 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:25.171907 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:25.200541 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:25.306505 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:25.385729 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:25.671151 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:25.677816 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:25.809076 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:25.905072 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:26.049731 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:26.170243 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:26.175695 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:26.305222 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:26.384208 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:26.669661 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:26.675015 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:26.808378 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:26.883746 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:27.170664 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:27.176113 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:27.306370 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:27.390019 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:27.671856 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:27.680769 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:27.807107 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:27.884326 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:28.050874 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:28.170592 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:28.174575 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:28.306108 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:28.388625 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:28.670652 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:28.678889 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:28.805495 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:28.884389 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:29.170458 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:29.174894 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:29.305513 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:29.383586 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:29.670922 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:29.676453 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:29.806302 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:29.885524 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:30.051297 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:30.171706 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:30.176082 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:30.306477 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:30.384297 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:30.670972 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:30.677876 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:30.807162 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:30.887599 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:31.170576 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:31.174808 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:31.305224 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:31.383621 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:31.669818 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:31.675295 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:31.805906 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:31.884466 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:32.170263 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:32.175315 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:32.310138 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:32.384752 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:32.549505 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:32.669976 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:32.675724 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:32.806342 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:32.884023 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:33.171032 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:33.178521 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:33.306442 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:33.384454 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:33.670597 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:33.674730 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:33.805547 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:33.883763 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:34.183630 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:34.184545 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:34.307143 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:34.385034 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:34.670919 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:34.676923 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:34.805475 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:34.885086 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:35.053055 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:35.171032 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:35.175309 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:35.305664 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:35.384265 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:35.670659 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:35.675159 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:35.806203 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:35.883595 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:36.170313 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:36.176016 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:36.307815 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:36.386073 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:36.671065 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:36.676182 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:36.807106 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:36.885406 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:37.180564 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:37.183283 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:37.306056 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:37.385779 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:37.550139 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:37.671583 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:37.683599 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:37.806205 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:37.887977 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:38.177186 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:38.184178 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:38.310155 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:38.385530 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:38.670303 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:38.676577 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:38.806166 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:38.884125 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:39.171047 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:39.175437 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:39.305449 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:39.384305 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:39.550922 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:39.670673 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:39.675157 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:39.807965 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:39.885495 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:40.172004 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:40.176908 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:40.305910 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:40.384948 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:40.678671 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:40.680603 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:40.807761 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:40.884880 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:41.171579 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:41.182219 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:41.306157 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:41.388291 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:41.674616 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:41.679562 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:41.806812 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:41.885043 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:42.049617 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:42.187791 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:42.192243 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:42.306562 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:42.385714 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:42.674339 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:42.678933 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:42.806165 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:42.890816 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:43.178736 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:43.196631 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:43.306683 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:43.390817 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:43.671111 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:43.676559 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:43.807650 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:43.884947 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:44.061475 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:44.172988 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:44.177608 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:44.308637 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:44.385829 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:44.674664 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:44.679239 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:44.807128 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:44.907038 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:45.172154 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:45.177794 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:45.306425 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:45.385790 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:45.669964 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:45.675512 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:45.807227 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:45.883958 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:46.170910 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:46.176337 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:46.306840 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:46.384496 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:46.553413 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:46.670422 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:46.675384 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:46.805536 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:46.885359 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:47.170211 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:47.175763 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:47.305716 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:47.390525 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:47.669790 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:47.675248 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:47.810683 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:47.884092 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:48.170269 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:48.175696 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:48.305309 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:48.383577 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:48.553983 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:48.671279 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:48.676515 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:48.806186 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:48.884441 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:49.170764 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:49.176235 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:49.307529 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:49.392910 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:49.670768 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:49.674914 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:49.805595 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:49.884811 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:50.169902 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:50.175249 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:50.308634 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:50.384592 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:50.670541 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:50.674811 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:50.805392 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:50.884978 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:51.049720 1117956 pod_ready.go:102] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:51.169605 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:51.174809 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:51.305922 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:51.387970 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:51.669810 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:51.675192 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:51.805935 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:51.884992 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:52.057578 1117956 pod_ready.go:92] pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:52.057652 1117956 pod_ready.go:81] duration metric: took 28.312070605s waiting for pod "metrics-server-7c66d45ddc-q8k8b" in "kube-system" namespace to be "Ready" ...
I1212 00:13:52.057677 1117956 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-ssl96" in "kube-system" namespace to be "Ready" ...
I1212 00:13:52.174457 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:52.197142 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:52.305762 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:52.384615 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:52.670827 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:52.675047 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:52.806336 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:52.884454 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:53.171131 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:53.177405 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:53.306838 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:53.389687 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:53.671272 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:53.677627 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:53.807068 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:53.885525 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:54.105174 1117956 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-ssl96" in "kube-system" namespace has status "Ready":"False"
I1212 00:13:54.170972 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:54.189756 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:54.307686 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:54.385105 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:54.670420 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:54.679154 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:54.809069 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:54.890068 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:55.170352 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:55.175551 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:55.319343 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:55.383970 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:55.604819 1117956 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-ssl96" in "kube-system" namespace has status "Ready":"True"
I1212 00:13:55.604847 1117956 pod_ready.go:81] duration metric: took 3.547149599s waiting for pod "nvidia-device-plugin-daemonset-ssl96" in "kube-system" namespace to be "Ready" ...
I1212 00:13:55.604894 1117956 pod_ready.go:38] duration metric: took 34.232993104s 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" ...
I1212 00:13:55.604915 1117956 api_server.go:52] waiting for apiserver process to appear ...
I1212 00:13:55.604942 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1212 00:13:55.605015 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1212 00:13:55.652022 1117956 cri.go:89] found id: "171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050"
I1212 00:13:55.652089 1117956 cri.go:89] found id: ""
I1212 00:13:55.652104 1117956 logs.go:284] 1 containers: [171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050]
I1212 00:13:55.652167 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:13:55.656427 1117956 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1212 00:13:55.656514 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1212 00:13:55.669914 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:55.675567 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:55.702060 1117956 cri.go:89] found id: "ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228"
I1212 00:13:55.702088 1117956 cri.go:89] found id: ""
I1212 00:13:55.702096 1117956 logs.go:284] 1 containers: [ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228]
I1212 00:13:55.702156 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:13:55.706709 1117956 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1212 00:13:55.706828 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1212 00:13:55.752511 1117956 cri.go:89] found id: "14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a"
I1212 00:13:55.752534 1117956 cri.go:89] found id: ""
I1212 00:13:55.752542 1117956 logs.go:284] 1 containers: [14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a]
I1212 00:13:55.752601 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:13:55.757647 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1212 00:13:55.757766 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1212 00:13:55.801651 1117956 cri.go:89] found id: "7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06"
I1212 00:13:55.801677 1117956 cri.go:89] found id: ""
I1212 00:13:55.801686 1117956 logs.go:284] 1 containers: [7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06]
I1212 00:13:55.801776 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:13:55.806000 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:55.807101 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1212 00:13:55.807197 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1212 00:13:55.862882 1117956 cri.go:89] found id: "ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b"
I1212 00:13:55.862939 1117956 cri.go:89] found id: ""
I1212 00:13:55.862959 1117956 logs.go:284] 1 containers: [ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b]
I1212 00:13:55.863021 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:13:55.867414 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1212 00:13:55.867513 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1212 00:13:55.886837 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:55.911143 1117956 cri.go:89] found id: "dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e"
I1212 00:13:55.911166 1117956 cri.go:89] found id: ""
I1212 00:13:55.911174 1117956 logs.go:284] 1 containers: [dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e]
I1212 00:13:55.911227 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:13:55.915609 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1212 00:13:55.915676 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1212 00:13:55.958223 1117956 cri.go:89] found id: "83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656"
I1212 00:13:55.958245 1117956 cri.go:89] found id: ""
I1212 00:13:55.958253 1117956 logs.go:284] 1 containers: [83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656]
I1212 00:13:55.958335 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:13:55.962711 1117956 logs.go:123] Gathering logs for kubelet ...
I1212 00:13:55.962783 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1212 00:13:56.028590 1117956 logs.go:138] Found kubelet problem: Dec 12 00:12:53 addons-513852 kubelet[1352]: W1212 00:12:53.721647 1352 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:13:56.028863 1117956 logs.go:138] Found kubelet problem: Dec 12 00:12:53 addons-513852 kubelet[1352]: E1212 00:12:53.721689 1352 reflector.go:147] object-"gadget"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:13:56.034262 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346591 1352 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:13:56.034528 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346625 1352 reflector.go:147] object-"gcp-auth"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:13:56.034750 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346781 1352 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
W1212 00:13:56.034987 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346807 1352 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
I1212 00:13:56.070382 1117956 logs.go:123] Gathering logs for dmesg ...
I1212 00:13:56.070463 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1212 00:13:56.093032 1117956 logs.go:123] Gathering logs for kube-apiserver [171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050] ...
I1212 00:13:56.093111 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050"
I1212 00:13:56.172050 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:56.185508 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:56.196299 1117956 logs.go:123] Gathering logs for kube-proxy [ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b] ...
I1212 00:13:56.196337 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b"
I1212 00:13:56.263365 1117956 logs.go:123] Gathering logs for container status ...
I1212 00:13:56.263396 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1212 00:13:56.306106 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:56.324863 1117956 logs.go:123] Gathering logs for kindnet [83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656] ...
I1212 00:13:56.324893 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656"
I1212 00:13:56.374398 1117956 logs.go:123] Gathering logs for CRI-O ...
I1212 00:13:56.374426 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1212 00:13:56.388787 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:56.499848 1117956 logs.go:123] Gathering logs for describe nodes ...
I1212 00:13:56.499927 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1212 00:13:56.670531 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:56.676229 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:56.806148 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:56.876618 1117956 logs.go:123] Gathering logs for etcd [ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228] ...
I1212 00:13:56.876690 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228"
I1212 00:13:56.898651 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:57.107342 1117956 logs.go:123] Gathering logs for coredns [14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a] ...
I1212 00:13:57.107423 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a"
I1212 00:13:57.176502 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:57.177681 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:57.253199 1117956 logs.go:123] Gathering logs for kube-scheduler [7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06] ...
I1212 00:13:57.253290 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06"
I1212 00:13:57.308916 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:57.385729 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:57.453631 1117956 logs.go:123] Gathering logs for kube-controller-manager [dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e] ...
I1212 00:13:57.453666 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e"
I1212 00:13:57.559125 1117956 out.go:309] Setting ErrFile to fd 2...
I1212 00:13:57.559158 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1212 00:13:57.559237 1117956 out.go:239] X Problems detected in kubelet:
W1212 00:13:57.559256 1117956 out.go:239] Dec 12 00:12:53 addons-513852 kubelet[1352]: E1212 00:12:53.721689 1352 reflector.go:147] object-"gadget"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:13:57.559268 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346591 1352 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:13:57.559279 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346625 1352 reflector.go:147] object-"gcp-auth"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:13:57.559417 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346781 1352 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
W1212 00:13:57.559435 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346807 1352 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
I1212 00:13:57.559442 1117956 out.go:309] Setting ErrFile to fd 2...
I1212 00:13:57.559454 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1212 00:13:57.669891 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:57.675480 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:57.806252 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:57.884611 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:58.187115 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:58.188489 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:58.306608 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:58.385502 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:58.674621 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:58.679220 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:58.806400 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:58.884417 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:59.170057 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:59.176387 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:59.306215 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:59.385746 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:13:59.671086 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:13:59.675174 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:13:59.807155 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:13:59.884351 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:00.171472 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:00.176396 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1212 00:14:00.306167 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:00.385148 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:00.670700 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:00.674877 1117956 kapi.go:107] duration metric: took 1m6.53096696s to wait for kubernetes.io/minikube-addons=registry ...
I1212 00:14:00.805465 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:00.885042 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:01.171813 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:01.306146 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:01.385413 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:01.674729 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:01.805980 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:01.917900 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:02.173783 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:02.315441 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:02.392132 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:02.671132 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:02.805742 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:02.884950 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:03.178620 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:03.306617 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:03.393390 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:03.670877 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:03.806178 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:03.890095 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:04.171122 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:04.307188 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:04.386968 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:04.676214 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:04.806902 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:04.885091 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:05.170745 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:05.306575 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:05.385074 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:05.674801 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:05.805686 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:05.884496 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:06.170675 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:06.306469 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:06.385422 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:06.673400 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:06.807322 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:06.884610 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:07.170577 1117956 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1212 00:14:07.308026 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:07.384284 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:07.561467 1117956 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1212 00:14:07.578145 1117956 api_server.go:72] duration metric: took 1m19.115217049s to wait for apiserver process to appear ...
I1212 00:14:07.578224 1117956 api_server.go:88] waiting for apiserver healthz status ...
I1212 00:14:07.578271 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1212 00:14:07.578338 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1212 00:14:07.673684 1117956 kapi.go:107] duration metric: took 1m13.534254732s to wait for app.kubernetes.io/name=ingress-nginx ...
I1212 00:14:07.717756 1117956 cri.go:89] found id: "171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050"
I1212 00:14:07.717780 1117956 cri.go:89] found id: ""
I1212 00:14:07.717789 1117956 logs.go:284] 1 containers: [171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050]
I1212 00:14:07.717846 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:07.734268 1117956 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1212 00:14:07.734348 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1212 00:14:07.787418 1117956 cri.go:89] found id: "ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228"
I1212 00:14:07.787442 1117956 cri.go:89] found id: ""
I1212 00:14:07.787450 1117956 logs.go:284] 1 containers: [ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228]
I1212 00:14:07.787506 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:07.792786 1117956 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1212 00:14:07.792859 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1212 00:14:07.806366 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:07.852806 1117956 cri.go:89] found id: "14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a"
I1212 00:14:07.852828 1117956 cri.go:89] found id: ""
I1212 00:14:07.852835 1117956 logs.go:284] 1 containers: [14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a]
I1212 00:14:07.852888 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:07.857909 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1212 00:14:07.857980 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1212 00:14:07.884680 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:07.925308 1117956 cri.go:89] found id: "7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06"
I1212 00:14:07.925381 1117956 cri.go:89] found id: ""
I1212 00:14:07.925402 1117956 logs.go:284] 1 containers: [7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06]
I1212 00:14:07.925498 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:07.953431 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1212 00:14:07.953502 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1212 00:14:08.034957 1117956 cri.go:89] found id: "ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b"
I1212 00:14:08.034977 1117956 cri.go:89] found id: ""
I1212 00:14:08.034987 1117956 logs.go:284] 1 containers: [ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b]
I1212 00:14:08.035039 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:08.046893 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1212 00:14:08.046964 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1212 00:14:08.092774 1117956 cri.go:89] found id: "dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e"
I1212 00:14:08.092795 1117956 cri.go:89] found id: ""
I1212 00:14:08.092802 1117956 logs.go:284] 1 containers: [dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e]
I1212 00:14:08.092854 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:08.101620 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1212 00:14:08.101752 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1212 00:14:08.197927 1117956 cri.go:89] found id: "83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656"
I1212 00:14:08.197995 1117956 cri.go:89] found id: ""
I1212 00:14:08.198016 1117956 logs.go:284] 1 containers: [83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656]
I1212 00:14:08.198101 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:08.203208 1117956 logs.go:123] Gathering logs for kube-apiserver [171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050] ...
I1212 00:14:08.203278 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050"
I1212 00:14:08.279301 1117956 logs.go:123] Gathering logs for etcd [ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228] ...
I1212 00:14:08.283035 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228"
I1212 00:14:08.305975 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:08.359864 1117956 logs.go:123] Gathering logs for coredns [14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a] ...
I1212 00:14:08.359935 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a"
I1212 00:14:08.395636 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:08.447738 1117956 logs.go:123] Gathering logs for kube-scheduler [7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06] ...
I1212 00:14:08.447820 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06"
I1212 00:14:08.516251 1117956 logs.go:123] Gathering logs for kube-proxy [ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b] ...
I1212 00:14:08.516327 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b"
I1212 00:14:08.611374 1117956 logs.go:123] Gathering logs for kube-controller-manager [dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e] ...
I1212 00:14:08.611399 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e"
I1212 00:14:08.721802 1117956 logs.go:123] Gathering logs for kubelet ...
I1212 00:14:08.721877 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I1212 00:14:08.807824 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1212 00:14:08.811574 1117956 logs.go:138] Found kubelet problem: Dec 12 00:12:53 addons-513852 kubelet[1352]: W1212 00:12:53.721647 1352 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:14:08.811838 1117956 logs.go:138] Found kubelet problem: Dec 12 00:12:53 addons-513852 kubelet[1352]: E1212 00:12:53.721689 1352 reflector.go:147] object-"gadget"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:14:08.817086 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346591 1352 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:08.817871 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346625 1352 reflector.go:147] object-"gcp-auth"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:08.818070 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346781 1352 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
W1212 00:14:08.818292 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346807 1352 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
I1212 00:14:08.861864 1117956 logs.go:123] Gathering logs for dmesg ...
I1212 00:14:08.861940 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1212 00:14:08.885082 1117956 logs.go:123] Gathering logs for container status ...
I1212 00:14:08.885211 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1212 00:14:08.891460 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:08.990768 1117956 logs.go:123] Gathering logs for CRI-O ...
I1212 00:14:08.990836 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1212 00:14:09.108590 1117956 logs.go:123] Gathering logs for describe nodes ...
I1212 00:14:09.108674 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1212 00:14:09.309217 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:09.317651 1117956 logs.go:123] Gathering logs for kindnet [83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656] ...
I1212 00:14:09.317682 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656"
I1212 00:14:09.367835 1117956 out.go:309] Setting ErrFile to fd 2...
I1212 00:14:09.367865 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1212 00:14:09.367917 1117956 out.go:239] X Problems detected in kubelet:
W1212 00:14:09.367926 1117956 out.go:239] Dec 12 00:12:53 addons-513852 kubelet[1352]: E1212 00:12:53.721689 1352 reflector.go:147] object-"gadget"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:14:09.367933 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346591 1352 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:09.367942 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346625 1352 reflector.go:147] object-"gcp-auth"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:09.367951 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346781 1352 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
W1212 00:14:09.367957 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346807 1352 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
I1212 00:14:09.367968 1117956 out.go:309] Setting ErrFile to fd 2...
I1212 00:14:09.367974 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1212 00:14:09.384628 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:09.807585 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:09.884457 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:10.305583 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:10.385259 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:10.806214 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:10.885039 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:11.305588 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1212 00:14:11.383942 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:11.805681 1117956 kapi.go:107] duration metric: took 1m13.527097181s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1212 00:14:11.807871 1117956 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-513852 cluster.
I1212 00:14:11.810212 1117956 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.
I1212 00:14:11.812100 1117956 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1212 00:14:11.884331 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:12.384302 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:12.884874 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:13.388004 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:13.885952 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:14.386060 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:14.884501 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:15.384544 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:15.884313 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:16.384890 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:16.884217 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:17.386089 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:17.887672 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:18.383393 1117956 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1212 00:14:18.884618 1117956 kapi.go:107] duration metric: took 1m24.523114093s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1212 00:14:18.886891 1117956 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, metrics-server, inspektor-gadget, storage-provisioner, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I1212 00:14:18.888733 1117956 addons.go:502] enable addons completed in 1m30.815446312s: enabled=[ingress-dns cloud-spanner nvidia-device-plugin metrics-server inspektor-gadget storage-provisioner storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I1212 00:14:19.368206 1117956 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1212 00:14:19.377869 1117956 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1212 00:14:19.379201 1117956 api_server.go:141] control plane version: v1.28.4
I1212 00:14:19.379226 1117956 api_server.go:131] duration metric: took 11.800981103s to wait for apiserver health ...
I1212 00:14:19.379234 1117956 system_pods.go:43] waiting for kube-system pods to appear ...
I1212 00:14:19.379256 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1212 00:14:19.379346 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1212 00:14:19.424112 1117956 cri.go:89] found id: "171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050"
I1212 00:14:19.424137 1117956 cri.go:89] found id: ""
I1212 00:14:19.424146 1117956 logs.go:284] 1 containers: [171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050]
I1212 00:14:19.424209 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:19.429070 1117956 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1212 00:14:19.429176 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1212 00:14:19.473920 1117956 cri.go:89] found id: "ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228"
I1212 00:14:19.473947 1117956 cri.go:89] found id: ""
I1212 00:14:19.473956 1117956 logs.go:284] 1 containers: [ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228]
I1212 00:14:19.474011 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:19.478305 1117956 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1212 00:14:19.478375 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1212 00:14:19.525518 1117956 cri.go:89] found id: "14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a"
I1212 00:14:19.525540 1117956 cri.go:89] found id: ""
I1212 00:14:19.525548 1117956 logs.go:284] 1 containers: [14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a]
I1212 00:14:19.525603 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:19.529973 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1212 00:14:19.530053 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1212 00:14:19.571845 1117956 cri.go:89] found id: "7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06"
I1212 00:14:19.571864 1117956 cri.go:89] found id: ""
I1212 00:14:19.571872 1117956 logs.go:284] 1 containers: [7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06]
I1212 00:14:19.571936 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:19.576539 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1212 00:14:19.576647 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1212 00:14:19.618163 1117956 cri.go:89] found id: "ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b"
I1212 00:14:19.618247 1117956 cri.go:89] found id: ""
I1212 00:14:19.618262 1117956 logs.go:284] 1 containers: [ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b]
I1212 00:14:19.618324 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:19.622701 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1212 00:14:19.622786 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1212 00:14:19.664658 1117956 cri.go:89] found id: "dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e"
I1212 00:14:19.664719 1117956 cri.go:89] found id: ""
I1212 00:14:19.664741 1117956 logs.go:284] 1 containers: [dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e]
I1212 00:14:19.664822 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:19.669507 1117956 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1212 00:14:19.669623 1117956 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1212 00:14:19.720316 1117956 cri.go:89] found id: "83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656"
I1212 00:14:19.720337 1117956 cri.go:89] found id: ""
I1212 00:14:19.720345 1117956 logs.go:284] 1 containers: [83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656]
I1212 00:14:19.720401 1117956 ssh_runner.go:195] Run: which crictl
I1212 00:14:19.724979 1117956 logs.go:123] Gathering logs for CRI-O ...
I1212 00:14:19.725041 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1212 00:14:19.814489 1117956 logs.go:123] Gathering logs for kube-apiserver [171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050] ...
I1212 00:14:19.814526 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050"
I1212 00:14:19.875642 1117956 logs.go:123] Gathering logs for dmesg ...
I1212 00:14:19.875673 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1212 00:14:19.897542 1117956 logs.go:123] Gathering logs for describe nodes ...
I1212 00:14:19.897572 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1212 00:14:20.071934 1117956 logs.go:123] Gathering logs for etcd [ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228] ...
I1212 00:14:20.071968 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228"
I1212 00:14:20.138833 1117956 logs.go:123] Gathering logs for coredns [14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a] ...
I1212 00:14:20.138866 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a"
I1212 00:14:20.193487 1117956 logs.go:123] Gathering logs for kube-scheduler [7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06] ...
I1212 00:14:20.193520 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06"
I1212 00:14:20.252956 1117956 logs.go:123] Gathering logs for kube-proxy [ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b] ...
I1212 00:14:20.252988 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b"
I1212 00:14:20.300265 1117956 logs.go:123] Gathering logs for kube-controller-manager [dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e] ...
I1212 00:14:20.300294 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e"
I1212 00:14:20.379531 1117956 logs.go:123] Gathering logs for kubelet ...
I1212 00:14:20.379564 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1212 00:14:20.447800 1117956 logs.go:138] Found kubelet problem: Dec 12 00:12:53 addons-513852 kubelet[1352]: W1212 00:12:53.721647 1352 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.448042 1117956 logs.go:138] Found kubelet problem: Dec 12 00:12:53 addons-513852 kubelet[1352]: E1212 00:12:53.721689 1352 reflector.go:147] object-"gadget"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.453317 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346591 1352 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.453517 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346625 1352 reflector.go:147] object-"gcp-auth"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.453684 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346781 1352 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.453870 1117956 logs.go:138] Found kubelet problem: Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346807 1352 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
I1212 00:14:20.490481 1117956 logs.go:123] Gathering logs for container status ...
I1212 00:14:20.490506 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1212 00:14:20.556271 1117956 logs.go:123] Gathering logs for kindnet [83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656] ...
I1212 00:14:20.556299 1117956 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656"
I1212 00:14:20.604692 1117956 out.go:309] Setting ErrFile to fd 2...
I1212 00:14:20.604716 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1212 00:14:20.604762 1117956 out.go:239] X Problems detected in kubelet:
W1212 00:14:20.604770 1117956 out.go:239] Dec 12 00:12:53 addons-513852 kubelet[1352]: E1212 00:12:53.721689 1352 reflector.go:147] object-"gadget"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.604777 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346591 1352 reflector.go:535] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.604806 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346625 1352 reflector.go:147] object-"gcp-auth"/"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-513852" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.604822 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: W1212 00:13:21.346781 1352 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
W1212 00:14:20.604828 1117956 out.go:239] Dec 12 00:13:21 addons-513852 kubelet[1352]: E1212 00:13:21.346807 1352 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-513852" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-513852' and this object
I1212 00:14:20.604840 1117956 out.go:309] Setting ErrFile to fd 2...
I1212 00:14:20.604847 1117956 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1212 00:14:30.616480 1117956 system_pods.go:59] 18 kube-system pods found
I1212 00:14:30.616518 1117956 system_pods.go:61] "coredns-5dd5756b68-gvfh4" [b1b349a6-9a5a-4c6f-91c8-c6e3b567eea0] Running
I1212 00:14:30.616526 1117956 system_pods.go:61] "csi-hostpath-attacher-0" [a06b11fe-ad4b-470f-82d5-384e33be061a] Running
I1212 00:14:30.616531 1117956 system_pods.go:61] "csi-hostpath-resizer-0" [ba8b9710-a94d-4d03-9bd8-aac9f2bd8984] Running
I1212 00:14:30.616536 1117956 system_pods.go:61] "csi-hostpathplugin-8kkcd" [65e82f73-1b35-4089-9756-16699e21e0ef] Running
I1212 00:14:30.616542 1117956 system_pods.go:61] "etcd-addons-513852" [8e75e307-2602-402c-9981-232e674486e0] Running
I1212 00:14:30.616547 1117956 system_pods.go:61] "kindnet-d7b6k" [2c045b49-fdb0-4d3b-8508-98e082fb738a] Running
I1212 00:14:30.616554 1117956 system_pods.go:61] "kube-apiserver-addons-513852" [9d5b6840-fab9-4266-9c77-70d15c2c9407] Running
I1212 00:14:30.616561 1117956 system_pods.go:61] "kube-controller-manager-addons-513852" [35ba684c-0799-4a2c-80ba-591864509f6b] Running
I1212 00:14:30.616570 1117956 system_pods.go:61] "kube-ingress-dns-minikube" [29a08ebe-149e-48f7-96e3-41c96a718619] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1212 00:14:30.616579 1117956 system_pods.go:61] "kube-proxy-8kkgn" [72599864-0658-4e1a-9ce3-a884c258f4a5] Running
I1212 00:14:30.616585 1117956 system_pods.go:61] "kube-scheduler-addons-513852" [971cdcff-7a39-46e4-a7a9-7f3e10969322] Running
I1212 00:14:30.616591 1117956 system_pods.go:61] "metrics-server-7c66d45ddc-q8k8b" [ea3981e3-770c-404a-aa8d-66a2d769677f] Running
I1212 00:14:30.616596 1117956 system_pods.go:61] "nvidia-device-plugin-daemonset-ssl96" [97efc1d3-32a2-484f-90ee-d7d726a4211f] Running
I1212 00:14:30.616603 1117956 system_pods.go:61] "registry-nztsx" [d6d72673-3fd0-4b6a-8d6c-7ebec393d5cf] Running
I1212 00:14:30.616608 1117956 system_pods.go:61] "registry-proxy-v7h4s" [a63d003e-1e86-4e98-8cec-b7ede232f639] Running
I1212 00:14:30.616616 1117956 system_pods.go:61] "snapshot-controller-58dbcc7b99-mclbz" [6da16743-7e5d-4934-8b84-d5af75a53800] Running
I1212 00:14:30.616621 1117956 system_pods.go:61] "snapshot-controller-58dbcc7b99-q5h4c" [796392dc-a006-4217-88f5-0525e11bf20f] Running
I1212 00:14:30.616626 1117956 system_pods.go:61] "storage-provisioner" [8223859f-1e90-4ec7-b191-0522163b4b21] Running
I1212 00:14:30.616633 1117956 system_pods.go:74] duration metric: took 11.237392221s to wait for pod list to return data ...
I1212 00:14:30.616642 1117956 default_sa.go:34] waiting for default service account to be created ...
I1212 00:14:30.619191 1117956 default_sa.go:45] found service account: "default"
I1212 00:14:30.619217 1117956 default_sa.go:55] duration metric: took 2.565659ms for default service account to be created ...
I1212 00:14:30.619226 1117956 system_pods.go:116] waiting for k8s-apps to be running ...
I1212 00:14:30.628459 1117956 system_pods.go:86] 18 kube-system pods found
I1212 00:14:30.628491 1117956 system_pods.go:89] "coredns-5dd5756b68-gvfh4" [b1b349a6-9a5a-4c6f-91c8-c6e3b567eea0] Running
I1212 00:14:30.628502 1117956 system_pods.go:89] "csi-hostpath-attacher-0" [a06b11fe-ad4b-470f-82d5-384e33be061a] Running
I1212 00:14:30.628507 1117956 system_pods.go:89] "csi-hostpath-resizer-0" [ba8b9710-a94d-4d03-9bd8-aac9f2bd8984] Running
I1212 00:14:30.628512 1117956 system_pods.go:89] "csi-hostpathplugin-8kkcd" [65e82f73-1b35-4089-9756-16699e21e0ef] Running
I1212 00:14:30.628517 1117956 system_pods.go:89] "etcd-addons-513852" [8e75e307-2602-402c-9981-232e674486e0] Running
I1212 00:14:30.628522 1117956 system_pods.go:89] "kindnet-d7b6k" [2c045b49-fdb0-4d3b-8508-98e082fb738a] Running
I1212 00:14:30.628527 1117956 system_pods.go:89] "kube-apiserver-addons-513852" [9d5b6840-fab9-4266-9c77-70d15c2c9407] Running
I1212 00:14:30.628539 1117956 system_pods.go:89] "kube-controller-manager-addons-513852" [35ba684c-0799-4a2c-80ba-591864509f6b] Running
I1212 00:14:30.628551 1117956 system_pods.go:89] "kube-ingress-dns-minikube" [29a08ebe-149e-48f7-96e3-41c96a718619] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1212 00:14:30.628562 1117956 system_pods.go:89] "kube-proxy-8kkgn" [72599864-0658-4e1a-9ce3-a884c258f4a5] Running
I1212 00:14:30.628568 1117956 system_pods.go:89] "kube-scheduler-addons-513852" [971cdcff-7a39-46e4-a7a9-7f3e10969322] Running
I1212 00:14:30.628573 1117956 system_pods.go:89] "metrics-server-7c66d45ddc-q8k8b" [ea3981e3-770c-404a-aa8d-66a2d769677f] Running
I1212 00:14:30.628580 1117956 system_pods.go:89] "nvidia-device-plugin-daemonset-ssl96" [97efc1d3-32a2-484f-90ee-d7d726a4211f] Running
I1212 00:14:30.628585 1117956 system_pods.go:89] "registry-nztsx" [d6d72673-3fd0-4b6a-8d6c-7ebec393d5cf] Running
I1212 00:14:30.628592 1117956 system_pods.go:89] "registry-proxy-v7h4s" [a63d003e-1e86-4e98-8cec-b7ede232f639] Running
I1212 00:14:30.628597 1117956 system_pods.go:89] "snapshot-controller-58dbcc7b99-mclbz" [6da16743-7e5d-4934-8b84-d5af75a53800] Running
I1212 00:14:30.628602 1117956 system_pods.go:89] "snapshot-controller-58dbcc7b99-q5h4c" [796392dc-a006-4217-88f5-0525e11bf20f] Running
I1212 00:14:30.628609 1117956 system_pods.go:89] "storage-provisioner" [8223859f-1e90-4ec7-b191-0522163b4b21] Running
I1212 00:14:30.628616 1117956 system_pods.go:126] duration metric: took 9.384837ms to wait for k8s-apps to be running ...
I1212 00:14:30.628623 1117956 system_svc.go:44] waiting for kubelet service to be running ....
I1212 00:14:30.628681 1117956 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1212 00:14:30.642263 1117956 system_svc.go:56] duration metric: took 13.630741ms WaitForService to wait for kubelet.
I1212 00:14:30.642291 1117956 kubeadm.go:581] duration metric: took 1m42.179368052s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I1212 00:14:30.642310 1117956 node_conditions.go:102] verifying NodePressure condition ...
I1212 00:14:30.645504 1117956 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1212 00:14:30.645537 1117956 node_conditions.go:123] node cpu capacity is 2
I1212 00:14:30.645548 1117956 node_conditions.go:105] duration metric: took 3.232905ms to run NodePressure ...
I1212 00:14:30.645560 1117956 start.go:228] waiting for startup goroutines ...
I1212 00:14:30.645566 1117956 start.go:233] waiting for cluster config update ...
I1212 00:14:30.645580 1117956 start.go:242] writing updated cluster config ...
I1212 00:14:30.645863 1117956 ssh_runner.go:195] Run: rm -f paused
I1212 00:14:30.983564 1117956 start.go:600] kubectl: 1.28.4, cluster: 1.28.4 (minor skew: 0)
I1212 00:14:30.985843 1117956 out.go:177] * Done! kubectl is now configured to use "addons-513852" cluster and "default" namespace by default
*
* ==> CRI-O <==
* Dec 12 00:17:25 addons-513852 conmon[4342]: conmon 74584247c4a245721f12 <ninfo>: container 4353 exited with status 137
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.031875685Z" level=info msg="Stopped container 74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e: ingress-nginx/ingress-nginx-controller-7c6974c4d8-zbqcl/controller" id=1e90a66e-4c22-4024-98d6-3f2cb9be343e name=/runtime.v1.RuntimeService/StopContainer
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.032557577Z" level=info msg="Stopping pod sandbox: f35447a34fd7570a1855c37e5d2e93ff65fc5a9a9e02d59102e30423e8158581" id=032a2a11-4ca5-4eb9-82dc-3b56762d4a4c name=/runtime.v1.RuntimeService/StopPodSandbox
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.036278353Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-ZH7UR7AMXVFA3TRJ - [0:0]\n:KUBE-HP-O72M2UVIRVGYWLIZ - [0:0]\n-X KUBE-HP-O72M2UVIRVGYWLIZ\n-X KUBE-HP-ZH7UR7AMXVFA3TRJ\nCOMMIT\n"
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.037893747Z" level=info msg="Closing host port tcp:80"
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.037935264Z" level=info msg="Closing host port tcp:443"
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.039462431Z" level=info msg="Host port tcp:80 does not have an open socket"
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.039492977Z" level=info msg="Host port tcp:443 does not have an open socket"
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.039685013Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-7c6974c4d8-zbqcl Namespace:ingress-nginx ID:f35447a34fd7570a1855c37e5d2e93ff65fc5a9a9e02d59102e30423e8158581 UID:0bc9cb0b-015a-4c22-bafd-02a5359dc2a8 NetNS:/var/run/netns/0b7ae179-9a45-428f-b00b-086ec6731505 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.039833841Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-7c6974c4d8-zbqcl from CNI network \"kindnet\" (type=ptp)"
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.070825545Z" level=info msg="Stopped pod sandbox: f35447a34fd7570a1855c37e5d2e93ff65fc5a9a9e02d59102e30423e8158581" id=032a2a11-4ca5-4eb9-82dc-3b56762d4a4c name=/runtime.v1.RuntimeService/StopPodSandbox
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.140139360Z" level=info msg="Removing container: 74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e" id=0fada046-9531-4a76-89f0-1ba496d74ce2 name=/runtime.v1.RuntimeService/RemoveContainer
Dec 12 00:17:26 addons-513852 crio[888]: time="2023-12-12 00:17:26.157173915Z" level=info msg="Removed container 74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e: ingress-nginx/ingress-nginx-controller-7c6974c4d8-zbqcl/controller" id=0fada046-9531-4a76-89f0-1ba496d74ce2 name=/runtime.v1.RuntimeService/RemoveContainer
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.583464423Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=d272784e-ee47-47c6-86ba-84d59fa190c9 name=/runtime.v1.ImageService/ImageStatus
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.583663366Z" 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=d272784e-ee47-47c6-86ba-84d59fa190c9 name=/runtime.v1.ImageService/ImageStatus
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.585000090Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=acf80d67-bd4d-4011-8480-2faca6d17ab2 name=/runtime.v1.ImageService/ImageStatus
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.585189376Z" 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=acf80d67-bd4d-4011-8480-2faca6d17ab2 name=/runtime.v1.ImageService/ImageStatus
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.585895226Z" level=info msg="Creating container: default/hello-world-app-5d77478584-zvbn2/hello-world-app" id=680a5859-2aa1-4235-92c5-1a294940e26b name=/runtime.v1.RuntimeService/CreateContainer
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.585982608Z" level=warning msg="Allowed annotations are specified for workload []"
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.651552855Z" level=info msg="Created container 2eda891c56ae954ee6cc396862dd8c62ae43b1aad5166672342ce433482f110f: default/hello-world-app-5d77478584-zvbn2/hello-world-app" id=680a5859-2aa1-4235-92c5-1a294940e26b name=/runtime.v1.RuntimeService/CreateContainer
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.652459519Z" level=info msg="Starting container: 2eda891c56ae954ee6cc396862dd8c62ae43b1aad5166672342ce433482f110f" id=bb66f252-2df0-4bb9-a705-c2d68952591f name=/runtime.v1.RuntimeService/StartContainer
Dec 12 00:17:27 addons-513852 conmon[6600]: conmon 2eda891c56ae954ee6cc <ninfo>: container 6611 exited with status 1
Dec 12 00:17:27 addons-513852 crio[888]: time="2023-12-12 00:17:27.665228256Z" level=info msg="Started container" PID=6611 containerID=2eda891c56ae954ee6cc396862dd8c62ae43b1aad5166672342ce433482f110f description=default/hello-world-app-5d77478584-zvbn2/hello-world-app id=bb66f252-2df0-4bb9-a705-c2d68952591f name=/runtime.v1.RuntimeService/StartContainer sandboxID=414f7d343efbac88404391c3372686bccc0e3ddee5ee7ee10782d896d552a4b1
Dec 12 00:17:28 addons-513852 crio[888]: time="2023-12-12 00:17:28.148069334Z" level=info msg="Removing container: 972878a0592aff06db946d8cb05f35a3d2a17fc6ad693759013c6e152421a70d" id=a585e192-766f-4bbf-b39f-388fce76a23c name=/runtime.v1.RuntimeService/RemoveContainer
Dec 12 00:17:28 addons-513852 crio[888]: time="2023-12-12 00:17:28.170127018Z" level=info msg="Removed container 972878a0592aff06db946d8cb05f35a3d2a17fc6ad693759013c6e152421a70d: default/hello-world-app-5d77478584-zvbn2/hello-world-app" id=a585e192-766f-4bbf-b39f-388fce76a23c name=/runtime.v1.RuntimeService/RemoveContainer
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
2eda891c56ae9 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 3 seconds ago Exited hello-world-app 2 414f7d343efba hello-world-app-5d77478584-zvbn2
1de417d0f2b01 docker.io/library/nginx@sha256:18d2bb20c22e511b92a3ec81f553edfcaeeb74fd1c96a92c56a6c4252c75eec7 2 minutes ago Running nginx 0 56707387cbc95 nginx
ff80a687e8468 registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 3 minutes ago Running csi-snapshotter 0 28f82b502238f csi-hostpathplugin-8kkcd
aa48e5681627c registry.k8s.io/sig-storage/csi-provisioner@sha256:98ffd09c0784203d200e0f8c241501de31c8df79644caac7eed61bd6391e5d49 3 minutes ago Running csi-provisioner 0 28f82b502238f csi-hostpathplugin-8kkcd
d3c69ecfa2cb9 registry.k8s.io/sig-storage/livenessprobe@sha256:8b00c6e8f52639ed9c6f866085893ab688e57879741b3089e3cfa9998502e158 3 minutes ago Running liveness-probe 0 28f82b502238f csi-hostpathplugin-8kkcd
8c028d54e882b registry.k8s.io/sig-storage/hostpathplugin@sha256:7b1dfc90a367222067fc468442fdf952e20fc5961f25c1ad654300ddc34d7083 3 minutes ago Running hostpath 0 28f82b502238f csi-hostpathplugin-8kkcd
4ed81cedf87de gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 3 minutes ago Running gcp-auth 0 f9d05e6cc9d84 gcp-auth-d4c87556c-mkrlc
5dd45b8940a9d registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:511b8c8ac828194a753909d26555ff08bc12f497dd8daeb83fe9d593693a26c1 3 minutes ago Running node-driver-registrar 0 28f82b502238f csi-hostpathplugin-8kkcd
0682e9a566810 registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 3 minutes ago Running csi-external-health-monitor-controller 0 28f82b502238f csi-hostpathplugin-8kkcd
0310b20961224 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 3 minutes ago Running local-path-provisioner 0 315fbfb1377fb local-path-provisioner-78b46b4d5c-t9rmh
341011d10b321 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:67202a0258c6f81d073f265f449a732c89cc1112a8e80ea27317294df6dce2b5 3 minutes ago Exited patch 0 1a375ee3a119f ingress-nginx-admission-patch-xthzr
4123946222b6b registry.k8s.io/sig-storage/csi-attacher@sha256:4b5609c78455de45821910065281a368d5f760b41250f90cbde5110543bdc326 3 minutes ago Running csi-attacher 0 f79a314459d2d csi-hostpath-attacher-0
7f8eb329a0602 registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 3 minutes ago Running csi-resizer 0 5721dff2406d0 csi-hostpath-resizer-0
e02daab703b4a registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:67202a0258c6f81d073f265f449a732c89cc1112a8e80ea27317294df6dce2b5 4 minutes ago Exited create 0 1cdd3855f2780 ingress-nginx-admission-create-r2b7j
771cb109d1f79 registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857 4 minutes ago Running volume-snapshot-controller 0 722863bbe27fb snapshot-controller-58dbcc7b99-q5h4c
251573cb85f04 registry.k8s.io/sig-storage/snapshot-controller@sha256:5d668e35c15df6e87e2530da25d557f543182cedbdb39d421b87076463ee9857 4 minutes ago Running volume-snapshot-controller 0 da545940749e5 snapshot-controller-58dbcc7b99-mclbz
14c1b0ffb4b48 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 4 minutes ago Running coredns 0 f5c72f1476e94 coredns-5dd5756b68-gvfh4
582f981971581 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 4 minutes ago Running storage-provisioner 0 66e1975f4362d storage-provisioner
ec5053691c9ec 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 4 minutes ago Running kube-proxy 0 059340538b79a kube-proxy-8kkgn
83d3a48bf3ebf 04b4eaa3d3db8abea4b9ea4d10a0926ebb31db5a31b673aa1cf7a4b3af4add26 4 minutes ago Running kindnet-cni 0 b2d7d7c1d611c kindnet-d7b6k
dbef07d640e56 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 5 minutes ago Running kube-controller-manager 0 109c1bb7bad9b kube-controller-manager-addons-513852
ae1f1c30ee64c 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 5 minutes ago Running etcd 0 801f18c698050 etcd-addons-513852
171aa4fbbc251 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 5 minutes ago Running kube-apiserver 0 186724224b3de kube-apiserver-addons-513852
7074dc36c6f1d 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 5 minutes ago Running kube-scheduler 0 cd1d45acb0857 kube-scheduler-addons-513852
*
* ==> coredns [14c1b0ffb4b48277c7dc12c99c2f86e3ff1d4d0d4a079632b6c2e46a0440743a] <==
* [INFO] 10.244.0.18:32897 - 9231 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000055424s
[INFO] 10.244.0.18:32897 - 34563 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000063186s
[INFO] 10.244.0.18:32897 - 55321 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000055957s
[INFO] 10.244.0.18:32897 - 6449 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000056499s
[INFO] 10.244.0.18:32897 - 47565 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001173693s
[INFO] 10.244.0.18:32897 - 8782 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002206737s
[INFO] 10.244.0.18:32897 - 55467 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000062415s
[INFO] 10.244.0.18:43938 - 59019 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000149961s
[INFO] 10.244.0.18:53763 - 62261 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000043904s
[INFO] 10.244.0.18:43938 - 49897 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000061094s
[INFO] 10.244.0.18:53763 - 17741 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000109797s
[INFO] 10.244.0.18:43938 - 10651 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.0000463s
[INFO] 10.244.0.18:43938 - 55703 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000216092s
[INFO] 10.244.0.18:53763 - 59900 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000199641s
[INFO] 10.244.0.18:53763 - 8372 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000067263s
[INFO] 10.244.0.18:43938 - 20165 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000177423s
[INFO] 10.244.0.18:43938 - 10144 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000063736s
[INFO] 10.244.0.18:53763 - 26676 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000221146s
[INFO] 10.244.0.18:53763 - 57851 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000415848s
[INFO] 10.244.0.18:53763 - 18742 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000711741s
[INFO] 10.244.0.18:43938 - 42275 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001552684s
[INFO] 10.244.0.18:43938 - 28907 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002086576s
[INFO] 10.244.0.18:43938 - 52962 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000057s
[INFO] 10.244.0.18:53763 - 41639 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002489108s
[INFO] 10.244.0.18:53763 - 19464 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000055769s
*
* ==> describe nodes <==
* Name: addons-513852
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-513852
kubernetes.io/os=linux
minikube.k8s.io/commit=f155626207ae1ae93e2fd3ceb81b1e734028b5f4
minikube.k8s.io/name=addons-513852
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_12_12T00_12_36_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-513852
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-513852"}
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: Tue, 12 Dec 2023 00:12:32 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-513852
AcquireTime: <unset>
RenewTime: Tue, 12 Dec 2023 00:17:21 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 12 Dec 2023 00:15:08 +0000 Tue, 12 Dec 2023 00:12:29 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 12 Dec 2023 00:15:08 +0000 Tue, 12 Dec 2023 00:12:29 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 12 Dec 2023 00:15:08 +0000 Tue, 12 Dec 2023 00:12:29 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 12 Dec 2023 00:15:08 +0000 Tue, 12 Dec 2023 00:13:21 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-513852
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
System Info:
Machine ID: 57bcb8d38ea843449eabb057b789c54e
System UUID: 4f3fd475-4e07-4c43-9995-4e2e0466c129
Boot ID: 1e71add7-2409-4eb4-97fc-c7110220f3c5
Kernel Version: 5.15.0-1051-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (18 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-zvbn2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m45s
default test-local-path 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m31s
gcp-auth gcp-auth-d4c87556c-mkrlc 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m33s
kube-system coredns-5dd5756b68-gvfh4 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 4m43s
kube-system csi-hostpath-attacher-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m37s
kube-system csi-hostpath-resizer-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m37s
kube-system csi-hostpathplugin-8kkcd 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m10s
kube-system etcd-addons-513852 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 4m56s
kube-system kindnet-d7b6k 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 4m44s
kube-system kube-apiserver-addons-513852 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m56s
kube-system kube-controller-manager-addons-513852 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m56s
kube-system kube-proxy-8kkgn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m44s
kube-system kube-scheduler-addons-513852 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m56s
kube-system snapshot-controller-58dbcc7b99-mclbz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m38s
kube-system snapshot-controller-58dbcc7b99-q5h4c 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m38s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m38s
local-path-storage local-path-provisioner-78b46b4d5c-t9rmh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m38s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 220Mi (2%!)(MISSING) 220Mi (2%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 4m37s kube-proxy
Normal NodeHasSufficientMemory 5m3s (x8 over 5m3s) kubelet Node addons-513852 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m3s (x8 over 5m3s) kubelet Node addons-513852 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m3s (x8 over 5m3s) kubelet Node addons-513852 status is now: NodeHasSufficientPID
Normal Starting 4m56s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 4m56s kubelet Node addons-513852 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m56s kubelet Node addons-513852 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m56s kubelet Node addons-513852 status is now: NodeHasSufficientPID
Normal RegisteredNode 4m44s node-controller Node addons-513852 event: Registered Node addons-513852 in Controller
Normal NodeReady 4m10s kubelet Node addons-513852 status is now: NodeReady
*
* ==> dmesg <==
* [ +0.001096] FS-Cache: O-key=[8] '51613b0000000000'
[ +0.000797] FS-Cache: N-cookie c=00000042 [p=00000039 fl=2 nc=0 na=1]
[ +0.001058] FS-Cache: N-cookie d=0000000058fb07ab{9p.inode} n=000000009ed47378
[ +0.001097] FS-Cache: N-key=[8] '51613b0000000000'
[ +0.004696] FS-Cache: Duplicate cookie detected
[ +0.000742] FS-Cache: O-cookie c=0000003c [p=00000039 fl=226 nc=0 na=1]
[ +0.001026] FS-Cache: O-cookie d=0000000058fb07ab{9p.inode} n=000000006ac44817
[ +0.001133] FS-Cache: O-key=[8] '51613b0000000000'
[ +0.000752] FS-Cache: N-cookie c=00000043 [p=00000039 fl=2 nc=0 na=1]
[ +0.001015] FS-Cache: N-cookie d=0000000058fb07ab{9p.inode} n=00000000b962c00a
[ +0.001103] FS-Cache: N-key=[8] '51613b0000000000'
[ +3.096598] FS-Cache: Duplicate cookie detected
[ +0.000753] FS-Cache: O-cookie c=0000003a [p=00000039 fl=226 nc=0 na=1]
[ +0.000996] FS-Cache: O-cookie d=0000000058fb07ab{9p.inode} n=000000002fc1e9d2
[ +0.001145] FS-Cache: O-key=[8] '50613b0000000000'
[ +0.000744] FS-Cache: N-cookie c=00000045 [p=00000039 fl=2 nc=0 na=1]
[ +0.000970] FS-Cache: N-cookie d=0000000058fb07ab{9p.inode} n=000000009ed47378
[ +0.001095] FS-Cache: N-key=[8] '50613b0000000000'
[ +0.330575] FS-Cache: Duplicate cookie detected
[ +0.000746] FS-Cache: O-cookie c=0000003f [p=00000039 fl=226 nc=0 na=1]
[ +0.001011] FS-Cache: O-cookie d=0000000058fb07ab{9p.inode} n=00000000caee5792
[ +0.001154] FS-Cache: O-key=[8] '56613b0000000000'
[ +0.000744] FS-Cache: N-cookie c=00000046 [p=00000039 fl=2 nc=0 na=1]
[ +0.000977] FS-Cache: N-cookie d=0000000058fb07ab{9p.inode} n=0000000001854e73
[ +0.001084] FS-Cache: N-key=[8] '56613b0000000000'
*
* ==> etcd [ae1f1c30ee64cea47ead22958e6a02cb88b974d4cd6d0f7c5cfea8a560f6d228] <==
* {"level":"info","ts":"2023-12-12T00:12:29.681432Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-12-12T00:12:29.681479Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-12-12T00:12:48.963599Z","caller":"traceutil/trace.go:171","msg":"trace[675986471] transaction","detail":"{read_only:false; response_revision:396; number_of_response:1; }","duration":"108.272083ms","start":"2023-12-12T00:12:48.855312Z","end":"2023-12-12T00:12:48.963584Z","steps":["trace[675986471] 'process raft request' (duration: 108.184799ms)"],"step_count":1}
{"level":"info","ts":"2023-12-12T00:12:49.040559Z","caller":"traceutil/trace.go:171","msg":"trace[962685417] transaction","detail":"{read_only:false; response_revision:397; number_of_response:1; }","duration":"171.876794ms","start":"2023-12-12T00:12:48.868563Z","end":"2023-12-12T00:12:49.04044Z","steps":["trace[962685417] 'process raft request' (duration: 168.850734ms)"],"step_count":1}
{"level":"info","ts":"2023-12-12T00:12:49.043632Z","caller":"traceutil/trace.go:171","msg":"trace[1158355067] transaction","detail":"{read_only:false; response_revision:398; number_of_response:1; }","duration":"160.215882ms","start":"2023-12-12T00:12:48.883402Z","end":"2023-12-12T00:12:49.043618Z","steps":["trace[1158355067] 'process raft request' (duration: 156.879202ms)"],"step_count":1}
{"level":"info","ts":"2023-12-12T00:12:49.754622Z","caller":"traceutil/trace.go:171","msg":"trace[307929165] transaction","detail":"{read_only:false; response_revision:400; number_of_response:1; }","duration":"128.71364ms","start":"2023-12-12T00:12:49.625893Z","end":"2023-12-12T00:12:49.754606Z","steps":["trace[307929165] 'process raft request' (duration: 128.594407ms)"],"step_count":1}
{"level":"warn","ts":"2023-12-12T00:12:51.068403Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"311.478003ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-12-12T00:12:51.091794Z","caller":"traceutil/trace.go:171","msg":"trace[1239514687] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:406; }","duration":"334.878339ms","start":"2023-12-12T00:12:50.756893Z","end":"2023-12-12T00:12:51.091771Z","steps":["trace[1239514687] 'agreement among raft nodes before linearized reading' (duration: 30.499317ms)","trace[1239514687] 'range keys from in-memory index tree' (duration: 280.954784ms)"],"step_count":2}
{"level":"warn","ts":"2023-12-12T00:12:51.091848Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2023-12-12T00:12:50.75688Z","time spent":"334.946785ms","remote":"127.0.0.1:53860","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/health\" "}
{"level":"warn","ts":"2023-12-12T00:12:51.186039Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"292.850258ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128025751547152546 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/certificate-controller\" mod_revision:239 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/certificate-controller\" value_size:139 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/certificate-controller\" > >>","response":"size:16"}
{"level":"info","ts":"2023-12-12T00:12:51.200802Z","caller":"traceutil/trace.go:171","msg":"trace[847282624] transaction","detail":"{read_only:false; response_revision:407; number_of_response:1; }","duration":"443.791298ms","start":"2023-12-12T00:12:50.756974Z","end":"2023-12-12T00:12:51.200765Z","steps":["trace[847282624] 'process raft request' (duration: 30.75357ms)","trace[847282624] 'compare' (duration: 212.020476ms)"],"step_count":2}
{"level":"warn","ts":"2023-12-12T00:12:51.200946Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2023-12-12T00:12:50.756964Z","time spent":"443.909703ms","remote":"127.0.0.1:54036","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":207,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/certificate-controller\" mod_revision:239 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/certificate-controller\" value_size:139 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/certificate-controller\" > >"}
{"level":"info","ts":"2023-12-12T00:12:51.226382Z","caller":"traceutil/trace.go:171","msg":"trace[396054803] linearizableReadLoop","detail":"{readStateIndex:418; appliedIndex:417; }","duration":"227.250669ms","start":"2023-12-12T00:12:50.999109Z","end":"2023-12-12T00:12:51.22636Z","steps":["trace[396054803] 'read index received' (duration: 299.437µs)","trace[396054803] 'applied index is now lower than readState.Index' (duration: 226.947416ms)"],"step_count":2}
{"level":"warn","ts":"2023-12-12T00:12:51.302025Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"302.922647ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-513852\" ","response":"range_response_count:1 size:5743"}
{"level":"info","ts":"2023-12-12T00:12:51.314521Z","caller":"traceutil/trace.go:171","msg":"trace[409684636] range","detail":"{range_begin:/registry/minions/addons-513852; range_end:; response_count:1; response_revision:407; }","duration":"315.41615ms","start":"2023-12-12T00:12:50.999083Z","end":"2023-12-12T00:12:51.314499Z","steps":["trace[409684636] 'agreement among raft nodes before linearized reading' (duration: 227.998995ms)","trace[409684636] 'range keys from in-memory index tree' (duration: 74.881183ms)"],"step_count":2}
{"level":"warn","ts":"2023-12-12T00:12:51.306287Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"110.09872ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128025751547152548 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/events/kube-system/kindnet-d7b6k.179fed2efbb7a0b1\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/kindnet-d7b6k.179fed2efbb7a0b1\" value_size:630 lease:8128025751547151790 >> failure:<>>","response":"size:16"}
{"level":"info","ts":"2023-12-12T00:12:51.314946Z","caller":"traceutil/trace.go:171","msg":"trace[190259492] transaction","detail":"{read_only:false; response_revision:409; number_of_response:1; }","duration":"223.479843ms","start":"2023-12-12T00:12:51.091458Z","end":"2023-12-12T00:12:51.314938Z","steps":["trace[190259492] 'process raft request' (duration: 223.399247ms)"],"step_count":1}
{"level":"info","ts":"2023-12-12T00:12:51.319673Z","caller":"traceutil/trace.go:171","msg":"trace[653067686] transaction","detail":"{read_only:false; response_revision:408; number_of_response:1; }","duration":"251.562609ms","start":"2023-12-12T00:12:51.068094Z","end":"2023-12-12T00:12:51.319657Z","steps":["trace[653067686] 'process raft request' (duration: 128.049085ms)","trace[653067686] 'compare' (duration: 105.796111ms)"],"step_count":2}
{"level":"warn","ts":"2023-12-12T00:12:51.314792Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2023-12-12T00:12:50.999045Z","time spent":"315.720281ms","remote":"127.0.0.1:54008","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5767,"request content":"key:\"/registry/minions/addons-513852\" "}
{"level":"warn","ts":"2023-12-12T00:12:51.892819Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"147.136689ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2023-12-12T00:12:51.905677Z","caller":"traceutil/trace.go:171","msg":"trace[552383047] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:413; }","duration":"159.999937ms","start":"2023-12-12T00:12:51.745663Z","end":"2023-12-12T00:12:51.905663Z","steps":["trace[552383047] 'agreement among raft nodes before linearized reading' (duration: 60.646448ms)","trace[552383047] 'range keys from in-memory index tree' (duration: 86.456248ms)"],"step_count":2}
{"level":"warn","ts":"2023-12-12T00:12:51.905439Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"159.80366ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-12-12T00:12:51.906022Z","caller":"traceutil/trace.go:171","msg":"trace[622420802] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:413; }","duration":"160.401952ms","start":"2023-12-12T00:12:51.745611Z","end":"2023-12-12T00:12:51.906013Z","steps":["trace[622420802] 'agreement among raft nodes before linearized reading' (duration: 60.717134ms)","trace[622420802] 'range keys from in-memory index tree' (duration: 99.074358ms)"],"step_count":2}
{"level":"warn","ts":"2023-12-12T00:12:51.905462Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"159.599555ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2023-12-12T00:12:51.906102Z","caller":"traceutil/trace.go:171","msg":"trace[844617221] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:413; }","duration":"160.244353ms","start":"2023-12-12T00:12:51.74585Z","end":"2023-12-12T00:12:51.906095Z","steps":["trace[844617221] 'agreement among raft nodes before linearized reading' (duration: 60.444543ms)","trace[844617221] 'range keys from in-memory index tree' (duration: 99.126894ms)"],"step_count":2}
*
* ==> gcp-auth [4ed81cedf87dec99686adf2b83b9050047b670a0deeda2400f065d9d5dd5519a] <==
* 2023/12/12 00:14:11 GCP Auth Webhook started!
2023/12/12 00:14:41 Ready to marshal response ...
2023/12/12 00:14:41 Ready to write response ...
2023/12/12 00:14:46 Ready to marshal response ...
2023/12/12 00:14:46 Ready to write response ...
2023/12/12 00:15:00 Ready to marshal response ...
2023/12/12 00:15:00 Ready to write response ...
2023/12/12 00:15:00 Ready to marshal response ...
2023/12/12 00:15:00 Ready to write response ...
2023/12/12 00:17:05 Ready to marshal response ...
2023/12/12 00:17:05 Ready to write response ...
*
* ==> kernel <==
* 00:17:31 up 6:59, 0 users, load average: 0.43, 0.90, 0.61
Linux addons-513852 5.15.0-1051-aws #56~20.04.1-Ubuntu SMP Tue Nov 28 15:43:06 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
*
* ==> kindnet [83d3a48bf3ebfa60132f1e7256f863596034352918ae1521b6d63c05eb55f656] <==
* I1212 00:15:31.041144 1 main.go:227] handling current node
I1212 00:15:41.053726 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:15:41.053755 1 main.go:227] handling current node
I1212 00:15:51.058313 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:15:51.058341 1 main.go:227] handling current node
I1212 00:16:01.070124 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:16:01.070162 1 main.go:227] handling current node
I1212 00:16:11.074663 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:16:11.074692 1 main.go:227] handling current node
I1212 00:16:21.079400 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:16:21.079431 1 main.go:227] handling current node
I1212 00:16:31.089533 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:16:31.089563 1 main.go:227] handling current node
I1212 00:16:41.093994 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:16:41.094026 1 main.go:227] handling current node
I1212 00:16:51.103029 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:16:51.103058 1 main.go:227] handling current node
I1212 00:17:01.107350 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:17:01.107381 1 main.go:227] handling current node
I1212 00:17:11.112431 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:17:11.112545 1 main.go:227] handling current node
I1212 00:17:21.117350 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:17:21.117692 1 main.go:227] handling current node
I1212 00:17:31.129769 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1212 00:17:31.129793 1 main.go:227] handling current node
*
* ==> kube-apiserver [171aa4fbbc251dce3707bf2c16327dcc857d6bd10c5d919000bfdc4dff92e050] <==
* , Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I1212 00:12:57.833418 1 alloc.go:330] "allocated clusterIPs" service="gcp-auth/gcp-auth" clusterIPs={"IPv4":"10.106.237.27"}
W1212 00:13:21.303813 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.106.237.27:443: connect: connection refused
E1212 00:13:21.304432 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.106.237.27:443: connect: connection refused
W1212 00:13:21.304999 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.106.237.27:443: connect: connection refused
E1212 00:13:21.305067 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.106.237.27:443: connect: connection refused
W1212 00:13:21.380084 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.106.237.27:443: connect: connection refused
E1212 00:13:21.380223 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.106.237.27:443: connect: connection refused
I1212 00:13:32.213849 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
W1212 00:13:52.037129 1 handler_proxy.go:93] no RequestInfo found in the context
E1212 00:13:52.037205 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I1212 00:13:52.038096 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E1212 00:13:52.038947 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.192.0:443/apis/metrics.k8s.io/v1beta1: Get "https://10.97.192.0:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.97.192.0:443: connect: connection refused
E1212 00:13:52.039765 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.192.0:443/apis/metrics.k8s.io/v1beta1: Get "https://10.97.192.0:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.97.192.0:443: connect: connection refused
E1212 00:13:52.046484 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.97.192.0:443/apis/metrics.k8s.io/v1beta1: Get "https://10.97.192.0:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.97.192.0:443: connect: connection refused
I1212 00:13:52.229239 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I1212 00:14:32.217910 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I1212 00:14:46.180945 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I1212 00:14:46.519267 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.246.84"}
I1212 00:14:48.402186 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I1212 00:14:48.417603 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1212 00:14:49.434212 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1212 00:14:53.073675 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1212 00:17:05.576396 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.110.73.0"}
*
* ==> kube-controller-manager [dbef07d640e56f637bf2c00be2553ebcd338b8974898aaa2f8e9e768207a4f8e] <==
* W1212 00:15:07.909557 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
E1212 00:15:07.909590 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
I1212 00:15:17.391543 1 shared_informer.go:311] Waiting for caches to sync for resource quota
I1212 00:15:17.391584 1 shared_informer.go:318] Caches are synced for resource quota
I1212 00:15:17.865773 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I1212 00:15:17.865988 1 shared_informer.go:318] Caches are synced for garbage collector
W1212 00:15:33.056026 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
E1212 00:15:33.056059 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
W1212 00:16:11.260965 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
E1212 00:16:11.260997 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
I1212 00:17:05.256774 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"
I1212 00:17:05.290694 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-zvbn2"
I1212 00:17:05.298203 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="42.237064ms"
I1212 00:17:05.306478 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="8.033755ms"
I1212 00:17:05.306632 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="35.487µs"
I1212 00:17:05.332096 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="100.075µs"
W1212 00:17:08.934358 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
E1212 00:17:08.934394 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
I1212 00:17:15.129221 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="48.122µs"
I1212 00:17:16.140874 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="202.184µs"
I1212 00:17:17.131247 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="71.038µs"
I1212 00:17:22.853502 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I1212 00:17:22.853855 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-7c6974c4d8" duration="63.957µs"
I1212 00:17:22.858606 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I1212 00:17:28.167538 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="101.79µs"
*
* ==> kube-proxy [ec5053691c9ec92dbe87d4d1a2a25332a96646ca4628362fc3a6f4ce2f7c3f0b] <==
* I1212 00:12:53.482323 1 server_others.go:69] "Using iptables proxy"
I1212 00:12:53.564308 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I1212 00:12:53.629018 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1212 00:12:53.639669 1 server_others.go:152] "Using iptables Proxier"
I1212 00:12:53.639775 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I1212 00:12:53.639806 1 server_others.go:438] "Defaulting to no-op detect-local"
I1212 00:12:53.639908 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"
I1212 00:12:53.640208 1 server.go:846] "Version info" version="v1.28.4"
I1212 00:12:53.640392 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1212 00:12:53.641320 1 config.go:188] "Starting service config controller"
I1212 00:12:53.641411 1 shared_informer.go:311] Waiting for caches to sync for service config
I1212 00:12:53.641462 1 config.go:97] "Starting endpoint slice config controller"
I1212 00:12:53.641493 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I1212 00:12:53.642035 1 config.go:315] "Starting node config controller"
I1212 00:12:53.642226 1 shared_informer.go:311] Waiting for caches to sync for node config
I1212 00:12:53.742606 1 shared_informer.go:318] Caches are synced for node config
I1212 00:12:53.751432 1 shared_informer.go:318] Caches are synced for service config
I1212 00:12:53.757640 1 shared_informer.go:318] Caches are synced for endpoint slice config
*
* ==> kube-scheduler [7074dc36c6f1d2a5758f2630a1349a894b80dc801069cf4425f0df9c0e015b06] <==
* W1212 00:12:32.615189 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
E1212 00:12:32.615204 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
W1212 00:12:32.615258 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
E1212 00:12:32.615272 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
W1212 00:12:32.615323 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
E1212 00:12:32.615337 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
W1212 00:12:32.615391 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
E1212 00:12:32.615405 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
W1212 00:12:32.615462 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
E1212 00:12:32.615478 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
W1212 00:12:32.615534 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
E1212 00:12:32.615549 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
W1212 00:12:32.615608 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E1212 00:12:32.615623 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W1212 00:12:33.420377 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
E1212 00:12:33.420413 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
W1212 00:12:33.435224 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E1212 00:12:33.435335 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
W1212 00:12:33.473986 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
E1212 00:12:33.474086 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
W1212 00:12:33.487719 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E1212 00:12:33.487748 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W1212 00:12:33.530959 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E1212 00:12:33.530993 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
I1212 00:12:34.200812 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Dec 12 00:17:17 addons-513852 kubelet[1352]: E1212 00:17:17.116942 1352 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-zvbn2_default(27ad768a-ef86-4e41-b7b9-73dcb1adcf03)\"" pod="default/hello-world-app-5d77478584-zvbn2" podUID="27ad768a-ef86-4e41-b7b9-73dcb1adcf03"
Dec 12 00:17:21 addons-513852 kubelet[1352]: I1212 00:17:21.548411 1352 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xrdql\" (UniqueName: \"kubernetes.io/projected/29a08ebe-149e-48f7-96e3-41c96a718619-kube-api-access-xrdql\") pod \"29a08ebe-149e-48f7-96e3-41c96a718619\" (UID: \"29a08ebe-149e-48f7-96e3-41c96a718619\") "
Dec 12 00:17:21 addons-513852 kubelet[1352]: I1212 00:17:21.550746 1352 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/29a08ebe-149e-48f7-96e3-41c96a718619-kube-api-access-xrdql" (OuterVolumeSpecName: "kube-api-access-xrdql") pod "29a08ebe-149e-48f7-96e3-41c96a718619" (UID: "29a08ebe-149e-48f7-96e3-41c96a718619"). InnerVolumeSpecName "kube-api-access-xrdql". PluginName "kubernetes.io/projected", VolumeGidValue ""
Dec 12 00:17:21 addons-513852 kubelet[1352]: I1212 00:17:21.649239 1352 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-xrdql\" (UniqueName: \"kubernetes.io/projected/29a08ebe-149e-48f7-96e3-41c96a718619-kube-api-access-xrdql\") on node \"addons-513852\" DevicePath \"\""
Dec 12 00:17:22 addons-513852 kubelet[1352]: I1212 00:17:22.128137 1352 scope.go:117] "RemoveContainer" containerID="d6a18022c2f005c9e14cd7cec1185e3c863c15e58308335333751db40ccb2215"
Dec 12 00:17:22 addons-513852 kubelet[1352]: E1212 00:17:22.583831 1352 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"busybox:stable\\\"\"" pod="default/test-local-path" podUID="7c63f77a-c315-489d-8fed-a3446132fc8a"
Dec 12 00:17:22 addons-513852 kubelet[1352]: E1212 00:17:22.642961 1352 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/66602d4ab7a49682d800ab83b29e8a143aa7c73fce77e54db5959ad976702a2d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/66602d4ab7a49682d800ab83b29e8a143aa7c73fce77e54db5959ad976702a2d/diff: no such file or directory, extraDiskErr: <nil>
Dec 12 00:17:23 addons-513852 kubelet[1352]: I1212 00:17:23.584670 1352 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="01c19fff-c5b3-44c5-bfbe-a2fc39fd9f57" path="/var/lib/kubelet/pods/01c19fff-c5b3-44c5-bfbe-a2fc39fd9f57/volumes"
Dec 12 00:17:23 addons-513852 kubelet[1352]: I1212 00:17:23.585729 1352 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="29a08ebe-149e-48f7-96e3-41c96a718619" path="/var/lib/kubelet/pods/29a08ebe-149e-48f7-96e3-41c96a718619/volumes"
Dec 12 00:17:23 addons-513852 kubelet[1352]: I1212 00:17:23.586266 1352 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="35e54f4b-4a8d-42bd-aadd-8a4a8a09881c" path="/var/lib/kubelet/pods/35e54f4b-4a8d-42bd-aadd-8a4a8a09881c/volumes"
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.138738 1352 scope.go:117] "RemoveContainer" containerID="74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e"
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.157456 1352 scope.go:117] "RemoveContainer" containerID="74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e"
Dec 12 00:17:26 addons-513852 kubelet[1352]: E1212 00:17:26.157848 1352 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e\": container with ID starting with 74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e not found: ID does not exist" containerID="74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e"
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.157896 1352 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e"} err="failed to get container status \"74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e\": rpc error: code = NotFound desc = could not find container \"74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e\": container with ID starting with 74584247c4a245721f12d8f52c79f99bff31f1056d52023f2ae49e8b3280c94e not found: ID does not exist"
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.181499 1352 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/0bc9cb0b-015a-4c22-bafd-02a5359dc2a8-webhook-cert\") pod \"0bc9cb0b-015a-4c22-bafd-02a5359dc2a8\" (UID: \"0bc9cb0b-015a-4c22-bafd-02a5359dc2a8\") "
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.181574 1352 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-pdkmw\" (UniqueName: \"kubernetes.io/projected/0bc9cb0b-015a-4c22-bafd-02a5359dc2a8-kube-api-access-pdkmw\") pod \"0bc9cb0b-015a-4c22-bafd-02a5359dc2a8\" (UID: \"0bc9cb0b-015a-4c22-bafd-02a5359dc2a8\") "
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.184335 1352 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/0bc9cb0b-015a-4c22-bafd-02a5359dc2a8-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "0bc9cb0b-015a-4c22-bafd-02a5359dc2a8" (UID: "0bc9cb0b-015a-4c22-bafd-02a5359dc2a8"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.185906 1352 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/0bc9cb0b-015a-4c22-bafd-02a5359dc2a8-kube-api-access-pdkmw" (OuterVolumeSpecName: "kube-api-access-pdkmw") pod "0bc9cb0b-015a-4c22-bafd-02a5359dc2a8" (UID: "0bc9cb0b-015a-4c22-bafd-02a5359dc2a8"). InnerVolumeSpecName "kube-api-access-pdkmw". PluginName "kubernetes.io/projected", VolumeGidValue ""
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.282273 1352 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/0bc9cb0b-015a-4c22-bafd-02a5359dc2a8-webhook-cert\") on node \"addons-513852\" DevicePath \"\""
Dec 12 00:17:26 addons-513852 kubelet[1352]: I1212 00:17:26.282321 1352 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-pdkmw\" (UniqueName: \"kubernetes.io/projected/0bc9cb0b-015a-4c22-bafd-02a5359dc2a8-kube-api-access-pdkmw\") on node \"addons-513852\" DevicePath \"\""
Dec 12 00:17:27 addons-513852 kubelet[1352]: I1212 00:17:27.582576 1352 scope.go:117] "RemoveContainer" containerID="972878a0592aff06db946d8cb05f35a3d2a17fc6ad693759013c6e152421a70d"
Dec 12 00:17:27 addons-513852 kubelet[1352]: I1212 00:17:27.583964 1352 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="0bc9cb0b-015a-4c22-bafd-02a5359dc2a8" path="/var/lib/kubelet/pods/0bc9cb0b-015a-4c22-bafd-02a5359dc2a8/volumes"
Dec 12 00:17:28 addons-513852 kubelet[1352]: I1212 00:17:28.146046 1352 scope.go:117] "RemoveContainer" containerID="972878a0592aff06db946d8cb05f35a3d2a17fc6ad693759013c6e152421a70d"
Dec 12 00:17:28 addons-513852 kubelet[1352]: I1212 00:17:28.146363 1352 scope.go:117] "RemoveContainer" containerID="2eda891c56ae954ee6cc396862dd8c62ae43b1aad5166672342ce433482f110f"
Dec 12 00:17:28 addons-513852 kubelet[1352]: E1212 00:17:28.146651 1352 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-zvbn2_default(27ad768a-ef86-4e41-b7b9-73dcb1adcf03)\"" pod="default/hello-world-app-5d77478584-zvbn2" podUID="27ad768a-ef86-4e41-b7b9-73dcb1adcf03"
*
* ==> storage-provisioner [582f981971581f27a18ecff9abba1e059d9b6df136537998c5f2f99c23aeb845] <==
* I1212 00:13:22.065137 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1212 00:13:22.099145 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1212 00:13:22.099228 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1212 00:13:22.174350 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1212 00:13:22.175830 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-513852_5c42c213-ab15-47c4-9420-9dcb09a350b9!
I1212 00:13:22.194450 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"aac062d1-c946-48d9-b1db-64590d74d0c4", APIVersion:"v1", ResourceVersion:"876", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-513852_5c42c213-ab15-47c4-9420-9dcb09a350b9 became leader
I1212 00:13:22.276893 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-513852_5c42c213-ab15-47c4-9420-9dcb09a350b9!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-513852 -n addons-513852
helpers_test.go:261: (dbg) Run: kubectl --context addons-513852 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: test-local-path
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-513852 describe pod test-local-path
helpers_test.go:282: (dbg) kubectl --context addons-513852 describe pod test-local-path:
-- stdout --
Name: test-local-path
Namespace: default
Priority: 0
Service Account: default
Node: addons-513852/192.168.49.2
Start Time: Tue, 12 Dec 2023 00:15:05 +0000
Labels: run=test-local-path
Annotations: <none>
Status: Pending
IP: 10.244.0.23
IPs:
IP: 10.244.0.23
Containers:
busybox:
Container ID:
Image: busybox:stable
Image ID:
Port: <none>
Host Port: <none>
Command:
sh
-c
echo 'local-path-provisioner' > /test/file1
State: Waiting
Reason: ErrImagePull
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/test from data (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rs7qj (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: test-pvc
ReadOnly: false
kube-api-access-rs7qj:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 2m27s default-scheduler Successfully assigned default/test-local-path to addons-513852
Warning Failed 117s kubelet Failed to pull image "busybox:stable": loading manifest for target platform: reading manifest sha256:1e190d3f03348e063cf58d643c2b39bed38f19d77a3accf616a0f53460671358 in docker.io/library/busybox: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Normal Pulling 51s (x3 over 2m27s) kubelet Pulling image "busybox:stable"
Warning Failed 21s (x3 over 117s) kubelet Error: ErrImagePull
Warning Failed 21s (x2 over 75s) kubelet Failed to pull image "busybox:stable": reading manifest stable in docker.io/library/busybox: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Normal BackOff 10s (x3 over 116s) kubelet Back-off pulling image "busybox:stable"
Warning Failed 10s (x3 over 116s) kubelet Error: ImagePullBackOff
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (167.20s)