=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-208992 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-208992 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-208992 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [f8ae3bce-5bf4-4814-b0fe-09e533dd5d33] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [f8ae3bce-5bf4-4814-b0fe-09e533dd5d33] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003712253s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-208992 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-208992 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.108381856s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-208992 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-208992 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.072500404s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-208992 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-208992 addons disable ingress-dns --alsologtostderr -v=1: (1.226336781s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-208992 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-208992 addons disable ingress --alsologtostderr -v=1: (7.817949997s)
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-208992
helpers_test.go:235: (dbg) docker inspect addons-208992:
-- stdout --
[
{
"Id": "d7b223a6343260d52f73f946a7598583275cb04a7431536239e662faab0db38d",
"Created": "2024-02-16T17:41:12.087193705Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 241500,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-02-16T17:41:12.41488073Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:83c2925cbfe44b87b5c0672f16807927d87d8625e89de4dc154c45daaaa04b5b",
"ResolvConfPath": "/var/lib/docker/containers/d7b223a6343260d52f73f946a7598583275cb04a7431536239e662faab0db38d/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/d7b223a6343260d52f73f946a7598583275cb04a7431536239e662faab0db38d/hostname",
"HostsPath": "/var/lib/docker/containers/d7b223a6343260d52f73f946a7598583275cb04a7431536239e662faab0db38d/hosts",
"LogPath": "/var/lib/docker/containers/d7b223a6343260d52f73f946a7598583275cb04a7431536239e662faab0db38d/d7b223a6343260d52f73f946a7598583275cb04a7431536239e662faab0db38d-json.log",
"Name": "/addons-208992",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-208992:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-208992",
"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": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/1d6b4a745ff18f1e7e588db62c50f4f66308b5e08dada49028f178beda796402-init/diff:/var/lib/docker/overlay2/7eae8a88291d9dbfd1a3e5d31d63b67b329111ec31453deb80336617d68f4c08/diff",
"MergedDir": "/var/lib/docker/overlay2/1d6b4a745ff18f1e7e588db62c50f4f66308b5e08dada49028f178beda796402/merged",
"UpperDir": "/var/lib/docker/overlay2/1d6b4a745ff18f1e7e588db62c50f4f66308b5e08dada49028f178beda796402/diff",
"WorkDir": "/var/lib/docker/overlay2/1d6b4a745ff18f1e7e588db62c50f4f66308b5e08dada49028f178beda796402/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-208992",
"Source": "/var/lib/docker/volumes/addons-208992/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-208992",
"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-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf",
"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-208992",
"name.minikube.sigs.k8s.io": "addons-208992",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "e64bc4f79403b8d41c2fba78775f339aaba1a71cd7c6b9f8e8390ac89ebc499d",
"SandboxKey": "/var/run/docker/netns/e64bc4f79403",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33077"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33076"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33073"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33075"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33074"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-208992": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"d7b223a63432",
"addons-208992"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "dde4930c449d386264749cafcd15e8e963e310d208102215b636eec6046ddc8f",
"EndpointID": "33a5e9fc3bde2a046a5369aa1b6132d36378c43eaca10c26ba37dcb26caf3974",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-208992",
"d7b223a63432"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-208992 -n addons-208992
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-208992 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-208992 logs -n 25: (1.500158868s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-695286 | download-only-695286 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | 16 Feb 24 17:40 UTC |
| delete | -p download-only-433461 | download-only-433461 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | 16 Feb 24 17:40 UTC |
| delete | -p download-only-539757 | download-only-539757 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | 16 Feb 24 17:40 UTC |
| start | --download-only -p | download-docker-574342 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | |
| | download-docker-574342 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-574342 | download-docker-574342 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | 16 Feb 24 17:40 UTC |
| start | --download-only -p | binary-mirror-402592 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | |
| | binary-mirror-402592 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:45929 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-402592 | binary-mirror-402592 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | 16 Feb 24 17:40 UTC |
| addons | enable dashboard -p | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | |
| | addons-208992 | | | | | |
| addons | disable dashboard -p | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | |
| | addons-208992 | | | | | |
| start | -p addons-208992 --wait=true | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:40 UTC | 16 Feb 24 17:43 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 | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:43 UTC | 16 Feb 24 17:43 UTC |
| | -p addons-208992 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-208992 ip | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:43 UTC | 16 Feb 24 17:43 UTC |
| addons | addons-208992 addons disable | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:43 UTC | 16 Feb 24 17:43 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:44 UTC | 16 Feb 24 17:44 UTC |
| | -p addons-208992 | | | | | |
| ssh | addons-208992 ssh cat | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:44 UTC | 16 Feb 24 17:44 UTC |
| | /opt/local-path-provisioner/pvc-9f7de976-fff4-4a82-8c38-69eac31f2c8f_default_test-pvc/file1 | | | | | |
| addons | addons-208992 addons disable | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:44 UTC | 16 Feb 24 17:44 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:44 UTC | 16 Feb 24 17:44 UTC |
| | addons-208992 | | | | | |
| addons | disable inspektor-gadget -p | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:44 UTC | 16 Feb 24 17:45 UTC |
| | addons-208992 | | | | | |
| addons | addons-208992 addons | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:45 UTC | 16 Feb 24 17:45 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-208992 addons | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:45 UTC | 16 Feb 24 17:45 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-208992 addons | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:45 UTC | 16 Feb 24 17:45 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-208992 ssh curl -s | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:45 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-208992 ip | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:47 UTC | 16 Feb 24 17:47 UTC |
| addons | addons-208992 addons disable | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:47 UTC | 16 Feb 24 17:47 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-208992 addons disable | addons-208992 | jenkins | v1.32.0 | 16 Feb 24 17:47 UTC | 16 Feb 24 17:47 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/02/16 17:40:49
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.21.6 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0216 17:40:49.334543 241048 out.go:291] Setting OutFile to fd 1 ...
I0216 17:40:49.334744 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0216 17:40:49.334757 241048 out.go:304] Setting ErrFile to fd 2...
I0216 17:40:49.334764 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0216 17:40:49.335050 241048 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17936-234898/.minikube/bin
I0216 17:40:49.335519 241048 out.go:298] Setting JSON to false
I0216 17:40:49.336455 241048 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":4993,"bootTime":1708100257,"procs":156,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1053-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0216 17:40:49.336534 241048 start.go:139] virtualization:
I0216 17:40:49.339251 241048 out.go:177] * [addons-208992] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0216 17:40:49.341872 241048 out.go:177] - MINIKUBE_LOCATION=17936
I0216 17:40:49.343626 241048 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0216 17:40:49.341966 241048 notify.go:220] Checking for updates...
I0216 17:40:49.347607 241048 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17936-234898/kubeconfig
I0216 17:40:49.349718 241048 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17936-234898/.minikube
I0216 17:40:49.351712 241048 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0216 17:40:49.353499 241048 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0216 17:40:49.355600 241048 driver.go:392] Setting default libvirt URI to qemu:///system
I0216 17:40:49.381293 241048 docker.go:122] docker version: linux-25.0.3:Docker Engine - Community
I0216 17:40:49.381422 241048 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0216 17:40:49.450223 241048 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 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:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-16 17:40:49.441122757 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1053-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:25.0.3 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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] 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.12.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.5]] Warnings:<nil>}}
I0216 17:40:49.450327 241048 docker.go:295] overlay module found
I0216 17:40:49.453489 241048 out.go:177] * Using the docker driver based on user configuration
I0216 17:40:49.455637 241048 start.go:299] selected driver: docker
I0216 17:40:49.455657 241048 start.go:903] validating driver "docker" against <nil>
I0216 17:40:49.455670 241048 start.go:914] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0216 17:40:49.456294 241048 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0216 17:40:49.514435 241048 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 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:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-16 17:40:49.505121451 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1053-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:25.0.3 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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] 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.12.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.5]] Warnings:<nil>}}
I0216 17:40:49.514618 241048 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I0216 17:40:49.514903 241048 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]
I0216 17:40:49.516844 241048 out.go:177] * Using Docker driver with root privileges
I0216 17:40:49.519000 241048 cni.go:84] Creating CNI manager for ""
I0216 17:40:49.519020 241048 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0216 17:40:49.519032 241048 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I0216 17:40:49.519048 241048 start_flags.go:323] config:
{Name:addons-208992 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf 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-208992 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 GPUs: AutoPauseInterval:1m0s}
I0216 17:40:49.522524 241048 out.go:177] * Starting control plane node addons-208992 in cluster addons-208992
I0216 17:40:49.524278 241048 cache.go:121] Beginning downloading kic base image for docker with crio
I0216 17:40:49.526305 241048 out.go:177] * Pulling base image v0.0.42-1708008208-17936 ...
I0216 17:40:49.528447 241048 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0216 17:40:49.528518 241048 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local docker daemon
I0216 17:40:49.528530 241048 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17936-234898/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I0216 17:40:49.528652 241048 cache.go:56] Caching tarball of preloaded images
I0216 17:40:49.528729 241048 preload.go:174] Found /home/jenkins/minikube-integration/17936-234898/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0216 17:40:49.528744 241048 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I0216 17:40:49.529090 241048 profile.go:148] Saving config to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/config.json ...
I0216 17:40:49.529112 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/config.json: {Name:mk5277dcdaf8f87bc4bf0e8d88424465f5ff558e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:40:49.543981 241048 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf to local cache
I0216 17:40:49.544096 241048 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local cache directory
I0216 17:40:49.544123 241048 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local cache directory, skipping pull
I0216 17:40:49.544129 241048 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf exists in cache, skipping pull
I0216 17:40:49.544141 241048 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf as a tarball
I0216 17:40:49.544147 241048 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf from local cache
I0216 17:41:05.491025 241048 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf from cached tarball
I0216 17:41:05.491063 241048 cache.go:194] Successfully downloaded all kic artifacts
I0216 17:41:05.491092 241048 start.go:365] acquiring machines lock for addons-208992: {Name:mk9b8f4103386e2ecb193dd8702d4fd4739b2596 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0216 17:41:05.491212 241048 start.go:369] acquired machines lock for "addons-208992" in 99.706µs
I0216 17:41:05.491240 241048 start.go:93] Provisioning new machine with config: &{Name:addons-208992 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf 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-208992 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 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0216 17:41:05.491331 241048 start.go:125] createHost starting for "" (driver="docker")
I0216 17:41:05.493755 241048 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0216 17:41:05.494013 241048 start.go:159] libmachine.API.Create for "addons-208992" (driver="docker")
I0216 17:41:05.494055 241048 client.go:168] LocalClient.Create starting
I0216 17:41:05.494163 241048 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca.pem
I0216 17:41:05.810528 241048 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/cert.pem
I0216 17:41:06.440791 241048 cli_runner.go:164] Run: docker network inspect addons-208992 --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}}]}"
W0216 17:41:06.460313 241048 cli_runner.go:211] docker network inspect addons-208992 --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
I0216 17:41:06.460389 241048 network_create.go:281] running [docker network inspect addons-208992] to gather additional debugging logs...
I0216 17:41:06.460409 241048 cli_runner.go:164] Run: docker network inspect addons-208992
W0216 17:41:06.475761 241048 cli_runner.go:211] docker network inspect addons-208992 returned with exit code 1
I0216 17:41:06.475790 241048 network_create.go:284] error running [docker network inspect addons-208992]: docker network inspect addons-208992: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-208992 not found
I0216 17:41:06.475807 241048 network_create.go:286] output of [docker network inspect addons-208992]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-208992 not found
** /stderr **
I0216 17:41:06.475932 241048 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}}]}"
I0216 17:41:06.490673 241048 network.go:207] 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:0x40024f9770}
I0216 17:41:06.490716 241048 network_create.go:124] attempt to create docker network addons-208992 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0216 17:41:06.490770 241048 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-208992 addons-208992
I0216 17:41:06.549312 241048 network_create.go:108] docker network addons-208992 192.168.49.0/24 created
I0216 17:41:06.549348 241048 kic.go:121] calculated static IP "192.168.49.2" for the "addons-208992" container
I0216 17:41:06.549431 241048 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0216 17:41:06.563641 241048 cli_runner.go:164] Run: docker volume create addons-208992 --label name.minikube.sigs.k8s.io=addons-208992 --label created_by.minikube.sigs.k8s.io=true
I0216 17:41:06.579536 241048 oci.go:103] Successfully created a docker volume addons-208992
I0216 17:41:06.579621 241048 cli_runner.go:164] Run: docker run --rm --name addons-208992-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-208992 --entrypoint /usr/bin/test -v addons-208992:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -d /var/lib
I0216 17:41:07.825450 241048 cli_runner.go:217] Completed: docker run --rm --name addons-208992-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-208992 --entrypoint /usr/bin/test -v addons-208992:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -d /var/lib: (1.245788283s)
I0216 17:41:07.825483 241048 oci.go:107] Successfully prepared a docker volume addons-208992
I0216 17:41:07.825512 241048 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0216 17:41:07.825531 241048 kic.go:194] Starting extracting preloaded images to volume ...
I0216 17:41:07.825607 241048 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17936-234898/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-208992:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -I lz4 -xf /preloaded.tar -C /extractDir
I0216 17:41:12.008288 241048 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17936-234898/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-208992:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -I lz4 -xf /preloaded.tar -C /extractDir: (4.182638912s)
I0216 17:41:12.008343 241048 kic.go:203] duration metric: took 4.182807 seconds to extract preloaded images to volume
W0216 17:41:12.008517 241048 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0216 17:41:12.008713 241048 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0216 17:41:12.071901 241048 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-208992 --name addons-208992 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-208992 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-208992 --network addons-208992 --ip 192.168.49.2 --volume addons-208992:/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-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf
I0216 17:41:12.422697 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Running}}
I0216 17:41:12.443347 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:12.468448 241048 cli_runner.go:164] Run: docker exec addons-208992 stat /var/lib/dpkg/alternatives/iptables
I0216 17:41:12.539284 241048 oci.go:144] the created container "addons-208992" has a running status.
I0216 17:41:12.539317 241048 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa...
I0216 17:41:13.235218 241048 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0216 17:41:13.257598 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:13.281544 241048 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0216 17:41:13.281569 241048 kic_runner.go:114] Args: [docker exec --privileged addons-208992 chown docker:docker /home/docker/.ssh/authorized_keys]
I0216 17:41:13.354074 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:13.376538 241048 machine.go:88] provisioning docker machine ...
I0216 17:41:13.376568 241048 ubuntu.go:169] provisioning hostname "addons-208992"
I0216 17:41:13.376632 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:13.398467 241048 main.go:141] libmachine: Using SSH client type: native
I0216 17:41:13.398952 241048 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 33077 <nil> <nil>}
I0216 17:41:13.398967 241048 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-208992 && echo "addons-208992" | sudo tee /etc/hostname
I0216 17:41:13.555893 241048 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-208992
I0216 17:41:13.555971 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:13.571580 241048 main.go:141] libmachine: Using SSH client type: native
I0216 17:41:13.572009 241048 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 33077 <nil> <nil>}
I0216 17:41:13.572037 241048 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-208992' /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-208992/g' /etc/hosts;
else
echo '127.0.1.1 addons-208992' | sudo tee -a /etc/hosts;
fi
fi
I0216 17:41:13.714540 241048 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0216 17:41:13.714569 241048 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17936-234898/.minikube CaCertPath:/home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17936-234898/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17936-234898/.minikube}
I0216 17:41:13.714594 241048 ubuntu.go:177] setting up certificates
I0216 17:41:13.714602 241048 provision.go:83] configureAuth start
I0216 17:41:13.714663 241048 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-208992
I0216 17:41:13.730431 241048 provision.go:138] copyHostCerts
I0216 17:41:13.730520 241048 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17936-234898/.minikube/key.pem (1675 bytes)
I0216 17:41:13.730654 241048 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17936-234898/.minikube/ca.pem (1082 bytes)
I0216 17:41:13.730726 241048 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17936-234898/.minikube/cert.pem (1123 bytes)
I0216 17:41:13.730790 241048 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17936-234898/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca-key.pem org=jenkins.addons-208992 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-208992]
I0216 17:41:14.150380 241048 provision.go:172] copyRemoteCerts
I0216 17:41:14.150453 241048 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0216 17:41:14.150498 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:14.166905 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:14.267887 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0216 17:41:14.292570 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0216 17:41:14.317013 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0216 17:41:14.341992 241048 provision.go:86] duration metric: configureAuth took 627.375658ms
I0216 17:41:14.342021 241048 ubuntu.go:193] setting minikube options for container-runtime
I0216 17:41:14.342212 241048 config.go:182] Loaded profile config "addons-208992": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0216 17:41:14.342329 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:14.358071 241048 main.go:141] libmachine: Using SSH client type: native
I0216 17:41:14.358489 241048 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 33077 <nil> <nil>}
I0216 17:41:14.358510 241048 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
I0216 17:41:14.602477 241048 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0216 17:41:14.602503 241048 machine.go:91] provisioned docker machine in 1.225943848s
I0216 17:41:14.602513 241048 client.go:171] LocalClient.Create took 9.108447866s
I0216 17:41:14.602536 241048 start.go:167] duration metric: libmachine.API.Create for "addons-208992" took 9.108513833s
I0216 17:41:14.602552 241048 start.go:300] post-start starting for "addons-208992" (driver="docker")
I0216 17:41:14.602563 241048 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]
I0216 17:41:14.602631 241048 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
I0216 17:41:14.602677 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:14.621207 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:14.719746 241048 ssh_runner.go:195] Run: cat /etc/os-release
I0216 17:41:14.722614 241048 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0216 17:41:14.722651 241048 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0216 17:41:14.722664 241048 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0216 17:41:14.722672 241048 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0216 17:41:14.722682 241048 filesync.go:126] Scanning /home/jenkins/minikube-integration/17936-234898/.minikube/addons for local assets ...
I0216 17:41:14.722743 241048 filesync.go:126] Scanning /home/jenkins/minikube-integration/17936-234898/.minikube/files for local assets ...
I0216 17:41:14.722773 241048 start.go:303] post-start completed in 120.215415ms
I0216 17:41:14.723124 241048 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-208992
I0216 17:41:14.737876 241048 profile.go:148] Saving config to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/config.json ...
I0216 17:41:14.738177 241048 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0216 17:41:14.738221 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:14.753774 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:14.847604 241048 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0216 17:41:14.852138 241048 start.go:128] duration metric: createHost completed in 9.360792424s
I0216 17:41:14.852164 241048 start.go:83] releasing machines lock for "addons-208992", held for 9.360940448s
I0216 17:41:14.852260 241048 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-208992
I0216 17:41:14.867162 241048 ssh_runner.go:195] Run: cat /version.json
I0216 17:41:14.867220 241048 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0216 17:41:14.867300 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:14.867222 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:14.887894 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:14.894994 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:14.982159 241048 ssh_runner.go:195] Run: systemctl --version
I0216 17:41:15.124313 241048 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0216 17:41:15.275388 241048 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0216 17:41:15.279800 241048 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" ;
I0216 17:41:15.304132 241048 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0216 17:41:15.304210 241048 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" ;
I0216 17:41:15.334107 241048 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0216 17:41:15.334131 241048 start.go:475] detecting cgroup driver to use...
I0216 17:41:15.334164 241048 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0216 17:41:15.334216 241048 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0216 17:41:15.351622 241048 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0216 17:41:15.364000 241048 docker.go:217] disabling cri-docker service (if available) ...
I0216 17:41:15.364095 241048 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0216 17:41:15.378337 241048 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0216 17:41:15.393163 241048 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0216 17:41:15.473991 241048 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0216 17:41:15.569361 241048 docker.go:233] disabling docker service ...
I0216 17:41:15.569480 241048 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0216 17:41:15.590937 241048 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0216 17:41:15.603155 241048 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0216 17:41:15.691035 241048 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0216 17:41:15.786704 241048 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0216 17:41:15.797611 241048 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"
I0216 17:41:15.813376 241048 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0216 17:41:15.813465 241048 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"
I0216 17:41:15.822766 241048 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0216 17:41:15.823003 241048 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0216 17:41:15.832842 241048 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0216 17:41:15.842558 241048 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0216 17:41:15.852297 241048 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0216 17:41:15.861264 241048 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0216 17:41:15.869702 241048 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0216 17:41:15.878135 241048 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0216 17:41:15.963683 241048 ssh_runner.go:195] Run: sudo systemctl restart crio
I0216 17:41:16.089901 241048 start.go:522] Will wait 60s for socket path /var/run/crio/crio.sock
I0216 17:41:16.090020 241048 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0216 17:41:16.093606 241048 start.go:543] Will wait 60s for crictl version
I0216 17:41:16.093718 241048 ssh_runner.go:195] Run: which crictl
I0216 17:41:16.097285 241048 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0216 17:41:16.137221 241048 start.go:559] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0216 17:41:16.137337 241048 ssh_runner.go:195] Run: crio --version
I0216 17:41:16.175669 241048 ssh_runner.go:195] Run: crio --version
I0216 17:41:16.216237 241048 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I0216 17:41:16.218094 241048 cli_runner.go:164] Run: docker network inspect addons-208992 --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}}]}"
I0216 17:41:16.233315 241048 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0216 17:41:16.236786 241048 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""
I0216 17:41:16.247334 241048 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0216 17:41:16.247400 241048 ssh_runner.go:195] Run: sudo crictl images --output json
I0216 17:41:16.308173 241048 crio.go:496] all images are preloaded for cri-o runtime.
I0216 17:41:16.308200 241048 crio.go:415] Images already preloaded, skipping extraction
I0216 17:41:16.308256 241048 ssh_runner.go:195] Run: sudo crictl images --output json
I0216 17:41:16.346571 241048 crio.go:496] all images are preloaded for cri-o runtime.
I0216 17:41:16.346595 241048 cache_images.go:84] Images are preloaded, skipping loading
I0216 17:41:16.346671 241048 ssh_runner.go:195] Run: crio config
I0216 17:41:16.392680 241048 cni.go:84] Creating CNI manager for ""
I0216 17:41:16.392704 241048 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0216 17:41:16.392723 241048 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0216 17:41:16.392743 241048 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-208992 NodeName:addons-208992 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}
I0216 17:41:16.392880 241048 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-208992"
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
I0216 17:41:16.392943 241048 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-208992 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-208992 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:}
I0216 17:41:16.393009 241048 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0216 17:41:16.401558 241048 binaries.go:44] Found k8s binaries, skipping transfer
I0216 17:41:16.401658 241048 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0216 17:41:16.410252 241048 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I0216 17:41:16.427844 241048 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0216 17:41:16.445781 241048 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I0216 17:41:16.463343 241048 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0216 17:41:16.466583 241048 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""
I0216 17:41:16.476896 241048 certs.go:56] Setting up /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992 for IP: 192.168.49.2
I0216 17:41:16.476977 241048 certs.go:190] acquiring lock for shared ca certs: {Name:mk9abadbab6d16b9e7bc7285e50b4098d31d6824 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:16.477137 241048 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17936-234898/.minikube/ca.key
I0216 17:41:16.831353 241048 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-234898/.minikube/ca.crt ...
I0216 17:41:16.831392 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/ca.crt: {Name:mkf60ed9b2f3c296e483e73a635bffa3adb7a633 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:16.831590 241048 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-234898/.minikube/ca.key ...
I0216 17:41:16.831602 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/ca.key: {Name:mkb43ab5bbf97237f34b7d5feb23e203af9f9b44 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:16.831685 241048 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17936-234898/.minikube/proxy-client-ca.key
I0216 17:41:17.124305 241048 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-234898/.minikube/proxy-client-ca.crt ...
I0216 17:41:17.124335 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/proxy-client-ca.crt: {Name:mk8311fc2ec72b81438e8b080fa0ff764278a89a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:17.124518 241048 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-234898/.minikube/proxy-client-ca.key ...
I0216 17:41:17.124530 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/proxy-client-ca.key: {Name:mke41fc0bebbc81b446583e0c989667180856cc8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:17.125178 241048 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/client.key
I0216 17:41:17.125197 241048 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/client.crt with IP's: []
I0216 17:41:17.690714 241048 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/client.crt ...
I0216 17:41:17.690748 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/client.crt: {Name:mkeacf24ea21538f6606de718032045558698c62 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:17.690932 241048 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/client.key ...
I0216 17:41:17.690940 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/client.key: {Name:mkcabb37fd902d8698c5215188c798c4d88dbdaf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:17.691021 241048 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.key.dd3b5fb2
I0216 17:41:17.691045 241048 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0216 17:41:18.044619 241048 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.crt.dd3b5fb2 ...
I0216 17:41:18.044648 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.crt.dd3b5fb2: {Name:mk173d0cbd6bd322dafc1d916f605d437cec58b5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:18.045394 241048 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.key.dd3b5fb2 ...
I0216 17:41:18.045415 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.key.dd3b5fb2: {Name:mk2a420341e2d73d04b480cb69b1c192cb52a390 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:18.045514 241048 certs.go:337] copying /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.crt
I0216 17:41:18.045592 241048 certs.go:341] copying /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.key
I0216 17:41:18.045657 241048 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.key
I0216 17:41:18.045674 241048 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.crt with IP's: []
I0216 17:41:18.754418 241048 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.crt ...
I0216 17:41:18.754450 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.crt: {Name:mk72e4a4031313fdd336c575ef9ada3b351d6510 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:18.755190 241048 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.key ...
I0216 17:41:18.755208 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.key: {Name:mkf792f017b259e206b26143275b4875f87f0fd6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:18.755402 241048 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca-key.pem (1675 bytes)
I0216 17:41:18.755447 241048 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/home/jenkins/minikube-integration/17936-234898/.minikube/certs/ca.pem (1082 bytes)
I0216 17:41:18.755488 241048 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/home/jenkins/minikube-integration/17936-234898/.minikube/certs/cert.pem (1123 bytes)
I0216 17:41:18.755518 241048 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-234898/.minikube/certs/home/jenkins/minikube-integration/17936-234898/.minikube/certs/key.pem (1675 bytes)
I0216 17:41:18.756105 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0216 17:41:18.779757 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0216 17:41:18.803723 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0216 17:41:18.826830 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/profiles/addons-208992/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0216 17:41:18.850516 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0216 17:41:18.875214 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0216 17:41:18.898344 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0216 17:41:18.921476 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0216 17:41:18.945605 241048 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-234898/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0216 17:41:18.969513 241048 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0216 17:41:18.986952 241048 ssh_runner.go:195] Run: openssl version
I0216 17:41:18.992290 241048 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"
I0216 17:41:19.001762 241048 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0216 17:41:19.005139 241048 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Feb 16 17:41 /usr/share/ca-certificates/minikubeCA.pem
I0216 17:41:19.005213 241048 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0216 17:41:19.013409 241048 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"
I0216 17:41:19.023166 241048 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0216 17:41:19.026457 241048 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
I0216 17:41:19.026505 241048 kubeadm.go:404] StartCluster: {Name:addons-208992 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf 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-208992 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 GPUs: AutoPauseInterval:1m0s}
I0216 17:41:19.026588 241048 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0216 17:41:19.026645 241048 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0216 17:41:19.066731 241048 cri.go:89] found id: ""
I0216 17:41:19.066830 241048 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0216 17:41:19.075923 241048 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0216 17:41:19.084603 241048 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0216 17:41:19.084695 241048 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
I0216 17:41:19.093339 241048 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
I0216 17:41:19.093391 241048 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"
I0216 17:41:19.183631 241048 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-1053-aws\n", err: exit status 1
I0216 17:41:19.254136 241048 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0216 17:41:35.350209 241048 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I0216 17:41:35.350285 241048 kubeadm.go:322] [preflight] Running pre-flight checks
I0216 17:41:35.350383 241048 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0216 17:41:35.350447 241048 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1053-aws[0m
I0216 17:41:35.350488 241048 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0216 17:41:35.350537 241048 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0216 17:41:35.350590 241048 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0216 17:41:35.350638 241048 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0216 17:41:35.350687 241048 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0216 17:41:35.350736 241048 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0216 17:41:35.350787 241048 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0216 17:41:35.350847 241048 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0216 17:41:35.350899 241048 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0216 17:41:35.350943 241048 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0216 17:41:35.351014 241048 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0216 17:41:35.351106 241048 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0216 17:41:35.351196 241048 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0216 17:41:35.351258 241048 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0216 17:41:35.353665 241048 out.go:204] - Generating certificates and keys ...
I0216 17:41:35.353762 241048 kubeadm.go:322] [certs] Using existing ca certificate authority
I0216 17:41:35.353827 241048 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0216 17:41:35.353895 241048 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0216 17:41:35.353951 241048 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0216 17:41:35.354012 241048 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0216 17:41:35.354062 241048 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0216 17:41:35.354116 241048 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0216 17:41:35.354227 241048 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-208992 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0216 17:41:35.354280 241048 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0216 17:41:35.354389 241048 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-208992 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0216 17:41:35.354453 241048 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0216 17:41:35.354515 241048 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0216 17:41:35.354561 241048 kubeadm.go:322] [certs] Generating "sa" key and public key
I0216 17:41:35.354616 241048 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0216 17:41:35.354667 241048 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0216 17:41:35.354717 241048 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0216 17:41:35.354780 241048 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0216 17:41:35.354903 241048 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0216 17:41:35.354985 241048 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0216 17:41:35.355051 241048 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0216 17:41:35.358944 241048 out.go:204] - Booting up control plane ...
I0216 17:41:35.359064 241048 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0216 17:41:35.359156 241048 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0216 17:41:35.359252 241048 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0216 17:41:35.359362 241048 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0216 17:41:35.359452 241048 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0216 17:41:35.359502 241048 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0216 17:41:35.359661 241048 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
I0216 17:41:35.359741 241048 kubeadm.go:322] [apiclient] All control plane components are healthy after 8.002001 seconds
I0216 17:41:35.359850 241048 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0216 17:41:35.359976 241048 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0216 17:41:35.360038 241048 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0216 17:41:35.360226 241048 kubeadm.go:322] [mark-control-plane] Marking the node addons-208992 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0216 17:41:35.360287 241048 kubeadm.go:322] [bootstrap-token] Using token: vomqq0.k92qpgvjpaoyj1ve
I0216 17:41:35.362229 241048 out.go:204] - Configuring RBAC rules ...
I0216 17:41:35.362347 241048 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0216 17:41:35.362434 241048 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0216 17:41:35.362633 241048 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
I0216 17:41:35.362772 241048 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0216 17:41:35.363017 241048 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0216 17:41:35.363114 241048 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0216 17:41:35.363226 241048 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0216 17:41:35.363272 241048 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0216 17:41:35.363319 241048 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0216 17:41:35.363327 241048 kubeadm.go:322]
I0216 17:41:35.363383 241048 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0216 17:41:35.363390 241048 kubeadm.go:322]
I0216 17:41:35.363462 241048 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0216 17:41:35.363469 241048 kubeadm.go:322]
I0216 17:41:35.363493 241048 kubeadm.go:322] mkdir -p $HOME/.kube
I0216 17:41:35.363552 241048 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0216 17:41:35.363600 241048 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0216 17:41:35.363608 241048 kubeadm.go:322]
I0216 17:41:35.363658 241048 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0216 17:41:35.363667 241048 kubeadm.go:322]
I0216 17:41:35.363711 241048 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0216 17:41:35.363718 241048 kubeadm.go:322]
I0216 17:41:35.363767 241048 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0216 17:41:35.363839 241048 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0216 17:41:35.363906 241048 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0216 17:41:35.363914 241048 kubeadm.go:322]
I0216 17:41:35.363991 241048 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0216 17:41:35.364068 241048 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0216 17:41:35.364079 241048 kubeadm.go:322]
I0216 17:41:35.364157 241048 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token vomqq0.k92qpgvjpaoyj1ve \
I0216 17:41:35.364256 241048 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:6435f22f3b0121866a445ee387d783eb83dae17558ead3a767d0be4906421461 \
I0216 17:41:35.364282 241048 kubeadm.go:322] --control-plane
I0216 17:41:35.364287 241048 kubeadm.go:322]
I0216 17:41:35.364365 241048 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0216 17:41:35.364374 241048 kubeadm.go:322]
I0216 17:41:35.364450 241048 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token vomqq0.k92qpgvjpaoyj1ve \
I0216 17:41:35.364560 241048 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:6435f22f3b0121866a445ee387d783eb83dae17558ead3a767d0be4906421461
I0216 17:41:35.364572 241048 cni.go:84] Creating CNI manager for ""
I0216 17:41:35.364580 241048 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0216 17:41:35.366866 241048 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0216 17:41:35.369115 241048 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0216 17:41:35.391330 241048 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0216 17:41:35.391353 241048 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0216 17:41:35.413929 241048 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
I0216 17:41:36.360920 241048 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0216 17:41:36.361005 241048 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
I0216 17:41:36.361058 241048 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=fdce3bf7146356e37c4eabb07ae105993e4520f9 minikube.k8s.io/name=addons-208992 minikube.k8s.io/updated_at=2024_02_16T17_41_36_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:36.543980 241048 ops.go:34] apiserver oom_adj: -16
I0216 17:41:36.544070 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:37.044937 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:37.545039 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:38.044951 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:38.544141 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:39.045019 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:39.544998 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:40.045167 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:40.544246 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:41.044227 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:41.544608 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:42.044373 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:42.545181 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:43.044240 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:43.544219 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:44.045118 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:44.544198 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:45.044869 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:45.544644 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:46.044525 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:46.544341 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:47.044611 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:47.544383 241048 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 17:41:47.643517 241048 kubeadm.go:1088] duration metric: took 11.282579943s to wait for elevateKubeSystemPrivileges.
I0216 17:41:47.643549 241048 kubeadm.go:406] StartCluster complete in 28.617045817s
I0216 17:41:47.643567 241048 settings.go:142] acquiring lock: {Name:mke2a78b0435cd80764e6fbcfbe97f1a4032c7c4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:47.643684 241048 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17936-234898/kubeconfig
I0216 17:41:47.644085 241048 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-234898/kubeconfig: {Name:mkd6a6752edb5d541c3c5d3ac7649b934c275e48 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 17:41:47.644868 241048 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"
I0216 17:41:47.645152 241048 config.go:182] Loaded profile config "addons-208992": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0216 17:41:47.645318 241048 addons.go:502] 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 yakd:true]
I0216 17:41:47.645410 241048 addons.go:69] Setting yakd=true in profile "addons-208992"
I0216 17:41:47.645425 241048 addons.go:234] Setting addon yakd=true in "addons-208992"
I0216 17:41:47.645461 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.645950 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.646449 241048 addons.go:69] Setting cloud-spanner=true in profile "addons-208992"
I0216 17:41:47.646468 241048 addons.go:234] Setting addon cloud-spanner=true in "addons-208992"
I0216 17:41:47.646518 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.646917 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.646956 241048 addons.go:69] Setting metrics-server=true in profile "addons-208992"
I0216 17:41:47.646971 241048 addons.go:234] Setting addon metrics-server=true in "addons-208992"
I0216 17:41:47.647005 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.647378 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.647723 241048 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-208992"
I0216 17:41:47.647748 241048 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-208992"
I0216 17:41:47.647780 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.648149 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.650011 241048 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-208992"
I0216 17:41:47.650076 241048 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-208992"
I0216 17:41:47.650118 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.650518 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.651666 241048 addons.go:69] Setting registry=true in profile "addons-208992"
I0216 17:41:47.651690 241048 addons.go:234] Setting addon registry=true in "addons-208992"
I0216 17:41:47.651736 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.652144 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.658888 241048 addons.go:69] Setting default-storageclass=true in profile "addons-208992"
I0216 17:41:47.658929 241048 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-208992"
I0216 17:41:47.659255 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.666266 241048 addons.go:69] Setting storage-provisioner=true in profile "addons-208992"
I0216 17:41:47.666294 241048 addons.go:234] Setting addon storage-provisioner=true in "addons-208992"
I0216 17:41:47.666340 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.666766 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.670908 241048 addons.go:69] Setting gcp-auth=true in profile "addons-208992"
I0216 17:41:47.670984 241048 mustload.go:65] Loading cluster: addons-208992
I0216 17:41:47.671956 241048 config.go:182] Loaded profile config "addons-208992": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0216 17:41:47.672281 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.694272 241048 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-208992"
I0216 17:41:47.694363 241048 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-208992"
I0216 17:41:47.694480 241048 addons.go:69] Setting ingress=true in profile "addons-208992"
I0216 17:41:47.694517 241048 addons.go:234] Setting addon ingress=true in "addons-208992"
I0216 17:41:47.694591 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.696583 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.699636 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.707067 241048 addons.go:69] Setting volumesnapshots=true in profile "addons-208992"
I0216 17:41:47.707138 241048 addons.go:234] Setting addon volumesnapshots=true in "addons-208992"
I0216 17:41:47.707205 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.707665 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.718864 241048 addons.go:69] Setting ingress-dns=true in profile "addons-208992"
I0216 17:41:47.718943 241048 addons.go:234] Setting addon ingress-dns=true in "addons-208992"
I0216 17:41:47.719021 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.719490 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.759335 241048 addons.go:69] Setting inspektor-gadget=true in profile "addons-208992"
I0216 17:41:47.759408 241048 addons.go:234] Setting addon inspektor-gadget=true in "addons-208992"
I0216 17:41:47.759472 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.759982 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.801685 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.825270 241048 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0216 17:41:47.838608 241048 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0216 17:41:47.854841 241048 addons.go:234] Setting addon default-storageclass=true in "addons-208992"
I0216 17:41:47.854939 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.855546 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.869987 241048 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0216 17:41:47.877412 241048 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0216 17:41:47.879295 241048 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0216 17:41:47.867439 241048 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0216 17:41:47.867446 241048 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0216 17:41:47.867452 241048 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0216 17:41:47.867456 241048 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.4
I0216 17:41:47.867460 241048 out.go:177] - Using image docker.io/registry:2.8.3
I0216 17:41:47.895894 241048 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-208992"
I0216 17:41:47.895960 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:47.896403 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:47.898941 241048 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0216 17:41:47.910029 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0216 17:41:47.910260 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.927592 241048 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0216 17:41:47.927681 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0216 17:41:47.927879 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.948154 241048 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0216 17:41:47.949918 241048 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0216 17:41:47.951778 241048 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0216 17:41:47.950145 241048 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0216 17:41:47.950170 241048 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0216 17:41:47.950175 241048 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0216 17:41:47.950217 241048 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0216 17:41:47.950265 241048 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0216 17:41:47.950269 241048 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0216 17:41:47.958721 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0216 17:41:47.958793 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0216 17:41:47.958822 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0216 17:41:47.960573 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0216 17:41:47.960585 241048 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0216 17:41:47.960668 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.962495 241048 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0216 17:41:47.962565 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.970297 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.970349 241048 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0216 17:41:47.970402 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.972263 241048 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0216 17:41:47.974154 241048 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0216 17:41:47.981454 241048 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0216 17:41:47.976049 241048 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0216 17:41:47.976150 241048 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0216 17:41:47.976159 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0216 17:41:47.976186 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0216 17:41:47.987784 241048 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0216 17:41:47.987814 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0216 17:41:47.987877 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.989895 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:47.989904 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0216 17:41:47.996576 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:48.059187 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.061082 241048 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0216 17:41:48.092133 241048 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.6
I0216 17:41:48.079436 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:48.079447 241048 out.go:177] - Using image docker.io/busybox:stable
I0216 17:41:48.091912 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.092716 241048 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 -"
I0216 17:41:48.108826 241048 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0216 17:41:48.108839 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0216 17:41:48.108905 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:48.109537 241048 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0216 17:41:48.109589 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I0216 17:41:48.109668 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:48.130936 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.131572 241048 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0216 17:41:48.131614 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0216 17:41:48.131700 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:48.141391 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.206897 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.247533 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.248109 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.257206 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.258088 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.285056 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.285914 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.311977 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:48.314364 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
W0216 17:41:48.315328 241048 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0216 17:41:48.315357 241048 retry.go:31] will retry after 183.826036ms: ssh: handshake failed: EOF
I0216 17:41:48.410461 241048 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-208992" context rescaled to 1 replicas
I0216 17:41:48.410705 241048 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}
I0216 17:41:48.413790 241048 out.go:177] * Verifying Kubernetes components...
I0216 17:41:48.411921 241048 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
I0216 17:41:48.415620 241048 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0216 17:41:48.446256 241048 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
I0216 17:41:48.550608 241048 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0216 17:41:48.550632 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0216 17:41:48.552968 241048 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
I0216 17:41:48.613622 241048 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
I0216 17:41:48.682217 241048 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0216 17:41:48.682242 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0216 17:41:48.710657 241048 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0216 17:41:48.710683 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0216 17:41:48.721028 241048 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0216 17:41:48.721050 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0216 17:41:48.729369 241048 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
I0216 17:41:48.738330 241048 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0216 17:41:48.738354 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0216 17:41:48.744550 241048 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0216 17:41:48.744582 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0216 17:41:48.788913 241048 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
I0216 17:41:48.813226 241048 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0216 17:41:48.813254 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0216 17:41:48.850274 241048 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0216 17:41:48.850300 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0216 17:41:48.860391 241048 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0216 17:41:48.860448 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0216 17:41:48.889920 241048 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0216 17:41:48.889953 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0216 17:41:48.902351 241048 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0216 17:41:48.902378 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0216 17:41:48.940894 241048 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0216 17:41:48.940921 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0216 17:41:48.952228 241048 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0216 17:41:48.952252 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0216 17:41:48.964084 241048 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
I0216 17:41:48.999415 241048 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0216 17:41:48.999438 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0216 17:41:49.023822 241048 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0216 17:41:49.023848 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0216 17:41:49.030478 241048 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0216 17:41:49.030503 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0216 17:41:49.051138 241048 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0216 17:41:49.051162 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0216 17:41:49.072845 241048 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
I0216 17:41:49.118200 241048 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0216 17:41:49.118226 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0216 17:41:49.135466 241048 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0216 17:41:49.135494 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0216 17:41:49.151240 241048 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
I0216 17:41:49.160930 241048 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0216 17:41:49.202248 241048 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0216 17:41:49.202276 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0216 17:41:49.283418 241048 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0216 17:41:49.283445 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0216 17:41:49.285909 241048 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0216 17:41:49.285934 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0216 17:41:49.357671 241048 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0216 17:41:49.357696 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0216 17:41:49.376258 241048 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0216 17:41:49.376285 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0216 17:41:49.422693 241048 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
I0216 17:41:49.469086 241048 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0216 17:41:49.469111 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0216 17:41:49.496408 241048 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0216 17:41:49.496432 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0216 17:41:49.581491 241048 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0216 17:41:49.581516 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0216 17:41:49.599751 241048 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0216 17:41:49.599774 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0216 17:41:49.718838 241048 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0216 17:41:49.718863 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0216 17:41:49.734831 241048 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
I0216 17:41:49.810189 241048 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0216 17:41:49.810212 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0216 17:41:49.936658 241048 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0216 17:41:49.936690 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0216 17:41:50.009728 241048 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
I0216 17:41:51.712747 241048 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 -": (3.619500581s)
I0216 17:41:51.712777 241048 start.go:929] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0216 17:41:52.044143 241048 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.630258637s)
I0216 17:41:52.044209 241048 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (3.628569718s)
I0216 17:41:52.044993 241048 node_ready.go:35] waiting up to 6m0s for node "addons-208992" to be "Ready" ...
I0216 17:41:54.081755 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:41:54.227989 241048 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.78164226s)
I0216 17:41:54.888432 241048 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.33542825s)
I0216 17:41:54.889034 241048 addons.go:470] Verifying addon ingress=true in "addons-208992"
I0216 17:41:54.888525 241048 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: (6.274875891s)
I0216 17:41:54.888554 241048 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.159162678s)
I0216 17:41:54.888612 241048 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.09967611s)
I0216 17:41:54.888656 241048 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: (5.924549556s)
I0216 17:41:54.888684 241048 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.81581395s)
I0216 17:41:54.889349 241048 addons.go:470] Verifying addon registry=true in "addons-208992"
I0216 17:41:54.891528 241048 out.go:177] * Verifying registry addon...
I0216 17:41:54.888772 241048 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.72782074s)
I0216 17:41:54.888843 241048 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: (5.466126844s)
I0216 17:41:54.888892 241048 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: (5.154029378s)
I0216 17:41:54.888743 241048 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.73747571s)
I0216 17:41:54.893448 241048 addons.go:470] Verifying addon metrics-server=true in "addons-208992"
I0216 17:41:54.894340 241048 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
W0216 17:41:54.894549 241048 addons.go:452] 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
I0216 17:41:54.894573 241048 retry.go:31] will retry after 360.094527ms: 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
I0216 17:41:54.896463 241048 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-208992 service yakd-dashboard -n yakd-dashboard
I0216 17:41:54.894632 241048 out.go:177] * Verifying ingress addon...
I0216 17:41:54.900956 241048 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0216 17:41:54.906158 241048 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0216 17:41:54.906229 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:54.912201 241048 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0216 17:41:54.920751 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0216 17:41:54.914472 241048 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0216 17:41:55.140958 241048 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: (5.131175136s)
I0216 17:41:55.141034 241048 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-208992"
I0216 17:41:55.143136 241048 out.go:177] * Verifying csi-hostpath-driver addon...
I0216 17:41:55.146276 241048 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0216 17:41:55.158163 241048 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0216 17:41:55.158229 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:55.254901 241048 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
I0216 17:41:55.399840 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:55.405314 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:55.661726 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:55.899544 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:55.905867 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:56.152653 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:56.409730 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:56.412424 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:56.554945 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:41:56.669348 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:56.722734 241048 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.46778422s)
I0216 17:41:56.900511 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:56.907937 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:57.152456 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:57.201978 241048 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0216 17:41:57.202104 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:57.222736 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:57.399027 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:57.415921 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:57.421349 241048 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0216 17:41:57.456182 241048 addons.go:234] Setting addon gcp-auth=true in "addons-208992"
I0216 17:41:57.456271 241048 host.go:66] Checking if "addons-208992" exists ...
I0216 17:41:57.456754 241048 cli_runner.go:164] Run: docker container inspect addons-208992 --format={{.State.Status}}
I0216 17:41:57.490603 241048 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0216 17:41:57.490660 241048 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-208992
I0216 17:41:57.527233 241048 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33077 SSHKeyPath:/home/jenkins/minikube-integration/17936-234898/.minikube/machines/addons-208992/id_rsa Username:docker}
I0216 17:41:57.652107 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:57.696729 241048 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0216 17:41:57.699146 241048 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0216 17:41:57.700985 241048 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0216 17:41:57.701011 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0216 17:41:57.759319 241048 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0216 17:41:57.759353 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0216 17:41:57.809616 241048 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0216 17:41:57.809640 241048 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I0216 17:41:57.865105 241048 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
I0216 17:41:57.899285 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:57.905504 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:58.157622 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:58.398633 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:58.413977 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:58.651454 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:58.901414 241048 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.036269306s)
I0216 17:41:58.904319 241048 addons.go:470] Verifying addon gcp-auth=true in "addons-208992"
I0216 17:41:58.906439 241048 out.go:177] * Verifying gcp-auth addon...
I0216 17:41:58.908729 241048 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0216 17:41:58.955879 241048 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0216 17:41:58.955952 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:41:58.958360 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:58.963503 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:59.050159 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:41:59.152138 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:59.399494 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:59.409667 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:59.414322 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:41:59.651624 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:41:59.899450 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:41:59.905321 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:41:59.913188 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:00.177224 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:00.406519 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:00.412049 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:00.436101 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:00.652544 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:00.898825 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:00.906052 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:00.912953 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:01.151453 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:01.402664 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:01.411998 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:01.417207 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:01.548705 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:01.651206 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:01.898572 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:01.906190 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:01.912980 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:02.154022 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:02.398655 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:02.405845 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:02.412373 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:02.651318 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:02.898889 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:02.910454 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:02.914039 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:03.153737 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:03.398980 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:03.405642 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:03.413024 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:03.552035 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:03.653697 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:03.898533 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:03.904976 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:03.912281 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:04.151579 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:04.398471 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:04.405919 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:04.412547 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:04.651153 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:04.898943 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:04.905555 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:04.913050 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:05.151335 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:05.399279 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:05.405177 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:05.412462 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:05.652168 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:05.898295 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:05.905322 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:05.912663 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:06.049469 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:06.151034 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:06.398612 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:06.406211 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:06.412558 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:06.651818 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:06.898949 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:06.904769 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:06.912369 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:07.152319 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:07.399355 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:07.404881 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:07.412596 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:07.651039 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:07.898960 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:07.906042 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:07.912539 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:08.150997 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:08.398958 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:08.405391 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:08.412576 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:08.548850 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:08.652291 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:08.898487 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:08.905778 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:08.912374 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:09.151275 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:09.398709 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:09.405487 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:09.412844 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:09.651306 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:09.898882 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:09.905924 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:09.913437 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:10.151426 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:10.399042 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:10.405597 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:10.412059 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:10.549097 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:10.651240 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:10.898532 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:10.905125 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:10.912328 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:11.151348 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:11.398995 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:11.405889 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:11.412521 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:11.651298 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:11.898882 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:11.905910 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:11.912439 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:12.151680 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:12.398582 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:12.405432 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:12.412914 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:12.650995 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:12.899179 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:12.905353 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:12.912944 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:13.049053 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:13.151634 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:13.399252 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:13.406005 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:13.412549 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:13.651006 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:13.898413 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:13.904832 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:13.912406 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:14.151944 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:14.398102 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:14.405560 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:14.412824 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:14.651565 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:14.898668 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:14.905268 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:14.912858 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:15.151230 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:15.399215 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:15.405994 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:15.412849 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:15.548706 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:15.651428 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:15.899400 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:15.905512 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:15.913049 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:16.152202 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:16.399268 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:16.405823 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:16.412293 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:16.651070 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:16.899267 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:16.906444 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:16.912871 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:17.150592 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:17.399405 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:17.405122 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:17.412517 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:17.651388 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:17.898853 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:17.905342 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:17.912761 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:18.049504 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:18.151122 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:18.398459 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:18.405432 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:18.412735 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:18.650489 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:18.898816 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:18.905292 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:18.912872 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:19.150970 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:19.398712 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:19.405599 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:19.413212 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:19.651055 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:19.899009 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:19.906053 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:19.912995 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:20.049608 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:20.153271 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:20.399159 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:20.405737 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:20.412665 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:20.652569 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:20.899237 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:20.905976 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:20.912179 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:21.151288 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:21.399078 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:21.405895 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:21.412815 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:21.650757 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:21.899082 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:21.905910 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:21.912599 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:22.152664 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:22.399759 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:22.405517 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:22.412887 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:22.549066 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:22.651152 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:22.898829 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:22.906067 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:22.912564 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:23.150917 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:23.398397 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:23.404931 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:23.412806 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:23.651293 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:23.898875 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:23.905431 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:23.912809 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:24.151164 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:24.399005 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:24.405702 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:24.411836 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:24.549223 241048 node_ready.go:58] node "addons-208992" has status "Ready":"False"
I0216 17:42:24.650861 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:24.901470 241048 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0216 17:42:24.901496 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:24.906278 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:24.915676 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:25.142868 241048 node_ready.go:49] node "addons-208992" has status "Ready":"True"
I0216 17:42:25.142896 241048 node_ready.go:38] duration metric: took 33.097871785s waiting for node "addons-208992" to be "Ready" ...
I0216 17:42:25.142908 241048 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" ...
I0216 17:42:25.177035 241048 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-vx882" in "kube-system" namespace to be "Ready" ...
I0216 17:42:25.183768 241048 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0216 17:42:25.183795 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:25.402713 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:25.413080 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:25.415127 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:25.682293 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:25.899483 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:25.905791 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:25.912388 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:26.152702 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:26.402824 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:26.417256 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:26.427161 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:26.658765 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:26.903768 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:26.905810 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:26.912734 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:27.152958 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:27.187133 241048 pod_ready.go:92] pod "coredns-5dd5756b68-vx882" in "kube-system" namespace has status "Ready":"True"
I0216 17:42:27.187159 241048 pod_ready.go:81] duration metric: took 2.010086632s waiting for pod "coredns-5dd5756b68-vx882" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.187208 241048 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.198642 241048 pod_ready.go:92] pod "etcd-addons-208992" in "kube-system" namespace has status "Ready":"True"
I0216 17:42:27.198668 241048 pod_ready.go:81] duration metric: took 11.445084ms waiting for pod "etcd-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.198683 241048 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.204599 241048 pod_ready.go:92] pod "kube-apiserver-addons-208992" in "kube-system" namespace has status "Ready":"True"
I0216 17:42:27.204622 241048 pod_ready.go:81] duration metric: took 5.930602ms waiting for pod "kube-apiserver-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.204633 241048 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.211775 241048 pod_ready.go:92] pod "kube-controller-manager-addons-208992" in "kube-system" namespace has status "Ready":"True"
I0216 17:42:27.211810 241048 pod_ready.go:81] duration metric: took 7.168474ms waiting for pod "kube-controller-manager-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.211826 241048 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-k9rln" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.218434 241048 pod_ready.go:92] pod "kube-proxy-k9rln" in "kube-system" namespace has status "Ready":"True"
I0216 17:42:27.218461 241048 pod_ready.go:81] duration metric: took 6.627993ms waiting for pod "kube-proxy-k9rln" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.218472 241048 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.412122 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:27.414704 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:27.418245 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:27.581234 241048 pod_ready.go:92] pod "kube-scheduler-addons-208992" in "kube-system" namespace has status "Ready":"True"
I0216 17:42:27.581261 241048 pod_ready.go:81] duration metric: took 362.780413ms waiting for pod "kube-scheduler-addons-208992" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.581273 241048 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-tw77t" in "kube-system" namespace to be "Ready" ...
I0216 17:42:27.655317 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:27.899231 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:27.905584 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:27.912961 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:28.152250 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:28.399303 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:28.405925 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:28.412336 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:28.652349 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:28.899977 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:28.906118 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:28.912674 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:29.152915 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:29.400112 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:29.406349 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:29.412943 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:29.592262 241048 pod_ready.go:102] pod "metrics-server-69cf46c98-tw77t" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:29.652954 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:29.900647 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:29.908127 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:29.915549 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:30.159364 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:30.399155 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:30.406901 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:30.415780 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:30.652895 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:30.900217 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:30.905736 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:30.912245 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:31.154816 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:31.401031 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:31.405589 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:31.413424 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:31.652020 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:31.899489 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:31.905873 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:31.912881 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:32.088177 241048 pod_ready.go:102] pod "metrics-server-69cf46c98-tw77t" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:32.152021 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:32.399586 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:32.405734 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:32.413391 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:32.652873 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:32.918990 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:32.932203 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:32.935029 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:33.154778 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:33.400052 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:33.405368 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:33.413625 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:33.652487 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:33.911486 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:33.915379 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:33.915863 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:34.088231 241048 pod_ready.go:102] pod "metrics-server-69cf46c98-tw77t" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:34.153120 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:34.400222 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:34.406383 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:34.412780 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:34.654752 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:34.903607 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:34.907060 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:34.912680 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:35.155029 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:35.400255 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:35.406220 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:35.414394 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:35.654448 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:35.905818 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:35.914182 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:35.916958 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:36.101278 241048 pod_ready.go:102] pod "metrics-server-69cf46c98-tw77t" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:36.158674 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:36.401097 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 17:42:36.406378 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:36.413460 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:36.653833 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:36.910168 241048 kapi.go:107] duration metric: took 42.01582641s to wait for kubernetes.io/minikube-addons=registry ...
I0216 17:42:36.917523 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:36.918954 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:37.088212 241048 pod_ready.go:92] pod "metrics-server-69cf46c98-tw77t" in "kube-system" namespace has status "Ready":"True"
I0216 17:42:37.088237 241048 pod_ready.go:81] duration metric: took 9.506925925s waiting for pod "metrics-server-69cf46c98-tw77t" in "kube-system" namespace to be "Ready" ...
I0216 17:42:37.088250 241048 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace to be "Ready" ...
I0216 17:42:37.151804 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:37.405866 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:37.412238 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:37.652685 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:37.912666 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:37.930772 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:38.160889 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:38.406877 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:38.423577 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:38.655570 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:38.906977 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:38.913002 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:39.096380 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:39.157010 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:39.406207 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:39.412870 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:39.652523 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:39.906216 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:39.914009 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:40.152612 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:40.406093 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:40.412453 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:40.651788 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:40.905363 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:40.912648 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:41.154363 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:41.408199 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:41.414356 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:41.597268 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:41.655394 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:41.908096 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:41.916432 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:42.158969 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:42.407366 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:42.413334 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:42.652989 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:42.905670 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:42.912141 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:43.152611 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:43.407604 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:43.416369 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:43.654540 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:43.906108 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:43.913435 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:44.096497 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:44.154909 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:44.406761 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:44.412325 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:44.652883 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:44.906244 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:44.912653 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:45.153545 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:45.406477 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:45.412931 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:45.652512 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:45.907502 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:45.913521 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:46.103863 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:46.153881 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:46.406727 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:46.413501 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:46.653086 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:46.906406 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:46.916694 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:47.152015 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:47.405709 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:47.412122 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:47.651966 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:47.911153 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:47.916260 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:48.154283 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:48.406190 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:48.425686 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:48.596588 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:48.652870 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:48.905963 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:48.912709 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:49.153000 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:49.407025 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:49.413281 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:49.651883 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:49.906146 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:49.913920 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:50.153987 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:50.407096 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:50.414492 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:50.653341 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:50.906262 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:50.912593 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:51.108726 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:51.153743 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:51.406788 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:51.412502 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:51.651844 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:51.905983 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:51.915385 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:52.153080 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:52.406410 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:52.413181 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:52.652721 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:52.913837 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:52.914736 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:53.152149 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:53.405830 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:53.413477 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:53.596059 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:53.654410 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:53.908627 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:53.933278 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:54.154704 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:54.405932 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:54.412956 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:54.652552 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:54.907872 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:54.915606 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:55.154830 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:55.407146 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:55.412634 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:55.652229 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:55.906161 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:55.920831 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:56.095684 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:56.152015 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:56.405529 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:56.413948 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:56.652122 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:56.909548 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:56.918253 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:57.152858 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:57.406253 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:57.412717 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:57.652069 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:57.905547 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:57.917027 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:58.225950 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:58.287890 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:42:58.408459 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:58.412627 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:58.652793 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:58.905833 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:58.912142 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:59.164777 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:59.407117 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:59.413278 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:42:59.653111 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:42:59.910261 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:42:59.914634 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:00.154882 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:00.418056 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:00.420029 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:00.596582 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:43:00.654950 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:00.905801 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:00.912538 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:01.161544 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:01.410691 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:01.414431 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:01.652750 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:01.908042 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:01.913363 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:02.158211 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:02.406469 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:02.413219 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:02.652581 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:02.907205 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:02.913280 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:03.096260 241048 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"False"
I0216 17:43:03.159725 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:03.405979 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:03.413935 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:03.595238 241048 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace has status "Ready":"True"
I0216 17:43:03.595266 241048 pod_ready.go:81] duration metric: took 26.507009036s waiting for pod "nvidia-device-plugin-daemonset-c8cqt" in "kube-system" namespace to be "Ready" ...
I0216 17:43:03.595289 241048 pod_ready.go:38] duration metric: took 38.452368757s 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" ...
I0216 17:43:03.595305 241048 api_server.go:52] waiting for apiserver process to appear ...
I0216 17:43:03.595334 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0216 17:43:03.595397 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0216 17:43:03.643245 241048 cri.go:89] found id: "3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218"
I0216 17:43:03.643270 241048 cri.go:89] found id: ""
I0216 17:43:03.643281 241048 logs.go:276] 1 containers: [3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218]
I0216 17:43:03.643380 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:03.646934 241048 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0216 17:43:03.647004 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0216 17:43:03.653436 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:03.688543 241048 cri.go:89] found id: "3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4"
I0216 17:43:03.688579 241048 cri.go:89] found id: ""
I0216 17:43:03.688588 241048 logs.go:276] 1 containers: [3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4]
I0216 17:43:03.688654 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:03.692348 241048 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0216 17:43:03.692414 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0216 17:43:03.740905 241048 cri.go:89] found id: "0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50"
I0216 17:43:03.740928 241048 cri.go:89] found id: ""
I0216 17:43:03.740939 241048 logs.go:276] 1 containers: [0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50]
I0216 17:43:03.741075 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:03.745308 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0216 17:43:03.745385 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0216 17:43:03.786850 241048 cri.go:89] found id: "71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9"
I0216 17:43:03.786875 241048 cri.go:89] found id: ""
I0216 17:43:03.786884 241048 logs.go:276] 1 containers: [71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9]
I0216 17:43:03.786981 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:03.790678 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0216 17:43:03.790878 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0216 17:43:03.834581 241048 cri.go:89] found id: "920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51"
I0216 17:43:03.834616 241048 cri.go:89] found id: ""
I0216 17:43:03.834626 241048 logs.go:276] 1 containers: [920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51]
I0216 17:43:03.834718 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:03.838356 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0216 17:43:03.838430 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0216 17:43:03.883245 241048 cri.go:89] found id: "131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b"
I0216 17:43:03.883266 241048 cri.go:89] found id: ""
I0216 17:43:03.883274 241048 logs.go:276] 1 containers: [131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b]
I0216 17:43:03.883332 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:03.887269 241048 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0216 17:43:03.887356 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0216 17:43:03.906330 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:03.913140 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:03.934724 241048 cri.go:89] found id: "b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758"
I0216 17:43:03.934785 241048 cri.go:89] found id: ""
I0216 17:43:03.934857 241048 logs.go:276] 1 containers: [b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758]
I0216 17:43:03.934933 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:03.939146 241048 logs.go:123] Gathering logs for kube-apiserver [3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218] ...
I0216 17:43:03.939213 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218"
I0216 17:43:04.023011 241048 logs.go:123] Gathering logs for coredns [0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50] ...
I0216 17:43:04.023081 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50"
I0216 17:43:04.078229 241048 logs.go:123] Gathering logs for CRI-O ...
I0216 17:43:04.078260 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0216 17:43:04.172820 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:04.183535 241048 logs.go:123] Gathering logs for container status ...
I0216 17:43:04.183589 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0216 17:43:04.251496 241048 logs.go:123] Gathering logs for kubelet ...
I0216 17:43:04.251526 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0216 17:43:04.312199 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.742903 1363 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.312410 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.742955 1363 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.312602 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743435 1363 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.312810 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743468 1363 reflector.go:147] object-"local-path-storage"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.313000 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743606 1363 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.313212 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743629 1363 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.313391 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743769 1363 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.313591 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743793 1363 reflector.go:147] object-"default"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.313756 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743922 1363 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:04.313939 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743945 1363 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
I0216 17:43:04.347730 241048 logs.go:123] Gathering logs for dmesg ...
I0216 17:43:04.347759 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0216 17:43:04.367469 241048 logs.go:123] Gathering logs for describe nodes ...
I0216 17:43:04.367499 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0216 17:43:04.406649 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:04.413627 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:04.585612 241048 logs.go:123] Gathering logs for etcd [3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4] ...
I0216 17:43:04.585645 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4"
I0216 17:43:04.656348 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:04.741361 241048 logs.go:123] Gathering logs for kube-scheduler [71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9] ...
I0216 17:43:04.741399 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9"
I0216 17:43:04.823191 241048 logs.go:123] Gathering logs for kube-proxy [920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51] ...
I0216 17:43:04.823222 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51"
I0216 17:43:04.899834 241048 logs.go:123] Gathering logs for kube-controller-manager [131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b] ...
I0216 17:43:04.899863 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b"
I0216 17:43:04.907681 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:04.915247 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:05.032700 241048 logs.go:123] Gathering logs for kindnet [b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758] ...
I0216 17:43:05.032744 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758"
I0216 17:43:05.117396 241048 out.go:304] Setting ErrFile to fd 2...
I0216 17:43:05.117424 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0216 17:43:05.117469 241048 out.go:239] X Problems detected in kubelet:
W0216 17:43:05.117484 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743629 1363 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:05.117492 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743769 1363 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:05.117509 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743793 1363 reflector.go:147] object-"default"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:05.117519 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743922 1363 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:05.117530 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743945 1363 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
I0216 17:43:05.117536 241048 out.go:304] Setting ErrFile to fd 2...
I0216 17:43:05.117543 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0216 17:43:05.157313 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:05.408814 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:05.412133 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:05.652021 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:05.906197 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:05.912925 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:06.159577 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:06.406668 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:06.413340 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:06.653591 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:06.906411 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:06.914279 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:07.158192 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:07.406474 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:07.413060 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:07.652487 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:07.908331 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:07.913094 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:08.152077 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:08.406452 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:08.412744 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:08.652038 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:08.905339 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:08.912799 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:09.153944 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:09.415620 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:09.419521 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:09.652680 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:09.905609 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:09.913022 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:10.170314 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:10.407448 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:10.414847 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:10.653010 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:10.905521 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:10.912861 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:11.152559 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:11.406292 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:11.413215 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:11.655056 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:11.906656 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:11.913323 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:12.152653 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:12.410688 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:12.425656 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:12.654972 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:12.905446 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:12.912956 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 17:43:13.152378 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:13.417790 241048 kapi.go:107] duration metric: took 1m14.509060377s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0216 17:43:13.420220 241048 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-208992 cluster.
I0216 17:43:13.419266 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:13.424293 241048 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.
I0216 17:43:13.426474 241048 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0216 17:43:13.652223 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:13.906822 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:14.161015 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:14.405974 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:14.653257 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:14.906544 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:15.118587 241048 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0216 17:43:15.153392 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:15.174509 241048 api_server.go:72] duration metric: took 1m26.763731911s to wait for apiserver process to appear ...
I0216 17:43:15.174548 241048 api_server.go:88] waiting for apiserver healthz status ...
I0216 17:43:15.174604 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0216 17:43:15.174724 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0216 17:43:15.292383 241048 cri.go:89] found id: "3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218"
I0216 17:43:15.292415 241048 cri.go:89] found id: ""
I0216 17:43:15.292424 241048 logs.go:276] 1 containers: [3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218]
I0216 17:43:15.292512 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:15.296481 241048 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0216 17:43:15.296576 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0216 17:43:15.354393 241048 cri.go:89] found id: "3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4"
I0216 17:43:15.354417 241048 cri.go:89] found id: ""
I0216 17:43:15.354425 241048 logs.go:276] 1 containers: [3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4]
I0216 17:43:15.354530 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:15.359654 241048 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0216 17:43:15.359815 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0216 17:43:15.407461 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:15.421453 241048 cri.go:89] found id: "0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50"
I0216 17:43:15.421484 241048 cri.go:89] found id: ""
I0216 17:43:15.421493 241048 logs.go:276] 1 containers: [0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50]
I0216 17:43:15.421588 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:15.425973 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0216 17:43:15.426083 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0216 17:43:15.494249 241048 cri.go:89] found id: "71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9"
I0216 17:43:15.494273 241048 cri.go:89] found id: ""
I0216 17:43:15.494283 241048 logs.go:276] 1 containers: [71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9]
I0216 17:43:15.494384 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:15.504235 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0216 17:43:15.504405 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0216 17:43:15.595558 241048 cri.go:89] found id: "920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51"
I0216 17:43:15.595591 241048 cri.go:89] found id: ""
I0216 17:43:15.595599 241048 logs.go:276] 1 containers: [920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51]
I0216 17:43:15.595683 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:15.609910 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0216 17:43:15.610023 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0216 17:43:15.653042 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:15.682122 241048 cri.go:89] found id: "131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b"
I0216 17:43:15.682146 241048 cri.go:89] found id: ""
I0216 17:43:15.682162 241048 logs.go:276] 1 containers: [131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b]
I0216 17:43:15.682259 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:15.689337 241048 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0216 17:43:15.689438 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0216 17:43:15.767071 241048 cri.go:89] found id: "b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758"
I0216 17:43:15.767102 241048 cri.go:89] found id: ""
I0216 17:43:15.767111 241048 logs.go:276] 1 containers: [b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758]
I0216 17:43:15.767204 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:15.779309 241048 logs.go:123] Gathering logs for kube-scheduler [71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9] ...
I0216 17:43:15.779346 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9"
I0216 17:43:15.858414 241048 logs.go:123] Gathering logs for kube-proxy [920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51] ...
I0216 17:43:15.858445 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51"
I0216 17:43:15.906867 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:15.915143 241048 logs.go:123] Gathering logs for kube-controller-manager [131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b] ...
I0216 17:43:15.915221 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b"
I0216 17:43:16.047092 241048 logs.go:123] Gathering logs for kindnet [b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758] ...
I0216 17:43:16.047131 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758"
I0216 17:43:16.110750 241048 logs.go:123] Gathering logs for CRI-O ...
I0216 17:43:16.110845 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0216 17:43:16.155350 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:16.231814 241048 logs.go:123] Gathering logs for dmesg ...
I0216 17:43:16.231850 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0216 17:43:16.262300 241048 logs.go:123] Gathering logs for describe nodes ...
I0216 17:43:16.262376 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0216 17:43:16.408990 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:16.497546 241048 logs.go:123] Gathering logs for kube-apiserver [3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218] ...
I0216 17:43:16.497643 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218"
I0216 17:43:16.615974 241048 logs.go:123] Gathering logs for container status ...
I0216 17:43:16.616053 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0216 17:43:16.652576 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:16.688183 241048 logs.go:123] Gathering logs for kubelet ...
I0216 17:43:16.688213 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0216 17:43:16.752986 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.742903 1363 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.753231 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.742955 1363 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.753442 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743435 1363 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.753710 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743468 1363 reflector.go:147] object-"local-path-storage"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.754685 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743606 1363 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.755220 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743629 1363 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.755430 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743769 1363 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.755654 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743793 1363 reflector.go:147] object-"default"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.755841 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743922 1363 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.756308 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743945 1363 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
I0216 17:43:16.806334 241048 logs.go:123] Gathering logs for etcd [3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4] ...
I0216 17:43:16.806373 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4"
I0216 17:43:16.885006 241048 logs.go:123] Gathering logs for coredns [0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50] ...
I0216 17:43:16.885039 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50"
I0216 17:43:16.906437 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:16.957806 241048 out.go:304] Setting ErrFile to fd 2...
I0216 17:43:16.957870 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0216 17:43:16.957944 241048 out.go:239] X Problems detected in kubelet:
W0216 17:43:16.957983 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743629 1363 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.958024 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743769 1363 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.958073 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743793 1363 reflector.go:147] object-"default"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.958108 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743922 1363 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:16.958153 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743945 1363 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
I0216 17:43:16.958191 241048 out.go:304] Setting ErrFile to fd 2...
I0216 17:43:16.958217 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0216 17:43:17.156118 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:17.406501 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:17.652545 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:17.905351 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:18.152588 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:18.405526 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:18.653301 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:18.906341 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:19.153160 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:19.407100 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:19.653484 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:19.906506 241048 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 17:43:20.152208 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:20.408601 241048 kapi.go:107] duration metric: took 1m25.507643444s to wait for app.kubernetes.io/name=ingress-nginx ...
I0216 17:43:20.653757 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:21.164657 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:21.653271 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:22.161581 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:22.654280 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:23.152970 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:23.652014 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:24.153023 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:24.653286 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:25.154844 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:25.652401 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:26.153868 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:26.654443 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:26.959973 241048 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0216 17:43:26.970865 241048 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0216 17:43:26.972314 241048 api_server.go:141] control plane version: v1.28.4
I0216 17:43:26.972335 241048 api_server.go:131] duration metric: took 11.797778731s to wait for apiserver health ...
I0216 17:43:26.972343 241048 system_pods.go:43] waiting for kube-system pods to appear ...
I0216 17:43:26.972374 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0216 17:43:26.972431 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0216 17:43:27.037225 241048 cri.go:89] found id: "3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218"
I0216 17:43:27.037290 241048 cri.go:89] found id: ""
I0216 17:43:27.037312 241048 logs.go:276] 1 containers: [3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218]
I0216 17:43:27.037407 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:27.041183 241048 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0216 17:43:27.041298 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0216 17:43:27.097777 241048 cri.go:89] found id: "3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4"
I0216 17:43:27.097844 241048 cri.go:89] found id: ""
I0216 17:43:27.097867 241048 logs.go:276] 1 containers: [3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4]
I0216 17:43:27.097968 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:27.102150 241048 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0216 17:43:27.102276 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0216 17:43:27.143726 241048 cri.go:89] found id: "0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50"
I0216 17:43:27.143757 241048 cri.go:89] found id: ""
I0216 17:43:27.143766 241048 logs.go:276] 1 containers: [0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50]
I0216 17:43:27.143825 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:27.147681 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0216 17:43:27.147746 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0216 17:43:27.158713 241048 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 17:43:27.188369 241048 cri.go:89] found id: "71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9"
I0216 17:43:27.188403 241048 cri.go:89] found id: ""
I0216 17:43:27.188411 241048 logs.go:276] 1 containers: [71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9]
I0216 17:43:27.188476 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:27.192125 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0216 17:43:27.192202 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0216 17:43:27.233860 241048 cri.go:89] found id: "920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51"
I0216 17:43:27.233884 241048 cri.go:89] found id: ""
I0216 17:43:27.233892 241048 logs.go:276] 1 containers: [920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51]
I0216 17:43:27.233963 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:27.237530 241048 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0216 17:43:27.237601 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0216 17:43:27.288983 241048 cri.go:89] found id: "131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b"
I0216 17:43:27.289007 241048 cri.go:89] found id: ""
I0216 17:43:27.289015 241048 logs.go:276] 1 containers: [131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b]
I0216 17:43:27.289071 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:27.292481 241048 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0216 17:43:27.292600 241048 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0216 17:43:27.334718 241048 cri.go:89] found id: "b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758"
I0216 17:43:27.334743 241048 cri.go:89] found id: ""
I0216 17:43:27.334751 241048 logs.go:276] 1 containers: [b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758]
I0216 17:43:27.334879 241048 ssh_runner.go:195] Run: which crictl
I0216 17:43:27.343474 241048 logs.go:123] Gathering logs for kube-proxy [920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51] ...
I0216 17:43:27.343502 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51"
I0216 17:43:27.413653 241048 logs.go:123] Gathering logs for kube-controller-manager [131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b] ...
I0216 17:43:27.413679 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b"
I0216 17:43:27.486378 241048 logs.go:123] Gathering logs for kindnet [b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758] ...
I0216 17:43:27.486418 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758"
I0216 17:43:27.526177 241048 logs.go:123] Gathering logs for CRI-O ...
I0216 17:43:27.526209 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0216 17:43:27.621718 241048 logs.go:123] Gathering logs for dmesg ...
I0216 17:43:27.621756 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0216 17:43:27.639237 241048 logs.go:123] Gathering logs for describe nodes ...
I0216 17:43:27.639276 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0216 17:43:27.653436 241048 kapi.go:107] duration metric: took 1m32.507159772s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0216 17:43:27.656971 241048 out.go:177] * Enabled addons: nvidia-device-plugin, storage-provisioner, cloud-spanner, ingress-dns, metrics-server, inspektor-gadget, yakd, storage-provisioner-rancher, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0216 17:43:27.658718 241048 addons.go:505] enable addons completed in 1m40.013396788s: enabled=[nvidia-device-plugin storage-provisioner cloud-spanner ingress-dns metrics-server inspektor-gadget yakd storage-provisioner-rancher volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0216 17:43:27.781266 241048 logs.go:123] Gathering logs for kube-apiserver [3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218] ...
I0216 17:43:27.781297 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218"
I0216 17:43:27.862853 241048 logs.go:123] Gathering logs for coredns [0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50] ...
I0216 17:43:27.862887 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50"
I0216 17:43:27.956116 241048 logs.go:123] Gathering logs for container status ...
I0216 17:43:27.956160 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0216 17:43:28.012063 241048 logs.go:123] Gathering logs for kubelet ...
I0216 17:43:28.012098 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0216 17:43:28.068621 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.742903 1363 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.068939 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.742955 1363 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.069171 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743435 1363 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.069411 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743468 1363 reflector.go:147] object-"local-path-storage"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.069623 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743606 1363 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.069919 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743629 1363 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.070122 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743769 1363 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.070346 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743793 1363 reflector.go:147] object-"default"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.070538 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743922 1363 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.070739 241048 logs.go:138] Found kubelet problem: Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743945 1363 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
I0216 17:43:28.118087 241048 logs.go:123] Gathering logs for etcd [3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4] ...
I0216 17:43:28.118130 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4"
I0216 17:43:28.171489 241048 logs.go:123] Gathering logs for kube-scheduler [71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9] ...
I0216 17:43:28.171527 241048 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9"
I0216 17:43:28.234990 241048 out.go:304] Setting ErrFile to fd 2...
I0216 17:43:28.235022 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0216 17:43:28.235101 241048 out.go:239] X Problems detected in kubelet:
W0216 17:43:28.235115 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743629 1363 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.235123 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743769 1363 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.235132 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743793 1363 reflector.go:147] object-"default"/"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-208992" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.235302 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: W0216 17:42:24.743922 1363 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
W0216 17:43:28.235329 241048 out.go:239] Feb 16 17:42:24 addons-208992 kubelet[1363]: E0216 17:42:24.743945 1363 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-208992" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-208992' and this object
I0216 17:43:28.235336 241048 out.go:304] Setting ErrFile to fd 2...
I0216 17:43:28.235344 241048 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0216 17:43:38.246505 241048 system_pods.go:59] 18 kube-system pods found
I0216 17:43:38.246541 241048 system_pods.go:61] "coredns-5dd5756b68-vx882" [0f48efcf-a96d-45b0-8f77-059838772489] Running
I0216 17:43:38.246549 241048 system_pods.go:61] "csi-hostpath-attacher-0" [981278e9-a55c-4459-a30a-cfce93c861d0] Running
I0216 17:43:38.246556 241048 system_pods.go:61] "csi-hostpath-resizer-0" [18e5e1de-5c97-4c4a-ae8f-0554e49521ac] Running
I0216 17:43:38.246583 241048 system_pods.go:61] "csi-hostpathplugin-mgbv7" [4bea71b0-68e4-4a0e-87fe-cd1676e7801e] Running
I0216 17:43:38.246595 241048 system_pods.go:61] "etcd-addons-208992" [6cee8eb9-28ee-4ef0-90ed-236be4fbdb8f] Running
I0216 17:43:38.246601 241048 system_pods.go:61] "kindnet-qrfxv" [2fddb22b-87ca-4c22-a399-6a22024637ca] Running
I0216 17:43:38.246610 241048 system_pods.go:61] "kube-apiserver-addons-208992" [6ac885a8-e51f-47bc-9f73-a13ab8305631] Running
I0216 17:43:38.246617 241048 system_pods.go:61] "kube-controller-manager-addons-208992" [b4a324bb-b9b2-4875-ba95-c799ea355818] Running
I0216 17:43:38.246629 241048 system_pods.go:61] "kube-ingress-dns-minikube" [3bddf1d4-11c5-4cdc-a339-9c88a2888cf0] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0216 17:43:38.246635 241048 system_pods.go:61] "kube-proxy-k9rln" [cf7fad95-29d3-40c8-9c6e-d5d757991d2f] Running
I0216 17:43:38.246642 241048 system_pods.go:61] "kube-scheduler-addons-208992" [cfe298cb-e871-4578-bc64-d4ac37cb236a] Running
I0216 17:43:38.246673 241048 system_pods.go:61] "metrics-server-69cf46c98-tw77t" [de085f73-f9c1-4364-af98-d03cf073781c] Running
I0216 17:43:38.246683 241048 system_pods.go:61] "nvidia-device-plugin-daemonset-c8cqt" [c9acc307-54d2-4cca-9c7c-6b4a71a0b368] Running
I0216 17:43:38.246689 241048 system_pods.go:61] "registry-bwcjp" [bab471b5-be61-41d8-b1d8-fd6b0ef3c7c5] Running
I0216 17:43:38.246696 241048 system_pods.go:61] "registry-proxy-wrkj9" [8b08a08c-b880-424a-aa5f-ab9afb2949fa] Running
I0216 17:43:38.246701 241048 system_pods.go:61] "snapshot-controller-58dbcc7b99-7cbdw" [ac1efe7c-cf19-48ac-a23b-5d8f54308ded] Running
I0216 17:43:38.246709 241048 system_pods.go:61] "snapshot-controller-58dbcc7b99-vt5sb" [5f1229c5-1096-4b54-8fe8-3835e4ca52d7] Running
I0216 17:43:38.246714 241048 system_pods.go:61] "storage-provisioner" [43a367ad-1435-4ab5-b128-6ad4fddbe4af] Running
I0216 17:43:38.246722 241048 system_pods.go:74] duration metric: took 11.274373577s to wait for pod list to return data ...
I0216 17:43:38.246730 241048 default_sa.go:34] waiting for default service account to be created ...
I0216 17:43:38.249351 241048 default_sa.go:45] found service account: "default"
I0216 17:43:38.249379 241048 default_sa.go:55] duration metric: took 2.640623ms for default service account to be created ...
I0216 17:43:38.249389 241048 system_pods.go:116] waiting for k8s-apps to be running ...
I0216 17:43:38.258956 241048 system_pods.go:86] 18 kube-system pods found
I0216 17:43:38.258991 241048 system_pods.go:89] "coredns-5dd5756b68-vx882" [0f48efcf-a96d-45b0-8f77-059838772489] Running
I0216 17:43:38.258999 241048 system_pods.go:89] "csi-hostpath-attacher-0" [981278e9-a55c-4459-a30a-cfce93c861d0] Running
I0216 17:43:38.259004 241048 system_pods.go:89] "csi-hostpath-resizer-0" [18e5e1de-5c97-4c4a-ae8f-0554e49521ac] Running
I0216 17:43:38.259010 241048 system_pods.go:89] "csi-hostpathplugin-mgbv7" [4bea71b0-68e4-4a0e-87fe-cd1676e7801e] Running
I0216 17:43:38.259015 241048 system_pods.go:89] "etcd-addons-208992" [6cee8eb9-28ee-4ef0-90ed-236be4fbdb8f] Running
I0216 17:43:38.259020 241048 system_pods.go:89] "kindnet-qrfxv" [2fddb22b-87ca-4c22-a399-6a22024637ca] Running
I0216 17:43:38.259025 241048 system_pods.go:89] "kube-apiserver-addons-208992" [6ac885a8-e51f-47bc-9f73-a13ab8305631] Running
I0216 17:43:38.259032 241048 system_pods.go:89] "kube-controller-manager-addons-208992" [b4a324bb-b9b2-4875-ba95-c799ea355818] Running
I0216 17:43:38.259040 241048 system_pods.go:89] "kube-ingress-dns-minikube" [3bddf1d4-11c5-4cdc-a339-9c88a2888cf0] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0216 17:43:38.259050 241048 system_pods.go:89] "kube-proxy-k9rln" [cf7fad95-29d3-40c8-9c6e-d5d757991d2f] Running
I0216 17:43:38.259057 241048 system_pods.go:89] "kube-scheduler-addons-208992" [cfe298cb-e871-4578-bc64-d4ac37cb236a] Running
I0216 17:43:38.259065 241048 system_pods.go:89] "metrics-server-69cf46c98-tw77t" [de085f73-f9c1-4364-af98-d03cf073781c] Running
I0216 17:43:38.259075 241048 system_pods.go:89] "nvidia-device-plugin-daemonset-c8cqt" [c9acc307-54d2-4cca-9c7c-6b4a71a0b368] Running
I0216 17:43:38.259082 241048 system_pods.go:89] "registry-bwcjp" [bab471b5-be61-41d8-b1d8-fd6b0ef3c7c5] Running
I0216 17:43:38.259089 241048 system_pods.go:89] "registry-proxy-wrkj9" [8b08a08c-b880-424a-aa5f-ab9afb2949fa] Running
I0216 17:43:38.259095 241048 system_pods.go:89] "snapshot-controller-58dbcc7b99-7cbdw" [ac1efe7c-cf19-48ac-a23b-5d8f54308ded] Running
I0216 17:43:38.259102 241048 system_pods.go:89] "snapshot-controller-58dbcc7b99-vt5sb" [5f1229c5-1096-4b54-8fe8-3835e4ca52d7] Running
I0216 17:43:38.259107 241048 system_pods.go:89] "storage-provisioner" [43a367ad-1435-4ab5-b128-6ad4fddbe4af] Running
I0216 17:43:38.259113 241048 system_pods.go:126] duration metric: took 9.719087ms to wait for k8s-apps to be running ...
I0216 17:43:38.259120 241048 system_svc.go:44] waiting for kubelet service to be running ....
I0216 17:43:38.259186 241048 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0216 17:43:38.271830 241048 system_svc.go:56] duration metric: took 12.701034ms WaitForService to wait for kubelet.
I0216 17:43:38.271856 241048 kubeadm.go:581] duration metric: took 1m49.861086424s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0216 17:43:38.271876 241048 node_conditions.go:102] verifying NodePressure condition ...
I0216 17:43:38.275755 241048 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0216 17:43:38.275803 241048 node_conditions.go:123] node cpu capacity is 2
I0216 17:43:38.276364 241048 node_conditions.go:105] duration metric: took 4.479932ms to run NodePressure ...
I0216 17:43:38.276379 241048 start.go:228] waiting for startup goroutines ...
I0216 17:43:38.276395 241048 start.go:233] waiting for cluster config update ...
I0216 17:43:38.276417 241048 start.go:242] writing updated cluster config ...
I0216 17:43:38.276713 241048 ssh_runner.go:195] Run: rm -f paused
I0216 17:43:38.614369 241048 start.go:601] kubectl: 1.29.2, cluster: 1.28.4 (minor skew: 1)
I0216 17:43:38.623136 241048 out.go:177] * Done! kubectl is now configured to use "addons-208992" cluster and "default" namespace by default
==> CRI-O <==
Feb 16 17:47:45 addons-208992 crio[895]: time="2024-02-16 17:47:45.351461853Z" 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=fc66ecee-1a50-489a-aea2-a9b46c491eb6 name=/runtime.v1.ImageService/ImageStatus
Feb 16 17:47:45 addons-208992 crio[895]: time="2024-02-16 17:47:45.352420474Z" level=info msg="Creating container: default/hello-world-app-5d77478584-tbjr7/hello-world-app" id=86e8d64f-f10e-4c1a-a9f4-4dd2ff895b80 name=/runtime.v1.RuntimeService/CreateContainer
Feb 16 17:47:45 addons-208992 crio[895]: time="2024-02-16 17:47:45.352522691Z" level=warning msg="Allowed annotations are specified for workload []"
Feb 16 17:47:45 addons-208992 crio[895]: time="2024-02-16 17:47:45.358755087Z" level=info msg="Removed container c8487ced9a0a4c44ea29ed1a07f604627ef9ae9f878c200f62dc95fc5284684a: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=7872ea0c-9129-47c0-bccf-d341913cc03f name=/runtime.v1.RuntimeService/RemoveContainer
Feb 16 17:47:45 addons-208992 crio[895]: time="2024-02-16 17:47:45.474730832Z" level=info msg="Created container 0f4aa807d11e7831316b0d4a4d6c31212d6c147d91a3de888ebc62b829e657c7: default/hello-world-app-5d77478584-tbjr7/hello-world-app" id=86e8d64f-f10e-4c1a-a9f4-4dd2ff895b80 name=/runtime.v1.RuntimeService/CreateContainer
Feb 16 17:47:45 addons-208992 crio[895]: time="2024-02-16 17:47:45.475687411Z" level=info msg="Starting container: 0f4aa807d11e7831316b0d4a4d6c31212d6c147d91a3de888ebc62b829e657c7" id=cf0946db-7f58-4492-b660-867e31df6a0c name=/runtime.v1.RuntimeService/StartContainer
Feb 16 17:47:45 addons-208992 crio[895]: time="2024-02-16 17:47:45.488343812Z" level=info msg="Started container" PID=8337 containerID=0f4aa807d11e7831316b0d4a4d6c31212d6c147d91a3de888ebc62b829e657c7 description=default/hello-world-app-5d77478584-tbjr7/hello-world-app id=cf0946db-7f58-4492-b660-867e31df6a0c name=/runtime.v1.RuntimeService/StartContainer sandboxID=b242ef5014914d0b68f24d8ef402fd7f81d4b45f36e114a8ea5df9a533341894
Feb 16 17:47:45 addons-208992 conmon[8326]: conmon 0f4aa807d11e7831316b <ninfo>: container 8337 exited with status 1
Feb 16 17:47:46 addons-208992 crio[895]: time="2024-02-16 17:47:46.319225902Z" level=info msg="Removing container: 4b82daf4ffd1fd632159bf0d3d0dda21afb8904692d003c40627a35411ed6411" id=1d943741-904e-4712-b7c6-0456b8b6426f name=/runtime.v1.RuntimeService/RemoveContainer
Feb 16 17:47:46 addons-208992 crio[895]: time="2024-02-16 17:47:46.343050654Z" level=info msg="Removed container 4b82daf4ffd1fd632159bf0d3d0dda21afb8904692d003c40627a35411ed6411: default/hello-world-app-5d77478584-tbjr7/hello-world-app" id=1d943741-904e-4712-b7c6-0456b8b6426f name=/runtime.v1.RuntimeService/RemoveContainer
Feb 16 17:47:47 addons-208992 crio[895]: time="2024-02-16 17:47:47.081690186Z" level=info msg="Stopping container: d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1 (timeout: 2s)" id=46a73957-7406-4972-a374-d8c031164d20 name=/runtime.v1.RuntimeService/StopContainer
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.088527003Z" level=warning msg="Stopping container d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=46a73957-7406-4972-a374-d8c031164d20 name=/runtime.v1.RuntimeService/StopContainer
Feb 16 17:47:49 addons-208992 conmon[5077]: conmon d2cb03c7ea55ea27c548 <ninfo>: container 5088 exited with status 137
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.227137233Z" level=info msg="Stopped container d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1: ingress-nginx/ingress-nginx-controller-7967645744-lzkl4/controller" id=46a73957-7406-4972-a374-d8c031164d20 name=/runtime.v1.RuntimeService/StopContainer
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.227681998Z" level=info msg="Stopping pod sandbox: 3a026164aa21a9d0b188427ea38914e56b3e0717570e6c67b0987a1b377e6835" id=73c5b839-8dfb-4c56-a6b6-e58e3dec494a name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.231346838Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-B7RWFWJ2DBZEV36Y - [0:0]\n:KUBE-HP-GS2N26ZJNP7IKDKZ - [0:0]\n-X KUBE-HP-GS2N26ZJNP7IKDKZ\n-X KUBE-HP-B7RWFWJ2DBZEV36Y\nCOMMIT\n"
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.232681458Z" level=info msg="Closing host port tcp:80"
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.232727726Z" level=info msg="Closing host port tcp:443"
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.234295529Z" level=info msg="Host port tcp:80 does not have an open socket"
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.234327134Z" level=info msg="Host port tcp:443 does not have an open socket"
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.234506789Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-7967645744-lzkl4 Namespace:ingress-nginx ID:3a026164aa21a9d0b188427ea38914e56b3e0717570e6c67b0987a1b377e6835 UID:7bf08d99-9e6d-4fda-a75b-1485831bcf77 NetNS:/var/run/netns/0a454fad-b4b8-43e7-9282-ce5cdcaa20fe Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.234678083Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-7967645744-lzkl4 from CNI network \"kindnet\" (type=ptp)"
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.260337348Z" level=info msg="Stopped pod sandbox: 3a026164aa21a9d0b188427ea38914e56b3e0717570e6c67b0987a1b377e6835" id=73c5b839-8dfb-4c56-a6b6-e58e3dec494a name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.328533380Z" level=info msg="Removing container: d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1" id=36ecbd58-4bf4-42e1-8c55-cf7da4be3fa3 name=/runtime.v1.RuntimeService/RemoveContainer
Feb 16 17:47:49 addons-208992 crio[895]: time="2024-02-16 17:47:49.343808700Z" level=info msg="Removed container d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1: ingress-nginx/ingress-nginx-controller-7967645744-lzkl4/controller" id=36ecbd58-4bf4-42e1-8c55-cf7da4be3fa3 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
0f4aa807d11e7 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 9 seconds ago Exited hello-world-app 2 b242ef5014914 hello-world-app-5d77478584-tbjr7
3be9fc7684973 docker.io/library/nginx@sha256:34aa0a372d3220dc0448131f809c72d8085f79bdec8058ad6970fc034a395674 2 minutes ago Running nginx 0 c662ed75b4e90 nginx
273e238b5cfd6 ghcr.io/headlamp-k8s/headlamp@sha256:0fe50c48c186b89ff3d341dba427174d8232a64c3062af5de854a3a7cb2105ce 4 minutes ago Running headlamp 0 78cc47754790b headlamp-7ddfbb94ff-k8fcz
8fd2f38567c0a gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 4 minutes ago Running gcp-auth 0 c0d468db0fa11 gcp-auth-d4c87556c-wx4mh
6d9dc674523dd f8c5dfd0ede5fc09af68292793e1622682ffc7336e487c703a1341e6248f1bdd 4 minutes ago Exited patch 1 772e04f4466b7 ingress-nginx-admission-patch-98k22
ad852727ba5a8 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084 4 minutes ago Exited create 0 0544a7d2a898e ingress-nginx-admission-create-ls6sw
fecc3d4b8f293 docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 5 minutes ago Running yakd 0 3cbb9840d35b7 yakd-dashboard-9947fc6bf-rnvb9
0f5f3c8016e78 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 5 minutes ago Running coredns 0 26b046e14b50f coredns-5dd5756b68-vx882
d41af7414112c ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 cf3ac753ae67a storage-provisioner
b2e582bef8a00 docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988 6 minutes ago Running kindnet-cni 0 282bba07a9d49 kindnet-qrfxv
920fc9f884cf4 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 6 minutes ago Running kube-proxy 0 db0a8dcfda64a kube-proxy-k9rln
3cadc67d8e0c8 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 6 minutes ago Running etcd 0 b92de95f59a1d etcd-addons-208992
71c52e23e6fa4 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 6 minutes ago Running kube-scheduler 0 46d4a57b37755 kube-scheduler-addons-208992
3c87cf2b965f7 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 6 minutes ago Running kube-apiserver 0 b36bd190893c2 kube-apiserver-addons-208992
131b63f2f8d68 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 6 minutes ago Running kube-controller-manager 0 48be70206414d kube-controller-manager-addons-208992
==> coredns [0f5f3c8016e78d1c7be6ae483c1f0190a2af579ac2c1089d09d09654e0895f50] <==
[INFO] 10.244.0.19:53644 - 7807 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000090476s
[INFO] 10.244.0.19:59183 - 31818 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002145454s
[INFO] 10.244.0.19:53644 - 41856 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001152429s
[INFO] 10.244.0.19:59183 - 5388 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002318052s
[INFO] 10.244.0.19:53644 - 12445 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00241661s
[INFO] 10.244.0.19:53644 - 56730 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000139426s
[INFO] 10.244.0.19:59183 - 5166 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000044421s
[INFO] 10.244.0.19:37283 - 62761 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000153243s
[INFO] 10.244.0.19:54181 - 15086 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000199814s
[INFO] 10.244.0.19:37283 - 28893 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000070636s
[INFO] 10.244.0.19:37283 - 24897 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000061832s
[INFO] 10.244.0.19:54181 - 8892 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000036347s
[INFO] 10.244.0.19:37283 - 25032 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000133937s
[INFO] 10.244.0.19:37283 - 29941 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000096031s
[INFO] 10.244.0.19:54181 - 10661 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000109963s
[INFO] 10.244.0.19:37283 - 30787 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00004164s
[INFO] 10.244.0.19:54181 - 44325 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000159307s
[INFO] 10.244.0.19:54181 - 50743 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000169063s
[INFO] 10.244.0.19:37283 - 52305 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001524185s
[INFO] 10.244.0.19:54181 - 16812 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000057803s
[INFO] 10.244.0.19:54181 - 57376 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000966547s
[INFO] 10.244.0.19:37283 - 19876 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001045544s
[INFO] 10.244.0.19:37283 - 49676 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000085881s
[INFO] 10.244.0.19:54181 - 65031 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000989512s
[INFO] 10.244.0.19:54181 - 59868 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000048557s
==> describe nodes <==
Name: addons-208992
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-208992
kubernetes.io/os=linux
minikube.k8s.io/commit=fdce3bf7146356e37c4eabb07ae105993e4520f9
minikube.k8s.io/name=addons-208992
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_02_16T17_41_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-208992
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Fri, 16 Feb 2024 17:41:32 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-208992
AcquireTime: <unset>
RenewTime: Fri, 16 Feb 2024 17:47:53 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Fri, 16 Feb 2024 17:47:43 +0000 Fri, 16 Feb 2024 17:41:29 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Fri, 16 Feb 2024 17:47:43 +0000 Fri, 16 Feb 2024 17:41:29 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Fri, 16 Feb 2024 17:47:43 +0000 Fri, 16 Feb 2024 17:41:29 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Fri, 16 Feb 2024 17:47:43 +0000 Fri, 16 Feb 2024 17:42:24 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-208992
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: 9301ea8b147a41e79bfc8e03410a2957
System UUID: 6c5d6854-c629-4e18-b179-d030b5c98e25
Boot ID: e9b2279b-5bd3-4958-87d8-a7ef60f46af1
Kernel Version: 5.15.0-1053-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: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-tbjr7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
gcp-auth gcp-auth-d4c87556c-wx4mh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m56s
headlamp headlamp-7ddfbb94ff-k8fcz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m14s
kube-system coredns-5dd5756b68-vx882 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m4s
kube-system etcd-addons-208992 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system kindnet-qrfxv 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m6s
kube-system kube-apiserver-addons-208992 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system kube-controller-manager-addons-208992 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system kube-proxy-k9rln 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m6s
kube-system kube-scheduler-addons-208992 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m
yakd-dashboard yakd-dashboard-9947fc6bf-rnvb9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 6m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(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 6m kube-proxy
Normal Starting 6m27s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m27s (x8 over 6m27s) kubelet Node addons-208992 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m27s (x8 over 6m27s) kubelet Node addons-208992 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m27s (x8 over 6m27s) kubelet Node addons-208992 status is now: NodeHasSufficientPID
Normal Starting 6m19s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m19s kubelet Node addons-208992 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m19s kubelet Node addons-208992 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m19s kubelet Node addons-208992 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m7s node-controller Node addons-208992 event: Registered Node addons-208992 in Controller
Normal NodeReady 5m30s kubelet Node addons-208992 status is now: NodeReady
==> dmesg <==
[ +0.001327] FS-Cache: N-key=[8] '9d5b3b0000000000'
[ +0.003121] FS-Cache: Duplicate cookie detected
[ +0.000863] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.001329] FS-Cache: O-cookie d=00000000dcc5bbb7{9p.inode} n=00000000b5466e26
[ +0.001185] FS-Cache: O-key=[8] '9d5b3b0000000000'
[ +0.000783] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.001085] FS-Cache: N-cookie d=00000000dcc5bbb7{9p.inode} n=000000008977e831
[ +0.001109] FS-Cache: N-key=[8] '9d5b3b0000000000'
[ +2.468420] FS-Cache: Duplicate cookie detected
[ +0.001058] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.001405] FS-Cache: O-cookie d=00000000dcc5bbb7{9p.inode} n=000000009400f09f
[ +0.001352] FS-Cache: O-key=[8] '9c5b3b0000000000'
[ +0.000830] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.001374] FS-Cache: N-cookie d=00000000dcc5bbb7{9p.inode} n=0000000044230618
[ +0.001471] FS-Cache: N-key=[8] '9c5b3b0000000000'
[ +0.441099] FS-Cache: Duplicate cookie detected
[ +0.000784] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.001146] FS-Cache: O-cookie d=00000000dcc5bbb7{9p.inode} n=0000000092025ff1
[ +0.001124] FS-Cache: O-key=[8] 'a45b3b0000000000'
[ +0.000792] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.001032] FS-Cache: N-cookie d=00000000dcc5bbb7{9p.inode} n=000000000f4d71c7
[ +0.001156] FS-Cache: N-key=[8] 'a45b3b0000000000'
[ +11.031726] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Feb16 17:05] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
[Feb16 17:28] hrtimer: interrupt took 13673561 ns
==> etcd [3cadc67d8e0c8fcf02cab2d2826f3dc507d9ce6f59343a831cb6a86f3beeb3d4] <==
{"level":"warn","ts":"2024-02-16T17:41:51.602586Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"127.98114ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/\" range_end:\"/registry/apiextensions.k8s.io/customresourcedefinitions0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-02-16T17:41:51.61749Z","caller":"traceutil/trace.go:171","msg":"trace[1083639821] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions/; range_end:/registry/apiextensions.k8s.io/customresourcedefinitions0; response_count:0; response_revision:380; }","duration":"128.025316ms","start":"2024-02-16T17:41:51.474583Z","end":"2024-02-16T17:41:51.602608Z","steps":["trace[1083639821] 'agreement among raft nodes before linearized reading' (duration: 127.963746ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-16T17:41:51.619009Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"158.48737ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kindnet-qrfxv\" ","response":"range_response_count:1 size:3688"}
{"level":"info","ts":"2024-02-16T17:41:51.619057Z","caller":"traceutil/trace.go:171","msg":"trace[267087598] range","detail":"{range_begin:/registry/pods/kube-system/kindnet-qrfxv; range_end:; response_count:1; response_revision:380; }","duration":"158.548258ms","start":"2024-02-16T17:41:51.460499Z","end":"2024-02-16T17:41:51.619047Z","steps":["trace[267087598] 'agreement among raft nodes before linearized reading' (duration: 158.440183ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-16T17:41:51.619182Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"159.039673ms","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":"2024-02-16T17:41:51.619205Z","caller":"traceutil/trace.go:171","msg":"trace[1401441064] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/minikube-ingress-dns; range_end:; response_count:0; response_revision:380; }","duration":"159.065683ms","start":"2024-02-16T17:41:51.460135Z","end":"2024-02-16T17:41:51.6192Z","steps":["trace[1401441064] 'agreement among raft nodes before linearized reading' (duration: 159.026037ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-16T17:41:51.619312Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"159.228764ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-02-16T17:41:51.631448Z","caller":"traceutil/trace.go:171","msg":"trace[913604852] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:380; }","duration":"171.350507ms","start":"2024-02-16T17:41:51.460078Z","end":"2024-02-16T17:41:51.631428Z","steps":["trace[913604852] 'agreement among raft nodes before linearized reading' (duration: 159.218236ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-16T17:41:51.633643Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"218.977776ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/\" range_end:\"/registry/serviceaccounts/kube-system0\" ","response":"range_response_count:36 size:7511"}
{"level":"info","ts":"2024-02-16T17:41:51.633695Z","caller":"traceutil/trace.go:171","msg":"trace[1904595576] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/; range_end:/registry/serviceaccounts/kube-system0; response_count:36; response_revision:380; }","duration":"219.04709ms","start":"2024-02-16T17:41:51.414636Z","end":"2024-02-16T17:41:51.633683Z","steps":["trace[1904595576] 'agreement among raft nodes before linearized reading' (duration: 217.529769ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:51.680374Z","caller":"traceutil/trace.go:171","msg":"trace[936504639] transaction","detail":"{read_only:false; response_revision:382; number_of_response:1; }","duration":"121.28866ms","start":"2024-02-16T17:41:51.559072Z","end":"2024-02-16T17:41:51.68036Z","steps":["trace[936504639] 'process raft request' (duration: 121.249605ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:51.680673Z","caller":"traceutil/trace.go:171","msg":"trace[958188312] transaction","detail":"{read_only:false; response_revision:381; number_of_response:1; }","duration":"158.824254ms","start":"2024-02-16T17:41:51.521839Z","end":"2024-02-16T17:41:51.680663Z","steps":["trace[958188312] 'process raft request' (duration: 156.853875ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:52.947278Z","caller":"traceutil/trace.go:171","msg":"trace[632628748] transaction","detail":"{read_only:false; response_revision:431; number_of_response:1; }","duration":"101.001447ms","start":"2024-02-16T17:41:52.846257Z","end":"2024-02-16T17:41:52.947258Z","steps":["trace[632628748] 'process raft request' (duration: 78.558693ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:52.947686Z","caller":"traceutil/trace.go:171","msg":"trace[261629336] transaction","detail":"{read_only:false; response_revision:432; number_of_response:1; }","duration":"101.230888ms","start":"2024-02-16T17:41:52.846443Z","end":"2024-02-16T17:41:52.947674Z","steps":["trace[261629336] 'process raft request' (duration: 78.424674ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:52.949712Z","caller":"traceutil/trace.go:171","msg":"trace[1408292668] transaction","detail":"{read_only:false; response_revision:433; number_of_response:1; }","duration":"103.219375ms","start":"2024-02-16T17:41:52.846482Z","end":"2024-02-16T17:41:52.949701Z","steps":["trace[1408292668] 'process raft request' (duration: 78.537762ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:52.954022Z","caller":"traceutil/trace.go:171","msg":"trace[287564519] transaction","detail":"{read_only:false; response_revision:434; number_of_response:1; }","duration":"107.425487ms","start":"2024-02-16T17:41:52.846582Z","end":"2024-02-16T17:41:52.954008Z","steps":["trace[287564519] 'process raft request' (duration: 78.465107ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:52.961744Z","caller":"traceutil/trace.go:171","msg":"trace[1493876584] linearizableReadLoop","detail":"{readStateIndex:446; appliedIndex:440; }","duration":"114.872243ms","start":"2024-02-16T17:41:52.846858Z","end":"2024-02-16T17:41:52.96173Z","steps":["trace[1493876584] 'read index received' (duration: 19.986612ms)","trace[1493876584] 'applied index is now lower than readState.Index' (duration: 94.884564ms)"],"step_count":2}
{"level":"warn","ts":"2024-02-16T17:41:52.96229Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"119.236636ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/yakd-dashboard\" ","response":"range_response_count:1 size:883"}
{"level":"info","ts":"2024-02-16T17:41:53.022654Z","caller":"traceutil/trace.go:171","msg":"trace[1772154430] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:1; response_revision:440; }","duration":"179.593115ms","start":"2024-02-16T17:41:52.843035Z","end":"2024-02-16T17:41:53.022629Z","steps":["trace[1772154430] 'agreement among raft nodes before linearized reading' (duration: 119.209445ms)"],"step_count":1}
{"level":"warn","ts":"2024-02-16T17:41:52.987944Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"157.289934ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/coredns-5dd5756b68-7jht7\" ","response":"range_response_count:1 size:3994"}
{"level":"warn","ts":"2024-02-16T17:41:52.988003Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"157.598963ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterrolebindings/minikube-ingress-dns\" ","response":"range_response_count:0 size:5"}
{"level":"warn","ts":"2024-02-16T17:41:53.011493Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"108.281914ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/roles/kube-system/system:persistent-volume-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-02-16T17:41:53.027596Z","caller":"traceutil/trace.go:171","msg":"trace[191622193] range","detail":"{range_begin:/registry/pods/kube-system/coredns-5dd5756b68-7jht7; range_end:; response_count:1; response_revision:440; }","duration":"196.954098ms","start":"2024-02-16T17:41:52.830629Z","end":"2024-02-16T17:41:53.027583Z","steps":["trace[191622193] 'agreement among raft nodes before linearized reading' (duration: 157.23451ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:53.03203Z","caller":"traceutil/trace.go:171","msg":"trace[1452027934] range","detail":"{range_begin:/registry/clusterrolebindings/minikube-ingress-dns; range_end:; response_count:0; response_revision:440; }","duration":"201.613998ms","start":"2024-02-16T17:41:52.8304Z","end":"2024-02-16T17:41:53.032014Z","steps":["trace[1452027934] 'agreement among raft nodes before linearized reading' (duration: 157.588395ms)"],"step_count":1}
{"level":"info","ts":"2024-02-16T17:41:53.03223Z","caller":"traceutil/trace.go:171","msg":"trace[1847265947] range","detail":"{range_begin:/registry/roles/kube-system/system:persistent-volume-provisioner; range_end:; response_count:0; response_revision:441; }","duration":"129.035388ms","start":"2024-02-16T17:41:52.903185Z","end":"2024-02-16T17:41:53.03222Z","steps":["trace[1847265947] 'agreement among raft nodes before linearized reading' (duration: 108.245624ms)"],"step_count":1}
==> gcp-auth [8fd2f38567c0a80d79cb5c26766af0c1c6d7a478d19f906bda4d40ac3771ba95] <==
2024/02/16 17:43:12 GCP Auth Webhook started!
2024/02/16 17:43:40 Ready to marshal response ...
2024/02/16 17:43:40 Ready to write response ...
2024/02/16 17:43:40 Ready to marshal response ...
2024/02/16 17:43:40 Ready to write response ...
2024/02/16 17:43:40 Ready to marshal response ...
2024/02/16 17:43:40 Ready to write response ...
2024/02/16 17:43:49 Ready to marshal response ...
2024/02/16 17:43:49 Ready to write response ...
2024/02/16 17:43:57 Ready to marshal response ...
2024/02/16 17:43:57 Ready to write response ...
2024/02/16 17:43:57 Ready to marshal response ...
2024/02/16 17:43:57 Ready to write response ...
2024/02/16 17:44:05 Ready to marshal response ...
2024/02/16 17:44:05 Ready to write response ...
2024/02/16 17:44:20 Ready to marshal response ...
2024/02/16 17:44:20 Ready to write response ...
2024/02/16 17:44:52 Ready to marshal response ...
2024/02/16 17:44:52 Ready to write response ...
2024/02/16 17:45:08 Ready to marshal response ...
2024/02/16 17:45:08 Ready to write response ...
2024/02/16 17:47:28 Ready to marshal response ...
2024/02/16 17:47:28 Ready to write response ...
==> kernel <==
17:47:54 up 1:30, 0 users, load average: 0.14, 1.08, 1.84
Linux addons-208992 5.15.0-1053-aws #58~20.04.1-Ubuntu SMP Mon Jan 22 17:19:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kindnet [b2e582bef8a00a560b37187bec98eaeba8fc20d78660bf355e8b2e0b700ce758] <==
I0216 17:45:54.419494 1 main.go:227] handling current node
I0216 17:46:04.432584 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:46:04.432713 1 main.go:227] handling current node
I0216 17:46:14.436755 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:46:14.436782 1 main.go:227] handling current node
I0216 17:46:24.449516 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:46:24.449545 1 main.go:227] handling current node
I0216 17:46:34.453403 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:46:34.453432 1 main.go:227] handling current node
I0216 17:46:44.460493 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:46:44.460520 1 main.go:227] handling current node
I0216 17:46:54.470321 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:46:54.470579 1 main.go:227] handling current node
I0216 17:47:04.483133 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:47:04.483161 1 main.go:227] handling current node
I0216 17:47:14.495578 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:47:14.495607 1 main.go:227] handling current node
I0216 17:47:24.506852 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:47:24.506878 1 main.go:227] handling current node
I0216 17:47:34.518531 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:47:34.518646 1 main.go:227] handling current node
I0216 17:47:44.522300 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:47:44.522330 1 main.go:227] handling current node
I0216 17:47:54.526963 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0216 17:47:54.526990 1 main.go:227] handling current node
==> kube-apiserver [3c87cf2b965f7418e59b0119e1cf8944f7a558da9bce506ca72b75f97602e218] <==
I0216 17:44:55.307863 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0216 17:44:56.334680 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0216 17:45:08.043842 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0216 17:45:08.317694 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.97.231.36"}
I0216 17:45:10.933805 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:10.941792 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 17:45:10.948603 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:10.948910 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 17:45:10.964682 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:10.968313 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 17:45:11.009878 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:11.009970 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 17:45:11.027897 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:11.027965 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 17:45:11.041860 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:11.041907 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 17:45:11.051631 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:11.051800 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 17:45:11.142319 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 17:45:11.142499 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0216 17:45:12.042893 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0216 17:45:12.143000 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0216 17:45:12.157565 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0216 17:45:37.983025 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0216 17:47:28.835783 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.93.0"}
==> kube-controller-manager [131b63f2f8d6834ad55f188c59c10d81439cd83d2e472a66378e0563e263d86b] <==
W0216 17:47:01.976360 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
E0216 17:47:01.976398 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
W0216 17:47:06.335735 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
E0216 17:47:06.335766 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
W0216 17:47:23.179560 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
E0216 17:47:23.179590 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
W0216 17:47:26.662752 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
E0216 17:47:26.662815 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
I0216 17:47:28.590779 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"
I0216 17:47:28.617486 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-tbjr7"
I0216 17:47:28.624825 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="33.781519ms"
I0216 17:47:28.636374 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="11.004808ms"
I0216 17:47:28.636450 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="31.007µs"
I0216 17:47:28.648115 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="77.619µs"
I0216 17:47:32.306715 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="42.222µs"
I0216 17:47:33.309772 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="95.603µs"
I0216 17:47:34.297999 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="71.309µs"
W0216 17:47:40.690039 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
E0216 17:47:40.690076 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
W0216 17:47:42.093358 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
E0216 17:47:42.093392 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
I0216 17:47:46.049306 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0216 17:47:46.056062 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-7967645744" duration="11.873µs"
I0216 17:47:46.067437 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0216 17:47:46.338959 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="58.592µs"
==> kube-proxy [920fc9f884cf4a36e7a0b803ae264b94d36e870ce731ebc4dd10f6f2e4f9cd51] <==
I0216 17:41:54.188836 1 server_others.go:69] "Using iptables proxy"
I0216 17:41:54.309412 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0216 17:41:54.529564 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0216 17:41:54.545036 1 server_others.go:152] "Using iptables Proxier"
I0216 17:41:54.545082 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0216 17:41:54.545090 1 server_others.go:438] "Defaulting to no-op detect-local"
I0216 17:41:54.545120 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"
I0216 17:41:54.545329 1 server.go:846] "Version info" version="v1.28.4"
I0216 17:41:54.545346 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0216 17:41:54.546146 1 config.go:188] "Starting service config controller"
I0216 17:41:54.546172 1 shared_informer.go:311] Waiting for caches to sync for service config
I0216 17:41:54.546191 1 config.go:97] "Starting endpoint slice config controller"
I0216 17:41:54.546195 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0216 17:41:54.546617 1 config.go:315] "Starting node config controller"
I0216 17:41:54.546629 1 shared_informer.go:311] Waiting for caches to sync for node config
I0216 17:41:54.646928 1 shared_informer.go:318] Caches are synced for node config
I0216 17:41:54.646971 1 shared_informer.go:318] Caches are synced for service config
I0216 17:41:54.647014 1 shared_informer.go:318] Caches are synced for endpoint slice config
==> kube-scheduler [71c52e23e6fa42914ade00819544aee297ade4481f1a8b0957eb0e2cf1f9a4e9] <==
W0216 17:41:32.274405 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
E0216 17:41:32.274436 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
W0216 17:41:32.274490 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0216 17:41:32.274504 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0216 17:41:32.274557 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0216 17:41:32.274566 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0216 17:41:32.274602 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0216 17:41:32.274610 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0216 17:41:32.274657 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0216 17:41:32.274666 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0216 17:41:32.274703 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
E0216 17:41:32.274711 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
W0216 17:41:32.274896 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
E0216 17:41:32.274968 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
W0216 17:41:32.275592 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
E0216 17:41:32.275711 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
W0216 17:41:33.124787 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
E0216 17:41:33.124968 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
W0216 17:41:33.189427 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
E0216 17:41:33.189537 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
W0216 17:41:33.303987 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
E0216 17:41:33.304101 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
W0216 17:41:33.342096 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0216 17:41:33.342135 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
I0216 17:41:33.864889 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Feb 16 17:47:36 addons-208992 kubelet[1363]: I0216 17:47:36.337446 1363 scope.go:117] "RemoveContainer" containerID="c8487ced9a0a4c44ea29ed1a07f604627ef9ae9f878c200f62dc95fc5284684a"
Feb 16 17:47:36 addons-208992 kubelet[1363]: E0216 17:47:36.337722 1363 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(3bddf1d4-11c5-4cdc-a339-9c88a2888cf0)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="3bddf1d4-11c5-4cdc-a339-9c88a2888cf0"
Feb 16 17:47:44 addons-208992 kubelet[1363]: I0216 17:47:44.804773 1363 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-lkwxc\" (UniqueName: \"kubernetes.io/projected/3bddf1d4-11c5-4cdc-a339-9c88a2888cf0-kube-api-access-lkwxc\") pod \"3bddf1d4-11c5-4cdc-a339-9c88a2888cf0\" (UID: \"3bddf1d4-11c5-4cdc-a339-9c88a2888cf0\") "
Feb 16 17:47:44 addons-208992 kubelet[1363]: I0216 17:47:44.806899 1363 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3bddf1d4-11c5-4cdc-a339-9c88a2888cf0-kube-api-access-lkwxc" (OuterVolumeSpecName: "kube-api-access-lkwxc") pod "3bddf1d4-11c5-4cdc-a339-9c88a2888cf0" (UID: "3bddf1d4-11c5-4cdc-a339-9c88a2888cf0"). InnerVolumeSpecName "kube-api-access-lkwxc". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 16 17:47:44 addons-208992 kubelet[1363]: I0216 17:47:44.905452 1363 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-lkwxc\" (UniqueName: \"kubernetes.io/projected/3bddf1d4-11c5-4cdc-a339-9c88a2888cf0-kube-api-access-lkwxc\") on node \"addons-208992\" DevicePath \"\""
Feb 16 17:47:45 addons-208992 kubelet[1363]: I0216 17:47:45.312665 1363 scope.go:117] "RemoveContainer" containerID="c8487ced9a0a4c44ea29ed1a07f604627ef9ae9f878c200f62dc95fc5284684a"
Feb 16 17:47:45 addons-208992 kubelet[1363]: I0216 17:47:45.337828 1363 scope.go:117] "RemoveContainer" containerID="4b82daf4ffd1fd632159bf0d3d0dda21afb8904692d003c40627a35411ed6411"
Feb 16 17:47:46 addons-208992 kubelet[1363]: I0216 17:47:46.317256 1363 scope.go:117] "RemoveContainer" containerID="4b82daf4ffd1fd632159bf0d3d0dda21afb8904692d003c40627a35411ed6411"
Feb 16 17:47:46 addons-208992 kubelet[1363]: I0216 17:47:46.317536 1363 scope.go:117] "RemoveContainer" containerID="0f4aa807d11e7831316b0d4a4d6c31212d6c147d91a3de888ebc62b829e657c7"
Feb 16 17:47:46 addons-208992 kubelet[1363]: E0216 17:47:46.317786 1363 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-tbjr7_default(2c9bfd3e-eabf-4239-8a0f-0fc39bff45c0)\"" pod="default/hello-world-app-5d77478584-tbjr7" podUID="2c9bfd3e-eabf-4239-8a0f-0fc39bff45c0"
Feb 16 17:47:47 addons-208992 kubelet[1363]: I0216 17:47:47.338341 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="3bddf1d4-11c5-4cdc-a339-9c88a2888cf0" path="/var/lib/kubelet/pods/3bddf1d4-11c5-4cdc-a339-9c88a2888cf0/volumes"
Feb 16 17:47:47 addons-208992 kubelet[1363]: I0216 17:47:47.338829 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="46327229-86e4-40cb-b48c-adbea5159b1a" path="/var/lib/kubelet/pods/46327229-86e4-40cb-b48c-adbea5159b1a/volumes"
Feb 16 17:47:47 addons-208992 kubelet[1363]: I0216 17:47:47.339217 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="f707242d-5b8c-4c53-b059-ef7e91d70d2b" path="/var/lib/kubelet/pods/f707242d-5b8c-4c53-b059-ef7e91d70d2b/volumes"
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.326752 1363 scope.go:117] "RemoveContainer" containerID="d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1"
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.338661 1363 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-m5h2z\" (UniqueName: \"kubernetes.io/projected/7bf08d99-9e6d-4fda-a75b-1485831bcf77-kube-api-access-m5h2z\") pod \"7bf08d99-9e6d-4fda-a75b-1485831bcf77\" (UID: \"7bf08d99-9e6d-4fda-a75b-1485831bcf77\") "
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.338718 1363 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/7bf08d99-9e6d-4fda-a75b-1485831bcf77-webhook-cert\") pod \"7bf08d99-9e6d-4fda-a75b-1485831bcf77\" (UID: \"7bf08d99-9e6d-4fda-a75b-1485831bcf77\") "
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.344329 1363 scope.go:117] "RemoveContainer" containerID="d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1"
Feb 16 17:47:49 addons-208992 kubelet[1363]: E0216 17:47:49.345392 1363 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1\": container with ID starting with d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1 not found: ID does not exist" containerID="d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1"
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.345437 1363 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1"} err="failed to get container status \"d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1\": rpc error: code = NotFound desc = could not find container \"d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1\": container with ID starting with d2cb03c7ea55ea27c54877dd3e7723ee8bac5ec7d2b3ec4bc2ae7199274e2aa1 not found: ID does not exist"
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.345980 1363 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/7bf08d99-9e6d-4fda-a75b-1485831bcf77-kube-api-access-m5h2z" (OuterVolumeSpecName: "kube-api-access-m5h2z") pod "7bf08d99-9e6d-4fda-a75b-1485831bcf77" (UID: "7bf08d99-9e6d-4fda-a75b-1485831bcf77"). InnerVolumeSpecName "kube-api-access-m5h2z". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.348983 1363 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/7bf08d99-9e6d-4fda-a75b-1485831bcf77-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "7bf08d99-9e6d-4fda-a75b-1485831bcf77" (UID: "7bf08d99-9e6d-4fda-a75b-1485831bcf77"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.439496 1363 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/7bf08d99-9e6d-4fda-a75b-1485831bcf77-webhook-cert\") on node \"addons-208992\" DevicePath \"\""
Feb 16 17:47:49 addons-208992 kubelet[1363]: I0216 17:47:49.439544 1363 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-m5h2z\" (UniqueName: \"kubernetes.io/projected/7bf08d99-9e6d-4fda-a75b-1485831bcf77-kube-api-access-m5h2z\") on node \"addons-208992\" DevicePath \"\""
Feb 16 17:47:51 addons-208992 kubelet[1363]: I0216 17:47:51.338287 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="7bf08d99-9e6d-4fda-a75b-1485831bcf77" path="/var/lib/kubelet/pods/7bf08d99-9e6d-4fda-a75b-1485831bcf77/volumes"
Feb 16 17:47:54 addons-208992 kubelet[1363]: E0216 17:47:54.776534 1363 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/52b53629925b0b33aca3c0d3aca702307183d2cc495d94042a8e494cdb254d26/diff" to get inode usage: stat /var/lib/containers/storage/overlay/52b53629925b0b33aca3c0d3aca702307183d2cc495d94042a8e494cdb254d26/diff: no such file or directory, extraDiskErr: <nil>
==> storage-provisioner [d41af7414112c7e72cb6ede964a0e352619db34b9b9337ec5e961033966967c3] <==
I0216 17:42:25.786573 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0216 17:42:25.802962 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0216 17:42:25.803013 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0216 17:42:25.810956 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0216 17:42:25.811320 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-208992_9c1ce295-a91f-4e41-acbb-d5740f6f1a6a!
I0216 17:42:25.812418 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"9e19157f-9ca9-41fc-8431-9c4c724c4a6a", APIVersion:"v1", ResourceVersion:"916", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-208992_9c1ce295-a91f-4e41-acbb-d5740f6f1a6a became leader
I0216 17:42:25.912124 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-208992_9c1ce295-a91f-4e41-acbb-d5740f6f1a6a!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-208992 -n addons-208992
helpers_test.go:261: (dbg) Run: kubectl --context addons-208992 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (168.01s)