=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-957510 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-957510 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-957510 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" [b5b527ac-7aab-49fa-970a-f8d44e34b681] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [b5b527ac-7aab-49fa-970a-f8d44e34b681] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 13.003269484s
addons_test.go:264: (dbg) Run: out/minikube-linux-amd64 -p addons-957510 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-957510 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.832679993s)
** 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-957510 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-amd64 -p addons-957510 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-957510 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-amd64 -p addons-957510 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-957510 addons disable ingress --alsologtostderr -v=1: (7.606825159s)
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-957510
helpers_test.go:235: (dbg) docker inspect addons-957510:
-- stdout --
[
{
"Id": "6f98c2cd701a92574d84777fcc9070f65646182a4a52cf299b2b642b2bd3a7e1",
"Created": "2024-07-17T00:05:12.056413268Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 21981,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-17T00:05:12.189522438Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:8e13c0121d32d5213820fd1c1408d440c10e972c9e29d75579ef86b050a145b3",
"ResolvConfPath": "/var/lib/docker/containers/6f98c2cd701a92574d84777fcc9070f65646182a4a52cf299b2b642b2bd3a7e1/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/6f98c2cd701a92574d84777fcc9070f65646182a4a52cf299b2b642b2bd3a7e1/hostname",
"HostsPath": "/var/lib/docker/containers/6f98c2cd701a92574d84777fcc9070f65646182a4a52cf299b2b642b2bd3a7e1/hosts",
"LogPath": "/var/lib/docker/containers/6f98c2cd701a92574d84777fcc9070f65646182a4a52cf299b2b642b2bd3a7e1/6f98c2cd701a92574d84777fcc9070f65646182a4a52cf299b2b642b2bd3a7e1-json.log",
"Name": "/addons-957510",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-957510:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-957510",
"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/1fac6802473e8f33274b5d385582fe53c687eb00ff0ea03356b2b8448406e6cd-init/diff:/var/lib/docker/overlay2/bb7af9236849a801cb258b267ec61d57df411fd5cfaae48b7e138223f703f6dd/diff",
"MergedDir": "/var/lib/docker/overlay2/1fac6802473e8f33274b5d385582fe53c687eb00ff0ea03356b2b8448406e6cd/merged",
"UpperDir": "/var/lib/docker/overlay2/1fac6802473e8f33274b5d385582fe53c687eb00ff0ea03356b2b8448406e6cd/diff",
"WorkDir": "/var/lib/docker/overlay2/1fac6802473e8f33274b5d385582fe53c687eb00ff0ea03356b2b8448406e6cd/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-957510",
"Source": "/var/lib/docker/volumes/addons-957510/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-957510",
"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-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c",
"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-957510",
"name.minikube.sigs.k8s.io": "addons-957510",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "b163bd16f9d16f1ee01bfa65f772cad11a58d813969ba8e4e371703d8d58c98e",
"SandboxKey": "/var/run/docker/netns/b163bd16f9d1",
"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-957510": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "dc4d896cb023151875263d302f8a87f1c988b74f80c5bcec5ccaaa0ab83c7bdb",
"EndpointID": "c132e65989466166285b8b470af8c94735ab9e2c922cfc679448e91546b7b799",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-957510",
"6f98c2cd701a"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-957510 -n addons-957510
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-957510 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-957510 logs -n 25: (1.167627985s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-659232 | download-only-659232 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | 17 Jul 24 00:04 UTC |
| delete | -p download-only-110186 | download-only-110186 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | 17 Jul 24 00:04 UTC |
| delete | -p download-only-874175 | download-only-874175 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | 17 Jul 24 00:04 UTC |
| start | --download-only -p | download-docker-079405 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | |
| | download-docker-079405 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-079405 | download-docker-079405 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | 17 Jul 24 00:04 UTC |
| start | --download-only -p | binary-mirror-733705 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | |
| | binary-mirror-733705 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36213 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-733705 | binary-mirror-733705 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | 17 Jul 24 00:04 UTC |
| addons | enable dashboard -p | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | |
| | addons-957510 | | | | | |
| addons | disable dashboard -p | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | |
| | addons-957510 | | | | | |
| start | -p addons-957510 --wait=true | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:04 UTC | 17 Jul 24 00:08 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 | enable headlamp | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| | -p addons-957510 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-957510 ssh cat | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| | /opt/local-path-provisioner/pvc-7a2029d1-4210-4ea3-8f80-a2f46d6b3dac_default_test-pvc/file1 | | | | | |
| addons | addons-957510 addons disable | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:09 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| | addons-957510 | | | | | |
| ip | addons-957510 ip | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| addons | addons-957510 addons disable | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| | -p addons-957510 | | | | | |
| addons | addons-957510 addons disable | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | 17 Jul 24 00:08 UTC |
| | addons-957510 | | | | | |
| ssh | addons-957510 ssh curl -s | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:08 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-957510 addons | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:09 UTC | 17 Jul 24 00:09 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-957510 addons | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:09 UTC | 17 Jul 24 00:09 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-957510 ip | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:11 UTC | 17 Jul 24 00:11 UTC |
| addons | addons-957510 addons disable | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:11 UTC | 17 Jul 24 00:11 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-957510 addons disable | addons-957510 | jenkins | v1.33.1 | 17 Jul 24 00:11 UTC | 17 Jul 24 00:11 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/17 00:04:50
Running on machine: ubuntu-20-agent-15
Binary: Built with gc go1.22.5 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0717 00:04:50.010945 21245 out.go:291] Setting OutFile to fd 1 ...
I0717 00:04:50.011090 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 00:04:50.011103 21245 out.go:304] Setting ErrFile to fd 2...
I0717 00:04:50.011109 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 00:04:50.011336 21245 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19265-12715/.minikube/bin
I0717 00:04:50.011993 21245 out.go:298] Setting JSON to false
I0717 00:04:50.012938 21245 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2837,"bootTime":1721171853,"procs":172,"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"}
I0717 00:04:50.013000 21245 start.go:139] virtualization: kvm guest
I0717 00:04:50.015281 21245 out.go:177] * [addons-957510] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
I0717 00:04:50.017446 21245 out.go:177] - MINIKUBE_LOCATION=19265
I0717 00:04:50.017471 21245 notify.go:220] Checking for updates...
I0717 00:04:50.020464 21245 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0717 00:04:50.022122 21245 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19265-12715/kubeconfig
I0717 00:04:50.023539 21245 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19265-12715/.minikube
I0717 00:04:50.024988 21245 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0717 00:04:50.026322 21245 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0717 00:04:50.027842 21245 driver.go:392] Setting default libvirt URI to qemu:///system
I0717 00:04:50.048290 21245 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
I0717 00:04:50.048412 21245 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 00:04:50.094091 21245 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-17 00:04:50.085501517 +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-15 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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>}}
I0717 00:04:50.094194 21245 docker.go:307] overlay module found
I0717 00:04:50.095971 21245 out.go:177] * Using the docker driver based on user configuration
I0717 00:04:50.097177 21245 start.go:297] selected driver: docker
I0717 00:04:50.097191 21245 start.go:901] validating driver "docker" against <nil>
I0717 00:04:50.097200 21245 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0717 00:04:50.097944 21245 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 00:04:50.142967 21245 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-17 00:04:50.134453498 +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-15 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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>}}
I0717 00:04:50.143121 21245 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0717 00:04:50.143309 21245 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]
I0717 00:04:50.145135 21245 out.go:177] * Using Docker driver with root privileges
I0717 00:04:50.146515 21245 cni.go:84] Creating CNI manager for ""
I0717 00:04:50.146531 21245 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 00:04:50.146543 21245 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0717 00:04:50.146612 21245 start.go:340] cluster config:
{Name:addons-957510 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c 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.2 ClusterName:addons-957510 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.2 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}
I0717 00:04:50.148072 21245 out.go:177] * Starting "addons-957510" primary control-plane node in "addons-957510" cluster
I0717 00:04:50.149424 21245 cache.go:121] Beginning downloading kic base image for docker with crio
I0717 00:04:50.150683 21245 out.go:177] * Pulling base image v0.0.44-1721064868-19249 ...
I0717 00:04:50.151998 21245 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 00:04:50.152027 21245 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c in local docker daemon
I0717 00:04:50.152042 21245 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19265-12715/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4
I0717 00:04:50.152054 21245 cache.go:56] Caching tarball of preloaded images
I0717 00:04:50.152177 21245 preload.go:172] Found /home/jenkins/minikube-integration/19265-12715/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0717 00:04:50.152189 21245 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0717 00:04:50.152542 21245 profile.go:143] Saving config to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/config.json ...
I0717 00:04:50.152565 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/config.json: {Name:mka71b6e573dc07c21b369acac427de301799e75 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:04:50.167697 21245 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c to local cache
I0717 00:04:50.167829 21245 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c in local cache directory
I0717 00:04:50.167850 21245 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c in local cache directory, skipping pull
I0717 00:04:50.167859 21245 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c exists in cache, skipping pull
I0717 00:04:50.167869 21245 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c as a tarball
I0717 00:04:50.167896 21245 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c from local cache
I0717 00:05:03.377041 21245 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c from cached tarball
I0717 00:05:03.377078 21245 cache.go:194] Successfully downloaded all kic artifacts
I0717 00:05:03.377135 21245 start.go:360] acquireMachinesLock for addons-957510: {Name:mk80820d022b2d12c4a1887cc77d38b1c4a0f210 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0717 00:05:03.377238 21245 start.go:364] duration metric: took 84.656µs to acquireMachinesLock for "addons-957510"
I0717 00:05:03.377259 21245 start.go:93] Provisioning new machine with config: &{Name:addons-957510 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c 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.2 ClusterName:addons-957510 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.2 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0717 00:05:03.377330 21245 start.go:125] createHost starting for "" (driver="docker")
I0717 00:05:03.468555 21245 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0717 00:05:03.468784 21245 start.go:159] libmachine.API.Create for "addons-957510" (driver="docker")
I0717 00:05:03.468819 21245 client.go:168] LocalClient.Create starting
I0717 00:05:03.468952 21245 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca.pem
I0717 00:05:03.562442 21245 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/cert.pem
I0717 00:05:03.730042 21245 cli_runner.go:164] Run: docker network inspect addons-957510 --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}}]}"
W0717 00:05:03.746934 21245 cli_runner.go:211] docker network inspect addons-957510 --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
I0717 00:05:03.746999 21245 network_create.go:284] running [docker network inspect addons-957510] to gather additional debugging logs...
I0717 00:05:03.747022 21245 cli_runner.go:164] Run: docker network inspect addons-957510
W0717 00:05:03.762556 21245 cli_runner.go:211] docker network inspect addons-957510 returned with exit code 1
I0717 00:05:03.762586 21245 network_create.go:287] error running [docker network inspect addons-957510]: docker network inspect addons-957510: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-957510 not found
I0717 00:05:03.762601 21245 network_create.go:289] output of [docker network inspect addons-957510]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-957510 not found
** /stderr **
I0717 00:05:03.762693 21245 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}}]}"
I0717 00:05:03.778988 21245 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:0xc001b09bd0}
I0717 00:05:03.779054 21245 network_create.go:124] attempt to create docker network addons-957510 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0717 00:05:03.779120 21245 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-957510 addons-957510
I0717 00:05:04.109420 21245 network_create.go:108] docker network addons-957510 192.168.49.0/24 created
I0717 00:05:04.109453 21245 kic.go:121] calculated static IP "192.168.49.2" for the "addons-957510" container
I0717 00:05:04.109511 21245 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0717 00:05:04.124860 21245 cli_runner.go:164] Run: docker volume create addons-957510 --label name.minikube.sigs.k8s.io=addons-957510 --label created_by.minikube.sigs.k8s.io=true
I0717 00:05:04.223797 21245 oci.go:103] Successfully created a docker volume addons-957510
I0717 00:05:04.223896 21245 cli_runner.go:164] Run: docker run --rm --name addons-957510-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-957510 --entrypoint /usr/bin/test -v addons-957510:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c -d /var/lib
I0717 00:05:07.253702 21245 cli_runner.go:217] Completed: docker run --rm --name addons-957510-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-957510 --entrypoint /usr/bin/test -v addons-957510:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c -d /var/lib: (3.029750681s)
I0717 00:05:07.253729 21245 oci.go:107] Successfully prepared a docker volume addons-957510
I0717 00:05:07.253749 21245 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 00:05:07.253775 21245 kic.go:194] Starting extracting preloaded images to volume ...
I0717 00:05:07.253829 21245 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19265-12715/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-957510:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c -I lz4 -xf /preloaded.tar -C /extractDir
I0717 00:05:11.990553 21245 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19265-12715/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-957510:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c -I lz4 -xf /preloaded.tar -C /extractDir: (4.736690066s)
I0717 00:05:11.990580 21245 kic.go:203] duration metric: took 4.736802613s to extract preloaded images to volume ...
W0717 00:05:11.990708 21245 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0717 00:05:11.990835 21245 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0717 00:05:12.039324 21245 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-957510 --name addons-957510 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-957510 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-957510 --network addons-957510 --ip 192.168.49.2 --volume addons-957510:/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-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c
I0717 00:05:12.355099 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Running}}
I0717 00:05:12.372938 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:12.392398 21245 cli_runner.go:164] Run: docker exec addons-957510 stat /var/lib/dpkg/alternatives/iptables
I0717 00:05:12.435664 21245 oci.go:144] the created container "addons-957510" has a running status.
I0717 00:05:12.435708 21245 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa...
I0717 00:05:12.777218 21245 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0717 00:05:12.796294 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:12.814623 21245 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0717 00:05:12.814641 21245 kic_runner.go:114] Args: [docker exec --privileged addons-957510 chown docker:docker /home/docker/.ssh/authorized_keys]
I0717 00:05:12.862621 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:12.882016 21245 machine.go:94] provisionDockerMachine start ...
I0717 00:05:12.882141 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:12.901768 21245 main.go:141] libmachine: Using SSH client type: native
I0717 00:05:12.902045 21245 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:05:12.902068 21245 main.go:141] libmachine: About to run SSH command:
hostname
I0717 00:05:13.039331 21245 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-957510
I0717 00:05:13.039358 21245 ubuntu.go:169] provisioning hostname "addons-957510"
I0717 00:05:13.039427 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:13.057879 21245 main.go:141] libmachine: Using SSH client type: native
I0717 00:05:13.058051 21245 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:05:13.058067 21245 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-957510 && echo "addons-957510" | sudo tee /etc/hostname
I0717 00:05:13.186294 21245 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-957510
I0717 00:05:13.186364 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:13.202822 21245 main.go:141] libmachine: Using SSH client type: native
I0717 00:05:13.203038 21245 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:05:13.203055 21245 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-957510' /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-957510/g' /etc/hosts;
else
echo '127.0.1.1 addons-957510' | sudo tee -a /etc/hosts;
fi
fi
I0717 00:05:13.320085 21245 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0717 00:05:13.320113 21245 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19265-12715/.minikube CaCertPath:/home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19265-12715/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19265-12715/.minikube}
I0717 00:05:13.320135 21245 ubuntu.go:177] setting up certificates
I0717 00:05:13.320144 21245 provision.go:84] configureAuth start
I0717 00:05:13.320189 21245 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-957510
I0717 00:05:13.336760 21245 provision.go:143] copyHostCerts
I0717 00:05:13.336824 21245 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19265-12715/.minikube/ca.pem (1082 bytes)
I0717 00:05:13.336933 21245 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19265-12715/.minikube/cert.pem (1123 bytes)
I0717 00:05:13.336986 21245 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19265-12715/.minikube/key.pem (1679 bytes)
I0717 00:05:13.337033 21245 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19265-12715/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca-key.pem org=jenkins.addons-957510 san=[127.0.0.1 192.168.49.2 addons-957510 localhost minikube]
I0717 00:05:13.397464 21245 provision.go:177] copyRemoteCerts
I0717 00:05:13.397516 21245 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0717 00:05:13.397561 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:13.414687 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:13.504302 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0717 00:05:13.525684 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0717 00:05:13.547355 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0717 00:05:13.568924 21245 provision.go:87] duration metric: took 248.768454ms to configureAuth
I0717 00:05:13.568948 21245 ubuntu.go:193] setting minikube options for container-runtime
I0717 00:05:13.569130 21245 config.go:182] Loaded profile config "addons-957510": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 00:05:13.569236 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:13.585863 21245 main.go:141] libmachine: Using SSH client type: native
I0717 00:05:13.586033 21245 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:05:13.586050 21245 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
I0717 00:05:13.791805 21245 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0717 00:05:13.791838 21245 machine.go:97] duration metric: took 909.784997ms to provisionDockerMachine
I0717 00:05:13.791851 21245 client.go:171] duration metric: took 10.323025732s to LocalClient.Create
I0717 00:05:13.791907 21245 start.go:167] duration metric: took 10.32309443s to libmachine.API.Create "addons-957510"
I0717 00:05:13.791919 21245 start.go:293] postStartSetup for "addons-957510" (driver="docker")
I0717 00:05:13.791937 21245 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]
I0717 00:05:13.792020 21245 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
I0717 00:05:13.792065 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:13.809908 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:13.896338 21245 ssh_runner.go:195] Run: cat /etc/os-release
I0717 00:05:13.899282 21245 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0717 00:05:13.899314 21245 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0717 00:05:13.899335 21245 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0717 00:05:13.899345 21245 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0717 00:05:13.899357 21245 filesync.go:126] Scanning /home/jenkins/minikube-integration/19265-12715/.minikube/addons for local assets ...
I0717 00:05:13.899407 21245 filesync.go:126] Scanning /home/jenkins/minikube-integration/19265-12715/.minikube/files for local assets ...
I0717 00:05:13.899430 21245 start.go:296] duration metric: took 107.503118ms for postStartSetup
I0717 00:05:13.899706 21245 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-957510
I0717 00:05:13.916357 21245 profile.go:143] Saving config to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/config.json ...
I0717 00:05:13.916591 21245 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0717 00:05:13.916635 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:13.934259 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:14.016539 21245 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0717 00:05:14.020627 21245 start.go:128] duration metric: took 10.643282827s to createHost
I0717 00:05:14.020650 21245 start.go:83] releasing machines lock for "addons-957510", held for 10.643401438s
I0717 00:05:14.020726 21245 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-957510
I0717 00:05:14.037196 21245 ssh_runner.go:195] Run: cat /version.json
I0717 00:05:14.037234 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:14.037280 21245 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0717 00:05:14.037348 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:14.053571 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:14.054408 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:14.210243 21245 ssh_runner.go:195] Run: systemctl --version
I0717 00:05:14.214433 21245 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0717 00:05:14.349623 21245 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0717 00:05:14.353727 21245 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" ;
I0717 00:05:14.371504 21245 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0717 00:05:14.371585 21245 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" ;
I0717 00:05:14.397629 21245 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0717 00:05:14.397649 21245 start.go:495] detecting cgroup driver to use...
I0717 00:05:14.397675 21245 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0717 00:05:14.397726 21245 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0717 00:05:14.410562 21245 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0717 00:05:14.420099 21245 docker.go:217] disabling cri-docker service (if available) ...
I0717 00:05:14.420153 21245 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0717 00:05:14.431492 21245 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0717 00:05:14.444529 21245 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0717 00:05:14.517624 21245 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0717 00:05:14.593371 21245 docker.go:233] disabling docker service ...
I0717 00:05:14.593440 21245 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0717 00:05:14.610877 21245 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0717 00:05:14.621166 21245 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0717 00:05:14.691936 21245 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0717 00:05:14.769151 21245 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0717 00:05:14.779432 21245 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"
I0717 00:05:14.793650 21245 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0717 00:05:14.793706 21245 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"
I0717 00:05:14.802382 21245 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0717 00:05:14.802446 21245 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:05:14.811114 21245 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:05:14.819989 21245 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:05:14.829025 21245 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0717 00:05:14.837521 21245 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"
I0717 00:05:14.846991 21245 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"
I0717 00:05:14.861793 21245 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"
I0717 00:05:14.870980 21245 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0717 00:05:14.879352 21245 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0717 00:05:14.887526 21245 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 00:05:14.965017 21245 ssh_runner.go:195] Run: sudo systemctl restart crio
I0717 00:05:15.061104 21245 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0717 00:05:15.061167 21245 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0717 00:05:15.064389 21245 start.go:563] Will wait 60s for crictl version
I0717 00:05:15.064443 21245 ssh_runner.go:195] Run: which crictl
I0717 00:05:15.067475 21245 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0717 00:05:15.101126 21245 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0717 00:05:15.101237 21245 ssh_runner.go:195] Run: crio --version
I0717 00:05:15.134531 21245 ssh_runner.go:195] Run: crio --version
I0717 00:05:15.169419 21245 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0717 00:05:15.170913 21245 cli_runner.go:164] Run: docker network inspect addons-957510 --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}}]}"
I0717 00:05:15.187540 21245 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0717 00:05:15.191202 21245 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""
I0717 00:05:15.201539 21245 kubeadm.go:883] updating cluster {Name:addons-957510 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c 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.2 ClusterName:addons-957510 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.2 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} ...
I0717 00:05:15.201659 21245 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 00:05:15.201707 21245 ssh_runner.go:195] Run: sudo crictl images --output json
I0717 00:05:15.262252 21245 crio.go:514] all images are preloaded for cri-o runtime.
I0717 00:05:15.262273 21245 crio.go:433] Images already preloaded, skipping extraction
I0717 00:05:15.262313 21245 ssh_runner.go:195] Run: sudo crictl images --output json
I0717 00:05:15.293794 21245 crio.go:514] all images are preloaded for cri-o runtime.
I0717 00:05:15.293813 21245 cache_images.go:84] Images are preloaded, skipping loading
I0717 00:05:15.293820 21245 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0717 00:05:15.293900 21245 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-957510 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-957510 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:}
I0717 00:05:15.293967 21245 ssh_runner.go:195] Run: crio config
I0717 00:05:15.334804 21245 cni.go:84] Creating CNI manager for ""
I0717 00:05:15.334825 21245 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 00:05:15.334839 21245 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0717 00:05:15.334860 21245 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-957510 NodeName:addons-957510 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}
I0717 00:05:15.334992 21245 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-957510"
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.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
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
I0717 00:05:15.335052 21245 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0717 00:05:15.344067 21245 binaries.go:44] Found k8s binaries, skipping transfer
I0717 00:05:15.344130 21245 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0717 00:05:15.352485 21245 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0717 00:05:15.368837 21245 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0717 00:05:15.385751 21245 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0717 00:05:15.402881 21245 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0717 00:05:15.406261 21245 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""
I0717 00:05:15.416360 21245 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 00:05:15.493106 21245 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0717 00:05:15.505127 21245 certs.go:68] Setting up /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510 for IP: 192.168.49.2
I0717 00:05:15.505151 21245 certs.go:194] generating shared ca certs ...
I0717 00:05:15.505166 21245 certs.go:226] acquiring lock for ca certs: {Name:mk4aaa9cd83a5144bc0eaf83922d126bac8dea0b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.505284 21245 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19265-12715/.minikube/ca.key
I0717 00:05:15.554459 21245 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19265-12715/.minikube/ca.crt ...
I0717 00:05:15.554485 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/ca.crt: {Name:mkafd762b74e91501469150fd7dec47494e5a802 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.554636 21245 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19265-12715/.minikube/ca.key ...
I0717 00:05:15.554647 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/ca.key: {Name:mkf91c539d4b21ac62d660b304b2c0b65b6fafbd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.554721 21245 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19265-12715/.minikube/proxy-client-ca.key
I0717 00:05:15.651335 21245 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19265-12715/.minikube/proxy-client-ca.crt ...
I0717 00:05:15.651368 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/proxy-client-ca.crt: {Name:mk849693914080d208b7a0bb1b7eedd342e5c5d5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.651551 21245 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19265-12715/.minikube/proxy-client-ca.key ...
I0717 00:05:15.651565 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/proxy-client-ca.key: {Name:mk30e94cb3d1c7c38b4e620d8835d82d0a2962e5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.651655 21245 certs.go:256] generating profile certs ...
I0717 00:05:15.651721 21245 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/client.key
I0717 00:05:15.651743 21245 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/client.crt with IP's: []
I0717 00:05:15.717124 21245 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/client.crt ...
I0717 00:05:15.717166 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/client.crt: {Name:mka919a48dee2862c11a053e2f7c8d1c5d4e9aa9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.717362 21245 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/client.key ...
I0717 00:05:15.717377 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/client.key: {Name:mk8b1a754a7516e074e7acb2d70958123f670a84 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.717474 21245 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.key.9d9c2dab
I0717 00:05:15.717497 21245 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.crt.9d9c2dab with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0717 00:05:15.836544 21245 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.crt.9d9c2dab ...
I0717 00:05:15.836577 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.crt.9d9c2dab: {Name:mkb4edbae1a4b51e3798c09f2e57c052f997d26c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.836756 21245 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.key.9d9c2dab ...
I0717 00:05:15.836770 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.key.9d9c2dab: {Name:mka61dc78c62d1b78f6cfaf6e64458f43e24daf4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.836843 21245 certs.go:381] copying /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.crt.9d9c2dab -> /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.crt
I0717 00:05:15.836923 21245 certs.go:385] copying /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.key.9d9c2dab -> /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.key
I0717 00:05:15.836966 21245 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.key
I0717 00:05:15.836982 21245 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.crt with IP's: []
I0717 00:05:15.910467 21245 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.crt ...
I0717 00:05:15.910493 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.crt: {Name:mkc23b3355ac79021789571e1065eafc3b48c365 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.910639 21245 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.key ...
I0717 00:05:15.910649 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.key: {Name:mk782db588d186f30c2fff8f1973a8e6902f62f4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:15.910803 21245 certs.go:484] found cert: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca-key.pem (1679 bytes)
I0717 00:05:15.910833 21245 certs.go:484] found cert: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/ca.pem (1082 bytes)
I0717 00:05:15.910857 21245 certs.go:484] found cert: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/cert.pem (1123 bytes)
I0717 00:05:15.910878 21245 certs.go:484] found cert: /home/jenkins/minikube-integration/19265-12715/.minikube/certs/key.pem (1679 bytes)
I0717 00:05:15.911398 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0717 00:05:15.932393 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0717 00:05:15.952472 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0717 00:05:15.972940 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0717 00:05:15.993113 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0717 00:05:16.013591 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0717 00:05:16.034284 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0717 00:05:16.054438 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/profiles/addons-957510/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0717 00:05:16.074376 21245 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19265-12715/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0717 00:05:16.094556 21245 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0717 00:05:16.109302 21245 ssh_runner.go:195] Run: openssl version
I0717 00:05:16.114114 21245 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"
I0717 00:05:16.122967 21245 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0717 00:05:16.126103 21245 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 17 00:05 /usr/share/ca-certificates/minikubeCA.pem
I0717 00:05:16.126148 21245 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0717 00:05:16.132287 21245 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"
I0717 00:05:16.140054 21245 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0717 00:05:16.142796 21245 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
I0717 00:05:16.142846 21245 kubeadm.go:392] StartCluster: {Name:addons-957510 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721064868-19249@sha256:f2789f25c9e51cdeb9cef760e15dc838ef08abd5bb1913311c1eabedda231e8c 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.2 ClusterName:addons-957510 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.2 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}
I0717 00:05:16.142917 21245 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0717 00:05:16.142952 21245 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0717 00:05:16.174043 21245 cri.go:89] found id: ""
I0717 00:05:16.174105 21245 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0717 00:05:16.182223 21245 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0717 00:05:16.189918 21245 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0717 00:05:16.189992 21245 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
I0717 00:05:16.199229 21245 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
I0717 00:05:16.199246 21245 kubeadm.go:157] found existing configuration files:
I0717 00:05:16.199293 21245 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0717 00:05:16.206780 21245 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
I0717 00:05:16.206830 21245 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0717 00:05:16.214660 21245 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0717 00:05:16.222332 21245 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
I0717 00:05:16.222382 21245 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0717 00:05:16.230312 21245 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0717 00:05:16.237960 21245 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
I0717 00:05:16.238020 21245 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0717 00:05:16.245872 21245 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0717 00:05:16.253325 21245 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
I0717 00:05:16.253367 21245 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0717 00:05:16.260549 21245 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0717 00:05:16.332726 21245 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
I0717 00:05:16.384020 21245 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0717 00:05:25.834697 21245 kubeadm.go:310] [init] Using Kubernetes version: v1.30.2
I0717 00:05:25.834776 21245 kubeadm.go:310] [preflight] Running pre-flight checks
I0717 00:05:25.834908 21245 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0717 00:05:25.834989 21245 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-gcp[0m
I0717 00:05:25.835056 21245 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0717 00:05:25.835120 21245 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0717 00:05:25.835171 21245 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0717 00:05:25.835255 21245 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0717 00:05:25.835337 21245 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0717 00:05:25.835407 21245 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0717 00:05:25.835473 21245 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0717 00:05:25.835550 21245 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0717 00:05:25.835631 21245 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0717 00:05:25.835710 21245 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0717 00:05:25.835815 21245 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0717 00:05:25.835975 21245 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0717 00:05:25.836059 21245 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0717 00:05:25.836111 21245 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0717 00:05:25.838000 21245 out.go:204] - Generating certificates and keys ...
I0717 00:05:25.838084 21245 kubeadm.go:310] [certs] Using existing ca certificate authority
I0717 00:05:25.838143 21245 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0717 00:05:25.838211 21245 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0717 00:05:25.838278 21245 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0717 00:05:25.838360 21245 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0717 00:05:25.838436 21245 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0717 00:05:25.838511 21245 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0717 00:05:25.838668 21245 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-957510 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 00:05:25.838742 21245 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0717 00:05:25.838896 21245 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-957510 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 00:05:25.838987 21245 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0717 00:05:25.839056 21245 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0717 00:05:25.839098 21245 kubeadm.go:310] [certs] Generating "sa" key and public key
I0717 00:05:25.839157 21245 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0717 00:05:25.839205 21245 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0717 00:05:25.839253 21245 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0717 00:05:25.839304 21245 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0717 00:05:25.839357 21245 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0717 00:05:25.839412 21245 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0717 00:05:25.839479 21245 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0717 00:05:25.839533 21245 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0717 00:05:25.841019 21245 out.go:204] - Booting up control plane ...
I0717 00:05:25.841128 21245 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0717 00:05:25.841199 21245 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0717 00:05:25.841255 21245 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0717 00:05:25.841344 21245 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0717 00:05:25.841439 21245 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0717 00:05:25.841489 21245 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0717 00:05:25.841617 21245 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0717 00:05:25.841679 21245 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0717 00:05:25.841731 21245 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.112151ms
I0717 00:05:25.841793 21245 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0717 00:05:25.841843 21245 kubeadm.go:310] [api-check] The API server is healthy after 4.502007969s
I0717 00:05:25.841940 21245 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0717 00:05:25.842053 21245 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0717 00:05:25.842113 21245 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0717 00:05:25.842273 21245 kubeadm.go:310] [mark-control-plane] Marking the node addons-957510 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0717 00:05:25.842336 21245 kubeadm.go:310] [bootstrap-token] Using token: pl3pji.fe9z3wlbs9jxiyvg
I0717 00:05:25.843974 21245 out.go:204] - Configuring RBAC rules ...
I0717 00:05:25.844090 21245 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0717 00:05:25.844195 21245 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0717 00:05:25.844327 21245 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
I0717 00:05:25.844532 21245 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0717 00:05:25.844646 21245 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0717 00:05:25.844729 21245 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0717 00:05:25.844836 21245 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0717 00:05:25.844889 21245 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0717 00:05:25.844936 21245 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0717 00:05:25.844943 21245 kubeadm.go:310]
I0717 00:05:25.844999 21245 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0717 00:05:25.845008 21245 kubeadm.go:310]
I0717 00:05:25.845085 21245 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0717 00:05:25.845093 21245 kubeadm.go:310]
I0717 00:05:25.845114 21245 kubeadm.go:310] mkdir -p $HOME/.kube
I0717 00:05:25.845163 21245 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0717 00:05:25.845211 21245 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0717 00:05:25.845217 21245 kubeadm.go:310]
I0717 00:05:25.845266 21245 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0717 00:05:25.845272 21245 kubeadm.go:310]
I0717 00:05:25.845311 21245 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0717 00:05:25.845316 21245 kubeadm.go:310]
I0717 00:05:25.845365 21245 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0717 00:05:25.845442 21245 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0717 00:05:25.845499 21245 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0717 00:05:25.845505 21245 kubeadm.go:310]
I0717 00:05:25.845580 21245 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0717 00:05:25.845671 21245 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0717 00:05:25.845685 21245 kubeadm.go:310]
I0717 00:05:25.845793 21245 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token pl3pji.fe9z3wlbs9jxiyvg \
I0717 00:05:25.845887 21245 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:daf389ec49e00d61976d9dc190f73df8121e276c738a86d1ec306a03abd6f344 \
I0717 00:05:25.845912 21245 kubeadm.go:310] --control-plane
I0717 00:05:25.845919 21245 kubeadm.go:310]
I0717 00:05:25.845991 21245 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0717 00:05:25.845998 21245 kubeadm.go:310]
I0717 00:05:25.846069 21245 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token pl3pji.fe9z3wlbs9jxiyvg \
I0717 00:05:25.846184 21245 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:daf389ec49e00d61976d9dc190f73df8121e276c738a86d1ec306a03abd6f344
I0717 00:05:25.846200 21245 cni.go:84] Creating CNI manager for ""
I0717 00:05:25.846211 21245 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 00:05:25.848001 21245 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0717 00:05:25.849232 21245 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0717 00:05:25.852856 21245 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0717 00:05:25.852879 21245 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0717 00:05:25.869210 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0717 00:05:26.065353 21245 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0717 00:05:26.065449 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:26.065454 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-957510 minikube.k8s.io/updated_at=2024_07_17T00_05_26_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=e6910ff1293b7338a320c1c51aaf2fcee1cf8a91 minikube.k8s.io/name=addons-957510 minikube.k8s.io/primary=true
I0717 00:05:26.072284 21245 ops.go:34] apiserver oom_adj: -16
I0717 00:05:26.224718 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:26.724773 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:27.225516 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:27.724909 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:28.225121 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:28.725077 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:29.225763 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:29.725169 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:30.225573 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:30.725487 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:31.224864 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:31.725124 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:32.225774 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:32.725129 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:33.225121 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:33.725690 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:34.225180 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:34.725112 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:35.224843 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:35.725088 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:36.225749 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:36.725093 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:37.224825 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:37.724807 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:38.225750 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:38.724748 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:39.224931 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:39.724783 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:40.225523 21245 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:05:40.289315 21245 kubeadm.go:1113] duration metric: took 14.223923759s to wait for elevateKubeSystemPrivileges
I0717 00:05:40.289352 21245 kubeadm.go:394] duration metric: took 24.14650761s to StartCluster
I0717 00:05:40.289372 21245 settings.go:142] acquiring lock: {Name:mk9a09422d46b143eae10f5996fa2de67145de97 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:40.289483 21245 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19265-12715/kubeconfig
I0717 00:05:40.289964 21245 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19265-12715/kubeconfig: {Name:mkf7e1e083f0112534ba419cb3d886353389254d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:05:40.290197 21245 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0717 00:05:40.290238 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0717 00:05:40.290319 21245 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]
I0717 00:05:40.290390 21245 config.go:182] Loaded profile config "addons-957510": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 00:05:40.290415 21245 addons.go:69] Setting ingress-dns=true in profile "addons-957510"
I0717 00:05:40.290428 21245 addons.go:69] Setting helm-tiller=true in profile "addons-957510"
I0717 00:05:40.290430 21245 addons.go:69] Setting metrics-server=true in profile "addons-957510"
I0717 00:05:40.290439 21245 addons.go:69] Setting gcp-auth=true in profile "addons-957510"
I0717 00:05:40.290452 21245 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-957510"
I0717 00:05:40.290461 21245 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-957510"
I0717 00:05:40.290462 21245 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-957510"
I0717 00:05:40.290467 21245 addons.go:69] Setting registry=true in profile "addons-957510"
I0717 00:05:40.290470 21245 mustload.go:65] Loading cluster: addons-957510
I0717 00:05:40.290480 21245 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-957510"
I0717 00:05:40.290473 21245 addons.go:69] Setting volcano=true in profile "addons-957510"
I0717 00:05:40.290488 21245 addons.go:69] Setting volumesnapshots=true in profile "addons-957510"
I0717 00:05:40.290506 21245 addons.go:234] Setting addon volcano=true in "addons-957510"
I0717 00:05:40.290461 21245 addons.go:69] Setting storage-provisioner=true in profile "addons-957510"
I0717 00:05:40.290515 21245 addons.go:234] Setting addon volumesnapshots=true in "addons-957510"
I0717 00:05:40.290526 21245 addons.go:234] Setting addon storage-provisioner=true in "addons-957510"
I0717 00:05:40.290539 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.290539 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.290552 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.290454 21245 addons.go:234] Setting addon helm-tiller=true in "addons-957510"
I0717 00:05:40.290592 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.290676 21245 config.go:182] Loaded profile config "addons-957510": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 00:05:40.290813 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290983 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.291012 21245 addons.go:69] Setting ingress=true in profile "addons-957510"
I0717 00:05:40.291058 21245 addons.go:234] Setting addon ingress=true in "addons-957510"
I0717 00:05:40.291097 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.290433 21245 addons.go:69] Setting default-storageclass=true in profile "addons-957510"
I0717 00:05:40.291133 21245 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-957510"
I0717 00:05:40.290506 21245 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-957510"
I0717 00:05:40.291181 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.290483 21245 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-957510"
I0717 00:05:40.291235 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.291398 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.291522 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.291601 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290456 21245 addons.go:234] Setting addon metrics-server=true in "addons-957510"
I0717 00:05:40.291647 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.291665 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.290455 21245 addons.go:234] Setting addon ingress-dns=true in "addons-957510"
I0717 00:05:40.292058 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.292111 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290413 21245 addons.go:69] Setting yakd=true in profile "addons-957510"
I0717 00:05:40.292591 21245 addons.go:234] Setting addon yakd=true in "addons-957510"
I0717 00:05:40.292619 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290983 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290484 21245 addons.go:234] Setting addon registry=true in "addons-957510"
I0717 00:05:40.293178 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.293859 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.292628 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.294920 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290985 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290993 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.296935 21245 out.go:177] * Verifying Kubernetes components...
I0717 00:05:40.290448 21245 addons.go:69] Setting cloud-spanner=true in profile "addons-957510"
I0717 00:05:40.297142 21245 addons.go:234] Setting addon cloud-spanner=true in "addons-957510"
I0717 00:05:40.297186 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.297688 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290422 21245 addons.go:69] Setting inspektor-gadget=true in profile "addons-957510"
I0717 00:05:40.298417 21245 addons.go:234] Setting addon inspektor-gadget=true in "addons-957510"
I0717 00:05:40.298479 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.299023 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.290991 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.308189 21245 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 00:05:40.332163 21245 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-957510"
I0717 00:05:40.332209 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.332658 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.337398 21245 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0717 00:05:40.338952 21245 addons.go:234] Setting addon default-storageclass=true in "addons-957510"
I0717 00:05:40.338996 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.339434 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:40.345522 21245 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0717 00:05:40.347275 21245 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0717 00:05:40.347306 21245 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0717 00:05:40.347371 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.347562 21245 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0717 00:05:40.345531 21245 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0717 00:05:40.349426 21245 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 00:05:40.349445 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0717 00:05:40.349503 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.352017 21245 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0717 00:05:40.353580 21245 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0717 00:05:40.354963 21245 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0717 00:05:40.356351 21245 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0717 00:05:40.357606 21245 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0717 00:05:40.357693 21245 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0717 00:05:40.357763 21245 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0717 00:05:40.359435 21245 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0717 00:05:40.359466 21245 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0717 00:05:40.359487 21245 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0717 00:05:40.359507 21245 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0717 00:05:40.359539 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.359566 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.361600 21245 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0717 00:05:40.363142 21245 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0717 00:05:40.363166 21245 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0717 00:05:40.363227 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.363389 21245 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0717 00:05:40.365573 21245 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0717 00:05:40.367040 21245 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 00:05:40.367305 21245 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0717 00:05:40.367336 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0717 00:05:40.367406 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.377906 21245 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 00:05:40.382199 21245 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0717 00:05:40.382234 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0717 00:05:40.382296 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.391074 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:40.402013 21245 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
I0717 00:05:40.402053 21245 out.go:177] - Using image docker.io/registry:2.8.3
I0717 00:05:40.403588 21245 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0717 00:05:40.403610 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0717 00:05:40.403671 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.403903 21245 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0717 00:05:40.404077 21245 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0717 00:05:40.404089 21245 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0717 00:05:40.404136 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.405905 21245 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0717 00:05:40.405922 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0717 00:05:40.405965 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.407111 21245 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0717 00:05:40.408687 21245 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0717 00:05:40.408707 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0717 00:05:40.408771 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
W0717 00:05:40.411030 21245 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0717 00:05:40.418281 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.426810 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.446440 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.450468 21245 out.go:177] - Using image docker.io/busybox:stable
I0717 00:05:40.450521 21245 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0717 00:05:40.452726 21245 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0717 00:05:40.452749 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0717 00:05:40.452808 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.452726 21245 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0717 00:05:40.454267 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.455222 21245 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0717 00:05:40.455239 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0717 00:05:40.455298 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.455524 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.455543 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.469550 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.471817 21245 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0717 00:05:40.473451 21245 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0717 00:05:40.473475 21245 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0717 00:05:40.473542 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:40.479011 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.481412 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.486103 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.486187 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.490302 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.496652 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:40.496754 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
W0717 00:05:40.528216 21245 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0717 00:05:40.528253 21245 retry.go:31] will retry after 360.056519ms: ssh: handshake failed: EOF
W0717 00:05:40.528291 21245 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0717 00:05:40.528310 21245 retry.go:31] will retry after 261.845108ms: ssh: handshake failed: EOF
I0717 00:05:40.624237 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0717 00:05:40.735370 21245 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0717 00:05:40.821077 21245 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0717 00:05:40.821161 21245 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0717 00:05:40.839961 21245 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0717 00:05:40.840009 21245 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0717 00:05:40.922005 21245 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0717 00:05:40.922096 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0717 00:05:40.940726 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 00:05:40.941452 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0717 00:05:41.023206 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0717 00:05:41.023635 21245 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0717 00:05:41.023661 21245 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0717 00:05:41.023660 21245 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0717 00:05:41.023696 21245 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0717 00:05:41.025458 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0717 00:05:41.035913 21245 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0717 00:05:41.035943 21245 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0717 00:05:41.043287 21245 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0717 00:05:41.043375 21245 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0717 00:05:41.044905 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0717 00:05:41.126630 21245 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0717 00:05:41.126712 21245 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0717 00:05:41.129838 21245 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0717 00:05:41.129860 21245 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0717 00:05:41.322275 21245 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0717 00:05:41.322314 21245 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0717 00:05:41.324830 21245 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0717 00:05:41.324855 21245 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0717 00:05:41.325742 21245 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0717 00:05:41.325767 21245 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0717 00:05:41.332315 21245 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0717 00:05:41.332350 21245 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0717 00:05:41.420488 21245 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0717 00:05:41.420521 21245 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0717 00:05:41.421123 21245 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0717 00:05:41.421188 21245 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)
I0717 00:05:41.422239 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0717 00:05:41.439076 21245 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0717 00:05:41.439169 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0717 00:05:41.530779 21245 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0717 00:05:41.530810 21245 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0717 00:05:41.621367 21245 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0717 00:05:41.621396 21245 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0717 00:05:41.621634 21245 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0717 00:05:41.621649 21245 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0717 00:05:41.631199 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0717 00:05:41.643551 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0717 00:05:41.721350 21245 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0717 00:05:41.721380 21245 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0717 00:05:41.723105 21245 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0717 00:05:41.723178 21245 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0717 00:05:41.833302 21245 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0717 00:05:41.833382 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0717 00:05:41.835963 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0717 00:05:41.926884 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0717 00:05:41.930449 21245 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0717 00:05:41.930477 21245 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0717 00:05:41.939152 21245 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0717 00:05:41.939181 21245 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0717 00:05:42.222224 21245 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0717 00:05:42.222270 21245 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0717 00:05:42.222489 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0717 00:05:42.234279 21245 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 00:05:42.234307 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0717 00:05:42.528377 21245 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0717 00:05:42.528411 21245 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0717 00:05:42.631382 21245 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.007099195s)
I0717 00:05:42.631418 21245 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0717 00:05:42.632650 21245 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.897249827s)
I0717 00:05:42.633565 21245 node_ready.go:35] waiting up to 6m0s for node "addons-957510" to be "Ready" ...
I0717 00:05:42.734503 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 00:05:42.921477 21245 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0717 00:05:42.921573 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0717 00:05:42.921942 21245 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0717 00:05:42.921987 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0717 00:05:43.321374 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0717 00:05:43.333438 21245 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0717 00:05:43.333468 21245 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0717 00:05:43.336006 21245 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-957510" context rescaled to 1 replicas
I0717 00:05:43.839919 21245 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0717 00:05:43.840033 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0717 00:05:44.034734 21245 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0717 00:05:44.034825 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0717 00:05:44.322435 21245 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 00:05:44.322513 21245 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0717 00:05:44.426203 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.485372961s)
I0717 00:05:44.426368 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.484870972s)
I0717 00:05:44.426436 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.403199819s)
I0717 00:05:44.426479 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.400981247s)
I0717 00:05:44.521366 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 00:05:44.723432 21245 node_ready.go:53] node "addons-957510" has status "Ready":"False"
I0717 00:05:46.821237 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.776281242s)
I0717 00:05:46.821403 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (5.177821841s)
I0717 00:05:46.821410 21245 addons.go:475] Verifying addon ingress=true in "addons-957510"
I0717 00:05:46.821471 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.98547469s)
I0717 00:05:46.821375 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.190125888s)
I0717 00:05:46.821564 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.894647637s)
I0717 00:05:46.821582 21245 addons.go:475] Verifying addon metrics-server=true in "addons-957510"
I0717 00:05:46.821499 21245 addons.go:475] Verifying addon registry=true in "addons-957510"
I0717 00:05:46.821651 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (4.59911204s)
I0717 00:05:46.821276 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.398974705s)
I0717 00:05:46.823383 21245 out.go:177] * Verifying registry addon...
I0717 00:05:46.823385 21245 out.go:177] * Verifying ingress addon...
I0717 00:05:46.824385 21245 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-957510 service yakd-dashboard -n yakd-dashboard
I0717 00:05:46.826030 21245 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0717 00:05:46.826942 21245 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0717 00:05:46.832535 21245 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 00:05:46.832563 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:46.832844 21245 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0717 00:05:46.832866 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:47.137167 21245 node_ready.go:53] node "addons-957510" has status "Ready":"False"
I0717 00:05:47.333560 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:47.334170 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:47.546384 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.81183177s)
W0717 00:05:47.546431 21245 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0717 00:05:47.546445 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.224966953s)
I0717 00:05:47.546453 21245 retry.go:31] will retry after 277.065396ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0717 00:05:47.625437 21245 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0717 00:05:47.625515 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:47.651370 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:47.823717 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 00:05:47.831339 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:47.832445 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:47.842012 21245 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0717 00:05:47.931226 21245 addons.go:234] Setting addon gcp-auth=true in "addons-957510"
I0717 00:05:47.931288 21245 host.go:66] Checking if "addons-957510" exists ...
I0717 00:05:47.931805 21245 cli_runner.go:164] Run: docker container inspect addons-957510 --format={{.State.Status}}
I0717 00:05:47.960041 21245 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0717 00:05:47.960084 21245 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-957510
I0717 00:05:47.977681 21245 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19265-12715/.minikube/machines/addons-957510/id_rsa Username:docker}
I0717 00:05:48.330394 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:48.334118 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:48.439918 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.918410304s)
I0717 00:05:48.439964 21245 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-957510"
I0717 00:05:48.442652 21245 out.go:177] * Verifying csi-hostpath-driver addon...
I0717 00:05:48.444562 21245 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0717 00:05:48.451481 21245 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 00:05:48.451505 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:48.830207 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:48.830238 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:48.948603 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:49.329954 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:49.330327 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:49.448271 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:49.636987 21245 node_ready.go:53] node "addons-957510" has status "Ready":"False"
I0717 00:05:49.830924 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:49.831554 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:49.950228 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:50.333816 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:50.334737 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:50.449485 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:50.830582 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:50.830627 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:50.948855 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:51.048818 21245 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.225053499s)
I0717 00:05:51.048996 21245 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.088924153s)
I0717 00:05:51.051611 21245 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0717 00:05:51.053398 21245 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 00:05:51.054868 21245 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0717 00:05:51.054889 21245 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0717 00:05:51.073647 21245 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0717 00:05:51.073672 21245 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0717 00:05:51.122467 21245 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 00:05:51.122492 21245 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0717 00:05:51.142149 21245 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 00:05:51.330163 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:51.331105 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:51.449925 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:51.638982 21245 node_ready.go:53] node "addons-957510" has status "Ready":"False"
I0717 00:05:51.747966 21245 addons.go:475] Verifying addon gcp-auth=true in "addons-957510"
I0717 00:05:51.749181 21245 out.go:177] * Verifying gcp-auth addon...
I0717 00:05:51.751337 21245 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0717 00:05:51.755324 21245 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0717 00:05:51.755345 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:51.830473 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:51.830658 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:51.949614 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:52.254558 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:52.330686 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:52.331939 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:52.449541 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:52.754786 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:52.830481 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:52.831091 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:52.948782 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:53.254939 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:53.329925 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:53.330211 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:53.448274 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:53.754431 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:53.829876 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:53.830323 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:53.948276 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:54.136733 21245 node_ready.go:53] node "addons-957510" has status "Ready":"False"
I0717 00:05:54.254303 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:54.329541 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:54.329952 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:54.448962 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:54.755254 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:54.830269 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:54.830695 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:54.948844 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:55.254971 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:55.329899 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:55.329988 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:55.448840 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:55.755271 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:55.830223 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:55.830223 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:55.948408 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:56.136818 21245 node_ready.go:53] node "addons-957510" has status "Ready":"False"
I0717 00:05:56.254330 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:56.329487 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:56.330375 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:56.448715 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:56.754908 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:56.830036 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:56.830171 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:56.948406 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:57.253969 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:57.329967 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:57.330149 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:57.450347 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:57.754049 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:57.829859 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:57.830001 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:57.948369 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:58.136994 21245 node_ready.go:53] node "addons-957510" has status "Ready":"False"
I0717 00:05:58.254489 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:58.330032 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:58.330482 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:58.448203 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:58.754197 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:58.830521 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:58.830626 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:58.948971 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:59.138393 21245 node_ready.go:49] node "addons-957510" has status "Ready":"True"
I0717 00:05:59.138422 21245 node_ready.go:38] duration metric: took 16.504830191s for node "addons-957510" to be "Ready" ...
I0717 00:05:59.138435 21245 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" ...
I0717 00:05:59.149562 21245 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-5wj8z" in "kube-system" namespace to be "Ready" ...
I0717 00:05:59.254345 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:59.331442 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:59.332157 21245 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 00:05:59.332179 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:59.450066 21245 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 00:05:59.450094 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:05:59.755180 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:05:59.832570 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:05:59.834009 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:05:59.950506 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:00.254372 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:00.330308 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:00.330405 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:00.449312 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:00.654274 21245 pod_ready.go:92] pod "coredns-7db6d8ff4d-5wj8z" in "kube-system" namespace has status "Ready":"True"
I0717 00:06:00.654298 21245 pod_ready.go:81] duration metric: took 1.504708039s for pod "coredns-7db6d8ff4d-5wj8z" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.654326 21245 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.657975 21245 pod_ready.go:92] pod "etcd-addons-957510" in "kube-system" namespace has status "Ready":"True"
I0717 00:06:00.657995 21245 pod_ready.go:81] duration metric: took 3.660239ms for pod "etcd-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.658009 21245 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.661675 21245 pod_ready.go:92] pod "kube-apiserver-addons-957510" in "kube-system" namespace has status "Ready":"True"
I0717 00:06:00.661693 21245 pod_ready.go:81] duration metric: took 3.676497ms for pod "kube-apiserver-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.661703 21245 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.665215 21245 pod_ready.go:92] pod "kube-controller-manager-addons-957510" in "kube-system" namespace has status "Ready":"True"
I0717 00:06:00.665233 21245 pod_ready.go:81] duration metric: took 3.522159ms for pod "kube-controller-manager-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.665243 21245 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-bvcbh" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.736325 21245 pod_ready.go:92] pod "kube-proxy-bvcbh" in "kube-system" namespace has status "Ready":"True"
I0717 00:06:00.736345 21245 pod_ready.go:81] duration metric: took 71.096153ms for pod "kube-proxy-bvcbh" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.736355 21245 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:00.754844 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:00.830768 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:00.831169 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:00.950039 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:01.137128 21245 pod_ready.go:92] pod "kube-scheduler-addons-957510" in "kube-system" namespace has status "Ready":"True"
I0717 00:06:01.137149 21245 pod_ready.go:81] duration metric: took 400.788339ms for pod "kube-scheduler-addons-957510" in "kube-system" namespace to be "Ready" ...
I0717 00:06:01.137159 21245 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace to be "Ready" ...
I0717 00:06:01.255202 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:01.331365 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:01.331506 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:01.450481 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:01.754954 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:01.830500 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:01.830653 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:01.954936 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:02.326797 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:02.334465 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:02.335639 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:02.524700 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:02.754987 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:02.837098 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:02.838232 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:03.027494 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:03.143030 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:03.255526 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:03.331241 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:03.331741 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:03.450124 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:03.755017 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:03.830999 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:03.831292 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:03.950023 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:04.255624 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:04.330884 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:04.331113 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:04.450006 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:04.754902 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:04.830770 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:04.830892 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:04.950240 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:05.144002 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:05.255579 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:05.331425 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:05.331538 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:05.450547 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:05.755020 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:05.830877 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:05.833001 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:05.950197 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:06.255180 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:06.330733 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:06.331085 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:06.450290 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:06.755775 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:06.831623 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:06.832064 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:06.951191 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:07.254828 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:07.330809 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:07.330896 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:07.450409 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:07.642459 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:07.755173 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:07.832818 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:07.832970 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:07.950195 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:08.254777 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:08.331105 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:08.331331 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:08.451295 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:08.755668 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:08.830875 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:08.831415 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:09.024729 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:09.254913 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:09.331352 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:09.331545 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:09.450970 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:09.642953 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:09.755185 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:09.831255 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:09.831308 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:09.949609 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:10.254232 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:10.330894 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:10.331148 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:10.449579 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:10.755476 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:10.830745 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:10.832312 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:10.950316 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:11.255564 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:11.331609 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:11.331744 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:11.451629 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:11.645832 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:11.754465 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:11.830689 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:11.830947 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:11.949932 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:12.254823 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:12.331200 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:12.331632 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:12.449937 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:12.754760 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:12.830708 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:12.831008 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:12.950092 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:13.255080 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:13.330630 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:13.330882 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:13.450067 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:13.754989 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:13.830909 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:13.831073 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:13.950222 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:14.143250 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:14.256478 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:14.330371 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:14.330423 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:14.449388 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:14.754822 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:14.830685 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:14.831407 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:14.950934 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:15.255567 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:15.330984 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:15.331226 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:15.450756 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:15.754796 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:15.830733 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:15.831115 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:15.949289 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:16.254579 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:16.330852 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:16.330882 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:16.450030 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:16.642044 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:16.754779 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:16.830856 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:16.830909 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:16.950257 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:17.255116 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:17.330750 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:17.330928 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:17.451240 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:17.754986 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:17.830900 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:17.830981 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:17.951246 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:18.323618 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:18.335537 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:18.336563 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:18.527237 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:18.726747 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:18.823253 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:18.840076 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:18.841236 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:19.026725 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:19.255056 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:19.332099 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:19.333460 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:19.453834 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:19.754939 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:19.831362 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:19.832922 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:19.953115 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:20.255213 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:20.331181 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:20.331284 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:20.450284 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:20.755310 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:20.831468 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:20.832905 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:20.950812 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:21.144028 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:21.254929 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:21.331109 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:21.331360 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:21.450015 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:21.755391 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:21.831260 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:21.831385 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:21.950230 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:22.255364 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:22.331136 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:22.331288 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:22.450207 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:22.755098 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:22.831270 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:22.831567 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:22.951305 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:23.255303 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:23.330389 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:23.330966 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:23.450876 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:23.643273 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:23.755209 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:23.831959 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:23.833263 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:23.950238 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:24.255124 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:24.330988 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:24.331203 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:24.450277 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:24.755001 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:24.830809 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:24.831099 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:24.949616 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:25.255583 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:25.331497 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:25.331603 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:25.450098 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:25.644095 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:25.755446 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:25.831364 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:25.832893 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:25.950450 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:26.254643 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:26.330690 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:26.331434 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:26.452061 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:26.755258 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:26.830811 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:26.831087 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:26.950047 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:27.255116 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:27.330624 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:27.330665 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:06:27.450395 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:27.646433 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:27.755428 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:27.830953 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:27.831596 21245 kapi.go:107] duration metric: took 41.005565184s to wait for kubernetes.io/minikube-addons=registry ...
I0717 00:06:27.952827 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:28.254780 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:28.331385 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:28.449193 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:28.755091 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:28.831199 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:28.950348 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:29.254841 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:29.331596 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:29.449886 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:29.755541 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:29.831474 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:29.950891 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:30.143254 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:30.255974 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:30.332060 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:30.451187 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:30.754846 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:30.832198 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:30.949829 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:31.254883 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:31.331015 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:31.449893 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:31.754807 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:31.831754 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:31.949567 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:32.143907 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:32.254613 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:32.331329 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:32.449806 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:32.755216 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:32.831434 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:32.949273 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:33.254668 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:33.330809 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:33.449694 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:33.754996 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:33.831528 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:33.949803 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:34.255316 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:34.331863 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:34.450138 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:34.642782 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:34.754572 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:34.830952 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:34.949731 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:35.254907 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:35.331386 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:35.450081 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:35.754802 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:35.831046 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:35.950258 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:36.256504 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:36.331488 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:36.451183 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:36.644033 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:36.754874 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:36.831031 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:36.950748 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:37.255412 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:37.331291 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:37.453741 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:37.755159 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:37.831789 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:37.951728 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:38.255496 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:38.332068 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:38.450049 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:38.755065 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:38.831274 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:38.950415 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:39.143108 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:39.254782 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:39.331465 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:39.449097 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:39.754847 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:39.831293 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:39.950081 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:40.255444 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:40.331928 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:40.450048 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:40.755063 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:40.831661 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:40.949194 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:41.255587 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:41.331252 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:41.451187 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:41.644528 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:41.754954 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:41.832019 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:41.950596 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:42.254797 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:06:42.331863 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:42.449568 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:42.755550 21245 kapi.go:107] duration metric: took 51.004207672s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0717 00:06:42.758354 21245 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-957510 cluster.
I0717 00:06:42.760116 21245 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.
I0717 00:06:42.761511 21245 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0717 00:06:42.831181 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:42.949777 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:43.330742 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:43.456434 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:43.831775 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:43.949989 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:44.142204 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:44.330626 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:44.448982 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:44.831203 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:44.950305 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:45.331273 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:45.451039 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:45.831310 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:45.949582 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:46.143335 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:46.330469 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:46.449195 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:46.831258 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:46.950217 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:47.331065 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:47.449905 21245 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:06:47.830579 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:47.949310 21245 kapi.go:107] duration metric: took 59.504747866s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0717 00:06:48.331078 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:48.642815 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:48.831257 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:49.331100 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:49.830795 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:50.331397 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:50.831085 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:51.143018 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:51.331437 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:51.831437 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:52.330930 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:52.831153 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:53.143596 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:53.331003 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:53.831296 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:54.331449 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:54.831075 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:55.331430 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:55.642791 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:55.833095 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:56.331236 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:56.831085 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:57.331035 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:57.831476 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:58.142863 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:06:58.331417 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:58.830738 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:59.330749 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:06:59.830895 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:00.143338 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:00.330566 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:00.830711 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:01.330563 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:01.831410 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:02.143439 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:02.330982 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:02.830807 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:03.330808 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:03.831304 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:04.143736 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:04.332241 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:04.832348 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:05.331212 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:05.831715 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:06.143832 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:06.331036 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:06.831462 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:07.331049 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:07.830992 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:08.330678 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:08.642074 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:08.831397 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:09.331164 21245 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:07:09.830721 21245 kapi.go:107] duration metric: took 1m23.003777151s to wait for app.kubernetes.io/name=ingress-nginx ...
I0717 00:07:09.832590 21245 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, default-storageclass, helm-tiller, metrics-server, storage-provisioner, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0717 00:07:09.834005 21245 addons.go:510] duration metric: took 1m29.543687281s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin default-storageclass helm-tiller metrics-server storage-provisioner yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0717 00:07:10.642455 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:12.643827 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:15.142476 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:17.142634 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:19.143006 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:21.642798 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:24.142365 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:26.142821 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:28.644691 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:31.142168 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:33.143631 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:35.643532 21245 pod_ready.go:102] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"False"
I0717 00:07:36.142452 21245 pod_ready.go:92] pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace has status "Ready":"True"
I0717 00:07:36.142475 21245 pod_ready.go:81] duration metric: took 1m35.005309819s for pod "metrics-server-c59844bb4-6hgp6" in "kube-system" namespace to be "Ready" ...
I0717 00:07:36.142485 21245 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-vxl6w" in "kube-system" namespace to be "Ready" ...
I0717 00:07:36.146675 21245 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-vxl6w" in "kube-system" namespace has status "Ready":"True"
I0717 00:07:36.146695 21245 pod_ready.go:81] duration metric: took 4.20394ms for pod "nvidia-device-plugin-daemonset-vxl6w" in "kube-system" namespace to be "Ready" ...
I0717 00:07:36.146716 21245 pod_ready.go:38] duration metric: took 1m37.008269238s 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" ...
I0717 00:07:36.146731 21245 api_server.go:52] waiting for apiserver process to appear ...
I0717 00:07:36.146758 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 00:07:36.146804 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 00:07:36.180581 21245 cri.go:89] found id: "81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef"
I0717 00:07:36.180605 21245 cri.go:89] found id: ""
I0717 00:07:36.180614 21245 logs.go:276] 1 containers: [81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef]
I0717 00:07:36.180670 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:36.183910 21245 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 00:07:36.183977 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 00:07:36.216421 21245 cri.go:89] found id: "fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba"
I0717 00:07:36.216447 21245 cri.go:89] found id: ""
I0717 00:07:36.216457 21245 logs.go:276] 1 containers: [fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba]
I0717 00:07:36.216505 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:36.219574 21245 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 00:07:36.219624 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 00:07:36.251233 21245 cri.go:89] found id: "c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a"
I0717 00:07:36.251257 21245 cri.go:89] found id: ""
I0717 00:07:36.251266 21245 logs.go:276] 1 containers: [c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a]
I0717 00:07:36.251307 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:36.254411 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 00:07:36.254459 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 00:07:36.286533 21245 cri.go:89] found id: "2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd"
I0717 00:07:36.286560 21245 cri.go:89] found id: ""
I0717 00:07:36.286570 21245 logs.go:276] 1 containers: [2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd]
I0717 00:07:36.286621 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:36.289736 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 00:07:36.289798 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 00:07:36.323138 21245 cri.go:89] found id: "11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b"
I0717 00:07:36.323171 21245 cri.go:89] found id: ""
I0717 00:07:36.323181 21245 logs.go:276] 1 containers: [11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b]
I0717 00:07:36.323229 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:36.326540 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 00:07:36.326606 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 00:07:36.358699 21245 cri.go:89] found id: "71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6"
I0717 00:07:36.358726 21245 cri.go:89] found id: ""
I0717 00:07:36.358736 21245 logs.go:276] 1 containers: [71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6]
I0717 00:07:36.358779 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:36.361860 21245 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 00:07:36.361921 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 00:07:36.394291 21245 cri.go:89] found id: "0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5"
I0717 00:07:36.394311 21245 cri.go:89] found id: ""
I0717 00:07:36.394318 21245 logs.go:276] 1 containers: [0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5]
I0717 00:07:36.394371 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:36.397695 21245 logs.go:123] Gathering logs for kube-apiserver [81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef] ...
I0717 00:07:36.397729 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef"
I0717 00:07:36.442031 21245 logs.go:123] Gathering logs for etcd [fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba] ...
I0717 00:07:36.442067 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba"
I0717 00:07:36.487909 21245 logs.go:123] Gathering logs for coredns [c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a] ...
I0717 00:07:36.487943 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a"
I0717 00:07:36.523250 21245 logs.go:123] Gathering logs for kube-scheduler [2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd] ...
I0717 00:07:36.523279 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd"
I0717 00:07:36.566977 21245 logs.go:123] Gathering logs for kube-proxy [11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b] ...
I0717 00:07:36.567017 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b"
I0717 00:07:36.600786 21245 logs.go:123] Gathering logs for kubelet ...
I0717 00:07:36.600811 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0717 00:07:36.622962 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.128879 1742 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.623157 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.128994 1742 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.623341 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129050 1742 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.623554 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129063 1742 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.623751 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129108 1742 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.623991 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129124 1742 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.624189 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129353 1742 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.624394 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129371 1742 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
I0717 00:07:36.665853 21245 logs.go:123] Gathering logs for describe nodes ...
I0717 00:07:36.665886 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 00:07:36.762597 21245 logs.go:123] Gathering logs for kindnet [0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5] ...
I0717 00:07:36.762650 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5"
I0717 00:07:36.802172 21245 logs.go:123] Gathering logs for CRI-O ...
I0717 00:07:36.802206 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 00:07:36.878845 21245 logs.go:123] Gathering logs for container status ...
I0717 00:07:36.878880 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 00:07:36.921163 21245 logs.go:123] Gathering logs for dmesg ...
I0717 00:07:36.921192 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 00:07:36.933602 21245 logs.go:123] Gathering logs for kube-controller-manager [71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6] ...
I0717 00:07:36.933639 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6"
I0717 00:07:36.989012 21245 out.go:304] Setting ErrFile to fd 2...
I0717 00:07:36.989040 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0717 00:07:36.989096 21245 out.go:239] X Problems detected in kubelet:
W0717 00:07:36.989112 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129063 1742 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.989128 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129108 1742 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.989142 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129124 1742 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.989154 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129353 1742 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
W0717 00:07:36.989165 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129371 1742 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
I0717 00:07:36.989175 21245 out.go:304] Setting ErrFile to fd 2...
I0717 00:07:36.989182 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 00:07:46.989712 21245 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0717 00:07:47.003539 21245 api_server.go:72] duration metric: took 2m6.713307726s to wait for apiserver process to appear ...
I0717 00:07:47.003570 21245 api_server.go:88] waiting for apiserver healthz status ...
I0717 00:07:47.003624 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 00:07:47.003729 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 00:07:47.039149 21245 cri.go:89] found id: "81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef"
I0717 00:07:47.039173 21245 cri.go:89] found id: ""
I0717 00:07:47.039182 21245 logs.go:276] 1 containers: [81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef]
I0717 00:07:47.039238 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:47.042577 21245 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 00:07:47.042640 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 00:07:47.078678 21245 cri.go:89] found id: "fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba"
I0717 00:07:47.078729 21245 cri.go:89] found id: ""
I0717 00:07:47.078738 21245 logs.go:276] 1 containers: [fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba]
I0717 00:07:47.078790 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:47.082431 21245 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 00:07:47.082495 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 00:07:47.116999 21245 cri.go:89] found id: "c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a"
I0717 00:07:47.117024 21245 cri.go:89] found id: ""
I0717 00:07:47.117031 21245 logs.go:276] 1 containers: [c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a]
I0717 00:07:47.117080 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:47.120325 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 00:07:47.120383 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 00:07:47.152967 21245 cri.go:89] found id: "2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd"
I0717 00:07:47.152990 21245 cri.go:89] found id: ""
I0717 00:07:47.152997 21245 logs.go:276] 1 containers: [2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd]
I0717 00:07:47.153039 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:47.156347 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 00:07:47.156406 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 00:07:47.188920 21245 cri.go:89] found id: "11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b"
I0717 00:07:47.188940 21245 cri.go:89] found id: ""
I0717 00:07:47.188948 21245 logs.go:276] 1 containers: [11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b]
I0717 00:07:47.188993 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:47.192211 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 00:07:47.192284 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 00:07:47.224803 21245 cri.go:89] found id: "71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6"
I0717 00:07:47.224825 21245 cri.go:89] found id: ""
I0717 00:07:47.224832 21245 logs.go:276] 1 containers: [71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6]
I0717 00:07:47.224879 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:47.228032 21245 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 00:07:47.228082 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 00:07:47.260640 21245 cri.go:89] found id: "0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5"
I0717 00:07:47.260659 21245 cri.go:89] found id: ""
I0717 00:07:47.260665 21245 logs.go:276] 1 containers: [0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5]
I0717 00:07:47.260733 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:47.264035 21245 logs.go:123] Gathering logs for kube-apiserver [81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef] ...
I0717 00:07:47.264062 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef"
I0717 00:07:47.307542 21245 logs.go:123] Gathering logs for etcd [fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba] ...
I0717 00:07:47.307581 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba"
I0717 00:07:47.352648 21245 logs.go:123] Gathering logs for coredns [c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a] ...
I0717 00:07:47.352683 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a"
I0717 00:07:47.388745 21245 logs.go:123] Gathering logs for kube-proxy [11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b] ...
I0717 00:07:47.388778 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b"
I0717 00:07:47.422861 21245 logs.go:123] Gathering logs for describe nodes ...
I0717 00:07:47.422896 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 00:07:47.526454 21245 logs.go:123] Gathering logs for dmesg ...
I0717 00:07:47.526488 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 00:07:47.538917 21245 logs.go:123] Gathering logs for kube-scheduler [2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd] ...
I0717 00:07:47.538947 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd"
I0717 00:07:47.581561 21245 logs.go:123] Gathering logs for kube-controller-manager [71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6] ...
I0717 00:07:47.581594 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6"
I0717 00:07:47.634834 21245 logs.go:123] Gathering logs for kindnet [0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5] ...
I0717 00:07:47.634869 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5"
I0717 00:07:47.676127 21245 logs.go:123] Gathering logs for CRI-O ...
I0717 00:07:47.676157 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 00:07:47.754501 21245 logs.go:123] Gathering logs for container status ...
I0717 00:07:47.754541 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 00:07:47.797074 21245 logs.go:123] Gathering logs for kubelet ...
I0717 00:07:47.797103 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0717 00:07:47.823378 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.128879 1742 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.823577 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.128994 1742 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.823770 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129050 1742 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.823994 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129063 1742 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.824188 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129108 1742 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.824406 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129124 1742 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.824599 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129353 1742 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.824812 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129371 1742 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
I0717 00:07:47.866461 21245 out.go:304] Setting ErrFile to fd 2...
I0717 00:07:47.866498 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0717 00:07:47.866552 21245 out.go:239] X Problems detected in kubelet:
W0717 00:07:47.866562 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129063 1742 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.866572 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129108 1742 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.866583 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129124 1742 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.866592 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129353 1742 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
W0717 00:07:47.866603 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129371 1742 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
I0717 00:07:47.866610 21245 out.go:304] Setting ErrFile to fd 2...
I0717 00:07:47.866617 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 00:07:57.868434 21245 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0717 00:07:57.872226 21245 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0717 00:07:57.873112 21245 api_server.go:141] control plane version: v1.30.2
I0717 00:07:57.873137 21245 api_server.go:131] duration metric: took 10.869560009s to wait for apiserver health ...
I0717 00:07:57.873147 21245 system_pods.go:43] waiting for kube-system pods to appear ...
I0717 00:07:57.873170 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 00:07:57.873225 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 00:07:57.908153 21245 cri.go:89] found id: "81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef"
I0717 00:07:57.908178 21245 cri.go:89] found id: ""
I0717 00:07:57.908187 21245 logs.go:276] 1 containers: [81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef]
I0717 00:07:57.908243 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:57.911546 21245 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 00:07:57.911616 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 00:07:57.946468 21245 cri.go:89] found id: "fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba"
I0717 00:07:57.946493 21245 cri.go:89] found id: ""
I0717 00:07:57.946500 21245 logs.go:276] 1 containers: [fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba]
I0717 00:07:57.946544 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:57.949901 21245 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 00:07:57.949957 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 00:07:57.983995 21245 cri.go:89] found id: "c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a"
I0717 00:07:57.984023 21245 cri.go:89] found id: ""
I0717 00:07:57.984032 21245 logs.go:276] 1 containers: [c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a]
I0717 00:07:57.984096 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:57.987384 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 00:07:57.987442 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 00:07:58.022253 21245 cri.go:89] found id: "2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd"
I0717 00:07:58.022278 21245 cri.go:89] found id: ""
I0717 00:07:58.022287 21245 logs.go:276] 1 containers: [2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd]
I0717 00:07:58.022341 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:58.025883 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 00:07:58.025946 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 00:07:58.060200 21245 cri.go:89] found id: "11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b"
I0717 00:07:58.060226 21245 cri.go:89] found id: ""
I0717 00:07:58.060237 21245 logs.go:276] 1 containers: [11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b]
I0717 00:07:58.060288 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:58.063427 21245 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 00:07:58.063486 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 00:07:58.096823 21245 cri.go:89] found id: "71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6"
I0717 00:07:58.096842 21245 cri.go:89] found id: ""
I0717 00:07:58.096849 21245 logs.go:276] 1 containers: [71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6]
I0717 00:07:58.096893 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:58.100054 21245 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 00:07:58.100105 21245 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 00:07:58.132179 21245 cri.go:89] found id: "0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5"
I0717 00:07:58.132202 21245 cri.go:89] found id: ""
I0717 00:07:58.132213 21245 logs.go:276] 1 containers: [0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5]
I0717 00:07:58.132263 21245 ssh_runner.go:195] Run: which crictl
I0717 00:07:58.135395 21245 logs.go:123] Gathering logs for kube-controller-manager [71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6] ...
I0717 00:07:58.135419 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6"
I0717 00:07:58.190400 21245 logs.go:123] Gathering logs for container status ...
I0717 00:07:58.190435 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 00:07:58.232614 21245 logs.go:123] Gathering logs for coredns [c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a] ...
I0717 00:07:58.232645 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a"
I0717 00:07:58.268084 21245 logs.go:123] Gathering logs for kube-scheduler [2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd] ...
I0717 00:07:58.268115 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd"
I0717 00:07:58.308206 21245 logs.go:123] Gathering logs for kube-proxy [11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b] ...
I0717 00:07:58.308242 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b"
I0717 00:07:58.342386 21245 logs.go:123] Gathering logs for kubelet ...
I0717 00:07:58.342419 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0717 00:07:58.367512 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.128879 1742 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.367685 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.128994 1742 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.367825 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129050 1742 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.368007 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129063 1742 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.368145 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129108 1742 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.368295 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129124 1742 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.368427 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129353 1742 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.368576 21245 logs.go:138] Found kubelet problem: Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129371 1742 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
I0717 00:07:58.410033 21245 logs.go:123] Gathering logs for dmesg ...
I0717 00:07:58.410082 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 00:07:58.422489 21245 logs.go:123] Gathering logs for describe nodes ...
I0717 00:07:58.422519 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 00:07:58.516296 21245 logs.go:123] Gathering logs for kube-apiserver [81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef] ...
I0717 00:07:58.516325 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef"
I0717 00:07:58.559240 21245 logs.go:123] Gathering logs for etcd [fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba] ...
I0717 00:07:58.559276 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba"
I0717 00:07:58.602314 21245 logs.go:123] Gathering logs for kindnet [0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5] ...
I0717 00:07:58.602346 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5"
I0717 00:07:58.641290 21245 logs.go:123] Gathering logs for CRI-O ...
I0717 00:07:58.641322 21245 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 00:07:58.715089 21245 out.go:304] Setting ErrFile to fd 2...
I0717 00:07:58.715136 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0717 00:07:58.715211 21245 out.go:239] X Problems detected in kubelet:
W0717 00:07:58.715227 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129063 1742 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.715238 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129108 1742 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.715255 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129124 1742 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.715267 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: W0717 00:05:59.129353 1742 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
W0717 00:07:58.715277 21245 out.go:239] Jul 17 00:05:59 addons-957510 kubelet[1742]: E0717 00:05:59.129371 1742 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-957510" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-957510' and this object
I0717 00:07:58.715288 21245 out.go:304] Setting ErrFile to fd 2...
I0717 00:07:58.715298 21245 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 00:08:08.726850 21245 system_pods.go:59] 19 kube-system pods found
I0717 00:08:08.726881 21245 system_pods.go:61] "coredns-7db6d8ff4d-5wj8z" [ebab405b-8b19-41b4-9ade-70d1f44663f0] Running
I0717 00:08:08.726886 21245 system_pods.go:61] "csi-hostpath-attacher-0" [5119bf74-f492-4daa-b7a6-c340cefcd844] Running
I0717 00:08:08.726890 21245 system_pods.go:61] "csi-hostpath-resizer-0" [60d3a254-9888-4984-999b-4320716ef437] Running
I0717 00:08:08.726893 21245 system_pods.go:61] "csi-hostpathplugin-bwnfc" [113aede1-ee6e-49c7-8b2a-fe74ff0c0c03] Running
I0717 00:08:08.726896 21245 system_pods.go:61] "etcd-addons-957510" [803445be-4a19-4b62-bb2d-adbc1c8b3a11] Running
I0717 00:08:08.726900 21245 system_pods.go:61] "kindnet-t5p77" [64ea96f1-5fab-40b2-a150-c72cd0f61dff] Running
I0717 00:08:08.726903 21245 system_pods.go:61] "kube-apiserver-addons-957510" [23d09e74-2585-4bad-a247-5bd11626c398] Running
I0717 00:08:08.726906 21245 system_pods.go:61] "kube-controller-manager-addons-957510" [1d67f06b-27c4-468e-8a35-a581d913ac10] Running
I0717 00:08:08.726910 21245 system_pods.go:61] "kube-ingress-dns-minikube" [5e1c5890-c2f9-4c82-aa6c-8895839fcb19] Running
I0717 00:08:08.726913 21245 system_pods.go:61] "kube-proxy-bvcbh" [6c52b57c-87eb-4842-a98f-48d9bd361f7b] Running
I0717 00:08:08.726917 21245 system_pods.go:61] "kube-scheduler-addons-957510" [196ec5e6-6d64-4664-a494-23b5eb636cd3] Running
I0717 00:08:08.726921 21245 system_pods.go:61] "metrics-server-c59844bb4-6hgp6" [40f452f3-f225-4b33-88fc-6a0362123620] Running
I0717 00:08:08.726924 21245 system_pods.go:61] "nvidia-device-plugin-daemonset-vxl6w" [62fe154c-efaa-413e-90ec-020e5c5db0b7] Running
I0717 00:08:08.726931 21245 system_pods.go:61] "registry-proxy-nqrkw" [23e004ae-eb71-4040-bb09-9a393ed5044a] Running
I0717 00:08:08.726934 21245 system_pods.go:61] "registry-stqvk" [ab363c33-d118-4417-9ebe-8caaebc1efff] Running
I0717 00:08:08.726937 21245 system_pods.go:61] "snapshot-controller-745499f584-9qb2w" [0e7210a7-2baa-4549-8515-5520d4d2ec1e] Running
I0717 00:08:08.726940 21245 system_pods.go:61] "snapshot-controller-745499f584-qp49p" [725fc7fb-25ca-4913-a457-76c2f14a3fa9] Running
I0717 00:08:08.726943 21245 system_pods.go:61] "storage-provisioner" [f782a017-1180-4eb6-8c64-0519925113e2] Running
I0717 00:08:08.726948 21245 system_pods.go:61] "tiller-deploy-6677d64bcd-qmhpn" [dd11389b-b3d6-4f2a-b725-9f58dcbc7c1c] Running
I0717 00:08:08.726953 21245 system_pods.go:74] duration metric: took 10.853800724s to wait for pod list to return data ...
I0717 00:08:08.726961 21245 default_sa.go:34] waiting for default service account to be created ...
I0717 00:08:08.728940 21245 default_sa.go:45] found service account: "default"
I0717 00:08:08.728959 21245 default_sa.go:55] duration metric: took 1.990301ms for default service account to be created ...
I0717 00:08:08.728967 21245 system_pods.go:116] waiting for k8s-apps to be running ...
I0717 00:08:08.737814 21245 system_pods.go:86] 19 kube-system pods found
I0717 00:08:08.737843 21245 system_pods.go:89] "coredns-7db6d8ff4d-5wj8z" [ebab405b-8b19-41b4-9ade-70d1f44663f0] Running
I0717 00:08:08.737849 21245 system_pods.go:89] "csi-hostpath-attacher-0" [5119bf74-f492-4daa-b7a6-c340cefcd844] Running
I0717 00:08:08.737853 21245 system_pods.go:89] "csi-hostpath-resizer-0" [60d3a254-9888-4984-999b-4320716ef437] Running
I0717 00:08:08.737858 21245 system_pods.go:89] "csi-hostpathplugin-bwnfc" [113aede1-ee6e-49c7-8b2a-fe74ff0c0c03] Running
I0717 00:08:08.737862 21245 system_pods.go:89] "etcd-addons-957510" [803445be-4a19-4b62-bb2d-adbc1c8b3a11] Running
I0717 00:08:08.737866 21245 system_pods.go:89] "kindnet-t5p77" [64ea96f1-5fab-40b2-a150-c72cd0f61dff] Running
I0717 00:08:08.737871 21245 system_pods.go:89] "kube-apiserver-addons-957510" [23d09e74-2585-4bad-a247-5bd11626c398] Running
I0717 00:08:08.737875 21245 system_pods.go:89] "kube-controller-manager-addons-957510" [1d67f06b-27c4-468e-8a35-a581d913ac10] Running
I0717 00:08:08.737880 21245 system_pods.go:89] "kube-ingress-dns-minikube" [5e1c5890-c2f9-4c82-aa6c-8895839fcb19] Running
I0717 00:08:08.737884 21245 system_pods.go:89] "kube-proxy-bvcbh" [6c52b57c-87eb-4842-a98f-48d9bd361f7b] Running
I0717 00:08:08.737888 21245 system_pods.go:89] "kube-scheduler-addons-957510" [196ec5e6-6d64-4664-a494-23b5eb636cd3] Running
I0717 00:08:08.737892 21245 system_pods.go:89] "metrics-server-c59844bb4-6hgp6" [40f452f3-f225-4b33-88fc-6a0362123620] Running
I0717 00:08:08.737897 21245 system_pods.go:89] "nvidia-device-plugin-daemonset-vxl6w" [62fe154c-efaa-413e-90ec-020e5c5db0b7] Running
I0717 00:08:08.737900 21245 system_pods.go:89] "registry-proxy-nqrkw" [23e004ae-eb71-4040-bb09-9a393ed5044a] Running
I0717 00:08:08.737904 21245 system_pods.go:89] "registry-stqvk" [ab363c33-d118-4417-9ebe-8caaebc1efff] Running
I0717 00:08:08.737908 21245 system_pods.go:89] "snapshot-controller-745499f584-9qb2w" [0e7210a7-2baa-4549-8515-5520d4d2ec1e] Running
I0717 00:08:08.737911 21245 system_pods.go:89] "snapshot-controller-745499f584-qp49p" [725fc7fb-25ca-4913-a457-76c2f14a3fa9] Running
I0717 00:08:08.737915 21245 system_pods.go:89] "storage-provisioner" [f782a017-1180-4eb6-8c64-0519925113e2] Running
I0717 00:08:08.737920 21245 system_pods.go:89] "tiller-deploy-6677d64bcd-qmhpn" [dd11389b-b3d6-4f2a-b725-9f58dcbc7c1c] Running
I0717 00:08:08.737926 21245 system_pods.go:126] duration metric: took 8.954809ms to wait for k8s-apps to be running ...
I0717 00:08:08.737933 21245 system_svc.go:44] waiting for kubelet service to be running ....
I0717 00:08:08.737983 21245 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0717 00:08:08.749145 21245 system_svc.go:56] duration metric: took 11.20132ms WaitForService to wait for kubelet
I0717 00:08:08.749179 21245 kubeadm.go:582] duration metric: took 2m28.45895358s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0717 00:08:08.749200 21245 node_conditions.go:102] verifying NodePressure condition ...
I0717 00:08:08.752286 21245 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0717 00:08:08.752321 21245 node_conditions.go:123] node cpu capacity is 8
I0717 00:08:08.752338 21245 node_conditions.go:105] duration metric: took 3.132147ms to run NodePressure ...
I0717 00:08:08.752352 21245 start.go:241] waiting for startup goroutines ...
I0717 00:08:08.752362 21245 start.go:246] waiting for cluster config update ...
I0717 00:08:08.752385 21245 start.go:255] writing updated cluster config ...
I0717 00:08:08.752754 21245 ssh_runner.go:195] Run: rm -f paused
I0717 00:08:08.799014 21245 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0717 00:08:08.801132 21245 out.go:177] * Done! kubectl is now configured to use "addons-957510" cluster and "default" namespace by default
==> CRI-O <==
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.166236992Z" 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=c88a7dce-c07f-4f3c-8710-00865c1ee0ea name=/runtime.v1.ImageService/ImageStatus
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.167008384Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=47993082-94d8-4fc6-b041-2cea836bb32c name=/runtime.v1.ImageService/ImageStatus
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.167682545Z" 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=47993082-94d8-4fc6-b041-2cea836bb32c name=/runtime.v1.ImageService/ImageStatus
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.168545511Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-gt5lx/hello-world-app" id=25b49bb4-46ac-4617-9284-9543f72ce800 name=/runtime.v1.RuntimeService/CreateContainer
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.168657050Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.182824623Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/240e07471510deacadf380a8d256f9a9f57adf1b53e396957e6437ac4809bade/merged/etc/passwd: no such file or directory"
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.182856598Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/240e07471510deacadf380a8d256f9a9f57adf1b53e396957e6437ac4809bade/merged/etc/group: no such file or directory"
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.215717892Z" level=info msg="Created container dab5ee9dc6842105888b7976a28ef0ee8c63752e36de3b1f0dbe9bf03ba183da: default/hello-world-app-6778b5fc9f-gt5lx/hello-world-app" id=25b49bb4-46ac-4617-9284-9543f72ce800 name=/runtime.v1.RuntimeService/CreateContainer
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.216404520Z" level=info msg="Starting container: dab5ee9dc6842105888b7976a28ef0ee8c63752e36de3b1f0dbe9bf03ba183da" id=84d7de95-2e73-44da-8685-fd87d48851de name=/runtime.v1.RuntimeService/StartContainer
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.221829834Z" level=info msg="Started container" PID=11194 containerID=dab5ee9dc6842105888b7976a28ef0ee8c63752e36de3b1f0dbe9bf03ba183da description=default/hello-world-app-6778b5fc9f-gt5lx/hello-world-app id=84d7de95-2e73-44da-8685-fd87d48851de name=/runtime.v1.RuntimeService/StartContainer sandboxID=33372cce1f7afe646cc1c7a211c83c1add71ecc905d6a5236f6726a828340d54
Jul 17 00:11:04 addons-957510 crio[1030]: time="2024-07-17 00:11:04.935191783Z" level=info msg="Stopping container: a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed (timeout: 2s)" id=9cf87dc4-3376-464c-b21a-04d9ee26bfb7 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 00:11:06 addons-957510 crio[1030]: time="2024-07-17 00:11:06.941334177Z" level=warning msg="Stopping container a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=9cf87dc4-3376-464c-b21a-04d9ee26bfb7 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 00:11:06 addons-957510 conmon[6444]: conmon a881415601f376a5f674 <ninfo>: container 6456 exited with status 137
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.074226361Z" level=info msg="Stopped container a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed: ingress-nginx/ingress-nginx-controller-768f948f8f-8jqfn/controller" id=9cf87dc4-3376-464c-b21a-04d9ee26bfb7 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.074663978Z" level=info msg="Stopping pod sandbox: 181c29bb34853eabfdfc031e02b406a46f7b3a55a62f98c6e73f735ce49423af" id=f01d3d98-58a2-4e22-9dc2-098a3102aadb name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.077921030Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-WFYFQG5AKUK4KZ7M - [0:0]\n:KUBE-HP-KKU5VT2ZP47Z6UPV - [0:0]\n-X KUBE-HP-WFYFQG5AKUK4KZ7M\n-X KUBE-HP-KKU5VT2ZP47Z6UPV\nCOMMIT\n"
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.079425805Z" level=info msg="Closing host port tcp:80"
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.079466898Z" level=info msg="Closing host port tcp:443"
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.080943944Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.080966994Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.081115837Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-8jqfn Namespace:ingress-nginx ID:181c29bb34853eabfdfc031e02b406a46f7b3a55a62f98c6e73f735ce49423af UID:05cf5423-75de-4998-b8b7-63cc9447eb68 NetNS:/var/run/netns/09fc1724-ca57-44b6-bc2c-76e8662a3c94 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.081237233Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-8jqfn from CNI network \"kindnet\" (type=ptp)"
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.121510584Z" level=info msg="Stopped pod sandbox: 181c29bb34853eabfdfc031e02b406a46f7b3a55a62f98c6e73f735ce49423af" id=f01d3d98-58a2-4e22-9dc2-098a3102aadb name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.388298429Z" level=info msg="Removing container: a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed" id=bec18559-4b28-4b57-863e-387b7dbaef23 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 17 00:11:07 addons-957510 crio[1030]: time="2024-07-17 00:11:07.402361980Z" level=info msg="Removed container a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed: ingress-nginx/ingress-nginx-controller-768f948f8f-8jqfn/controller" id=bec18559-4b28-4b57-863e-387b7dbaef23 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
dab5ee9dc6842 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 7 seconds ago Running hello-world-app 0 33372cce1f7af hello-world-app-6778b5fc9f-gt5lx
603cc2d5f3003 docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 2e57fa18ce3b6 nginx
6dbdb17793c74 ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 2 minutes ago Running headlamp 0 6448fcef75de5 headlamp-7867546754-gqqd4
07383d40a8a7b gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b 4 minutes ago Running gcp-auth 0 dbcf0316840ce gcp-auth-5db96cd9b4-qp6rr
cc99503030cd9 docker.io/marcnuri/yakd@sha256:8ebd1692ed5271719f13b728d9af7acb839aa04821e931c8993d908ad68b69fd 4 minutes ago Running yakd 0 8349a2c01eee4 yakd-dashboard-799879c74f-7m6rj
b4543f1979531 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited patch 0 81904c042f5f5 ingress-nginx-admission-patch-pzr2p
d985f0edcf7e9 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited create 0 0a9e19a37905a ingress-nginx-admission-create-x7qqn
cadab9d57975e registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872 4 minutes ago Running metrics-server 0 32a0eadbc44dd metrics-server-c59844bb4-6hgp6
c393bc759d0e4 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 5 minutes ago Running storage-provisioner 0 14f6496da41e2 storage-provisioner
c567976e9c07b cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4 5 minutes ago Running coredns 0 60ae80776905c coredns-7db6d8ff4d-5wj8z
0ceadb4c6599e docker.io/kindest/kindnetd@sha256:3b93f681916ee780a9941d48cb20622486c08af54f8d87d801412bcca0832115 5 minutes ago Running kindnet-cni 0 6bfd66e9c1ea4 kindnet-t5p77
11425c4b5b25a 53c535741fb446f6b34d720fdc5748db368ef96771111f3892682e6eab8f3772 5 minutes ago Running kube-proxy 0 ea91018cad8a3 kube-proxy-bvcbh
2295ef488b3d8 7820c83aa139453522e9028341d0d4f23ca2721ec80c7a47425446d11157b940 5 minutes ago Running kube-scheduler 0 3548dc8ed9025 kube-scheduler-addons-957510
71595cce63070 e874818b3caac34f68704eb96bf248d0c8116b1262ab549d45d39dd3dd775974 5 minutes ago Running kube-controller-manager 0 89cd5b6944ecb kube-controller-manager-addons-957510
fe7b23d958f97 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899 5 minutes ago Running etcd 0 76b2554bb6499 etcd-addons-957510
81a854553dec6 56ce0fd9fb532bcb552ddbdbe3064189ce823a71693d97ff7a0a7a4ff6bffbbe 5 minutes ago Running kube-apiserver 0 d3468b84e0ee4 kube-apiserver-addons-957510
==> coredns [c567976e9c07b3e1bc4d1780acecb53b74e5b81e47e969c90b3a32dc323ad19a] <==
[INFO] 10.244.0.9:44353 - 45254 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000099001s
[INFO] 10.244.0.9:58287 - 23596 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.004682751s
[INFO] 10.244.0.9:58287 - 34608 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.005348433s
[INFO] 10.244.0.9:41381 - 10914 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005373308s
[INFO] 10.244.0.9:41381 - 7325 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.023407916s
[INFO] 10.244.0.9:45442 - 35194 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006324323s
[INFO] 10.244.0.9:45442 - 20551 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006458581s
[INFO] 10.244.0.9:43865 - 874 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000066375s
[INFO] 10.244.0.9:43865 - 31343 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000091279s
[INFO] 10.244.0.20:51353 - 49497 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000196523s
[INFO] 10.244.0.20:35332 - 13258 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000163174s
[INFO] 10.244.0.20:43550 - 33118 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000107325s
[INFO] 10.244.0.20:38046 - 39500 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000114093s
[INFO] 10.244.0.20:36745 - 45526 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000124052s
[INFO] 10.244.0.20:55234 - 10191 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000170774s
[INFO] 10.244.0.20:52931 - 39191 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.005902509s
[INFO] 10.244.0.20:36858 - 59651 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.007520362s
[INFO] 10.244.0.20:48035 - 24244 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006161377s
[INFO] 10.244.0.20:59410 - 60807 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007408859s
[INFO] 10.244.0.20:53557 - 38929 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005649553s
[INFO] 10.244.0.20:46788 - 4828 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.00775879s
[INFO] 10.244.0.20:44742 - 37096 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000923812s
[INFO] 10.244.0.20:45602 - 45687 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.00110212s
[INFO] 10.244.0.26:55101 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000226076s
[INFO] 10.244.0.26:40134 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000147343s
==> describe nodes <==
Name: addons-957510
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-957510
kubernetes.io/os=linux
minikube.k8s.io/commit=e6910ff1293b7338a320c1c51aaf2fcee1cf8a91
minikube.k8s.io/name=addons-957510
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_17T00_05_26_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-957510
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: Wed, 17 Jul 2024 00:05:22 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-957510
AcquireTime: <unset>
RenewTime: Wed, 17 Jul 2024 00:11:10 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 17 Jul 2024 00:09:00 +0000 Wed, 17 Jul 2024 00:05:21 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 17 Jul 2024 00:09:00 +0000 Wed, 17 Jul 2024 00:05:21 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 17 Jul 2024 00:09:00 +0000 Wed, 17 Jul 2024 00:05:21 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 17 Jul 2024 00:09:00 +0000 Wed, 17 Jul 2024 00:05:59 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-957510
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: 657e3d13bd5d4ac4bc838c3d4cd57cc8
System UUID: a3a08e87-d85e-4f7e-bd87-33ecbd5c47c7
Boot ID: 3bd8d3e2-5698-4d65-8304-5a0a45a28197
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.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-6778b5fc9f-gt5lx 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) 2m34s
gcp-auth gcp-auth-5db96cd9b4-qp6rr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m21s
headlamp headlamp-7867546754-gqqd4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m3s
kube-system coredns-7db6d8ff4d-5wj8z 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 5m32s
kube-system etcd-addons-957510 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m47s
kube-system kindnet-t5p77 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m32s
kube-system kube-apiserver-addons-957510 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m47s
kube-system kube-controller-manager-addons-957510 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m47s
kube-system kube-proxy-bvcbh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m32s
kube-system kube-scheduler-addons-957510 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m47s
kube-system metrics-server-c59844bb4-6hgp6 100m (1%!)(MISSING) 0 (0%!)(MISSING) 200Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m27s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m27s
yakd-dashboard yakd-dashboard-799879c74f-7m6rj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (0%!)(MISSING) 256Mi (0%!)(MISSING) 5m27s
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 5m27s kube-proxy
Normal NodeHasSufficientMemory 5m53s (x8 over 5m53s) kubelet Node addons-957510 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m53s (x8 over 5m53s) kubelet Node addons-957510 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m53s (x8 over 5m53s) kubelet Node addons-957510 status is now: NodeHasSufficientPID
Normal Starting 5m47s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m47s kubelet Node addons-957510 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m47s kubelet Node addons-957510 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m47s kubelet Node addons-957510 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m33s node-controller Node addons-957510 event: Registered Node addons-957510 in Controller
Normal NodeReady 5m13s kubelet Node addons-957510 status is now: NodeReady
==> dmesg <==
[ +0.000702] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000678] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.000675] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.000634] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +0.648033] 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.057399] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.006733] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.015635] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002903] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.015150] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +6.938511] kauditd_printk_skb: 46 callbacks suppressed
[Jul17 00:08] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000014] ll header: 00000000: 8a fc ee 47 6e 6d 3e 3c 72 fa 2b db 08 00
[ +1.007400] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 8a fc ee 47 6e 6d 3e 3c 72 fa 2b db 08 00
[ +2.015849] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 8a fc ee 47 6e 6d 3e 3c 72 fa 2b db 08 00
[ +4.191720] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 8a fc ee 47 6e 6d 3e 3c 72 fa 2b db 08 00
[Jul17 00:09] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 8a fc ee 47 6e 6d 3e 3c 72 fa 2b db 08 00
[ +16.126848] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000028] ll header: 00000000: 8a fc ee 47 6e 6d 3e 3c 72 fa 2b db 08 00
[ +32.509623] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000022] ll header: 00000000: 8a fc ee 47 6e 6d 3e 3c 72 fa 2b db 08 00
==> etcd [fe7b23d958f9737238b5bc12f3b75e4db2dce8717b8eb3808432fda89e2b37ba] <==
{"level":"info","ts":"2024-07-17T00:05:43.738988Z","caller":"traceutil/trace.go:171","msg":"trace[835334306] transaction","detail":"{read_only:false; response_revision:432; number_of_response:1; }","duration":"195.922364ms","start":"2024-07-17T00:05:43.543031Z","end":"2024-07-17T00:05:43.738953Z","steps":["trace[835334306] 'process raft request' (duration: 94.450867ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:43.739505Z","caller":"traceutil/trace.go:171","msg":"trace[237447508] transaction","detail":"{read_only:false; response_revision:431; number_of_response:1; }","duration":"196.683009ms","start":"2024-07-17T00:05:43.542743Z","end":"2024-07-17T00:05:43.739426Z","steps":["trace[237447508] 'process raft request' (duration: 78.807255ms)","trace[237447508] 'compare' (duration: 15.631884ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:05:43.821325Z","caller":"traceutil/trace.go:171","msg":"trace[327262368] transaction","detail":"{read_only:false; response_revision:433; number_of_response:1; }","duration":"277.812357ms","start":"2024-07-17T00:05:43.54318Z","end":"2024-07-17T00:05:43.820992Z","steps":["trace[327262368] 'process raft request' (duration: 94.44477ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:05:43.824141Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"184.34824ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128030573248648663 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/pods/default/cloud-spanner-emulator-6fcd4f6f98-bkp95\" mod_revision:427 > success:<request_put:<key:\"/registry/pods/default/cloud-spanner-emulator-6fcd4f6f98-bkp95\" value_size:2367 >> failure:<request_range:<key:\"/registry/pods/default/cloud-spanner-emulator-6fcd4f6f98-bkp95\" > >>","response":"size:16"}
{"level":"info","ts":"2024-07-17T00:05:43.825057Z","caller":"traceutil/trace.go:171","msg":"trace[1907663100] transaction","detail":"{read_only:false; number_of_response:1; response_revision:434; }","duration":"281.692283ms","start":"2024-07-17T00:05:43.543341Z","end":"2024-07-17T00:05:43.825033Z","steps":["trace[1907663100] 'process raft request' (duration: 94.340421ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:43.831455Z","caller":"traceutil/trace.go:171","msg":"trace[318979519] transaction","detail":"{read_only:false; response_revision:435; number_of_response:1; }","duration":"288.022028ms","start":"2024-07-17T00:05:43.543389Z","end":"2024-07-17T00:05:43.831411Z","steps":["trace[318979519] 'process raft request' (duration: 94.427699ms)","trace[318979519] 'store kv pair into bolt db' {req_type:put; key:/registry/pods/default/cloud-spanner-emulator-6fcd4f6f98-bkp95; req_size:2434; } (duration: 184.089855ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:05:43.84236Z","caller":"traceutil/trace.go:171","msg":"trace[1434870633] transaction","detail":"{read_only:false; response_revision:441; number_of_response:1; }","duration":"103.429161ms","start":"2024-07-17T00:05:43.738914Z","end":"2024-07-17T00:05:43.842343Z","steps":["trace[1434870633] 'process raft request' (duration: 103.40138ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:43.842686Z","caller":"traceutil/trace.go:171","msg":"trace[454952717] transaction","detail":"{read_only:false; response_revision:436; number_of_response:1; }","duration":"299.007266ms","start":"2024-07-17T00:05:43.543661Z","end":"2024-07-17T00:05:43.842668Z","steps":["trace[454952717] 'process raft request' (duration: 281.365191ms)","trace[454952717] 'get key's previous created_revision and leaseID' {req_type:put; key:/registry/deployments/kube-system/coredns; req_size:4078; } (duration: 10.323103ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:05:43.842817Z","caller":"traceutil/trace.go:171","msg":"trace[555935544] transaction","detail":"{read_only:false; response_revision:439; number_of_response:1; }","duration":"119.221251ms","start":"2024-07-17T00:05:43.723587Z","end":"2024-07-17T00:05:43.842809Z","steps":["trace[555935544] 'process raft request' (duration: 118.666651ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:43.842834Z","caller":"traceutil/trace.go:171","msg":"trace[1039293278] linearizableReadLoop","detail":"{readStateIndex:448; appliedIndex:442; }","duration":"299.013709ms","start":"2024-07-17T00:05:43.54379Z","end":"2024-07-17T00:05:43.842804Z","steps":["trace[1039293278] 'read index received' (duration: 77.767144ms)","trace[1039293278] 'applied index is now lower than readState.Index' (duration: 221.245747ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:05:43.842891Z","caller":"traceutil/trace.go:171","msg":"trace[997092808] transaction","detail":"{read_only:false; response_revision:437; number_of_response:1; }","duration":"208.827109ms","start":"2024-07-17T00:05:43.634057Z","end":"2024-07-17T00:05:43.842884Z","steps":["trace[997092808] 'process raft request' (duration: 208.107466ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:43.842968Z","caller":"traceutil/trace.go:171","msg":"trace[774825181] transaction","detail":"{read_only:false; response_revision:440; number_of_response:1; }","duration":"104.562529ms","start":"2024-07-17T00:05:43.73839Z","end":"2024-07-17T00:05:43.842953Z","steps":["trace[774825181] 'process raft request' (duration: 103.898216ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:43.842999Z","caller":"traceutil/trace.go:171","msg":"trace[687420027] transaction","detail":"{read_only:false; response_revision:438; number_of_response:1; }","duration":"208.572081ms","start":"2024-07-17T00:05:43.634421Z","end":"2024-07-17T00:05:43.842993Z","steps":["trace[687420027] 'process raft request' (duration: 207.797377ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:05:43.843099Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"299.296486ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-957510\" ","response":"range_response_count:1 size:5654"}
{"level":"info","ts":"2024-07-17T00:05:43.843116Z","caller":"traceutil/trace.go:171","msg":"trace[696636387] range","detail":"{range_begin:/registry/minions/addons-957510; range_end:; response_count:1; response_revision:441; }","duration":"299.340331ms","start":"2024-07-17T00:05:43.54377Z","end":"2024-07-17T00:05:43.843111Z","steps":["trace[696636387] 'agreement among raft nodes before linearized reading' (duration: 299.29242ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:05:43.934045Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"299.077285ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-17T00:05:43.934103Z","caller":"traceutil/trace.go:171","msg":"trace[1245650603] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:442; }","duration":"299.19366ms","start":"2024-07-17T00:05:43.634897Z","end":"2024-07-17T00:05:43.934091Z","steps":["trace[1245650603] 'agreement among raft nodes before linearized reading' (duration: 299.084082ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:05:43.934348Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"195.541294ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-17T00:05:43.934377Z","caller":"traceutil/trace.go:171","msg":"trace[1544716083] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:442; }","duration":"195.590938ms","start":"2024-07-17T00:05:43.738777Z","end":"2024-07-17T00:05:43.934368Z","steps":["trace[1544716083] 'agreement among raft nodes before linearized reading' (duration: 195.545137ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:05:43.934491Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"196.293363ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-957510\" ","response":"range_response_count:1 size:5654"}
{"level":"info","ts":"2024-07-17T00:05:43.934511Z","caller":"traceutil/trace.go:171","msg":"trace[998651653] range","detail":"{range_begin:/registry/minions/addons-957510; range_end:; response_count:1; response_revision:442; }","duration":"196.341559ms","start":"2024-07-17T00:05:43.738163Z","end":"2024-07-17T00:05:43.934505Z","steps":["trace[998651653] 'agreement among raft nodes before linearized reading' (duration: 196.297152ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:44.125374Z","caller":"traceutil/trace.go:171","msg":"trace[1245597813] transaction","detail":"{read_only:false; response_revision:443; number_of_response:1; }","duration":"204.790646ms","start":"2024-07-17T00:05:43.920562Z","end":"2024-07-17T00:05:44.125352Z","steps":["trace[1245597813] 'process raft request' (duration: 121.692323ms)","trace[1245597813] 'compare' (duration: 82.542472ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:05:44.12553Z","caller":"traceutil/trace.go:171","msg":"trace[1227819910] transaction","detail":"{read_only:false; response_revision:444; number_of_response:1; }","duration":"196.243609ms","start":"2024-07-17T00:05:43.929278Z","end":"2024-07-17T00:05:44.125521Z","steps":["trace[1227819910] 'process raft request' (duration: 195.607359ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:05:44.125736Z","caller":"traceutil/trace.go:171","msg":"trace[2108594412] transaction","detail":"{read_only:false; response_revision:445; number_of_response:1; }","duration":"196.297426ms","start":"2024-07-17T00:05:43.92943Z","end":"2024-07-17T00:05:44.125727Z","steps":["trace[2108594412] 'process raft request' (duration: 195.490113ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:06:38.068874Z","caller":"traceutil/trace.go:171","msg":"trace[1933927538] transaction","detail":"{read_only:false; response_revision:1135; number_of_response:1; }","duration":"111.538215ms","start":"2024-07-17T00:06:37.957314Z","end":"2024-07-17T00:06:38.068853Z","steps":["trace[1933927538] 'process raft request' (duration: 111.358606ms)"],"step_count":1}
==> gcp-auth [07383d40a8a7b73b7ea3ccd6187d01bf085eb24804678e4e29a79f346314be38] <==
2024/07/17 00:06:41 GCP Auth Webhook started!
2024/07/17 00:08:09 Ready to marshal response ...
2024/07/17 00:08:09 Ready to write response ...
2024/07/17 00:08:09 Ready to marshal response ...
2024/07/17 00:08:09 Ready to write response ...
2024/07/17 00:08:09 Ready to marshal response ...
2024/07/17 00:08:09 Ready to write response ...
2024/07/17 00:08:09 Ready to marshal response ...
2024/07/17 00:08:09 Ready to write response ...
2024/07/17 00:08:09 Ready to marshal response ...
2024/07/17 00:08:09 Ready to write response ...
2024/07/17 00:08:18 Ready to marshal response ...
2024/07/17 00:08:18 Ready to write response ...
2024/07/17 00:08:19 Ready to marshal response ...
2024/07/17 00:08:19 Ready to write response ...
2024/07/17 00:08:27 Ready to marshal response ...
2024/07/17 00:08:27 Ready to write response ...
2024/07/17 00:08:36 Ready to marshal response ...
2024/07/17 00:08:36 Ready to write response ...
2024/07/17 00:08:38 Ready to marshal response ...
2024/07/17 00:08:38 Ready to write response ...
2024/07/17 00:08:54 Ready to marshal response ...
2024/07/17 00:08:54 Ready to write response ...
2024/07/17 00:11:02 Ready to marshal response ...
2024/07/17 00:11:02 Ready to write response ...
==> kernel <==
00:11:12 up 53 min, 0 users, load average: 0.38, 0.42, 0.26
Linux addons-957510 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 [0ceadb4c6599efa2a7f73690f742eaafa931cebca7b9f7a6a1782a5b0ab92aa5] <==
I0717 00:09:59.020794 1 main.go:303] handling current node
W0717 00:10:07.889261 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
E0717 00:10:07.889298 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
W0717 00:10:08.997959 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
E0717 00:10:08.997990 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
I0717 00:10:09.021098 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:10:09.021133 1 main.go:303] handling current node
I0717 00:10:19.020919 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:10:19.020969 1 main.go:303] handling current node
I0717 00:10:29.020931 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:10:29.020969 1 main.go:303] handling current node
I0717 00:10:39.021274 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:10:39.021312 1 main.go:303] handling current node
W0717 00:10:44.270299 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
E0717 00:10:44.270335 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
W0717 00:10:44.662899 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
E0717 00:10:44.662935 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
I0717 00:10:49.020839 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:10:49.020881 1 main.go:303] handling current node
I0717 00:10:59.020952 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:10:59.021003 1 main.go:303] handling current node
W0717 00:11:02.753978 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
E0717 00:11:02.754014 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
I0717 00:11:09.021355 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:11:09.021392 1 main.go:303] handling current node
==> kube-apiserver [81a854553dec62157dbe24681409c5854a285fce7a238ab22bb310fe277366ef] <==
I0717 00:08:09.552827 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.107.182.225"}
E0717 00:08:19.690623 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0717 00:08:19.696093 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0717 00:08:19.701484 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0717 00:08:30.115918 1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.27:37296: read: connection reset by peer
I0717 00:08:33.198954 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0717 00:08:34.216294 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
E0717 00:08:34.703200 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0717 00:08:38.675852 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0717 00:08:39.128551 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.224.235"}
I0717 00:08:50.051692 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0717 00:09:10.424727 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:09:10.424789 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:09:10.438908 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:09:10.439035 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:09:10.441821 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:09:10.441857 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:09:10.450806 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:09:10.450848 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:09:10.462314 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:09:10.462349 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0717 00:09:11.442633 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0717 00:09:11.462497 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0717 00:09:11.470528 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0717 00:11:02.250843 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.232.111"}
==> kube-controller-manager [71595cce63070edff1044c4d61fa90a73c33b80b00f3be92329affb66654f3d6] <==
W0717 00:09:46.417017 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
E0717 00:09:46.417054 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
W0717 00:09:47.279541 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
E0717 00:09:47.279581 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
W0717 00:09:57.174777 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
E0717 00:09:57.174819 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
W0717 00:10:11.621855 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
E0717 00:10:11.621888 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
W0717 00:10:24.818137 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
E0717 00:10:24.818171 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
W0717 00:10:42.487085 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
E0717 00:10:42.487124 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
W0717 00:10:45.318037 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
E0717 00:10:45.318076 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
I0717 00:11:02.104489 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="15.642302ms"
I0717 00:11:02.109690 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="5.146039ms"
I0717 00:11:02.109765 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="42.564µs"
I0717 00:11:02.116506 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="40.142µs"
I0717 00:11:03.902275 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0717 00:11:03.921705 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="8.68µs"
I0717 00:11:03.923924 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0717 00:11:04.393998 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="5.796874ms"
I0717 00:11:04.394097 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="59.001µs"
W0717 00:11:07.240912 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
E0717 00:11:07.240945 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
==> kube-proxy [11425c4b5b25ab625cfa1c2db236d73da3c2644e444029f7915eddd4a6e1b57b] <==
I0717 00:05:43.346605 1 server_linux.go:69] "Using iptables proxy"
I0717 00:05:43.921652 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0717 00:05:44.631108 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0717 00:05:44.631234 1 server_linux.go:165] "Using iptables Proxier"
I0717 00:05:44.638126 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0717 00:05:44.638211 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0717 00:05:44.638244 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"
I0717 00:05:44.639060 1 server.go:872] "Version info" version="v1.30.2"
I0717 00:05:44.639159 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0717 00:05:44.640478 1 config.go:192] "Starting service config controller"
I0717 00:05:44.641310 1 config.go:101] "Starting endpoint slice config controller"
I0717 00:05:44.720087 1 shared_informer.go:313] Waiting for caches to sync for service config
I0717 00:05:44.731825 1 shared_informer.go:320] Caches are synced for service config
I0717 00:05:44.731720 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0717 00:05:44.731911 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0717 00:05:44.720145 1 config.go:319] "Starting node config controller"
I0717 00:05:44.732028 1 shared_informer.go:313] Waiting for caches to sync for node config
I0717 00:05:44.732035 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [2295ef488b3d8d545aa4bd8c7cdf0a1faf6fc320ab3de46d91ae21f3bc4d05bd] <==
W0717 00:05:22.739208 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0717 00:05:22.739225 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0717 00:05:22.739267 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0717 00:05:22.739285 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0717 00:05:23.564384 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
E0717 00:05:23.564419 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
W0717 00:05:23.611579 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
E0717 00:05:23.611609 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
W0717 00:05:23.747501 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0717 00:05:23.747545 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0717 00:05:23.758961 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0717 00:05:23.759002 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0717 00:05:23.794976 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0717 00:05:23.795008 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0717 00:05:23.831092 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
E0717 00:05:23.831129 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
W0717 00:05:23.866467 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0717 00:05:23.866498 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0717 00:05:23.936478 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
E0717 00:05:23.936514 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
W0717 00:05:23.939500 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
E0717 00:05:23.939533 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
W0717 00:05:24.015737 1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0717 00:05:24.015780 1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0717 00:05:26.137423 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 17 00:11:02 addons-957510 kubelet[1742]: I0717 00:11:02.108395 1742 memory_manager.go:354] "RemoveStaleState removing state" podUID="60d3a254-9888-4984-999b-4320716ef437" containerName="csi-resizer"
Jul 17 00:11:02 addons-957510 kubelet[1742]: I0717 00:11:02.227783 1742 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-d69hf\" (UniqueName: \"kubernetes.io/projected/edc57626-a087-4b9a-9efe-ad992aafb4fe-kube-api-access-d69hf\") pod \"hello-world-app-6778b5fc9f-gt5lx\" (UID: \"edc57626-a087-4b9a-9efe-ad992aafb4fe\") " pod="default/hello-world-app-6778b5fc9f-gt5lx"
Jul 17 00:11:02 addons-957510 kubelet[1742]: I0717 00:11:02.227942 1742 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/edc57626-a087-4b9a-9efe-ad992aafb4fe-gcp-creds\") pod \"hello-world-app-6778b5fc9f-gt5lx\" (UID: \"edc57626-a087-4b9a-9efe-ad992aafb4fe\") " pod="default/hello-world-app-6778b5fc9f-gt5lx"
Jul 17 00:11:03 addons-957510 kubelet[1742]: I0717 00:11:03.232333 1742 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-k5m5s\" (UniqueName: \"kubernetes.io/projected/5e1c5890-c2f9-4c82-aa6c-8895839fcb19-kube-api-access-k5m5s\") pod \"5e1c5890-c2f9-4c82-aa6c-8895839fcb19\" (UID: \"5e1c5890-c2f9-4c82-aa6c-8895839fcb19\") "
Jul 17 00:11:03 addons-957510 kubelet[1742]: I0717 00:11:03.234226 1742 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/5e1c5890-c2f9-4c82-aa6c-8895839fcb19-kube-api-access-k5m5s" (OuterVolumeSpecName: "kube-api-access-k5m5s") pod "5e1c5890-c2f9-4c82-aa6c-8895839fcb19" (UID: "5e1c5890-c2f9-4c82-aa6c-8895839fcb19"). InnerVolumeSpecName "kube-api-access-k5m5s". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 00:11:03 addons-957510 kubelet[1742]: I0717 00:11:03.333508 1742 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-k5m5s\" (UniqueName: \"kubernetes.io/projected/5e1c5890-c2f9-4c82-aa6c-8895839fcb19-kube-api-access-k5m5s\") on node \"addons-957510\" DevicePath \"\""
Jul 17 00:11:03 addons-957510 kubelet[1742]: I0717 00:11:03.375516 1742 scope.go:117] "RemoveContainer" containerID="13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a"
Jul 17 00:11:03 addons-957510 kubelet[1742]: I0717 00:11:03.390803 1742 scope.go:117] "RemoveContainer" containerID="13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a"
Jul 17 00:11:03 addons-957510 kubelet[1742]: E0717 00:11:03.391209 1742 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a\": container with ID starting with 13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a not found: ID does not exist" containerID="13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a"
Jul 17 00:11:03 addons-957510 kubelet[1742]: I0717 00:11:03.391244 1742 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a"} err="failed to get container status \"13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a\": rpc error: code = NotFound desc = could not find container \"13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a\": container with ID starting with 13ed533e6dd223770dca9a7fffc6afe545477d32ecb36207300d559ea35acb9a not found: ID does not exist"
Jul 17 00:11:04 addons-957510 kubelet[1742]: I0717 00:11:04.388328 1742 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-gt5lx" podStartSLOduration=0.672930016 podStartE2EDuration="2.388307869s" podCreationTimestamp="2024-07-17 00:11:02 +0000 UTC" firstStartedPulling="2024-07-17 00:11:02.451068172 +0000 UTC m=+337.449218358" lastFinishedPulling="2024-07-17 00:11:04.166446031 +0000 UTC m=+339.164596211" observedRunningTime="2024-07-17 00:11:04.388243632 +0000 UTC m=+339.386393828" watchObservedRunningTime="2024-07-17 00:11:04.388307869 +0000 UTC m=+339.386458065"
Jul 17 00:11:05 addons-957510 kubelet[1742]: I0717 00:11:05.075904 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="090a43c6-4407-4947-833f-5dd55a5864b6" path="/var/lib/kubelet/pods/090a43c6-4407-4947-833f-5dd55a5864b6/volumes"
Jul 17 00:11:05 addons-957510 kubelet[1742]: I0717 00:11:05.076387 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="5e1c5890-c2f9-4c82-aa6c-8895839fcb19" path="/var/lib/kubelet/pods/5e1c5890-c2f9-4c82-aa6c-8895839fcb19/volumes"
Jul 17 00:11:05 addons-957510 kubelet[1742]: I0717 00:11:05.076761 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="d0202ebc-2668-47ee-baec-18ca041823e8" path="/var/lib/kubelet/pods/d0202ebc-2668-47ee-baec-18ca041823e8/volumes"
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.257183 1742 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/05cf5423-75de-4998-b8b7-63cc9447eb68-webhook-cert\") pod \"05cf5423-75de-4998-b8b7-63cc9447eb68\" (UID: \"05cf5423-75de-4998-b8b7-63cc9447eb68\") "
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.257235 1742 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-74tvr\" (UniqueName: \"kubernetes.io/projected/05cf5423-75de-4998-b8b7-63cc9447eb68-kube-api-access-74tvr\") pod \"05cf5423-75de-4998-b8b7-63cc9447eb68\" (UID: \"05cf5423-75de-4998-b8b7-63cc9447eb68\") "
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.259065 1742 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/05cf5423-75de-4998-b8b7-63cc9447eb68-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "05cf5423-75de-4998-b8b7-63cc9447eb68" (UID: "05cf5423-75de-4998-b8b7-63cc9447eb68"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.259083 1742 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/05cf5423-75de-4998-b8b7-63cc9447eb68-kube-api-access-74tvr" (OuterVolumeSpecName: "kube-api-access-74tvr") pod "05cf5423-75de-4998-b8b7-63cc9447eb68" (UID: "05cf5423-75de-4998-b8b7-63cc9447eb68"). InnerVolumeSpecName "kube-api-access-74tvr". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.358406 1742 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-74tvr\" (UniqueName: \"kubernetes.io/projected/05cf5423-75de-4998-b8b7-63cc9447eb68-kube-api-access-74tvr\") on node \"addons-957510\" DevicePath \"\""
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.358443 1742 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/05cf5423-75de-4998-b8b7-63cc9447eb68-webhook-cert\") on node \"addons-957510\" DevicePath \"\""
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.387239 1742 scope.go:117] "RemoveContainer" containerID="a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed"
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.402646 1742 scope.go:117] "RemoveContainer" containerID="a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed"
Jul 17 00:11:07 addons-957510 kubelet[1742]: E0717 00:11:07.403040 1742 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed\": container with ID starting with a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed not found: ID does not exist" containerID="a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed"
Jul 17 00:11:07 addons-957510 kubelet[1742]: I0717 00:11:07.403080 1742 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed"} err="failed to get container status \"a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed\": rpc error: code = NotFound desc = could not find container \"a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed\": container with ID starting with a881415601f376a5f67465bfef22e2ddec4aa29f38bf92012788f37f4787b8ed not found: ID does not exist"
Jul 17 00:11:09 addons-957510 kubelet[1742]: I0717 00:11:09.074967 1742 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="05cf5423-75de-4998-b8b7-63cc9447eb68" path="/var/lib/kubelet/pods/05cf5423-75de-4998-b8b7-63cc9447eb68/volumes"
==> storage-provisioner [c393bc759d0e49a66ab4b193930997dd02bc7ce39cd86df897d0f5d1f06f8e65] <==
I0717 00:05:59.936859 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0717 00:05:59.944799 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0717 00:05:59.944849 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0717 00:05:59.951018 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0717 00:05:59.951129 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-957510_89e5a102-4f78-4267-b904-5270b75f732d!
I0717 00:05:59.951130 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"306f74b4-2ed0-42d7-aa75-f318a87d8dcc", APIVersion:"v1", ResourceVersion:"933", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-957510_89e5a102-4f78-4267-b904-5270b75f732d became leader
I0717 00:06:00.051335 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-957510_89e5a102-4f78-4267-b904-5270b75f732d!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-957510 -n addons-957510
helpers_test.go:261: (dbg) Run: kubectl --context addons-957510 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 (154.56s)