=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-178722 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-178722 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-178722 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [8b0ac60d-847e-478e-ab18-89a88a3d8515] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [8b0ac60d-847e-478e-ab18-89a88a3d8515] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 20.003421406s
addons_test.go:264: (dbg) Run: out/minikube-linux-amd64 -p addons-178722 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-178722 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.759402545s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run: kubectl --context addons-178722 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-amd64 -p addons-178722 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run: out/minikube-linux-amd64 -p addons-178722 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-amd64 -p addons-178722 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-178722 addons disable ingress --alsologtostderr -v=1: (7.596661362s)
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-178722
helpers_test.go:235: (dbg) docker inspect addons-178722:
-- stdout --
[
{
"Id": "71119eabbf178b7ab41eb877464b5d43b4c8b86023050f635953034ef0fb5a68",
"Created": "2024-07-21T23:26:46.151763922Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 14417,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-21T23:26:46.279589842Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:7bda27423b38cbebec7632cdf15a8fcb063ff209d17af249e6b3f1fbdb5fa681",
"ResolvConfPath": "/var/lib/docker/containers/71119eabbf178b7ab41eb877464b5d43b4c8b86023050f635953034ef0fb5a68/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/71119eabbf178b7ab41eb877464b5d43b4c8b86023050f635953034ef0fb5a68/hostname",
"HostsPath": "/var/lib/docker/containers/71119eabbf178b7ab41eb877464b5d43b4c8b86023050f635953034ef0fb5a68/hosts",
"LogPath": "/var/lib/docker/containers/71119eabbf178b7ab41eb877464b5d43b4c8b86023050f635953034ef0fb5a68/71119eabbf178b7ab41eb877464b5d43b4c8b86023050f635953034ef0fb5a68-json.log",
"Name": "/addons-178722",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-178722:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-178722",
"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/f9898ed9a137df78f2f4ca0a1168c336577092c2dbb1e60bdb127076c3e9c9dd-init/diff:/var/lib/docker/overlay2/2190bf8f289316d8c12fd8bea2b094e3c8bcc8140b9a51b20fe2e359158467f1/diff",
"MergedDir": "/var/lib/docker/overlay2/f9898ed9a137df78f2f4ca0a1168c336577092c2dbb1e60bdb127076c3e9c9dd/merged",
"UpperDir": "/var/lib/docker/overlay2/f9898ed9a137df78f2f4ca0a1168c336577092c2dbb1e60bdb127076c3e9c9dd/diff",
"WorkDir": "/var/lib/docker/overlay2/f9898ed9a137df78f2f4ca0a1168c336577092c2dbb1e60bdb127076c3e9c9dd/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-178722",
"Source": "/var/lib/docker/volumes/addons-178722/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-178722",
"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.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f",
"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-178722",
"name.minikube.sigs.k8s.io": "addons-178722",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "6b641e3e1e30fff31684f8311e555b08206921eb8446bcf862b76275edfc3841",
"SandboxKey": "/var/run/docker/netns/6b641e3e1e30",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-178722": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "8a5e8d125212482e9c439b9c5a917c2e9fae9e0e47e1ba0f402ff30bd2834507",
"EndpointID": "fa1d33a69739fa304266ef369a0f25678f749bd854e577212446797f8e5285e5",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-178722",
"71119eabbf17"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-178722 -n addons-178722
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 -p addons-178722 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-178722 logs -n 25: (1.178005688s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-136146 | download-only-136146 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | 21 Jul 24 23:26 UTC |
| delete | -p download-only-014141 | download-only-014141 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | 21 Jul 24 23:26 UTC |
| delete | -p download-only-823767 | download-only-823767 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | 21 Jul 24 23:26 UTC |
| start | --download-only -p | download-docker-027855 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | |
| | download-docker-027855 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-027855 | download-docker-027855 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | 21 Jul 24 23:26 UTC |
| start | --download-only -p | binary-mirror-168742 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | |
| | binary-mirror-168742 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:37265 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-168742 | binary-mirror-168742 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | 21 Jul 24 23:26 UTC |
| addons | disable dashboard -p | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | |
| | addons-178722 | | | | | |
| addons | enable dashboard -p | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | |
| | addons-178722 | | | | | |
| start | -p addons-178722 --wait=true | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:26 UTC | 21 Jul 24 23:29 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 --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=helm-tiller | | | | | |
| addons | disable nvidia-device-plugin | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| | -p addons-178722 | | | | | |
| addons | disable cloud-spanner -p | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| | addons-178722 | | | | | |
| addons | addons-178722 addons disable | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | enable headlamp | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| | -p addons-178722 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-178722 ip | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| addons | addons-178722 addons disable | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-178722 ssh cat | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| | /opt/local-path-provisioner/pvc-4debf74c-0a1e-4707-b924-948e2755585f_default_test-pvc/file1 | | | | | |
| addons | addons-178722 addons disable | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:29 UTC | 21 Jul 24 23:29 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:30 UTC | 21 Jul 24 23:30 UTC |
| | addons-178722 | | | | | |
| ssh | addons-178722 ssh curl -s | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:30 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-178722 addons | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:30 UTC | 21 Jul 24 23:30 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-178722 addons | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:30 UTC | 21 Jul 24 23:30 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-178722 ip | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:32 UTC | 21 Jul 24 23:32 UTC |
| addons | addons-178722 addons disable | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:32 UTC | 21 Jul 24 23:32 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-178722 addons disable | addons-178722 | jenkins | v1.33.1 | 21 Jul 24 23:32 UTC | 21 Jul 24 23:32 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/21 23:26:24
Running on machine: ubuntu-20-agent-11
Binary: Built with gc go1.22.5 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0721 23:26:24.799729 13673 out.go:291] Setting OutFile to fd 1 ...
I0721 23:26:24.799984 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0721 23:26:24.799994 13673 out.go:304] Setting ErrFile to fd 2...
I0721 23:26:24.799999 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0721 23:26:24.800158 13673 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-4899/.minikube/bin
I0721 23:26:24.800741 13673 out.go:298] Setting JSON to false
I0721 23:26:24.801519 13673 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-11","uptime":528,"bootTime":1721603857,"procs":173,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0721 23:26:24.801575 13673 start.go:139] virtualization: kvm guest
I0721 23:26:24.803863 13673 out.go:177] * [addons-178722] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
I0721 23:26:24.805228 13673 out.go:177] - MINIKUBE_LOCATION=19312
I0721 23:26:24.805300 13673 notify.go:220] Checking for updates...
I0721 23:26:24.807937 13673 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0721 23:26:24.809172 13673 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19312-4899/kubeconfig
I0721 23:26:24.810498 13673 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-4899/.minikube
I0721 23:26:24.811712 13673 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0721 23:26:24.812837 13673 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0721 23:26:24.814085 13673 driver.go:392] Setting default libvirt URI to qemu:///system
I0721 23:26:24.833604 13673 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
I0721 23:26:24.833748 13673 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0721 23:26:24.877826 13673 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:42 SystemTime:2024-07-21 23:26:24.869555392 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647951872 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0721 23:26:24.877949 13673 docker.go:307] overlay module found
I0721 23:26:24.879846 13673 out.go:177] * Using the docker driver based on user configuration
I0721 23:26:24.881348 13673 start.go:297] selected driver: docker
I0721 23:26:24.881367 13673 start.go:901] validating driver "docker" against <nil>
I0721 23:26:24.881378 13673 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0721 23:26:24.882089 13673 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0721 23:26:24.926382 13673 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:42 SystemTime:2024-07-21 23:26:24.918079182 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647951872 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-11 Labels:[] ExperimentalBuild:false ServerVersion:27.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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0721 23:26:24.926548 13673 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0721 23:26:24.926735 13673 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0721 23:26:24.928448 13673 out.go:177] * Using Docker driver with root privileges
I0721 23:26:24.929811 13673 cni.go:84] Creating CNI manager for ""
I0721 23:26:24.929829 13673 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0721 23:26:24.929837 13673 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0721 23:26:24.929899 13673 start.go:340] cluster config:
{Name:addons-178722 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.30.3 ClusterName:addons-178722 Namespace:default APIServerHAVIP: 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:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 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:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0721 23:26:24.931198 13673 out.go:177] * Starting "addons-178722" primary control-plane node in "addons-178722" cluster
I0721 23:26:24.932361 13673 cache.go:121] Beginning downloading kic base image for docker with crio
I0721 23:26:24.933540 13673 out.go:177] * Pulling base image v0.0.44-1721324606-19298 ...
I0721 23:26:24.934828 13673 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0721 23:26:24.934853 13673 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local docker daemon
I0721 23:26:24.934862 13673 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-4899/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
I0721 23:26:24.934868 13673 cache.go:56] Caching tarball of preloaded images
I0721 23:26:24.934936 13673 preload.go:172] Found /home/jenkins/minikube-integration/19312-4899/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0721 23:26:24.934948 13673 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
I0721 23:26:24.935243 13673 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/config.json ...
I0721 23:26:24.935271 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/config.json: {Name:mk742ee5ff4a4f6f77961833fae7a3563048bd68 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:24.950552 13673 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f to local cache
I0721 23:26:24.950676 13673 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory
I0721 23:26:24.950693 13673 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory, skipping pull
I0721 23:26:24.950698 13673 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f exists in cache, skipping pull
I0721 23:26:24.950711 13673 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f as a tarball
I0721 23:26:24.950721 13673 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from local cache
I0721 23:26:37.015610 13673 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from cached tarball
I0721 23:26:37.015648 13673 cache.go:194] Successfully downloaded all kic artifacts
I0721 23:26:37.015709 13673 start.go:360] acquireMachinesLock for addons-178722: {Name:mk5dee3d913de11ec56a5c0fbb15aa575a855115 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0721 23:26:37.015813 13673 start.go:364] duration metric: took 83.608µs to acquireMachinesLock for "addons-178722"
I0721 23:26:37.015841 13673 start.go:93] Provisioning new machine with config: &{Name:addons-178722 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.30.3 ClusterName:addons-178722 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA 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:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 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:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0721 23:26:37.015976 13673 start.go:125] createHost starting for "" (driver="docker")
I0721 23:26:37.017980 13673 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0721 23:26:37.018205 13673 start.go:159] libmachine.API.Create for "addons-178722" (driver="docker")
I0721 23:26:37.018252 13673 client.go:168] LocalClient.Create starting
I0721 23:26:37.018367 13673 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca.pem
I0721 23:26:37.099874 13673 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/cert.pem
I0721 23:26:37.363212 13673 cli_runner.go:164] Run: docker network inspect addons-178722 --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}}]}"
W0721 23:26:37.378809 13673 cli_runner.go:211] docker network inspect addons-178722 --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
I0721 23:26:37.378866 13673 network_create.go:284] running [docker network inspect addons-178722] to gather additional debugging logs...
I0721 23:26:37.378881 13673 cli_runner.go:164] Run: docker network inspect addons-178722
W0721 23:26:37.394700 13673 cli_runner.go:211] docker network inspect addons-178722 returned with exit code 1
I0721 23:26:37.394732 13673 network_create.go:287] error running [docker network inspect addons-178722]: docker network inspect addons-178722: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-178722 not found
I0721 23:26:37.394749 13673 network_create.go:289] output of [docker network inspect addons-178722]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-178722 not found
** /stderr **
I0721 23:26:37.394847 13673 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}}]}"
I0721 23:26:37.410446 13673 network.go:206] 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:0xc000812790}
I0721 23:26:37.410489 13673 network_create.go:124] attempt to create docker network addons-178722 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0721 23:26:37.410529 13673 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-178722 addons-178722
I0721 23:26:37.468104 13673 network_create.go:108] docker network addons-178722 192.168.49.0/24 created
I0721 23:26:37.468136 13673 kic.go:121] calculated static IP "192.168.49.2" for the "addons-178722" container
I0721 23:26:37.468191 13673 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0721 23:26:37.482885 13673 cli_runner.go:164] Run: docker volume create addons-178722 --label name.minikube.sigs.k8s.io=addons-178722 --label created_by.minikube.sigs.k8s.io=true
I0721 23:26:37.499307 13673 oci.go:103] Successfully created a docker volume addons-178722
I0721 23:26:37.499370 13673 cli_runner.go:164] Run: docker run --rm --name addons-178722-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-178722 --entrypoint /usr/bin/test -v addons-178722:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib
I0721 23:26:41.429643 13673 cli_runner.go:217] Completed: docker run --rm --name addons-178722-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-178722 --entrypoint /usr/bin/test -v addons-178722:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib: (3.930243994s)
I0721 23:26:41.429671 13673 oci.go:107] Successfully prepared a docker volume addons-178722
I0721 23:26:41.429685 13673 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0721 23:26:41.429707 13673 kic.go:194] Starting extracting preloaded images to volume ...
I0721 23:26:41.429767 13673 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-4899/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-178722:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir
I0721 23:26:46.087824 13673 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-4899/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-178722:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir: (4.65800775s)
I0721 23:26:46.087855 13673 kic.go:203] duration metric: took 4.65814657s to extract preloaded images to volume ...
W0721 23:26:46.088033 13673 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0721 23:26:46.088156 13673 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0721 23:26:46.137520 13673 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-178722 --name addons-178722 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-178722 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-178722 --network addons-178722 --ip 192.168.49.2 --volume addons-178722:/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.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f
I0721 23:26:46.446589 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Running}}
I0721 23:26:46.465125 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:26:46.483696 13673 cli_runner.go:164] Run: docker exec addons-178722 stat /var/lib/dpkg/alternatives/iptables
I0721 23:26:46.526309 13673 oci.go:144] the created container "addons-178722" has a running status.
I0721 23:26:46.526338 13673 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa...
I0721 23:26:46.737996 13673 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0721 23:26:46.775180 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:26:46.793102 13673 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0721 23:26:46.793123 13673 kic_runner.go:114] Args: [docker exec --privileged addons-178722 chown docker:docker /home/docker/.ssh/authorized_keys]
I0721 23:26:46.833775 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:26:46.852549 13673 machine.go:94] provisionDockerMachine start ...
I0721 23:26:46.852641 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:46.880099 13673 main.go:141] libmachine: Using SSH client type: native
I0721 23:26:46.880330 13673 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0721 23:26:46.880346 13673 main.go:141] libmachine: About to run SSH command:
hostname
I0721 23:26:47.029614 13673 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-178722
I0721 23:26:47.029639 13673 ubuntu.go:169] provisioning hostname "addons-178722"
I0721 23:26:47.029696 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:47.048195 13673 main.go:141] libmachine: Using SSH client type: native
I0721 23:26:47.048408 13673 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0721 23:26:47.048426 13673 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-178722 && echo "addons-178722" | sudo tee /etc/hostname
I0721 23:26:47.171678 13673 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-178722
I0721 23:26:47.171753 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:47.189772 13673 main.go:141] libmachine: Using SSH client type: native
I0721 23:26:47.189970 13673 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0721 23:26:47.189991 13673 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-178722' /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-178722/g' /etc/hosts;
else
echo '127.0.1.1 addons-178722' | sudo tee -a /etc/hosts;
fi
fi
I0721 23:26:47.297933 13673 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0721 23:26:47.297959 13673 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-4899/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-4899/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-4899/.minikube}
I0721 23:26:47.298004 13673 ubuntu.go:177] setting up certificates
I0721 23:26:47.298017 13673 provision.go:84] configureAuth start
I0721 23:26:47.298067 13673 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-178722
I0721 23:26:47.314069 13673 provision.go:143] copyHostCerts
I0721 23:26:47.314141 13673 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-4899/.minikube/ca.pem (1082 bytes)
I0721 23:26:47.314280 13673 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-4899/.minikube/cert.pem (1123 bytes)
I0721 23:26:47.314376 13673 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-4899/.minikube/key.pem (1675 bytes)
I0721 23:26:47.314445 13673 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-4899/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca-key.pem org=jenkins.addons-178722 san=[127.0.0.1 192.168.49.2 addons-178722 localhost minikube]
I0721 23:26:47.396310 13673 provision.go:177] copyRemoteCerts
I0721 23:26:47.396365 13673 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0721 23:26:47.396413 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:47.412648 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:26:47.498226 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0721 23:26:47.518603 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0721 23:26:47.539003 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0721 23:26:47.559140 13673 provision.go:87] duration metric: took 261.106204ms to configureAuth
I0721 23:26:47.559169 13673 ubuntu.go:193] setting minikube options for container-runtime
I0721 23:26:47.559356 13673 config.go:182] Loaded profile config "addons-178722": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0721 23:26:47.559450 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:47.575886 13673 main.go:141] libmachine: Using SSH client type: native
I0721 23:26:47.576052 13673 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0721 23:26:47.576068 13673 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
I0721 23:26:47.772460 13673 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0721 23:26:47.772480 13673 machine.go:97] duration metric: took 919.910594ms to provisionDockerMachine
I0721 23:26:47.772493 13673 client.go:171] duration metric: took 10.754230079s to LocalClient.Create
I0721 23:26:47.772510 13673 start.go:167] duration metric: took 10.754303005s to libmachine.API.Create "addons-178722"
I0721 23:26:47.772519 13673 start.go:293] postStartSetup for "addons-178722" (driver="docker")
I0721 23:26:47.772536 13673 start.go:322] 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]
I0721 23:26:47.772588 13673 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
I0721 23:26:47.772634 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:47.788743 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:26:47.870393 13673 ssh_runner.go:195] Run: cat /etc/os-release
I0721 23:26:47.873117 13673 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0721 23:26:47.873144 13673 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0721 23:26:47.873152 13673 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0721 23:26:47.873158 13673 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0721 23:26:47.873167 13673 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-4899/.minikube/addons for local assets ...
I0721 23:26:47.873214 13673 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-4899/.minikube/files for local assets ...
I0721 23:26:47.873237 13673 start.go:296] duration metric: took 100.706128ms for postStartSetup
I0721 23:26:47.873478 13673 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-178722
I0721 23:26:47.889208 13673 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/config.json ...
I0721 23:26:47.889446 13673 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0721 23:26:47.889486 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:47.906262 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:26:47.986596 13673 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0721 23:26:47.990422 13673 start.go:128] duration metric: took 10.974430753s to createHost
I0721 23:26:47.990448 13673 start.go:83] releasing machines lock for "addons-178722", held for 10.974621759s
I0721 23:26:47.990520 13673 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-178722
I0721 23:26:48.006275 13673 ssh_runner.go:195] Run: cat /version.json
I0721 23:26:48.006345 13673 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0721 23:26:48.006398 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:48.006352 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:26:48.024517 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:26:48.024801 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:26:48.101593 13673 ssh_runner.go:195] Run: systemctl --version
I0721 23:26:48.172676 13673 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0721 23:26:48.308474 13673 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0721 23:26:48.312553 13673 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" ;
I0721 23:26:48.329302 13673 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0721 23:26:48.329374 13673 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" ;
I0721 23:26:48.354749 13673 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0721 23:26:48.354771 13673 start.go:495] detecting cgroup driver to use...
I0721 23:26:48.354805 13673 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0721 23:26:48.354852 13673 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0721 23:26:48.368157 13673 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0721 23:26:48.377680 13673 docker.go:217] disabling cri-docker service (if available) ...
I0721 23:26:48.377735 13673 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0721 23:26:48.389331 13673 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0721 23:26:48.401488 13673 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0721 23:26:48.481408 13673 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0721 23:26:48.556817 13673 docker.go:233] disabling docker service ...
I0721 23:26:48.556866 13673 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0721 23:26:48.573046 13673 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0721 23:26:48.582855 13673 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0721 23:26:48.657040 13673 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0721 23:26:48.737956 13673 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0721 23:26:48.747737 13673 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"
I0721 23:26:48.761175 13673 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0721 23:26:48.761226 13673 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"
I0721 23:26:48.769521 13673 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0721 23:26:48.769571 13673 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0721 23:26:48.777839 13673 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0721 23:26:48.786208 13673 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0721 23:26:48.794714 13673 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0721 23:26:48.802961 13673 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0721 23:26:48.811735 13673 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0721 23:26:48.825344 13673 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0721 23:26:48.833757 13673 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0721 23:26:48.841195 13673 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0721 23:26:48.848708 13673 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0721 23:26:48.925419 13673 ssh_runner.go:195] Run: sudo systemctl restart crio
I0721 23:26:49.013981 13673 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0721 23:26:49.014064 13673 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0721 23:26:49.017242 13673 start.go:563] Will wait 60s for crictl version
I0721 23:26:49.017283 13673 ssh_runner.go:195] Run: which crictl
I0721 23:26:49.020220 13673 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0721 23:26:49.052331 13673 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0721 23:26:49.052473 13673 ssh_runner.go:195] Run: crio --version
I0721 23:26:49.084519 13673 ssh_runner.go:195] Run: crio --version
I0721 23:26:49.119720 13673 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
I0721 23:26:49.121126 13673 cli_runner.go:164] Run: docker network inspect addons-178722 --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}}]}"
I0721 23:26:49.136953 13673 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0721 23:26:49.140300 13673 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""
I0721 23:26:49.150160 13673 kubeadm.go:883] updating cluster {Name:addons-178722 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.30.3 ClusterName:addons-178722 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] 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:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 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:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0721 23:26:49.150280 13673 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0721 23:26:49.150334 13673 ssh_runner.go:195] Run: sudo crictl images --output json
I0721 23:26:49.210687 13673 crio.go:514] all images are preloaded for cri-o runtime.
I0721 23:26:49.210709 13673 crio.go:433] Images already preloaded, skipping extraction
I0721 23:26:49.210751 13673 ssh_runner.go:195] Run: sudo crictl images --output json
I0721 23:26:49.240685 13673 crio.go:514] all images are preloaded for cri-o runtime.
I0721 23:26:49.240705 13673 cache_images.go:84] Images are preloaded, skipping loading
I0721 23:26:49.240713 13673 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
I0721 23:26:49.240805 13673 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-178722 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-178722 Namespace:default APIServerHAVIP: 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:}
I0721 23:26:49.240869 13673 ssh_runner.go:195] Run: crio config
I0721 23:26:49.282698 13673 cni.go:84] Creating CNI manager for ""
I0721 23:26:49.282724 13673 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0721 23:26:49.282738 13673 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0721 23:26:49.282762 13673 kubeadm.go:181] 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.30.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-178722 NodeName:addons-178722 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[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0721 23:26:49.282942 13673 kubeadm.go:187] 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-178722"
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.30.3
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
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
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
I0721 23:26:49.283038 13673 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0721 23:26:49.290931 13673 binaries.go:44] Found k8s binaries, skipping transfer
I0721 23:26:49.291003 13673 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0721 23:26:49.298615 13673 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0721 23:26:49.313653 13673 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0721 23:26:49.329087 13673 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0721 23:26:49.344019 13673 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0721 23:26:49.346985 13673 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""
I0721 23:26:49.356199 13673 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0721 23:26:49.425251 13673 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0721 23:26:49.437005 13673 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722 for IP: 192.168.49.2
I0721 23:26:49.437031 13673 certs.go:194] generating shared ca certs ...
I0721 23:26:49.437059 13673 certs.go:226] acquiring lock for ca certs: {Name:mk8da8c0a46f24be541c01038bd5c8a296276488 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:49.437186 13673 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-4899/.minikube/ca.key
I0721 23:26:49.623193 13673 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-4899/.minikube/ca.crt ...
I0721 23:26:49.623224 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/ca.crt: {Name:mk25a2d72f53411d7b68a4ac421cee9a6e18cd57 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:49.623381 13673 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-4899/.minikube/ca.key ...
I0721 23:26:49.623391 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/ca.key: {Name:mkacac4f1e1a45e4995d494012f290078b80a314 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:49.623456 13673 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-4899/.minikube/proxy-client-ca.key
I0721 23:26:49.749681 13673 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-4899/.minikube/proxy-client-ca.crt ...
I0721 23:26:49.749708 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/proxy-client-ca.crt: {Name:mk6d0e65e02e343bc326e1f7a7e74033cac62650 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:49.749862 13673 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-4899/.minikube/proxy-client-ca.key ...
I0721 23:26:49.749872 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/proxy-client-ca.key: {Name:mk1bc32fa0c24f9b15af087b718ff65a5564a7c5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:49.749934 13673 certs.go:256] generating profile certs ...
I0721 23:26:49.749984 13673 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/client.key
I0721 23:26:49.749997 13673 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/client.crt with IP's: []
I0721 23:26:50.161796 13673 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/client.crt ...
I0721 23:26:50.161825 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/client.crt: {Name:mk6b77716352250ca98aab5e5d4860cc7daba4ab Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:50.161987 13673 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/client.key ...
I0721 23:26:50.161997 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/client.key: {Name:mk888c84bd794db2ee7ab987ef8837cdcdcfdcf1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:50.162075 13673 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.key.0f032113
I0721 23:26:50.162092 13673 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.crt.0f032113 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0721 23:26:50.411636 13673 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.crt.0f032113 ...
I0721 23:26:50.411672 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.crt.0f032113: {Name:mke1dd86f8ba9fd76cafd9abaa9960ac1cdd267e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:50.411822 13673 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.key.0f032113 ...
I0721 23:26:50.411835 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.key.0f032113: {Name:mk6277f426016db04d9f2550afa1ae29cc338bbd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:50.411902 13673 certs.go:381] copying /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.crt.0f032113 -> /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.crt
I0721 23:26:50.412014 13673 certs.go:385] copying /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.key.0f032113 -> /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.key
I0721 23:26:50.412062 13673 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.key
I0721 23:26:50.412076 13673 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.crt with IP's: []
I0721 23:26:50.546641 13673 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.crt ...
I0721 23:26:50.546677 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.crt: {Name:mkda3e957c50922fcb2cf80344fef1998e112cf9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:50.546830 13673 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.key ...
I0721 23:26:50.546840 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.key: {Name:mk43c1a464e0a1cc7c8cfb4078440ad6dfcf8610 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:26:50.547040 13673 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca-key.pem (1679 bytes)
I0721 23:26:50.547075 13673 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/ca.pem (1082 bytes)
I0721 23:26:50.547096 13673 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/cert.pem (1123 bytes)
I0721 23:26:50.547116 13673 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-4899/.minikube/certs/key.pem (1675 bytes)
I0721 23:26:50.547644 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0721 23:26:50.568901 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0721 23:26:50.589911 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0721 23:26:50.610418 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0721 23:26:50.631318 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0721 23:26:50.651799 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0721 23:26:50.672327 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0721 23:26:50.693086 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/profiles/addons-178722/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0721 23:26:50.713717 13673 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-4899/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0721 23:26:50.734848 13673 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0721 23:26:50.750548 13673 ssh_runner.go:195] Run: openssl version
I0721 23:26:50.755245 13673 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"
I0721 23:26:50.763437 13673 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0721 23:26:50.766341 13673 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 21 23:26 /usr/share/ca-certificates/minikubeCA.pem
I0721 23:26:50.766412 13673 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0721 23:26:50.772315 13673 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"
I0721 23:26:50.780526 13673 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0721 23:26:50.783536 13673 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0721 23:26:50.783581 13673 kubeadm.go:392] StartCluster: {Name:addons-178722 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.30.3 ClusterName:addons-178722 Namespace:default APIServerHAVIP: 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:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 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:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0721 23:26:50.783659 13673 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0721 23:26:50.783713 13673 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0721 23:26:50.814532 13673 cri.go:89] found id: ""
I0721 23:26:50.814593 13673 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0721 23:26:50.822347 13673 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0721 23:26:50.829946 13673 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0721 23:26:50.830002 13673 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
I0721 23:26:50.837725 13673 kubeadm.go:155] 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
I0721 23:26:50.837742 13673 kubeadm.go:157] found existing configuration files:
I0721 23:26:50.837795 13673 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0721 23:26:50.845301 13673 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0721 23:26:50.845355 13673 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0721 23:26:50.852616 13673 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0721 23:26:50.859860 13673 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0721 23:26:50.859907 13673 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0721 23:26:50.867107 13673 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0721 23:26:50.874591 13673 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0721 23:26:50.874640 13673 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0721 23:26:50.881733 13673 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0721 23:26:50.889533 13673 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0721 23:26:50.889580 13673 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0721 23:26:50.896728 13673 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.3:$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"
I0721 23:26:50.935121 13673 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0721 23:26:50.935197 13673 kubeadm.go:310] [preflight] Running pre-flight checks
I0721 23:26:50.970363 13673 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0721 23:26:50.970454 13673 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-gcp[0m
I0721 23:26:50.970511 13673 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0721 23:26:50.970590 13673 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0721 23:26:50.970662 13673 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0721 23:26:50.970721 13673 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0721 23:26:50.970780 13673 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0721 23:26:50.970844 13673 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0721 23:26:50.970906 13673 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0721 23:26:50.970963 13673 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0721 23:26:50.971021 13673 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0721 23:26:50.971077 13673 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0721 23:26:51.026677 13673 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0721 23:26:51.026802 13673 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0721 23:26:51.026906 13673 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0721 23:26:51.210192 13673 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0721 23:26:51.212928 13673 out.go:204] - Generating certificates and keys ...
I0721 23:26:51.213018 13673 kubeadm.go:310] [certs] Using existing ca certificate authority
I0721 23:26:51.213130 13673 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0721 23:26:51.439990 13673 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0721 23:26:51.539260 13673 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0721 23:26:51.760394 13673 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0721 23:26:52.210730 13673 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0721 23:26:52.403327 13673 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0721 23:26:52.403515 13673 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-178722 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0721 23:26:52.580836 13673 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0721 23:26:52.580996 13673 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-178722 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0721 23:26:52.817040 13673 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0721 23:26:52.936165 13673 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0721 23:26:53.012453 13673 kubeadm.go:310] [certs] Generating "sa" key and public key
I0721 23:26:53.012528 13673 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0721 23:26:53.091112 13673 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0721 23:26:53.294607 13673 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0721 23:26:53.467955 13673 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0721 23:26:53.611906 13673 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0721 23:26:53.853967 13673 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0721 23:26:53.854370 13673 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0721 23:26:53.856575 13673 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0721 23:26:53.859152 13673 out.go:204] - Booting up control plane ...
I0721 23:26:53.859255 13673 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0721 23:26:53.859361 13673 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0721 23:26:53.859456 13673 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0721 23:26:53.870272 13673 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0721 23:26:53.870985 13673 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0721 23:26:53.871025 13673 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0721 23:26:53.947459 13673 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0721 23:26:53.947582 13673 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0721 23:26:54.448290 13673 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 500.975347ms
I0721 23:26:54.448373 13673 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0721 23:26:58.950148 13673 kubeadm.go:310] [api-check] The API server is healthy after 4.501832883s
I0721 23:26:58.962127 13673 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0721 23:26:58.970978 13673 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0721 23:26:58.987359 13673 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0721 23:26:58.987612 13673 kubeadm.go:310] [mark-control-plane] Marking the node addons-178722 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0721 23:26:58.993996 13673 kubeadm.go:310] [bootstrap-token] Using token: 0fxk0o.iu5llcimdiof1pk2
I0721 23:26:58.995424 13673 out.go:204] - Configuring RBAC rules ...
I0721 23:26:58.995583 13673 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0721 23:26:58.999235 13673 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0721 23:26:59.004356 13673 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0721 23:26:59.006840 13673 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0721 23:26:59.009016 13673 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0721 23:26:59.011359 13673 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0721 23:26:59.355256 13673 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0721 23:26:59.776049 13673 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0721 23:27:00.355609 13673 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0721 23:27:00.356371 13673 kubeadm.go:310]
I0721 23:27:00.356456 13673 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0721 23:27:00.356466 13673 kubeadm.go:310]
I0721 23:27:00.356544 13673 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0721 23:27:00.356553 13673 kubeadm.go:310]
I0721 23:27:00.356601 13673 kubeadm.go:310] mkdir -p $HOME/.kube
I0721 23:27:00.356676 13673 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0721 23:27:00.356762 13673 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0721 23:27:00.356773 13673 kubeadm.go:310]
I0721 23:27:00.356851 13673 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0721 23:27:00.356860 13673 kubeadm.go:310]
I0721 23:27:00.356931 13673 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0721 23:27:00.356942 13673 kubeadm.go:310]
I0721 23:27:00.357014 13673 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0721 23:27:00.357114 13673 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0721 23:27:00.357203 13673 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0721 23:27:00.357212 13673 kubeadm.go:310]
I0721 23:27:00.357316 13673 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0721 23:27:00.357418 13673 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0721 23:27:00.357426 13673 kubeadm.go:310]
I0721 23:27:00.357530 13673 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 0fxk0o.iu5llcimdiof1pk2 \
I0721 23:27:00.357655 13673 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:e2c42bc135792653d564a1886aa3045b52f0c712377888616f6b4c80dad0daba \
I0721 23:27:00.357692 13673 kubeadm.go:310] --control-plane
I0721 23:27:00.357700 13673 kubeadm.go:310]
I0721 23:27:00.357799 13673 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0721 23:27:00.357807 13673 kubeadm.go:310]
I0721 23:27:00.357908 13673 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 0fxk0o.iu5llcimdiof1pk2 \
I0721 23:27:00.358068 13673 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:e2c42bc135792653d564a1886aa3045b52f0c712377888616f6b4c80dad0daba
I0721 23:27:00.359164 13673 kubeadm.go:310] [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-1062-gcp\n", err: exit status 1
I0721 23:27:00.359326 13673 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0721 23:27:00.359358 13673 cni.go:84] Creating CNI manager for ""
I0721 23:27:00.359372 13673 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0721 23:27:00.361212 13673 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0721 23:27:00.362367 13673 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0721 23:27:00.365804 13673 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0721 23:27:00.365821 13673 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0721 23:27:00.381859 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0721 23:27:00.563023 13673 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0721 23:27:00.563087 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:00.563142 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-178722 minikube.k8s.io/updated_at=2024_07_21T23_27_00_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=6369f37f56e44caee4b8f9e88810d0d58f35a189 minikube.k8s.io/name=addons-178722 minikube.k8s.io/primary=true
I0721 23:27:00.569699 13673 ops.go:34] apiserver oom_adj: -16
I0721 23:27:00.641990 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:01.142840 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:01.642544 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:02.142382 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:02.642635 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:03.142732 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:03.642663 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:04.143024 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:04.642633 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:05.142690 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:05.642832 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:06.142493 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:06.642234 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:07.142606 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:07.642750 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:08.143038 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:08.642097 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:09.142210 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:09.642349 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:10.142181 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:10.642411 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:11.143035 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:11.642013 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:12.142841 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:12.643011 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:13.142904 13673 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0721 23:27:13.205382 13673 kubeadm.go:1113] duration metric: took 12.642353184s to wait for elevateKubeSystemPrivileges
I0721 23:27:13.205422 13673 kubeadm.go:394] duration metric: took 22.421844586s to StartCluster
I0721 23:27:13.205445 13673 settings.go:142] acquiring lock: {Name:mk34b0dc25f2787214602c5a9c5ff5cf50729766 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:27:13.205566 13673 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19312-4899/kubeconfig
I0721 23:27:13.206117 13673 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-4899/kubeconfig: {Name:mkb1a4e79895af483ce8b15085830d907ee04ee5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0721 23:27:13.206344 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0721 23:27:13.206377 13673 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0721 23:27:13.206447 13673 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0721 23:27:13.206548 13673 addons.go:69] Setting yakd=true in profile "addons-178722"
I0721 23:27:13.206554 13673 addons.go:69] Setting ingress=true in profile "addons-178722"
I0721 23:27:13.206569 13673 addons.go:69] Setting ingress-dns=true in profile "addons-178722"
I0721 23:27:13.206581 13673 addons.go:234] Setting addon yakd=true in "addons-178722"
I0721 23:27:13.206591 13673 addons.go:234] Setting addon ingress-dns=true in "addons-178722"
I0721 23:27:13.206608 13673 addons.go:69] Setting default-storageclass=true in profile "addons-178722"
I0721 23:27:13.206613 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.206613 13673 config.go:182] Loaded profile config "addons-178722": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0721 23:27:13.206630 13673 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-178722"
I0721 23:27:13.206646 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.206602 13673 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-178722"
I0721 23:27:13.206700 13673 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-178722"
I0721 23:27:13.206729 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.206737 13673 addons.go:69] Setting inspektor-gadget=true in profile "addons-178722"
I0721 23:27:13.206747 13673 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-178722"
I0721 23:27:13.206767 13673 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-178722"
I0721 23:27:13.206775 13673 addons.go:69] Setting helm-tiller=true in profile "addons-178722"
I0721 23:27:13.206792 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.206797 13673 addons.go:69] Setting gcp-auth=true in profile "addons-178722"
I0721 23:27:13.206812 13673 mustload.go:65] Loading cluster: addons-178722
I0721 23:27:13.206958 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.206989 13673 config.go:182] Loaded profile config "addons-178722": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0721 23:27:13.207091 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.207119 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.207164 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.207267 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.207302 13673 addons.go:69] Setting storage-provisioner=true in profile "addons-178722"
I0721 23:27:13.207341 13673 addons.go:234] Setting addon storage-provisioner=true in "addons-178722"
I0721 23:27:13.207380 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.207397 13673 addons.go:69] Setting volumesnapshots=true in profile "addons-178722"
I0721 23:27:13.207420 13673 addons.go:234] Setting addon volumesnapshots=true in "addons-178722"
I0721 23:27:13.207446 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.207798 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.207850 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.207288 13673 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-178722"
I0721 23:27:13.207893 13673 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-178722"
I0721 23:27:13.208116 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.206596 13673 addons.go:69] Setting cloud-spanner=true in profile "addons-178722"
I0721 23:27:13.208366 13673 addons.go:234] Setting addon cloud-spanner=true in "addons-178722"
I0721 23:27:13.208396 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.208804 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.206724 13673 addons.go:69] Setting metrics-server=true in profile "addons-178722"
I0721 23:27:13.211576 13673 addons.go:234] Setting addon metrics-server=true in "addons-178722"
I0721 23:27:13.211629 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.211786 13673 out.go:177] * Verifying Kubernetes components...
I0721 23:27:13.207313 13673 addons.go:69] Setting volcano=true in profile "addons-178722"
I0721 23:27:13.212054 13673 addons.go:234] Setting addon volcano=true in "addons-178722"
I0721 23:27:13.212103 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.212129 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.212552 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.206557 13673 addons.go:69] Setting registry=true in profile "addons-178722"
I0721 23:27:13.212778 13673 addons.go:234] Setting addon registry=true in "addons-178722"
I0721 23:27:13.212823 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.207850 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.206768 13673 addons.go:234] Setting addon inspektor-gadget=true in "addons-178722"
I0721 23:27:13.213639 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.216571 13673 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0721 23:27:13.206792 13673 addons.go:234] Setting addon helm-tiller=true in "addons-178722"
I0721 23:27:13.217237 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.217699 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.206590 13673 addons.go:234] Setting addon ingress=true in "addons-178722"
I0721 23:27:13.217929 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.218411 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.250856 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.250856 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.257951 13673 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
I0721 23:27:13.258001 13673 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0721 23:27:13.258034 13673 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0721 23:27:13.258051 13673 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0721 23:27:13.259564 13673 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0721 23:27:13.259582 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0721 23:27:13.259646 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.260176 13673 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0721 23:27:13.260323 13673 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0721 23:27:13.260341 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0721 23:27:13.260391 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.260210 13673 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0721 23:27:13.260505 13673 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0721 23:27:13.260538 13673 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0721 23:27:13.260557 13673 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0721 23:27:13.260563 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.260620 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.262871 13673 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0721 23:27:13.262931 13673 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0721 23:27:13.264080 13673 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0721 23:27:13.264102 13673 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0721 23:27:13.264159 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.264340 13673 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0721 23:27:13.265625 13673 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0721 23:27:13.266774 13673 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0721 23:27:13.268155 13673 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0721 23:27:13.269318 13673 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0721 23:27:13.270437 13673 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0721 23:27:13.271430 13673 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0721 23:27:13.271447 13673 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0721 23:27:13.271505 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.285240 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.287789 13673 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-178722"
I0721 23:27:13.287839 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.288291 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.295836 13673 addons.go:234] Setting addon default-storageclass=true in "addons-178722"
I0721 23:27:13.295884 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:13.296309 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:13.302506 13673 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0721 23:27:13.303784 13673 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0721 23:27:13.303804 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0721 23:27:13.303863 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.305330 13673 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0721 23:27:13.306781 13673 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0721 23:27:13.306802 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0721 23:27:13.306865 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
W0721 23:27:13.314164 13673 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0721 23:27:13.315606 13673 out.go:177] - Using image docker.io/registry:2.8.3
I0721 23:27:13.317031 13673 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0721 23:27:13.318434 13673 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0721 23:27:13.318457 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0721 23:27:13.318518 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.332414 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.334033 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0721 23:27:13.334228 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.353025 13673 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0721 23:27:13.354711 13673 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0721 23:27:13.354737 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0721 23:27:13.354799 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.363444 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.363508 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.364143 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.365608 13673 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0721 23:27:13.369880 13673 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0721 23:27:13.369906 13673 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0721 23:27:13.369972 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.375235 13673 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0721 23:27:13.376430 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.377553 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.378018 13673 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
I0721 23:27:13.379146 13673 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0721 23:27:13.379164 13673 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0721 23:27:13.379213 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.380356 13673 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0721 23:27:13.381995 13673 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0721 23:27:13.382016 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0721 23:27:13.382071 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.384016 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.386906 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.389459 13673 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0721 23:27:13.389729 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.391798 13673 out.go:177] - Using image docker.io/busybox:stable
I0721 23:27:13.393098 13673 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0721 23:27:13.393118 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0721 23:27:13.393176 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:13.399676 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.399686 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.402499 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:13.409791 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
W0721 23:27:13.426987 13673 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0721 23:27:13.427021 13673 retry.go:31] will retry after 363.462572ms: ssh: handshake failed: EOF
W0721 23:27:13.427061 13673 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0721 23:27:13.427069 13673 retry.go:31] will retry after 137.164966ms: ssh: handshake failed: EOF
I0721 23:27:13.531329 13673 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0721 23:27:13.826012 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0721 23:27:13.826125 13673 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0721 23:27:13.826143 13673 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0721 23:27:13.826712 13673 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0721 23:27:13.826734 13673 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0721 23:27:13.933091 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0721 23:27:13.939050 13673 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0721 23:27:13.939081 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0721 23:27:13.942415 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0721 23:27:13.946259 13673 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0721 23:27:13.946288 13673 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0721 23:27:13.946731 13673 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0721 23:27:13.946761 13673 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0721 23:27:14.026185 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0721 23:27:14.026468 13673 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0721 23:27:14.026493 13673 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0721 23:27:14.026583 13673 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0721 23:27:14.026597 13673 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0721 23:27:14.026731 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0721 23:27:14.026891 13673 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0721 23:27:14.026908 13673 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0721 23:27:14.030836 13673 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0721 23:27:14.030858 13673 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0721 23:27:14.042859 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0721 23:27:14.124918 13673 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0721 23:27:14.124956 13673 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0721 23:27:14.135720 13673 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0721 23:27:14.135821 13673 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0721 23:27:14.224003 13673 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0721 23:27:14.224080 13673 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0721 23:27:14.238309 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0721 23:27:14.238904 13673 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0721 23:27:14.238960 13673 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0721 23:27:14.239469 13673 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0721 23:27:14.239518 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0721 23:27:14.242025 13673 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0721 23:27:14.242069 13673 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0721 23:27:14.242447 13673 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0721 23:27:14.242474 13673 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0721 23:27:14.329127 13673 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0721 23:27:14.329209 13673 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0721 23:27:14.529515 13673 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0721 23:27:14.529620 13673 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0721 23:27:14.534050 13673 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0721 23:27:14.534115 13673 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0721 23:27:14.638814 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0721 23:27:14.640380 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:14.644370 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0721 23:27:14.726702 13673 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0721 23:27:14.726738 13673 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0721 23:27:14.740147 13673 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0721 23:27:14.740173 13673 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0721 23:27:14.823849 13673 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0721 23:27:14.823927 13673 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0721 23:27:14.932289 13673 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0721 23:27:14.932318 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0721 23:27:14.944624 13673 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.610554374s)
I0721 23:27:14.944711 13673 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0721 23:27:14.944967 13673 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.413599499s)
I0721 23:27:14.945906 13673 node_ready.go:35] waiting up to 6m0s for node "addons-178722" to be "Ready" ...
I0721 23:27:15.023580 13673 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0721 23:27:15.023656 13673 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0721 23:27:15.231265 13673 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0721 23:27:15.231353 13673 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0721 23:27:15.238682 13673 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0721 23:27:15.238772 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0721 23:27:15.430416 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (1.60433899s)
I0721 23:27:15.524422 13673 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0721 23:27:15.524497 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0721 23:27:15.526651 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:15.540848 13673 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-178722" context rescaled to 1 replicas
I0721 23:27:15.543981 13673 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0721 23:27:15.544022 13673 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0721 23:27:15.623971 13673 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0721 23:27:15.624065 13673 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0721 23:27:15.742055 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:15.743104 13673 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0721 23:27:15.743164 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0721 23:27:16.026271 13673 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0721 23:27:16.026302 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0721 23:27:16.329307 13673 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0721 23:27:16.329382 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0721 23:27:16.445618 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:16.626333 13673 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0721 23:27:16.626526 13673 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0721 23:27:16.822897 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:17.129183 13673 node_ready.go:53] node "addons-178722" has status "Ready":"False"
I0721 23:27:19.451121 13673 node_ready.go:53] node "addons-178722" has status "Ready":"False"
I0721 23:27:19.523902 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.590762991s)
I0721 23:27:19.524007 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.497795981s)
I0721 23:27:19.524012 13673 addons.go:475] Verifying addon ingress=true in "addons-178722"
I0721 23:27:19.523974 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.49722309s)
I0721 23:27:19.523931 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.581481308s)
I0721 23:27:19.524327 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.285948136s)
I0721 23:27:19.524403 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.885509742s)
I0721 23:27:19.524446 13673 addons.go:475] Verifying addon registry=true in "addons-178722"
I0721 23:27:19.524271 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.481381522s)
I0721 23:27:19.524612 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.884208921s)
I0721 23:27:19.524632 13673 addons.go:475] Verifying addon metrics-server=true in "addons-178722"
I0721 23:27:19.524694 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (4.880288976s)
I0721 23:27:19.524748 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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: (3.998026242s)
I0721 23:27:19.526061 13673 out.go:177] * Verifying registry addon...
I0721 23:27:19.526096 13673 out.go:177] * Verifying ingress addon...
I0721 23:27:19.526985 13673 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-178722 service yakd-dashboard -n yakd-dashboard
I0721 23:27:19.529075 13673 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0721 23:27:19.529080 13673 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
W0721 23:27:19.532557 13673 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0721 23:27:19.534137 13673 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0721 23:27:19.534154 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:19.534448 13673 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0721 23:27:19.534466 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:20.035496 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:20.035855 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:20.330456 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.588295164s)
W0721 23:27:20.330561 13673 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:20.330594 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.884922662s)
I0721 23:27:20.330606 13673 retry.go:31] will retry after 194.189965ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:20.524947 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:20.525716 13673 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0721 23:27:20.525780 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:20.533083 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:20.533395 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:20.545709 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:20.743918 13673 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0721 23:27:20.828867 13673 addons.go:234] Setting addon gcp-auth=true in "addons-178722"
I0721 23:27:20.829161 13673 host.go:66] Checking if "addons-178722" exists ...
I0721 23:27:20.829693 13673 cli_runner.go:164] Run: docker container inspect addons-178722 --format={{.State.Status}}
I0721 23:27:20.855481 13673 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0721 23:27:20.855545 13673 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-178722
I0721 23:27:20.872843 13673 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-4899/.minikube/machines/addons-178722/id_rsa Username:docker}
I0721 23:27:20.942883 13673 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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: (4.119876249s)
I0721 23:27:20.942926 13673 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-178722"
I0721 23:27:20.944415 13673 out.go:177] * Verifying csi-hostpath-driver addon...
I0721 23:27:20.946526 13673 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0721 23:27:20.953614 13673 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0721 23:27:20.953635 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:21.032451 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:21.032608 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:21.450732 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:21.452234 13673 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0721 23:27:21.453595 13673 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0721 23:27:21.454755 13673 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0721 23:27:21.454770 13673 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0721 23:27:21.470797 13673 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0721 23:27:21.470818 13673 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0721 23:27:21.486805 13673 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0721 23:27:21.486823 13673 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0721 23:27:21.502597 13673 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0721 23:27:21.532566 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:21.532823 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:21.847407 13673 addons.go:475] Verifying addon gcp-auth=true in "addons-178722"
I0721 23:27:21.849133 13673 out.go:177] * Verifying gcp-auth addon...
I0721 23:27:21.851449 13673 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0721 23:27:21.923993 13673 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0721 23:27:21.924023 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:21.949120 13673 node_ready.go:53] node "addons-178722" has status "Ready":"False"
I0721 23:27:21.949753 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:22.032390 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:22.032562 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:22.355251 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:22.450525 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:22.532500 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:22.532673 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:22.854182 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:22.950983 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:23.032990 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:23.033446 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:23.355327 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:23.450892 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:23.533447 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:23.533606 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:23.854510 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:23.950488 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:24.032516 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:24.032868 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:24.354341 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:24.448902 13673 node_ready.go:53] node "addons-178722" has status "Ready":"False"
I0721 23:27:24.450648 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:24.532267 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:24.532477 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:24.854550 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:24.950480 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:25.035142 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:25.035797 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:25.354659 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:25.449905 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:25.533056 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:25.533209 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:25.854866 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:25.949853 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:26.032691 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:26.032851 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:26.355521 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:26.449482 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:26.532220 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:26.532541 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:26.854842 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:26.949035 13673 node_ready.go:53] node "addons-178722" has status "Ready":"False"
I0721 23:27:26.949793 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:27.032762 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:27.032961 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:27.354003 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:27.450568 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:27.532707 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:27.532800 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:27.854608 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:27.949852 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:28.033052 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:28.033221 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:28.354501 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:28.449673 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:28.532542 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:28.532955 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:28.855060 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:28.949323 13673 node_ready.go:53] node "addons-178722" has status "Ready":"False"
I0721 23:27:28.950155 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:29.033089 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:29.033172 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:29.355074 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:29.449966 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:29.532889 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:29.533113 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:29.855218 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:29.949992 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:30.032608 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:30.032815 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:30.354491 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:30.449590 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:30.532415 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:30.532552 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:30.854114 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:30.950098 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:31.033052 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:31.033368 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:31.354703 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:31.449085 13673 node_ready.go:53] node "addons-178722" has status "Ready":"False"
I0721 23:27:31.449777 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:31.533817 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:31.534314 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:31.855138 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:31.950512 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:32.033429 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:32.033469 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:32.354559 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:32.449350 13673 node_ready.go:49] node "addons-178722" has status "Ready":"True"
I0721 23:27:32.449444 13673 node_ready.go:38] duration metric: took 17.503516955s for node "addons-178722" to be "Ready" ...
I0721 23:27:32.449467 13673 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" ...
I0721 23:27:32.452637 13673 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0721 23:27:32.452667 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:32.467262 13673 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-m8gcq" in "kube-system" namespace to be "Ready" ...
I0721 23:27:32.533656 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:32.533879 13673 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0721 23:27:32.533900 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:32.854219 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:32.951857 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:33.033498 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:33.033823 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:33.354798 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:33.455020 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:33.533576 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:33.533845 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:33.853903 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:33.951087 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:34.033619 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:34.033666 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:34.355046 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:34.451039 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:34.472474 13673 pod_ready.go:102] pod "coredns-7db6d8ff4d-m8gcq" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:34.532687 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:34.532872 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:34.855251 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:34.951397 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:34.972838 13673 pod_ready.go:92] pod "coredns-7db6d8ff4d-m8gcq" in "kube-system" namespace has status "Ready":"True"
I0721 23:27:34.972858 13673 pod_ready.go:81] duration metric: took 2.505562236s for pod "coredns-7db6d8ff4d-m8gcq" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.972879 13673 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.976519 13673 pod_ready.go:92] pod "etcd-addons-178722" in "kube-system" namespace has status "Ready":"True"
I0721 23:27:34.976537 13673 pod_ready.go:81] duration metric: took 3.652587ms for pod "etcd-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.976551 13673 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.980304 13673 pod_ready.go:92] pod "kube-apiserver-addons-178722" in "kube-system" namespace has status "Ready":"True"
I0721 23:27:34.980325 13673 pod_ready.go:81] duration metric: took 3.767319ms for pod "kube-apiserver-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.980338 13673 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.983758 13673 pod_ready.go:92] pod "kube-controller-manager-addons-178722" in "kube-system" namespace has status "Ready":"True"
I0721 23:27:34.983775 13673 pod_ready.go:81] duration metric: took 3.430206ms for pod "kube-controller-manager-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.983785 13673 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-ttwjv" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.987176 13673 pod_ready.go:92] pod "kube-proxy-ttwjv" in "kube-system" namespace has status "Ready":"True"
I0721 23:27:34.987196 13673 pod_ready.go:81] duration metric: took 3.404496ms for pod "kube-proxy-ttwjv" in "kube-system" namespace to be "Ready" ...
I0721 23:27:34.987208 13673 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:35.033804 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:35.034184 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:35.355526 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:35.425762 13673 pod_ready.go:92] pod "kube-scheduler-addons-178722" in "kube-system" namespace has status "Ready":"True"
I0721 23:27:35.425792 13673 pod_ready.go:81] duration metric: took 438.576396ms for pod "kube-scheduler-addons-178722" in "kube-system" namespace to be "Ready" ...
I0721 23:27:35.425805 13673 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace to be "Ready" ...
I0721 23:27:35.452796 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:35.534434 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:35.535669 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:35.854941 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:35.951842 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:36.033283 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:36.034474 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:36.355403 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:36.452344 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:36.534446 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:36.534618 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:36.854743 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:36.954942 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:37.033749 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:37.033777 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:37.354632 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:37.431215 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:37.452192 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:37.533701 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:37.534055 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:37.854485 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:37.952463 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:38.033878 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:38.033913 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:38.354557 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:38.452461 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:38.533532 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:38.533614 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:38.855222 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:38.952070 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:39.033864 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:39.033903 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:39.354357 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:39.431323 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:39.453021 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:39.534144 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:39.536396 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:39.855628 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:39.952332 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:40.034783 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:40.035954 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:40.355349 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:40.452254 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:40.534258 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:40.534674 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:40.854716 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:40.951150 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:41.033728 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:41.033955 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:41.354234 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:41.433750 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:41.453186 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:41.534057 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:41.534199 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:41.854867 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:41.952510 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:42.034201 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:42.034455 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:42.355047 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:42.452489 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:42.533841 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:42.533880 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:42.854452 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:42.955309 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:43.033773 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:43.033820 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:43.354444 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:43.451375 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:43.533105 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:43.533181 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:43.854732 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:43.930940 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:43.951546 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:44.034138 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:44.034650 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:44.354313 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:44.450670 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:44.533495 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:44.533721 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:44.854293 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:44.951414 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:45.033309 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:45.033335 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:45.354922 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:45.450833 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:45.533976 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:45.534133 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:45.854612 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:45.931045 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:45.951795 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:46.033989 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:46.034020 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:46.354802 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:46.451755 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:46.533903 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:46.534739 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:46.858125 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:46.952223 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:47.033554 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:47.034193 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:47.355048 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:47.451738 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:47.533576 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:47.533975 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:47.854736 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:47.931152 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:47.951155 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:48.033057 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:48.033609 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:48.355121 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:48.451720 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:48.533807 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:48.533814 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:48.854311 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:48.953041 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:49.033765 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:49.033777 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:49.354316 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:49.451741 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:49.533515 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:49.533686 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:49.854631 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:49.951653 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:50.033484 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:50.033624 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:50.354340 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:50.431261 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:50.451331 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:50.533613 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:50.533797 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:50.854434 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:50.950609 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:51.033400 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:51.033685 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:51.354391 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:51.451779 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:51.533968 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:51.534107 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:51.855018 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:51.951566 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:52.033936 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:52.033953 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:52.354286 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:52.432241 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:52.451455 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:52.532846 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:52.533031 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:52.854888 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:52.951536 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:53.033381 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:53.033639 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:53.355193 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:53.452292 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:53.535461 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:53.536453 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:53.855399 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:53.953065 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:54.033750 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:54.034164 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:54.355213 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:54.450885 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:54.533982 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:54.534100 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:54.854968 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:54.931490 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:54.951660 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:55.033666 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:55.033770 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:55.354471 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:55.452104 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:55.533007 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:55.533251 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:55.855052 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:55.951475 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:56.148386 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:56.149505 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:56.354926 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:56.450900 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:56.534181 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:56.534462 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:56.854705 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:56.951687 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:57.033565 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:57.033694 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:57.354563 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:57.431364 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:57.451803 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:57.533884 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:57.534076 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:57.855214 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:57.951893 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:58.034368 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:58.034489 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:58.355207 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:58.451760 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:58.533388 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:58.533716 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:58.854777 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:58.952402 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:59.034050 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:59.034223 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:59.355334 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:59.451996 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:27:59.533181 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:27:59.533361 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:27:59.854990 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:27:59.931237 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:27:59.951723 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:00.033797 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:00.033962 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:00.354791 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:00.451276 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:00.533555 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:00.533881 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:00.856373 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:00.952525 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:01.033580 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:01.034402 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:01.354916 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:01.451219 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:01.533414 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:01.533658 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:01.855581 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:01.951266 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:02.033298 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:02.033747 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:02.355297 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:02.430587 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:02.451229 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:02.533399 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:02.533571 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:02.855307 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:02.951794 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:03.033878 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:03.034207 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:03.355398 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:03.452595 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:03.534026 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:03.534222 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:03.854433 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:03.951332 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:04.033142 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:04.033326 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:04.354773 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:04.431680 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:04.452118 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:04.533133 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:04.533202 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:04.855206 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:04.951322 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:05.034870 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:05.034879 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:05.354581 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:05.450785 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:05.533715 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:05.533883 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:05.854533 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:05.951097 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:06.033015 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:06.033017 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:06.354958 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:06.451433 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:06.533334 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:06.533551 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:06.855107 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:06.930172 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:06.951661 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:07.033286 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:07.033631 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:07.354177 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:07.451411 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:07.533346 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:07.533447 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:07.855266 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:07.952277 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:08.033232 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:08.033419 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:08.355625 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:08.451742 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:08.533563 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:08.533735 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:08.854431 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:08.930903 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:08.952161 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:09.032983 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:09.032989 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:09.354984 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:09.451132 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:09.533394 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:09.533419 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:09.855204 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:09.950989 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:10.032783 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:10.033014 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:10.354624 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:10.451278 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:10.533295 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:10.533433 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:10.855183 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:10.931204 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:10.951189 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:11.033185 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:11.033245 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:11.354747 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:11.452137 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:11.533343 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:11.533669 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:11.855198 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:11.951641 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:12.033247 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:12.033394 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:12.354915 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:12.452922 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:12.533597 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:12.533623 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:12.854259 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:12.950964 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:13.032804 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:13.032920 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:13.354878 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:13.431023 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:13.451610 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:13.533918 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:13.533960 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:13.854548 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:13.953057 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:14.033991 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:14.035857 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:14.354919 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:14.452125 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:14.538330 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:14.539377 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:14.929533 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:15.029667 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:15.036344 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:15.036936 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:15.425936 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:15.453378 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:15.534323 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:15.534394 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:15.854769 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:15.930876 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:15.952826 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:16.033803 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:16.033822 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:16.354365 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:16.451895 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:16.534617 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:16.534620 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:16.855852 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:16.950990 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:17.033120 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:17.033398 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:17.355252 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:17.451057 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:17.533159 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:17.533308 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:17.855056 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:17.931840 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:17.951371 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:18.033851 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:18.034157 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:18.354730 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:18.451824 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:18.534394 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:18.534438 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:18.855173 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:18.951527 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:19.033464 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:19.033562 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:19.355273 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:19.451202 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:19.532993 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:19.533507 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:19.855003 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:19.950928 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:20.033915 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:20.033980 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:20.354437 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:20.430743 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:20.451942 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:20.533580 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:20.533665 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:20.854301 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:20.951817 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:21.033470 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:21.033637 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:21.355332 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:21.451375 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:21.533934 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:21.535009 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:21.854494 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:21.952079 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:22.034215 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:22.034460 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:22.354816 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:22.432390 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:22.492164 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:22.533893 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:22.534343 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:22.855388 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:22.951477 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:23.034196 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:23.035256 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:23.355163 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:23.454533 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:23.533775 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:23.533792 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:23.854624 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:23.951335 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:24.033393 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:24.033643 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:24.354372 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:24.452295 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:24.533937 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:24.535047 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:24.855009 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:24.931450 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:24.951411 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:25.036035 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0721 23:28:25.036040 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:25.355411 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:25.451963 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:25.533434 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:25.533919 13673 kapi.go:107] duration metric: took 1m6.004847908s to wait for kubernetes.io/minikube-addons=registry ...
I0721 23:28:25.854294 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:25.951639 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:26.033194 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:26.354484 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:26.451074 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:26.532782 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:26.855087 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:26.950988 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:27.032566 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:27.355063 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:27.431665 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:27.451567 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:27.533099 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:27.854638 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:27.951586 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:28.033548 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:28.355263 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:28.451728 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:28.533516 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:28.855269 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0721 23:28:29.026828 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:29.034168 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:29.426851 13673 kapi.go:107] duration metric: took 1m7.575400933s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0721 23:28:29.428980 13673 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-178722 cluster.
I0721 23:28:29.430653 13673 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.
I0721 23:28:29.431985 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:29.433341 13673 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0721 23:28:29.452944 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:29.534364 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:30.029508 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:30.033834 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:30.453704 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:30.540828 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:30.953228 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:31.034774 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:31.452186 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:31.534059 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:31.931343 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:31.951777 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:32.033323 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:32.452449 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:32.533382 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:32.951978 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:33.034155 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:33.452263 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:33.534211 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:33.936591 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:33.950986 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:34.032714 13673 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0721 23:28:34.452213 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:34.533746 13673 kapi.go:107] duration metric: took 1m15.004664485s to wait for app.kubernetes.io/name=ingress-nginx ...
I0721 23:28:34.951631 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:35.451352 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:35.952131 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:36.432031 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:36.451873 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:36.952339 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:37.451711 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:37.951945 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:38.450868 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:38.931542 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:38.952335 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:39.452028 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:39.951797 13673 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0721 23:28:40.451868 13673 kapi.go:107] duration metric: took 1m19.505339821s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0721 23:28:40.453942 13673 out.go:177] * Enabled addons: nvidia-device-plugin, ingress-dns, storage-provisioner, cloud-spanner, metrics-server, helm-tiller, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0721 23:28:40.455551 13673 addons.go:510] duration metric: took 1m27.249099988s for enable addons: enabled=[nvidia-device-plugin ingress-dns storage-provisioner cloud-spanner metrics-server helm-tiller yakd default-storageclass inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0721 23:28:41.431556 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:43.931337 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:46.431472 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:48.930593 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:50.931131 13673 pod_ready.go:102] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"False"
I0721 23:28:52.930512 13673 pod_ready.go:92] pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace has status "Ready":"True"
I0721 23:28:52.930536 13673 pod_ready.go:81] duration metric: took 1m17.504722523s for pod "metrics-server-c59844bb4-b4fm9" in "kube-system" namespace to be "Ready" ...
I0721 23:28:52.930547 13673 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-gvzht" in "kube-system" namespace to be "Ready" ...
I0721 23:28:52.934651 13673 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-gvzht" in "kube-system" namespace has status "Ready":"True"
I0721 23:28:52.934674 13673 pod_ready.go:81] duration metric: took 4.118472ms for pod "nvidia-device-plugin-daemonset-gvzht" in "kube-system" namespace to be "Ready" ...
I0721 23:28:52.934703 13673 pod_ready.go:38] duration metric: took 1m20.485212383s 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" ...
I0721 23:28:52.934729 13673 api_server.go:52] waiting for apiserver process to appear ...
I0721 23:28:52.934763 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0721 23:28:52.934822 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0721 23:28:52.970526 13673 cri.go:89] found id: "ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9"
I0721 23:28:52.970549 13673 cri.go:89] found id: ""
I0721 23:28:52.970559 13673 logs.go:276] 1 containers: [ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9]
I0721 23:28:52.970614 13673 ssh_runner.go:195] Run: which crictl
I0721 23:28:52.973734 13673 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0721 23:28:52.973799 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0721 23:28:53.008503 13673 cri.go:89] found id: "da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11"
I0721 23:28:53.008522 13673 cri.go:89] found id: ""
I0721 23:28:53.008529 13673 logs.go:276] 1 containers: [da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11]
I0721 23:28:53.008575 13673 ssh_runner.go:195] Run: which crictl
I0721 23:28:53.011723 13673 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0721 23:28:53.011771 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0721 23:28:53.046443 13673 cri.go:89] found id: "af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf"
I0721 23:28:53.046466 13673 cri.go:89] found id: ""
I0721 23:28:53.046472 13673 logs.go:276] 1 containers: [af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf]
I0721 23:28:53.046516 13673 ssh_runner.go:195] Run: which crictl
I0721 23:28:53.049604 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0721 23:28:53.049671 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0721 23:28:53.083694 13673 cri.go:89] found id: "54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f"
I0721 23:28:53.083715 13673 cri.go:89] found id: ""
I0721 23:28:53.083725 13673 logs.go:276] 1 containers: [54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f]
I0721 23:28:53.083766 13673 ssh_runner.go:195] Run: which crictl
I0721 23:28:53.087398 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0721 23:28:53.087483 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0721 23:28:53.140281 13673 cri.go:89] found id: "2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121"
I0721 23:28:53.140307 13673 cri.go:89] found id: ""
I0721 23:28:53.140318 13673 logs.go:276] 1 containers: [2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121]
I0721 23:28:53.140372 13673 ssh_runner.go:195] Run: which crictl
I0721 23:28:53.144150 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0721 23:28:53.144217 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0721 23:28:53.230826 13673 cri.go:89] found id: "c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5"
I0721 23:28:53.230849 13673 cri.go:89] found id: ""
I0721 23:28:53.230864 13673 logs.go:276] 1 containers: [c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5]
I0721 23:28:53.230916 13673 ssh_runner.go:195] Run: which crictl
I0721 23:28:53.234121 13673 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0721 23:28:53.234186 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0721 23:28:53.268028 13673 cri.go:89] found id: "b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e"
I0721 23:28:53.268048 13673 cri.go:89] found id: ""
I0721 23:28:53.268056 13673 logs.go:276] 1 containers: [b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e]
I0721 23:28:53.268106 13673 ssh_runner.go:195] Run: which crictl
I0721 23:28:53.271504 13673 logs.go:123] Gathering logs for container status ...
I0721 23:28:53.271526 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0721 23:28:53.312923 13673 logs.go:123] Gathering logs for kube-apiserver [ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9] ...
I0721 23:28:53.312952 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9"
I0721 23:28:53.363138 13673 logs.go:123] Gathering logs for etcd [da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11] ...
I0721 23:28:53.363169 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11"
I0721 23:28:53.404629 13673 logs.go:123] Gathering logs for coredns [af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf] ...
I0721 23:28:53.404659 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf"
I0721 23:28:53.439879 13673 logs.go:123] Gathering logs for kube-proxy [2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121] ...
I0721 23:28:53.439907 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121"
I0721 23:28:53.476581 13673 logs.go:123] Gathering logs for kindnet [b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e] ...
I0721 23:28:53.476604 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e"
I0721 23:28:53.516953 13673 logs.go:123] Gathering logs for CRI-O ...
I0721 23:28:53.516984 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0721 23:28:53.595837 13673 logs.go:123] Gathering logs for kubelet ...
I0721 23:28:53.595872 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0721 23:28:53.631299 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.095412 1742 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:28:53.631457 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.095472 1742 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:28:53.631581 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.096412 1742 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:28:53.631720 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.096456 1742 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
I0721 23:28:53.664450 13673 logs.go:123] Gathering logs for dmesg ...
I0721 23:28:53.664483 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0721 23:28:53.676527 13673 logs.go:123] Gathering logs for describe nodes ...
I0721 23:28:53.676551 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0721 23:28:53.772390 13673 logs.go:123] Gathering logs for kube-scheduler [54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f] ...
I0721 23:28:53.772421 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f"
I0721 23:28:53.809703 13673 logs.go:123] Gathering logs for kube-controller-manager [c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5] ...
I0721 23:28:53.809736 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5"
I0721 23:28:53.866132 13673 out.go:304] Setting ErrFile to fd 2...
I0721 23:28:53.866163 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0721 23:28:53.866220 13673 out.go:239] X Problems detected in kubelet:
W0721 23:28:53.866231 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.095412 1742 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:28:53.866285 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.095472 1742 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:28:53.866302 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.096412 1742 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:28:53.866309 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.096456 1742 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
I0721 23:28:53.866318 13673 out.go:304] Setting ErrFile to fd 2...
I0721 23:28:53.866326 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0721 23:29:03.867764 13673 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0721 23:29:03.880672 13673 api_server.go:72] duration metric: took 1m50.674261239s to wait for apiserver process to appear ...
I0721 23:29:03.880697 13673 api_server.go:88] waiting for apiserver healthz status ...
I0721 23:29:03.880727 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0721 23:29:03.880772 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0721 23:29:03.912555 13673 cri.go:89] found id: "ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9"
I0721 23:29:03.912574 13673 cri.go:89] found id: ""
I0721 23:29:03.912582 13673 logs.go:276] 1 containers: [ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9]
I0721 23:29:03.912633 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:03.915768 13673 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0721 23:29:03.915816 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0721 23:29:03.947907 13673 cri.go:89] found id: "da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11"
I0721 23:29:03.947946 13673 cri.go:89] found id: ""
I0721 23:29:03.947957 13673 logs.go:276] 1 containers: [da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11]
I0721 23:29:03.948009 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:03.951165 13673 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0721 23:29:03.951236 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0721 23:29:03.983172 13673 cri.go:89] found id: "af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf"
I0721 23:29:03.983190 13673 cri.go:89] found id: ""
I0721 23:29:03.983197 13673 logs.go:276] 1 containers: [af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf]
I0721 23:29:03.983238 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:03.986502 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0721 23:29:03.986552 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0721 23:29:04.018461 13673 cri.go:89] found id: "54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f"
I0721 23:29:04.018486 13673 cri.go:89] found id: ""
I0721 23:29:04.018495 13673 logs.go:276] 1 containers: [54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f]
I0721 23:29:04.018554 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:04.021594 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0721 23:29:04.021656 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0721 23:29:04.052877 13673 cri.go:89] found id: "2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121"
I0721 23:29:04.052902 13673 cri.go:89] found id: ""
I0721 23:29:04.052910 13673 logs.go:276] 1 containers: [2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121]
I0721 23:29:04.052965 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:04.056122 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0721 23:29:04.056178 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0721 23:29:04.088299 13673 cri.go:89] found id: "c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5"
I0721 23:29:04.088322 13673 cri.go:89] found id: ""
I0721 23:29:04.088331 13673 logs.go:276] 1 containers: [c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5]
I0721 23:29:04.088382 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:04.091576 13673 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0721 23:29:04.091644 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0721 23:29:04.124194 13673 cri.go:89] found id: "b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e"
I0721 23:29:04.124215 13673 cri.go:89] found id: ""
I0721 23:29:04.124224 13673 logs.go:276] 1 containers: [b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e]
I0721 23:29:04.124267 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:04.127737 13673 logs.go:123] Gathering logs for kube-apiserver [ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9] ...
I0721 23:29:04.127763 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9"
I0721 23:29:04.169817 13673 logs.go:123] Gathering logs for kube-scheduler [54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f] ...
I0721 23:29:04.169847 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f"
I0721 23:29:04.207592 13673 logs.go:123] Gathering logs for CRI-O ...
I0721 23:29:04.207622 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0721 23:29:04.285639 13673 logs.go:123] Gathering logs for kindnet [b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e] ...
I0721 23:29:04.285679 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e"
I0721 23:29:04.323870 13673 logs.go:123] Gathering logs for kubelet ...
I0721 23:29:04.323900 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0721 23:29:04.363795 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.095412 1742 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:04.363950 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.095472 1742 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:04.364076 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.096412 1742 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:04.364212 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.096456 1742 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
I0721 23:29:04.397327 13673 logs.go:123] Gathering logs for dmesg ...
I0721 23:29:04.397354 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0721 23:29:04.409048 13673 logs.go:123] Gathering logs for describe nodes ...
I0721 23:29:04.409073 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0721 23:29:04.499843 13673 logs.go:123] Gathering logs for etcd [da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11] ...
I0721 23:29:04.499870 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11"
I0721 23:29:04.540071 13673 logs.go:123] Gathering logs for coredns [af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf] ...
I0721 23:29:04.540099 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf"
I0721 23:29:04.577117 13673 logs.go:123] Gathering logs for kube-proxy [2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121] ...
I0721 23:29:04.577152 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121"
I0721 23:29:04.608625 13673 logs.go:123] Gathering logs for kube-controller-manager [c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5] ...
I0721 23:29:04.608652 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5"
I0721 23:29:04.662013 13673 logs.go:123] Gathering logs for container status ...
I0721 23:29:04.662043 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0721 23:29:04.701583 13673 out.go:304] Setting ErrFile to fd 2...
I0721 23:29:04.701603 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0721 23:29:04.701652 13673 out.go:239] X Problems detected in kubelet:
W0721 23:29:04.701665 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.095412 1742 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:04.701678 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.095472 1742 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:04.701694 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.096412 1742 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:04.701707 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.096456 1742 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
I0721 23:29:04.701717 13673 out.go:304] Setting ErrFile to fd 2...
I0721 23:29:04.701725 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0721 23:29:14.702632 13673 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0721 23:29:14.706137 13673 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0721 23:29:14.706976 13673 api_server.go:141] control plane version: v1.30.3
I0721 23:29:14.706998 13673 api_server.go:131] duration metric: took 10.826295331s to wait for apiserver health ...
I0721 23:29:14.707006 13673 system_pods.go:43] waiting for kube-system pods to appear ...
I0721 23:29:14.707023 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0721 23:29:14.707066 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0721 23:29:14.740142 13673 cri.go:89] found id: "ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9"
I0721 23:29:14.740166 13673 cri.go:89] found id: ""
I0721 23:29:14.740176 13673 logs.go:276] 1 containers: [ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9]
I0721 23:29:14.740218 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:14.743570 13673 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0721 23:29:14.743638 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0721 23:29:14.777159 13673 cri.go:89] found id: "da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11"
I0721 23:29:14.777177 13673 cri.go:89] found id: ""
I0721 23:29:14.777184 13673 logs.go:276] 1 containers: [da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11]
I0721 23:29:14.777230 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:14.780484 13673 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0721 23:29:14.780556 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0721 23:29:14.812559 13673 cri.go:89] found id: "af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf"
I0721 23:29:14.812581 13673 cri.go:89] found id: ""
I0721 23:29:14.812590 13673 logs.go:276] 1 containers: [af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf]
I0721 23:29:14.812646 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:14.815762 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0721 23:29:14.815826 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0721 23:29:14.847499 13673 cri.go:89] found id: "54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f"
I0721 23:29:14.847524 13673 cri.go:89] found id: ""
I0721 23:29:14.847531 13673 logs.go:276] 1 containers: [54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f]
I0721 23:29:14.847574 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:14.850795 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0721 23:29:14.850843 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0721 23:29:14.883320 13673 cri.go:89] found id: "2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121"
I0721 23:29:14.883351 13673 cri.go:89] found id: ""
I0721 23:29:14.883362 13673 logs.go:276] 1 containers: [2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121]
I0721 23:29:14.883421 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:14.886768 13673 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0721 23:29:14.886826 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0721 23:29:14.919153 13673 cri.go:89] found id: "c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5"
I0721 23:29:14.919175 13673 cri.go:89] found id: ""
I0721 23:29:14.919184 13673 logs.go:276] 1 containers: [c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5]
I0721 23:29:14.919232 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:14.922370 13673 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0721 23:29:14.922436 13673 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0721 23:29:14.955144 13673 cri.go:89] found id: "b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e"
I0721 23:29:14.955169 13673 cri.go:89] found id: ""
I0721 23:29:14.955177 13673 logs.go:276] 1 containers: [b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e]
I0721 23:29:14.955236 13673 ssh_runner.go:195] Run: which crictl
I0721 23:29:14.958461 13673 logs.go:123] Gathering logs for kube-apiserver [ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9] ...
I0721 23:29:14.958483 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9"
I0721 23:29:15.000451 13673 logs.go:123] Gathering logs for kube-proxy [2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121] ...
I0721 23:29:15.000482 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121"
I0721 23:29:15.032640 13673 logs.go:123] Gathering logs for kindnet [b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e] ...
I0721 23:29:15.032670 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e"
I0721 23:29:15.070184 13673 logs.go:123] Gathering logs for container status ...
I0721 23:29:15.070213 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0721 23:29:15.110168 13673 logs.go:123] Gathering logs for CRI-O ...
I0721 23:29:15.110199 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0721 23:29:15.187672 13673 logs.go:123] Gathering logs for kubelet ...
I0721 23:29:15.187705 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0721 23:29:15.222394 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.095412 1742 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:15.222582 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.095472 1742 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:15.222732 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.096412 1742 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:15.222897 13673 logs.go:138] Found kubelet problem: Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.096456 1742 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
I0721 23:29:15.256019 13673 logs.go:123] Gathering logs for dmesg ...
I0721 23:29:15.256055 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0721 23:29:15.268106 13673 logs.go:123] Gathering logs for describe nodes ...
I0721 23:29:15.268130 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0721 23:29:15.363267 13673 logs.go:123] Gathering logs for etcd [da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11] ...
I0721 23:29:15.363294 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11"
I0721 23:29:15.403010 13673 logs.go:123] Gathering logs for coredns [af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf] ...
I0721 23:29:15.403040 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf"
I0721 23:29:15.438392 13673 logs.go:123] Gathering logs for kube-scheduler [54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f] ...
I0721 23:29:15.438417 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f"
I0721 23:29:15.475326 13673 logs.go:123] Gathering logs for kube-controller-manager [c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5] ...
I0721 23:29:15.475356 13673 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5"
I0721 23:29:15.529964 13673 out.go:304] Setting ErrFile to fd 2...
I0721 23:29:15.529993 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0721 23:29:15.530039 13673 out.go:239] X Problems detected in kubelet:
W0721 23:29:15.530053 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.095412 1742 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:15.530066 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.095472 1742 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-178722" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:15.530077 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: W0721 23:27:32.096412 1742 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
W0721 23:29:15.530088 13673 out.go:239] Jul 21 23:27:32 addons-178722 kubelet[1742]: E0721 23:27:32.096456 1742 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-178722" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-178722' and this object
I0721 23:29:15.530098 13673 out.go:304] Setting ErrFile to fd 2...
I0721 23:29:15.530110 13673 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0721 23:29:25.547738 13673 system_pods.go:59] 19 kube-system pods found
I0721 23:29:25.547803 13673 system_pods.go:61] "coredns-7db6d8ff4d-m8gcq" [947f8c74-e941-4f49-ac00-1652cfe395bf] Running
I0721 23:29:25.547812 13673 system_pods.go:61] "csi-hostpath-attacher-0" [9c4909b4-3db0-4f17-9d6c-c373638d7688] Running
I0721 23:29:25.547817 13673 system_pods.go:61] "csi-hostpath-resizer-0" [2fa8416d-9b05-4e64-b0e2-98933da595bb] Running
I0721 23:29:25.547821 13673 system_pods.go:61] "csi-hostpathplugin-r2xz8" [c870c82f-cd7b-4f73-9cc4-164d8da00640] Running
I0721 23:29:25.547826 13673 system_pods.go:61] "etcd-addons-178722" [914012f9-5400-4ff3-9dc4-7c0bae089e17] Running
I0721 23:29:25.547830 13673 system_pods.go:61] "kindnet-b77bm" [fbd68da6-b433-4d44-afbc-14783f2496fa] Running
I0721 23:29:25.547835 13673 system_pods.go:61] "kube-apiserver-addons-178722" [d526bd68-3fd3-409c-bcb1-1f277cc4bd0b] Running
I0721 23:29:25.547840 13673 system_pods.go:61] "kube-controller-manager-addons-178722" [24403fa6-1f8a-49eb-b785-b2ac0856511e] Running
I0721 23:29:25.547847 13673 system_pods.go:61] "kube-ingress-dns-minikube" [3f4cccca-b075-4c6b-a2ac-39470f7393d4] Running
I0721 23:29:25.547852 13673 system_pods.go:61] "kube-proxy-ttwjv" [38c189c7-772b-468c-a0fd-90c62ef87500] Running
I0721 23:29:25.547857 13673 system_pods.go:61] "kube-scheduler-addons-178722" [2869f081-57a6-474e-a225-b0ad3635b40c] Running
I0721 23:29:25.547862 13673 system_pods.go:61] "metrics-server-c59844bb4-b4fm9" [eb4ca38c-fba6-4798-b114-897ee184b269] Running
I0721 23:29:25.547867 13673 system_pods.go:61] "nvidia-device-plugin-daemonset-gvzht" [ceb441b1-4b4e-4aaf-86f1-e27dae6979ba] Running
I0721 23:29:25.547872 13673 system_pods.go:61] "registry-656c9c8d9c-qbkxx" [1ff6bf20-1a87-4715-ac96-c4e34c1929c5] Running
I0721 23:29:25.547877 13673 system_pods.go:61] "registry-proxy-pqpcn" [64074b56-a139-48fb-9b63-0693e3918e6a] Running
I0721 23:29:25.547883 13673 system_pods.go:61] "snapshot-controller-745499f584-bqknw" [d63aad1c-7b95-48f4-bb6d-ffc64c231824] Running
I0721 23:29:25.547887 13673 system_pods.go:61] "snapshot-controller-745499f584-wvc4s" [78738518-4112-4bde-aada-fc853bab4360] Running
I0721 23:29:25.547892 13673 system_pods.go:61] "storage-provisioner" [4465a10c-9523-4148-8cde-ba5e638c696a] Running
I0721 23:29:25.547896 13673 system_pods.go:61] "tiller-deploy-6677d64bcd-clmxf" [e44d71c2-529f-49ce-a5c9-5842bfb4b374] Running
I0721 23:29:25.547905 13673 system_pods.go:74] duration metric: took 10.840891821s to wait for pod list to return data ...
I0721 23:29:25.547915 13673 default_sa.go:34] waiting for default service account to be created ...
I0721 23:29:25.556273 13673 default_sa.go:45] found service account: "default"
I0721 23:29:25.556305 13673 default_sa.go:55] duration metric: took 8.380545ms for default service account to be created ...
I0721 23:29:25.556316 13673 system_pods.go:116] waiting for k8s-apps to be running ...
I0721 23:29:25.565971 13673 system_pods.go:86] 19 kube-system pods found
I0721 23:29:25.566001 13673 system_pods.go:89] "coredns-7db6d8ff4d-m8gcq" [947f8c74-e941-4f49-ac00-1652cfe395bf] Running
I0721 23:29:25.566009 13673 system_pods.go:89] "csi-hostpath-attacher-0" [9c4909b4-3db0-4f17-9d6c-c373638d7688] Running
I0721 23:29:25.566014 13673 system_pods.go:89] "csi-hostpath-resizer-0" [2fa8416d-9b05-4e64-b0e2-98933da595bb] Running
I0721 23:29:25.566021 13673 system_pods.go:89] "csi-hostpathplugin-r2xz8" [c870c82f-cd7b-4f73-9cc4-164d8da00640] Running
I0721 23:29:25.566027 13673 system_pods.go:89] "etcd-addons-178722" [914012f9-5400-4ff3-9dc4-7c0bae089e17] Running
I0721 23:29:25.566033 13673 system_pods.go:89] "kindnet-b77bm" [fbd68da6-b433-4d44-afbc-14783f2496fa] Running
I0721 23:29:25.566040 13673 system_pods.go:89] "kube-apiserver-addons-178722" [d526bd68-3fd3-409c-bcb1-1f277cc4bd0b] Running
I0721 23:29:25.566048 13673 system_pods.go:89] "kube-controller-manager-addons-178722" [24403fa6-1f8a-49eb-b785-b2ac0856511e] Running
I0721 23:29:25.566058 13673 system_pods.go:89] "kube-ingress-dns-minikube" [3f4cccca-b075-4c6b-a2ac-39470f7393d4] Running
I0721 23:29:25.566065 13673 system_pods.go:89] "kube-proxy-ttwjv" [38c189c7-772b-468c-a0fd-90c62ef87500] Running
I0721 23:29:25.566075 13673 system_pods.go:89] "kube-scheduler-addons-178722" [2869f081-57a6-474e-a225-b0ad3635b40c] Running
I0721 23:29:25.566084 13673 system_pods.go:89] "metrics-server-c59844bb4-b4fm9" [eb4ca38c-fba6-4798-b114-897ee184b269] Running
I0721 23:29:25.566091 13673 system_pods.go:89] "nvidia-device-plugin-daemonset-gvzht" [ceb441b1-4b4e-4aaf-86f1-e27dae6979ba] Running
I0721 23:29:25.566098 13673 system_pods.go:89] "registry-656c9c8d9c-qbkxx" [1ff6bf20-1a87-4715-ac96-c4e34c1929c5] Running
I0721 23:29:25.566107 13673 system_pods.go:89] "registry-proxy-pqpcn" [64074b56-a139-48fb-9b63-0693e3918e6a] Running
I0721 23:29:25.566115 13673 system_pods.go:89] "snapshot-controller-745499f584-bqknw" [d63aad1c-7b95-48f4-bb6d-ffc64c231824] Running
I0721 23:29:25.566123 13673 system_pods.go:89] "snapshot-controller-745499f584-wvc4s" [78738518-4112-4bde-aada-fc853bab4360] Running
I0721 23:29:25.566129 13673 system_pods.go:89] "storage-provisioner" [4465a10c-9523-4148-8cde-ba5e638c696a] Running
I0721 23:29:25.566136 13673 system_pods.go:89] "tiller-deploy-6677d64bcd-clmxf" [e44d71c2-529f-49ce-a5c9-5842bfb4b374] Running
I0721 23:29:25.566148 13673 system_pods.go:126] duration metric: took 9.82496ms to wait for k8s-apps to be running ...
I0721 23:29:25.566160 13673 system_svc.go:44] waiting for kubelet service to be running ....
I0721 23:29:25.566213 13673 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0721 23:29:25.577518 13673 system_svc.go:56] duration metric: took 11.345214ms WaitForService to wait for kubelet
I0721 23:29:25.577551 13673 kubeadm.go:582] duration metric: took 2m12.371141092s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0721 23:29:25.577579 13673 node_conditions.go:102] verifying NodePressure condition ...
I0721 23:29:25.580495 13673 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0721 23:29:25.580526 13673 node_conditions.go:123] node cpu capacity is 8
I0721 23:29:25.580538 13673 node_conditions.go:105] duration metric: took 2.954672ms to run NodePressure ...
I0721 23:29:25.580548 13673 start.go:241] waiting for startup goroutines ...
I0721 23:29:25.580555 13673 start.go:246] waiting for cluster config update ...
I0721 23:29:25.580570 13673 start.go:255] writing updated cluster config ...
I0721 23:29:25.580847 13673 ssh_runner.go:195] Run: rm -f paused
I0721 23:29:25.628395 13673 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0721 23:29:25.630472 13673 out.go:177] * Done! kubectl is now configured to use "addons-178722" cluster and "default" namespace by default
==> CRI-O <==
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.001640929Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=1d30b355-e141-48dd-acce-21e8ca3befbe name=/runtime.v1.ImageService/ImageStatus
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.002236481Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=1d30b355-e141-48dd-acce-21e8ca3befbe name=/runtime.v1.ImageService/ImageStatus
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.003092846Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=96c109f1-185c-4f41-bf58-6a387b5eb79c name=/runtime.v1.ImageService/ImageStatus
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.003807223Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=96c109f1-185c-4f41-bf58-6a387b5eb79c name=/runtime.v1.ImageService/ImageStatus
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.004629992Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-znd8r/hello-world-app" id=656f9e6e-878f-484a-8fcd-86fe45269d6b name=/runtime.v1.RuntimeService/CreateContainer
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.004719407Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.019557053Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/c219b76cd5b6d1b9b4c627c1d5195313159a64c62b859f58d480395a3e5fd447/merged/etc/passwd: no such file or directory"
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.019593525Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/c219b76cd5b6d1b9b4c627c1d5195313159a64c62b859f58d480395a3e5fd447/merged/etc/group: no such file or directory"
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.052558130Z" level=info msg="Created container bc5f29f4be5cae659a43f73f98d2f216090549a828e89ebc70fb52759e42c744: default/hello-world-app-6778b5fc9f-znd8r/hello-world-app" id=656f9e6e-878f-484a-8fcd-86fe45269d6b name=/runtime.v1.RuntimeService/CreateContainer
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.053152686Z" level=info msg="Starting container: bc5f29f4be5cae659a43f73f98d2f216090549a828e89ebc70fb52759e42c744" id=202b7327-c824-4e48-a453-40a9e441660b name=/runtime.v1.RuntimeService/StartContainer
Jul 21 23:32:21 addons-178722 crio[1026]: time="2024-07-21 23:32:21.058777310Z" level=info msg="Started container" PID=10783 containerID=bc5f29f4be5cae659a43f73f98d2f216090549a828e89ebc70fb52759e42c744 description=default/hello-world-app-6778b5fc9f-znd8r/hello-world-app id=202b7327-c824-4e48-a453-40a9e441660b name=/runtime.v1.RuntimeService/StartContainer sandboxID=e9640a1c10038c42c7c2e7cda55e4839789f9746e4f4296df1d883af2a1d4c76
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.369186647Z" level=warning msg="Stopping container b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=c06a4b0a-c69a-452c-880d-e96cdc83893b name=/runtime.v1.RuntimeService/StopContainer
Jul 21 23:32:22 addons-178722 conmon[6004]: conmon b5015b373aa07fd59669 <ninfo>: container 6016 exited with status 137
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.500276291Z" level=info msg="Stopped container b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e: ingress-nginx/ingress-nginx-controller-6d9bd977d4-8ghh9/controller" id=c06a4b0a-c69a-452c-880d-e96cdc83893b name=/runtime.v1.RuntimeService/StopContainer
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.500831916Z" level=info msg="Stopping pod sandbox: 8dcc50ec0a9df54ea61c05a5c50799a0ef447ba29040ee68bc3deae5cd5eb053" id=de3303b1-221e-4f1a-91c7-be70a8559c61 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.503967905Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-XBI43XD7AOHGJR7G - [0:0]\n:KUBE-HP-FD3M6EEF4M6OBFJU - [0:0]\n-X KUBE-HP-XBI43XD7AOHGJR7G\n-X KUBE-HP-FD3M6EEF4M6OBFJU\nCOMMIT\n"
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.505485905Z" level=info msg="Closing host port tcp:80"
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.505526708Z" level=info msg="Closing host port tcp:443"
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.506920601Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.506938958Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.507087001Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-6d9bd977d4-8ghh9 Namespace:ingress-nginx ID:8dcc50ec0a9df54ea61c05a5c50799a0ef447ba29040ee68bc3deae5cd5eb053 UID:4fa9a11e-f0a5-48e1-9689-15bef574a92d NetNS:/var/run/netns/7ad44b5d-e6cf-44ed-97ed-89946627894a Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.507202845Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-8ghh9 from CNI network \"kindnet\" (type=ptp)"
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.543692095Z" level=info msg="Stopped pod sandbox: 8dcc50ec0a9df54ea61c05a5c50799a0ef447ba29040ee68bc3deae5cd5eb053" id=de3303b1-221e-4f1a-91c7-be70a8559c61 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.848742594Z" level=info msg="Removing container: b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e" id=17b30cae-9bf1-4050-9ba1-278af1ce42a5 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 21 23:32:22 addons-178722 crio[1026]: time="2024-07-21 23:32:22.861669972Z" level=info msg="Removed container b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e: ingress-nginx/ingress-nginx-controller-6d9bd977d4-8ghh9/controller" id=17b30cae-9bf1-4050-9ba1-278af1ce42a5 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
bc5f29f4be5ca docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 6 seconds ago Running hello-world-app 0 e9640a1c10038 hello-world-app-6778b5fc9f-znd8r
6de67243b61fd docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 09b8cfe103c04 nginx
afc285dd8adea ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 2 minutes ago Running headlamp 0 ec7f1b72becef headlamp-7867546754-wswps
460fc7f16ae25 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b 3 minutes ago Running gcp-auth 0 ca6cc937032d9 gcp-auth-5db96cd9b4-8ddwj
af4af51b0f9fa registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited patch 0 c4b13734dcaa9 ingress-nginx-admission-patch-s2r2c
d5d6c2d42ed7f registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited create 0 39e3f91aa64a1 ingress-nginx-admission-create-j7sdf
55508808dc471 docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef 4 minutes ago Running local-path-provisioner 0 90addfee18f85 local-path-provisioner-8d985888d-9cl2b
26c30db9a3c75 docker.io/marcnuri/yakd@sha256:8ebd1692ed5271719f13b728d9af7acb839aa04821e931c8993d908ad68b69fd 4 minutes ago Running yakd 0 cf0f35262dd53 yakd-dashboard-799879c74f-8mhcj
6fea8472c95f1 registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872 4 minutes ago Running metrics-server 0 910316017bf4e metrics-server-c59844bb4-b4fm9
af954e61f152e cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4 4 minutes ago Running coredns 0 11bcad0add3c7 coredns-7db6d8ff4d-m8gcq
64b8e027f5461 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 4 minutes ago Running storage-provisioner 0 bb8a18acb78d6 storage-provisioner
b8fd24d321a0d docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9 5 minutes ago Running kindnet-cni 0 c881b2a4c5e67 kindnet-b77bm
2742b1e9f4b2d 55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1 5 minutes ago Running kube-proxy 0 9e1c52080f0f5 kube-proxy-ttwjv
54919943244d9 3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2 5 minutes ago Running kube-scheduler 0 4036d53b7b206 kube-scheduler-addons-178722
ab920db6dffae 1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d 5 minutes ago Running kube-apiserver 0 abfb904794ff9 kube-apiserver-addons-178722
da09ba745de60 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899 5 minutes ago Running etcd 0 5eb3c218d55e6 etcd-addons-178722
c139ee9c42b4b 76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e 5 minutes ago Running kube-controller-manager 0 cc7651eed2390 kube-controller-manager-addons-178722
==> coredns [af954e61f152e4e72f252fdcda5f2a260e3890a42053df2490252d8da8b38caf] <==
[INFO] 10.244.0.17:34059 - 30024 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000044304s
[INFO] 10.244.0.17:48488 - 22501 "A IN registry.kube-system.svc.cluster.local.europe-west4-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.002955144s
[INFO] 10.244.0.17:48488 - 62433 "AAAA IN registry.kube-system.svc.cluster.local.europe-west4-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004438953s
[INFO] 10.244.0.17:43251 - 6718 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.003647816s
[INFO] 10.244.0.17:43251 - 14905 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.003770886s
[INFO] 10.244.0.17:57746 - 56567 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.003177978s
[INFO] 10.244.0.17:57746 - 13547 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.003484832s
[INFO] 10.244.0.17:52911 - 64749 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000040414s
[INFO] 10.244.0.17:52911 - 15856 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000084305s
[INFO] 10.244.0.20:41304 - 38712 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000188021s
[INFO] 10.244.0.20:37652 - 19057 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000256786s
[INFO] 10.244.0.20:35279 - 48442 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000110984s
[INFO] 10.244.0.20:44236 - 64227 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000150297s
[INFO] 10.244.0.20:39788 - 32742 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00010478s
[INFO] 10.244.0.20:40116 - 46540 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000133473s
[INFO] 10.244.0.20:57424 - 14422 "A IN storage.googleapis.com.europe-west4-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.004567055s
[INFO] 10.244.0.20:36609 - 15339 "AAAA IN storage.googleapis.com.europe-west4-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.004749612s
[INFO] 10.244.0.20:33684 - 29083 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.003924035s
[INFO] 10.244.0.20:33621 - 32929 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.004221826s
[INFO] 10.244.0.20:48166 - 52809 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004129755s
[INFO] 10.244.0.20:37307 - 30204 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004136457s
[INFO] 10.244.0.20:32777 - 51728 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000733114s
[INFO] 10.244.0.20:57995 - 10303 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 496 0.000856608s
[INFO] 10.244.0.23:53869 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000163564s
[INFO] 10.244.0.23:55703 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000173267s
==> describe nodes <==
Name: addons-178722
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-178722
kubernetes.io/os=linux
minikube.k8s.io/commit=6369f37f56e44caee4b8f9e88810d0d58f35a189
minikube.k8s.io/name=addons-178722
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_21T23_27_00_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-178722
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: Sun, 21 Jul 2024 23:26:57 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-178722
AcquireTime: <unset>
RenewTime: Sun, 21 Jul 2024 23:32:26 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sun, 21 Jul 2024 23:30:35 +0000 Sun, 21 Jul 2024 23:26:55 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sun, 21 Jul 2024 23:30:35 +0000 Sun, 21 Jul 2024 23:26:55 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sun, 21 Jul 2024 23:30:35 +0000 Sun, 21 Jul 2024 23:26:55 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sun, 21 Jul 2024 23:30:35 +0000 Sun, 21 Jul 2024 23:27:32 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-178722
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859328Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859328Ki
pods: 110
System Info:
Machine ID: 95e70ff2931d4dfc8457cbb665fb14d2
System UUID: d7d9f7bc-8864-42ff-827b-5438c8c5d2c3
Boot ID: 12fb62e4-800d-48ba-a80c-9d545e491050
Kernel Version: 5.15.0-1062-gcp
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.30.3
Kube-Proxy Version: v1.30.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-6778b5fc9f-znd8r 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 10s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m41s
gcp-auth gcp-auth-5db96cd9b4-8ddwj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m6s
headlamp headlamp-7867546754-wswps 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m49s
kube-system coredns-7db6d8ff4d-m8gcq 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 5m14s
kube-system etcd-addons-178722 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m28s
kube-system kindnet-b77bm 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m14s
kube-system kube-apiserver-addons-178722 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m28s
kube-system kube-controller-manager-addons-178722 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m28s
kube-system kube-proxy-ttwjv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m14s
kube-system kube-scheduler-addons-178722 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m28s
kube-system metrics-server-c59844bb4-b4fm9 100m (1%!)(MISSING) 0 (0%!)(MISSING) 200Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m10s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m10s
local-path-storage local-path-provisioner-8d985888d-9cl2b 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m9s
yakd-dashboard yakd-dashboard-799879c74f-8mhcj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (0%!)(MISSING) 256Mi (0%!)(MISSING) 5m9s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (11%!)(MISSING) 100m (1%!)(MISSING)
memory 548Mi (1%!)(MISSING) 476Mi (1%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m9s kube-proxy
Normal Starting 5m28s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m28s kubelet Node addons-178722 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m28s kubelet Node addons-178722 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m28s kubelet Node addons-178722 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m15s node-controller Node addons-178722 event: Registered Node addons-178722 in Controller
Normal NodeReady 4m55s kubelet Node addons-178722 status is now: NodeReady
==> dmesg <==
[ +0.000654] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000618] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.000682] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.000726] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +0.618135] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ +0.049309] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.006178] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.014515] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002591] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.015651] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +7.021529] kauditd_printk_skb: 46 callbacks suppressed
[Jul21 23:30] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000008] ll header: 00000000: f6 bf e6 ee 66 f3 d6 ee 27 5f f1 c1 08 00
[ +1.023658] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000005] ll header: 00000000: f6 bf e6 ee 66 f3 d6 ee 27 5f f1 c1 08 00
[ +2.015812] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000005] ll header: 00000000: f6 bf e6 ee 66 f3 d6 ee 27 5f f1 c1 08 00
[ +4.099549] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000005] ll header: 00000000: f6 bf e6 ee 66 f3 d6 ee 27 5f f1 c1 08 00
[ +8.187144] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000023] ll header: 00000000: f6 bf e6 ee 66 f3 d6 ee 27 5f f1 c1 08 00
[ +16.126339] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000030] ll header: 00000000: f6 bf e6 ee 66 f3 d6 ee 27 5f f1 c1 08 00
[Jul21 23:31] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: f6 bf e6 ee 66 f3 d6 ee 27 5f f1 c1 08 00
==> etcd [da09ba745de60505c3153325d5136870de75e3065fe062f6ac695d89a55dae11] <==
{"level":"info","ts":"2024-07-21T23:26:55.158656Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-07-21T23:27:14.724399Z","caller":"traceutil/trace.go:171","msg":"trace[516396538] transaction","detail":"{read_only:false; response_revision:363; number_of_response:1; }","duration":"180.667508ms","start":"2024-07-21T23:27:14.543702Z","end":"2024-07-21T23:27:14.724369Z","steps":["trace[516396538] 'process raft request' (duration: 180.477819ms)"],"step_count":1}
{"level":"info","ts":"2024-07-21T23:27:14.925373Z","caller":"traceutil/trace.go:171","msg":"trace[2048364156] transaction","detail":"{read_only:false; response_revision:364; number_of_response:1; }","duration":"292.090043ms","start":"2024-07-21T23:27:14.633264Z","end":"2024-07-21T23:27:14.925354Z","steps":["trace[2048364156] 'process raft request' (duration: 201.135916ms)","trace[2048364156] 'compare' (duration: 90.532546ms)"],"step_count":2}
{"level":"info","ts":"2024-07-21T23:27:16.228013Z","caller":"traceutil/trace.go:171","msg":"trace[1547836940] linearizableReadLoop","detail":"{readStateIndex:403; appliedIndex:402; }","duration":"104.85459ms","start":"2024-07-21T23:27:16.123141Z","end":"2024-07-21T23:27:16.227995Z","steps":["trace[1547836940] 'read index received' (duration: 99.646784ms)","trace[1547836940] 'applied index is now lower than readState.Index' (duration: 5.207141ms)"],"step_count":2}
{"level":"info","ts":"2024-07-21T23:27:16.228241Z","caller":"traceutil/trace.go:171","msg":"trace[568126680] transaction","detail":"{read_only:false; response_revision:390; number_of_response:1; }","duration":"181.882936ms","start":"2024-07-21T23:27:16.046345Z","end":"2024-07-21T23:27:16.228227Z","steps":["trace[568126680] 'process raft request' (duration: 178.13137ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-21T23:27:16.228436Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.265274ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-21T23:27:16.228483Z","caller":"traceutil/trace.go:171","msg":"trace[1361299536] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:390; }","duration":"105.354879ms","start":"2024-07-21T23:27:16.123109Z","end":"2024-07-21T23:27:16.228464Z","steps":["trace[1361299536] 'agreement among raft nodes before linearized reading' (duration: 105.273345ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-21T23:27:16.22948Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.498262ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-178722\" ","response":"range_response_count:1 size:5654"}
{"level":"info","ts":"2024-07-21T23:27:16.229815Z","caller":"traceutil/trace.go:171","msg":"trace[1833933278] range","detail":"{range_begin:/registry/minions/addons-178722; range_end:; response_count:1; response_revision:391; }","duration":"104.854197ms","start":"2024-07-21T23:27:16.124949Z","end":"2024-07-21T23:27:16.229803Z","steps":["trace[1833933278] 'agreement among raft nodes before linearized reading' (duration: 104.477126ms)"],"step_count":1}
{"level":"info","ts":"2024-07-21T23:27:16.62911Z","caller":"traceutil/trace.go:171","msg":"trace[38365167] transaction","detail":"{read_only:false; response_revision:393; number_of_response:1; }","duration":"305.241154ms","start":"2024-07-21T23:27:16.323854Z","end":"2024-07-21T23:27:16.629095Z","steps":["trace[38365167] 'process raft request' (duration: 301.136611ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-21T23:27:16.634436Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-21T23:27:16.323836Z","time spent":"309.175478ms","remote":"127.0.0.1:42328","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":123639,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/ranges/serviceips\" mod_revision:246 > success:<request_put:<key:\"/registry/ranges/serviceips\" value_size:123602 >> failure:<request_range:<key:\"/registry/ranges/serviceips\" > >"}
{"level":"info","ts":"2024-07-21T23:27:17.525179Z","caller":"traceutil/trace.go:171","msg":"trace[998820110] linearizableReadLoop","detail":"{readStateIndex:468; appliedIndex:467; }","duration":"185.661522ms","start":"2024-07-21T23:27:17.3395Z","end":"2024-07-21T23:27:17.525162Z","steps":["trace[998820110] 'read index received' (duration: 102.198574ms)","trace[998820110] 'applied index is now lower than readState.Index' (duration: 83.46207ms)"],"step_count":2}
{"level":"info","ts":"2024-07-21T23:27:17.525251Z","caller":"traceutil/trace.go:171","msg":"trace[60801052] transaction","detail":"{read_only:false; response_revision:455; number_of_response:1; }","duration":"185.942925ms","start":"2024-07-21T23:27:17.339289Z","end":"2024-07-21T23:27:17.525232Z","steps":["trace[60801052] 'process raft request' (duration: 102.401632ms)","trace[60801052] 'compare' (duration: 83.376823ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-21T23:27:17.525385Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"188.413192ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/tiller-deploy\" ","response":"range_response_count:1 size:4641"}
{"level":"info","ts":"2024-07-21T23:27:17.525424Z","caller":"traceutil/trace.go:171","msg":"trace[1882734646] range","detail":"{range_begin:/registry/deployments/kube-system/tiller-deploy; range_end:; response_count:1; response_revision:455; }","duration":"188.47831ms","start":"2024-07-21T23:27:17.336936Z","end":"2024-07-21T23:27:17.525414Z","steps":["trace[1882734646] 'agreement among raft nodes before linearized reading' (duration: 188.319687ms)"],"step_count":1}
{"level":"info","ts":"2024-07-21T23:27:18.741074Z","caller":"traceutil/trace.go:171","msg":"trace[333833744] transaction","detail":"{read_only:false; response_revision:558; number_of_response:1; }","duration":"104.154321ms","start":"2024-07-21T23:27:18.6369Z","end":"2024-07-21T23:27:18.741054Z","steps":["trace[333833744] 'process raft request' (duration: 103.871419ms)"],"step_count":1}
{"level":"info","ts":"2024-07-21T23:27:18.741292Z","caller":"traceutil/trace.go:171","msg":"trace[152045011] transaction","detail":"{read_only:false; response_revision:557; number_of_response:1; }","duration":"104.5294ms","start":"2024-07-21T23:27:18.636753Z","end":"2024-07-21T23:27:18.741282Z","steps":["trace[152045011] 'process raft request' (duration: 99.850119ms)"],"step_count":1}
{"level":"info","ts":"2024-07-21T23:27:56.145601Z","caller":"traceutil/trace.go:171","msg":"trace[734385857] transaction","detail":"{read_only:false; response_revision:984; number_of_response:1; }","duration":"137.990448ms","start":"2024-07-21T23:27:56.007592Z","end":"2024-07-21T23:27:56.145582Z","steps":["trace[734385857] 'process raft request' (duration: 131.837503ms)"],"step_count":1}
{"level":"info","ts":"2024-07-21T23:27:56.145757Z","caller":"traceutil/trace.go:171","msg":"trace[1950576013] linearizableReadLoop","detail":"{readStateIndex:1012; appliedIndex:1009; }","duration":"114.588811ms","start":"2024-07-21T23:27:56.031152Z","end":"2024-07-21T23:27:56.145741Z","steps":["trace[1950576013] 'read index received' (duration: 108.284521ms)","trace[1950576013] 'applied index is now lower than readState.Index' (duration: 6.303542ms)"],"step_count":2}
{"level":"info","ts":"2024-07-21T23:27:56.145764Z","caller":"traceutil/trace.go:171","msg":"trace[428345065] transaction","detail":"{read_only:false; response_revision:985; number_of_response:1; }","duration":"138.123287ms","start":"2024-07-21T23:27:56.00762Z","end":"2024-07-21T23:27:56.145743Z","steps":["trace[428345065] 'process raft request' (duration: 137.91625ms)"],"step_count":1}
{"level":"info","ts":"2024-07-21T23:27:56.14581Z","caller":"traceutil/trace.go:171","msg":"trace[852484713] transaction","detail":"{read_only:false; response_revision:986; number_of_response:1; }","duration":"137.356341ms","start":"2024-07-21T23:27:56.008441Z","end":"2024-07-21T23:27:56.145797Z","steps":["trace[852484713] 'process raft request' (duration: 137.236461ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-21T23:27:56.145979Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.813592ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/ingress-nginx/\" range_end:\"/registry/pods/ingress-nginx0\" ","response":"range_response_count:3 size:14806"}
{"level":"info","ts":"2024-07-21T23:27:56.146025Z","caller":"traceutil/trace.go:171","msg":"trace[822874428] range","detail":"{range_begin:/registry/pods/ingress-nginx/; range_end:/registry/pods/ingress-nginx0; response_count:3; response_revision:986; }","duration":"114.894162ms","start":"2024-07-21T23:27:56.031117Z","end":"2024-07-21T23:27:56.146011Z","steps":["trace[822874428] 'agreement among raft nodes before linearized reading' (duration: 114.708486ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-21T23:27:56.146103Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.939583ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/\" range_end:\"/registry/pods/kube-system0\" ","response":"range_response_count:19 size:94445"}
{"level":"info","ts":"2024-07-21T23:27:56.146788Z","caller":"traceutil/trace.go:171","msg":"trace[1849539091] range","detail":"{range_begin:/registry/pods/kube-system/; range_end:/registry/pods/kube-system0; response_count:19; response_revision:986; }","duration":"115.645646ms","start":"2024-07-21T23:27:56.031117Z","end":"2024-07-21T23:27:56.146762Z","steps":["trace[1849539091] 'agreement among raft nodes before linearized reading' (duration: 114.683947ms)"],"step_count":1}
==> gcp-auth [460fc7f16ae255c59fc2abad8b7e852c011c1918eb7edd8bbe2a23930184ff86] <==
2024/07/21 23:28:28 GCP Auth Webhook started!
2024/07/21 23:29:31 Ready to marshal response ...
2024/07/21 23:29:31 Ready to write response ...
2024/07/21 23:29:35 Ready to marshal response ...
2024/07/21 23:29:35 Ready to write response ...
2024/07/21 23:29:37 Ready to marshal response ...
2024/07/21 23:29:37 Ready to write response ...
2024/07/21 23:29:37 Ready to marshal response ...
2024/07/21 23:29:37 Ready to write response ...
2024/07/21 23:29:38 Ready to marshal response ...
2024/07/21 23:29:38 Ready to write response ...
2024/07/21 23:29:38 Ready to marshal response ...
2024/07/21 23:29:38 Ready to write response ...
2024/07/21 23:29:38 Ready to marshal response ...
2024/07/21 23:29:38 Ready to write response ...
2024/07/21 23:29:45 Ready to marshal response ...
2024/07/21 23:29:45 Ready to write response ...
2024/07/21 23:29:46 Ready to marshal response ...
2024/07/21 23:29:46 Ready to write response ...
2024/07/21 23:29:58 Ready to marshal response ...
2024/07/21 23:29:58 Ready to write response ...
2024/07/21 23:30:16 Ready to marshal response ...
2024/07/21 23:30:16 Ready to write response ...
2024/07/21 23:32:17 Ready to marshal response ...
2024/07/21 23:32:17 Ready to write response ...
==> kernel <==
23:32:27 up 14 min, 0 users, load average: 0.23, 0.67, 0.41
Linux addons-178722 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [b8fd24d321a0df97f1bad5dfca203366a0420958cda7d032c6b48fb45861db7e] <==
E0721 23:31:12.247440 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0721 23:31:21.943106 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0721 23:31:21.943141 1 main.go:299] handling current node
W0721 23:31:31.926492 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0721 23:31:31.926541 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0721 23:31:31.943706 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0721 23:31:31.943747 1 main.go:299] handling current node
I0721 23:31:41.943658 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0721 23:31:41.943701 1 main.go:299] handling current node
W0721 23:31:45.894784 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0721 23:31:45.894817 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
W0721 23:31:47.097608 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0721 23:31:47.097648 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0721 23:31:51.943387 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0721 23:31:51.943432 1 main.go:299] handling current node
I0721 23:32:01.943761 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0721 23:32:01.943824 1 main.go:299] handling current node
I0721 23:32:11.943221 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0721 23:32:11.943261 1 main.go:299] handling current node
W0721 23:32:18.228570 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0721 23:32:18.228610 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0721 23:32:21.943617 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0721 23:32:21.943668 1 main.go:299] handling current node
W0721 23:32:26.790647 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0721 23:32:26.790684 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
==> kube-apiserver [ab920db6dffaef9d97281be969c4b2a0d9f2bfb7dff1b8eb2ccabb5da84ecac9] <==
E0721 23:28:52.445323 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0721 23:28:52.445348 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.105.187.26:443/apis/metrics.k8s.io/v1beta1: Get "https://10.105.187.26:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.105.187.26:443: connect: connection refused
I0721 23:28:52.469891 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0721 23:29:35.437885 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:49298: use of closed network connection
I0721 23:29:38.905519 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.109.244.184"}
I0721 23:29:46.418546 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0721 23:29:46.633237 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.182.36"}
I0721 23:29:59.202439 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0721 23:30:05.075199 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0721 23:30:06.089232 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0721 23:30:32.327980 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0721 23:30:32.328034 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0721 23:30:32.342213 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0721 23:30:32.342371 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0721 23:30:32.342491 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0721 23:30:32.342520 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0721 23:30:32.356404 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0721 23:30:32.356452 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0721 23:30:32.369241 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0721 23:30:32.369280 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0721 23:30:33.343576 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0721 23:30:33.369668 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0721 23:30:33.424006 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0721 23:32:17.666520 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.100.34.117"}
==> kube-controller-manager [c139ee9c42b4b64241264dd3efdb710d24c4a2712cacaff01f8ff6bf5eb4cab5] <==
W0721 23:31:06.262792 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:31:06.262825 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0721 23:31:26.780695 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:31:26.780737 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0721 23:31:39.468846 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:31:39.468880 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0721 23:31:39.897718 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:31:39.897752 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0721 23:31:40.727423 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:31:40.727465 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0721 23:32:05.941782 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:32:05.941816 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0721 23:32:10.543436 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:32:10.543479 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0721 23:32:10.848805 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0721 23:32:10.848839 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0721 23:32:17.532726 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="20.690302ms"
I0721 23:32:17.538164 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="5.392487ms"
I0721 23:32:17.538261 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="57.435µs"
I0721 23:32:17.540993 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="47.098µs"
I0721 23:32:19.349833 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0721 23:32:19.351275 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="9.535µs"
I0721 23:32:19.353341 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0721 23:32:21.859008 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="5.699344ms"
I0721 23:32:21.859071 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="32.142µs"
==> kube-proxy [2742b1e9f4b2d4e87dc76fce821773e92fa1d2b01cc9720f2cdedeb6231d9121] <==
I0721 23:27:16.627377 1 server_linux.go:69] "Using iptables proxy"
I0721 23:27:16.838877 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0721 23:27:17.344167 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0721 23:27:17.344278 1 server_linux.go:165] "Using iptables Proxier"
I0721 23:27:17.442360 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0721 23:27:17.442466 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0721 23:27:17.527528 1 proxier.go:243] "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"
I0721 23:27:17.527918 1 server.go:872] "Version info" version="v1.30.3"
I0721 23:27:17.629615 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0721 23:27:17.631001 1 config.go:192] "Starting service config controller"
I0721 23:27:17.631026 1 shared_informer.go:313] Waiting for caches to sync for service config
I0721 23:27:17.631057 1 config.go:101] "Starting endpoint slice config controller"
I0721 23:27:17.631062 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0721 23:27:17.631648 1 config.go:319] "Starting node config controller"
I0721 23:27:17.631674 1 shared_informer.go:313] Waiting for caches to sync for node config
I0721 23:27:17.731108 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0721 23:27:17.731164 1 shared_informer.go:320] Caches are synced for service config
I0721 23:27:17.731830 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [54919943244d91e80a37cee836cf24cfec160f2cd41c4e356a4d2333beb1fc5f] <==
W0721 23:26:57.237202 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0721 23:26:57.237356 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0721 23:26:57.237303 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:57.237372 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:57.237379 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:57.237360 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0721 23:26:57.237392 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0721 23:26:57.237098 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:57.237422 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0721 23:26:57.237426 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0721 23:26:57.237488 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:57.237506 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0721 23:26:58.109654 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:58.109692 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0721 23:26:58.190901 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:58.190933 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0721 23:26:58.265395 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0721 23:26:58.265444 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0721 23:26:58.277364 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0721 23:26:58.277396 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0721 23:26:58.310381 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0721 23:26:58.310421 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0721 23:26:58.382528 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0721 23:26:58.382569 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
I0721 23:26:58.735185 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 21 23:32:17 addons-178722 kubelet[1742]: I0721 23:32:17.529893 1742 memory_manager.go:354] "RemoveStaleState removing state" podUID="c870c82f-cd7b-4f73-9cc4-164d8da00640" containerName="hostpath"
Jul 21 23:32:17 addons-178722 kubelet[1742]: I0721 23:32:17.709125 1742 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/d51a1cc7-4173-435b-9289-8956c9f5a276-gcp-creds\") pod \"hello-world-app-6778b5fc9f-znd8r\" (UID: \"d51a1cc7-4173-435b-9289-8956c9f5a276\") " pod="default/hello-world-app-6778b5fc9f-znd8r"
Jul 21 23:32:17 addons-178722 kubelet[1742]: I0721 23:32:17.709232 1742 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-j998t\" (UniqueName: \"kubernetes.io/projected/d51a1cc7-4173-435b-9289-8956c9f5a276-kube-api-access-j998t\") pod \"hello-world-app-6778b5fc9f-znd8r\" (UID: \"d51a1cc7-4173-435b-9289-8956c9f5a276\") " pod="default/hello-world-app-6778b5fc9f-znd8r"
Jul 21 23:32:18 addons-178722 kubelet[1742]: I0721 23:32:18.627335 1742 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-9klg5\" (UniqueName: \"kubernetes.io/projected/3f4cccca-b075-4c6b-a2ac-39470f7393d4-kube-api-access-9klg5\") pod \"3f4cccca-b075-4c6b-a2ac-39470f7393d4\" (UID: \"3f4cccca-b075-4c6b-a2ac-39470f7393d4\") "
Jul 21 23:32:18 addons-178722 kubelet[1742]: I0721 23:32:18.629235 1742 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3f4cccca-b075-4c6b-a2ac-39470f7393d4-kube-api-access-9klg5" (OuterVolumeSpecName: "kube-api-access-9klg5") pod "3f4cccca-b075-4c6b-a2ac-39470f7393d4" (UID: "3f4cccca-b075-4c6b-a2ac-39470f7393d4"). InnerVolumeSpecName "kube-api-access-9klg5". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 21 23:32:18 addons-178722 kubelet[1742]: I0721 23:32:18.728465 1742 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-9klg5\" (UniqueName: \"kubernetes.io/projected/3f4cccca-b075-4c6b-a2ac-39470f7393d4-kube-api-access-9klg5\") on node \"addons-178722\" DevicePath \"\""
Jul 21 23:32:18 addons-178722 kubelet[1742]: I0721 23:32:18.836333 1742 scope.go:117] "RemoveContainer" containerID="659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444"
Jul 21 23:32:18 addons-178722 kubelet[1742]: I0721 23:32:18.851692 1742 scope.go:117] "RemoveContainer" containerID="659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444"
Jul 21 23:32:18 addons-178722 kubelet[1742]: E0721 23:32:18.852138 1742 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444\": container with ID starting with 659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444 not found: ID does not exist" containerID="659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444"
Jul 21 23:32:18 addons-178722 kubelet[1742]: I0721 23:32:18.852175 1742 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444"} err="failed to get container status \"659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444\": rpc error: code = NotFound desc = could not find container \"659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444\": container with ID starting with 659230611dc33a83d3504b07c5eeae6b8f20e761acc1428dc11c7d426da4b444 not found: ID does not exist"
Jul 21 23:32:19 addons-178722 kubelet[1742]: I0721 23:32:19.568911 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1a9b44d7-f28b-4af9-987f-816000b2ce08" path="/var/lib/kubelet/pods/1a9b44d7-f28b-4af9-987f-816000b2ce08/volumes"
Jul 21 23:32:19 addons-178722 kubelet[1742]: I0721 23:32:19.569261 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3f4cccca-b075-4c6b-a2ac-39470f7393d4" path="/var/lib/kubelet/pods/3f4cccca-b075-4c6b-a2ac-39470f7393d4/volumes"
Jul 21 23:32:19 addons-178722 kubelet[1742]: I0721 23:32:19.569549 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="7539ab4f-2ac6-4ada-b8e3-0caa498322ca" path="/var/lib/kubelet/pods/7539ab4f-2ac6-4ada-b8e3-0caa498322ca/volumes"
Jul 21 23:32:21 addons-178722 kubelet[1742]: I0721 23:32:21.853354 1742 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-znd8r" podStartSLOduration=1.718591591 podStartE2EDuration="4.853334738s" podCreationTimestamp="2024-07-21 23:32:17 +0000 UTC" firstStartedPulling="2024-07-21 23:32:17.867750095 +0000 UTC m=+318.370656818" lastFinishedPulling="2024-07-21 23:32:21.002493221 +0000 UTC m=+321.505399965" observedRunningTime="2024-07-21 23:32:21.853163415 +0000 UTC m=+322.356070163" watchObservedRunningTime="2024-07-21 23:32:21.853334738 +0000 UTC m=+322.356241468"
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.654684 1742 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4fa9a11e-f0a5-48e1-9689-15bef574a92d-webhook-cert\") pod \"4fa9a11e-f0a5-48e1-9689-15bef574a92d\" (UID: \"4fa9a11e-f0a5-48e1-9689-15bef574a92d\") "
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.654746 1742 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-bsw2j\" (UniqueName: \"kubernetes.io/projected/4fa9a11e-f0a5-48e1-9689-15bef574a92d-kube-api-access-bsw2j\") pod \"4fa9a11e-f0a5-48e1-9689-15bef574a92d\" (UID: \"4fa9a11e-f0a5-48e1-9689-15bef574a92d\") "
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.656574 1742 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/4fa9a11e-f0a5-48e1-9689-15bef574a92d-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "4fa9a11e-f0a5-48e1-9689-15bef574a92d" (UID: "4fa9a11e-f0a5-48e1-9689-15bef574a92d"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.656580 1742 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/4fa9a11e-f0a5-48e1-9689-15bef574a92d-kube-api-access-bsw2j" (OuterVolumeSpecName: "kube-api-access-bsw2j") pod "4fa9a11e-f0a5-48e1-9689-15bef574a92d" (UID: "4fa9a11e-f0a5-48e1-9689-15bef574a92d"). InnerVolumeSpecName "kube-api-access-bsw2j". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.755889 1742 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-bsw2j\" (UniqueName: \"kubernetes.io/projected/4fa9a11e-f0a5-48e1-9689-15bef574a92d-kube-api-access-bsw2j\") on node \"addons-178722\" DevicePath \"\""
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.755934 1742 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4fa9a11e-f0a5-48e1-9689-15bef574a92d-webhook-cert\") on node \"addons-178722\" DevicePath \"\""
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.847723 1742 scope.go:117] "RemoveContainer" containerID="b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e"
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.861914 1742 scope.go:117] "RemoveContainer" containerID="b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e"
Jul 21 23:32:22 addons-178722 kubelet[1742]: E0721 23:32:22.862341 1742 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e\": container with ID starting with b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e not found: ID does not exist" containerID="b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e"
Jul 21 23:32:22 addons-178722 kubelet[1742]: I0721 23:32:22.862381 1742 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e"} err="failed to get container status \"b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e\": rpc error: code = NotFound desc = could not find container \"b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e\": container with ID starting with b5015b373aa07fd59669038db2f86900540fc1ebb7591760d0b40892a139833e not found: ID does not exist"
Jul 21 23:32:23 addons-178722 kubelet[1742]: I0721 23:32:23.568596 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="4fa9a11e-f0a5-48e1-9689-15bef574a92d" path="/var/lib/kubelet/pods/4fa9a11e-f0a5-48e1-9689-15bef574a92d/volumes"
==> storage-provisioner [64b8e027f54616359bf063ef2097fdeac945766f8f4dddc320e276b4696122e0] <==
I0721 23:27:32.776092 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0721 23:27:32.781832 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0721 23:27:32.781869 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0721 23:27:32.788905 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0721 23:27:32.789064 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-178722_8a2ee2e6-9862-4255-ab54-fa0f02b66839!
I0721 23:27:32.789060 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"518508f9-9014-44d7-b5d4-e008ffe25900", APIVersion:"v1", ResourceVersion:"892", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-178722_8a2ee2e6-9862-4255-ab54-fa0f02b66839 became leader
I0721 23:27:32.889522 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-178722_8a2ee2e6-9862-4255-ab54-fa0f02b66839!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-178722 -n addons-178722
helpers_test.go:261: (dbg) Run: kubectl --context addons-178722 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 (162.25s)