=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-358871 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-358871 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-358871 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [e05922af-9774-400d-8a74-53d74e1cfde1] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [e05922af-9774-400d-8a74-53d74e1cfde1] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003817058s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-358871 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-358871 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-358871 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.58.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.58.2: exit status 1 (15.085171622s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.58.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-358871 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-358871 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-358871 addons disable ingress --alsologtostderr -v=1: (7.765391556s)
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-358871
helpers_test.go:235: (dbg) docker inspect addons-358871:
-- stdout --
[
{
"Id": "b3b417bccf591f681093b6b6e2a00b70bb086e850eca6a0bca37423c14fe5255",
"Created": "2024-04-15T10:22:28.173499287Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1939836,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-04-15T10:22:28.479051781Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:10817987ad1ee86c17cf046fad7b717aa124a65d52b77810372d95f8172d121c",
"ResolvConfPath": "/var/lib/docker/containers/b3b417bccf591f681093b6b6e2a00b70bb086e850eca6a0bca37423c14fe5255/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/b3b417bccf591f681093b6b6e2a00b70bb086e850eca6a0bca37423c14fe5255/hostname",
"HostsPath": "/var/lib/docker/containers/b3b417bccf591f681093b6b6e2a00b70bb086e850eca6a0bca37423c14fe5255/hosts",
"LogPath": "/var/lib/docker/containers/b3b417bccf591f681093b6b6e2a00b70bb086e850eca6a0bca37423c14fe5255/b3b417bccf591f681093b6b6e2a00b70bb086e850eca6a0bca37423c14fe5255-json.log",
"Name": "/addons-358871",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-358871:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-358871",
"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/0097d0bca1dc07446c1752b380786c60afddde8496d16da3d5bcc1c78e5672dd-init/diff:/var/lib/docker/overlay2/8cc52ffd2859805ceb5a001295a33cbd9145a25ef8586e8a427de1affc75fab0/diff",
"MergedDir": "/var/lib/docker/overlay2/0097d0bca1dc07446c1752b380786c60afddde8496d16da3d5bcc1c78e5672dd/merged",
"UpperDir": "/var/lib/docker/overlay2/0097d0bca1dc07446c1752b380786c60afddde8496d16da3d5bcc1c78e5672dd/diff",
"WorkDir": "/var/lib/docker/overlay2/0097d0bca1dc07446c1752b380786c60afddde8496d16da3d5bcc1c78e5672dd/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-358871",
"Source": "/var/lib/docker/volumes/addons-358871/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-358871",
"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.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f",
"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-358871",
"name.minikube.sigs.k8s.io": "addons-358871",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "b54a73a6715b9ee831d2235ff389861cc547fc4465b38cb180891c506f542fcf",
"SandboxKey": "/var/run/docker/netns/b54a73a6715b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35344"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35343"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35340"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35342"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35341"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-358871": {
"IPAMConfig": {
"IPv4Address": "192.168.58.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:3a:02",
"NetworkID": "9dad6e22c4a913a9b92dbf58a6e4478f289fd9884df4b2b591d468da23cf1c66",
"EndpointID": "1e2f82d8d4c4ef9aafbe538d3efaee860137fbe6842c81d78f6722f84c5f7a34",
"Gateway": "192.168.58.1",
"IPAddress": "192.168.58.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-358871",
"b3b417bccf59"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-358871 -n addons-358871
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-358871 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-358871 logs -n 25: (1.446648205s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| delete | -p download-only-540170 | download-only-540170 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | 15 Apr 24 10:22 UTC |
| delete | -p download-only-370171 | download-only-370171 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | 15 Apr 24 10:22 UTC |
| delete | -p download-only-483771 | download-only-483771 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | 15 Apr 24 10:22 UTC |
| start | --download-only -p | download-docker-545307 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | |
| | download-docker-545307 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-545307 | download-docker-545307 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | 15 Apr 24 10:22 UTC |
| start | --download-only -p | binary-mirror-207741 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | |
| | binary-mirror-207741 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:38211 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-207741 | binary-mirror-207741 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | 15 Apr 24 10:22 UTC |
| addons | enable dashboard -p | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | |
| | addons-358871 | | | | | |
| addons | disable dashboard -p | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | |
| | addons-358871 | | | | | |
| start | -p addons-358871 --wait=true | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:22 UTC | 15 Apr 24 10:24 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-358871 ip | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:24 UTC | 15 Apr 24 10:24 UTC |
| addons | addons-358871 addons disable | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:24 UTC | 15 Apr 24 10:24 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:24 UTC | 15 Apr 24 10:24 UTC |
| | -p addons-358871 | | | | | |
| ssh | addons-358871 ssh cat | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:25 UTC |
| | /opt/local-path-provisioner/pvc-831ac659-ea41-450b-891c-75be0e55e64c_default_test-pvc/file1 | | | | | |
| addons | addons-358871 addons disable | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:25 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-358871 addons | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:25 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-358871 addons | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:25 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:25 UTC |
| | addons-358871 | | | | | |
| addons | enable headlamp | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:25 UTC |
| | -p addons-358871 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-358871 addons | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:25 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:25 UTC | 15 Apr 24 10:26 UTC |
| | addons-358871 | | | | | |
| ssh | addons-358871 ssh curl -s | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:26 UTC | 15 Apr 24 10:26 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-358871 ip | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:26 UTC | 15 Apr 24 10:26 UTC |
| addons | addons-358871 addons disable | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:26 UTC | 15 Apr 24 10:26 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-358871 addons disable | addons-358871 | jenkins | v1.33.0-beta.0 | 15 Apr 24 10:26 UTC | 15 Apr 24 10:26 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/04/15 10:22:21
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0415 10:22:21.963989 1939380 out.go:291] Setting OutFile to fd 1 ...
I0415 10:22:21.964210 1939380 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0415 10:22:21.964242 1939380 out.go:304] Setting ErrFile to fd 2...
I0415 10:22:21.964263 1939380 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0415 10:22:21.964532 1939380 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18641-1932957/.minikube/bin
I0415 10:22:21.965018 1939380 out.go:298] Setting JSON to false
I0415 10:22:21.966031 1939380 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":50687,"bootTime":1713125855,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1057-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0415 10:22:21.966188 1939380 start.go:139] virtualization:
I0415 10:22:21.968345 1939380 out.go:177] * [addons-358871] minikube v1.33.0-beta.0 on Ubuntu 20.04 (arm64)
I0415 10:22:21.970914 1939380 out.go:177] - MINIKUBE_LOCATION=18641
I0415 10:22:21.972732 1939380 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0415 10:22:21.971045 1939380 notify.go:220] Checking for updates...
I0415 10:22:21.976571 1939380 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18641-1932957/kubeconfig
I0415 10:22:21.978662 1939380 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18641-1932957/.minikube
I0415 10:22:21.980328 1939380 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0415 10:22:21.982112 1939380 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0415 10:22:21.983925 1939380 driver.go:392] Setting default libvirt URI to qemu:///system
I0415 10:22:22.007487 1939380 docker.go:122] docker version: linux-26.0.1:Docker Engine - Community
I0415 10:22:22.007628 1939380 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0415 10:22:22.081905 1939380 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 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:40 OomKillDisable:true NGoroutines:55 SystemTime:2024-04-15 10:22:22.072688367 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1057-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.0.1 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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.13.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0415 10:22:22.082011 1939380 docker.go:295] overlay module found
I0415 10:22:22.084038 1939380 out.go:177] * Using the docker driver based on user configuration
I0415 10:22:22.085452 1939380 start.go:297] selected driver: docker
I0415 10:22:22.085466 1939380 start.go:901] validating driver "docker" against <nil>
I0415 10:22:22.085478 1939380 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0415 10:22:22.086266 1939380 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0415 10:22:22.133356 1939380 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 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:40 OomKillDisable:true NGoroutines:55 SystemTime:2024-04-15 10:22:22.124576069 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1057-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.0.1 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:e377cd56a71523140ca6ae87e30244719194a521 Expected:e377cd56a71523140ca6ae87e30244719194a521} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.13.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.26.1]] Warnings:<nil>}}
I0415 10:22:22.133541 1939380 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0415 10:22:22.133768 1939380 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]
I0415 10:22:22.135523 1939380 out.go:177] * Using Docker driver with root privileges
I0415 10:22:22.137411 1939380 cni.go:84] Creating CNI manager for ""
I0415 10:22:22.137429 1939380 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0415 10:22:22.137438 1939380 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0415 10:22:22.137532 1939380 start.go:340] cluster config:
{Name:addons-358871 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f 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.29.3 ClusterName:addons-358871 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd 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.29.3 ContainerRuntime:containerd 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: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0415 10:22:22.139665 1939380 out.go:177] * Starting "addons-358871" primary control-plane node in "addons-358871" cluster
I0415 10:22:22.141100 1939380 cache.go:121] Beginning downloading kic base image for docker with containerd
I0415 10:22:22.142828 1939380 out.go:177] * Pulling base image v0.0.43-1712854342-18621 ...
I0415 10:22:22.144888 1939380 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0415 10:22:22.144945 1939380 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18641-1932957/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4
I0415 10:22:22.144956 1939380 cache.go:56] Caching tarball of preloaded images
I0415 10:22:22.144965 1939380 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f in local docker daemon
I0415 10:22:22.145041 1939380 preload.go:173] Found /home/jenkins/minikube-integration/18641-1932957/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0415 10:22:22.145052 1939380 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on containerd
I0415 10:22:22.145458 1939380 profile.go:143] Saving config to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/config.json ...
I0415 10:22:22.145491 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/config.json: {Name:mk163398368b23977dadc6bce7f45e72891483eb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:22.158072 1939380 image.go:83] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f in local docker daemon, skipping pull
I0415 10:22:22.158098 1939380 cache.go:144] gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f exists in daemon, skipping load
I0415 10:22:22.158132 1939380 cache.go:194] Successfully downloaded all kic artifacts
I0415 10:22:22.158173 1939380 start.go:360] acquireMachinesLock for addons-358871: {Name:mkb19c0f413f4e2cf9943dd50fc5e8e5b6374817 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0415 10:22:22.158293 1939380 start.go:364] duration metric: took 96.747µs to acquireMachinesLock for "addons-358871"
I0415 10:22:22.158324 1939380 start.go:93] Provisioning new machine with config: &{Name:addons-358871 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f 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.29.3 ClusterName:addons-358871 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd 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.29.3 ContainerRuntime:containerd 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:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0415 10:22:22.158406 1939380 start.go:125] createHost starting for "" (driver="docker")
I0415 10:22:22.160762 1939380 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0415 10:22:22.161017 1939380 start.go:159] libmachine.API.Create for "addons-358871" (driver="docker")
I0415 10:22:22.161053 1939380 client.go:168] LocalClient.Create starting
I0415 10:22:22.161205 1939380 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca.pem
I0415 10:22:22.627816 1939380 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/cert.pem
I0415 10:22:23.241611 1939380 cli_runner.go:164] Run: docker network inspect addons-358871 --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}}]}"
W0415 10:22:23.256926 1939380 cli_runner.go:211] docker network inspect addons-358871 --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
I0415 10:22:23.257014 1939380 network_create.go:281] running [docker network inspect addons-358871] to gather additional debugging logs...
I0415 10:22:23.257036 1939380 cli_runner.go:164] Run: docker network inspect addons-358871
W0415 10:22:23.270608 1939380 cli_runner.go:211] docker network inspect addons-358871 returned with exit code 1
I0415 10:22:23.270642 1939380 network_create.go:284] error running [docker network inspect addons-358871]: docker network inspect addons-358871: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-358871 not found
I0415 10:22:23.270656 1939380 network_create.go:286] output of [docker network inspect addons-358871]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-358871 not found
** /stderr **
I0415 10:22:23.270764 1939380 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}}]}"
I0415 10:22:23.285670 1939380 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{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:br-fa1df681e627 IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:ac:a6:a5:2e} reservation:<nil>}
I0415 10:22:23.286083 1939380 network.go:206] using free private subnet 192.168.58.0/24: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x40024a7f20}
I0415 10:22:23.286108 1939380 network_create.go:124] attempt to create docker network addons-358871 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I0415 10:22:23.286177 1939380 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.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-358871 addons-358871
I0415 10:22:23.361298 1939380 network_create.go:108] docker network addons-358871 192.168.58.0/24 created
I0415 10:22:23.361333 1939380 kic.go:121] calculated static IP "192.168.58.2" for the "addons-358871" container
I0415 10:22:23.361415 1939380 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0415 10:22:23.376123 1939380 cli_runner.go:164] Run: docker volume create addons-358871 --label name.minikube.sigs.k8s.io=addons-358871 --label created_by.minikube.sigs.k8s.io=true
I0415 10:22:23.391775 1939380 oci.go:103] Successfully created a docker volume addons-358871
I0415 10:22:23.391872 1939380 cli_runner.go:164] Run: docker run --rm --name addons-358871-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-358871 --entrypoint /usr/bin/test -v addons-358871:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f -d /var/lib
I0415 10:22:24.012440 1939380 oci.go:107] Successfully prepared a docker volume addons-358871
I0415 10:22:24.012492 1939380 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0415 10:22:24.012513 1939380 kic.go:194] Starting extracting preloaded images to volume ...
I0415 10:22:24.012625 1939380 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18641-1932957/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-358871:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f -I lz4 -xf /preloaded.tar -C /extractDir
I0415 10:22:28.113042 1939380 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18641-1932957/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-358871:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f -I lz4 -xf /preloaded.tar -C /extractDir: (4.100364289s)
I0415 10:22:28.113074 1939380 kic.go:203] duration metric: took 4.100557174s to extract preloaded images to volume ...
W0415 10:22:28.113215 1939380 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0415 10:22:28.113328 1939380 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0415 10:22:28.160356 1939380 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-358871 --name addons-358871 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-358871 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-358871 --network addons-358871 --ip 192.168.58.2 --volume addons-358871:/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.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f
I0415 10:22:28.488047 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Running}}
I0415 10:22:28.520766 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:22:28.543563 1939380 cli_runner.go:164] Run: docker exec addons-358871 stat /var/lib/dpkg/alternatives/iptables
I0415 10:22:28.609468 1939380 oci.go:144] the created container "addons-358871" has a running status.
I0415 10:22:28.609496 1939380 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa...
I0415 10:22:29.170614 1939380 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0415 10:22:29.197395 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:22:29.226773 1939380 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0415 10:22:29.226792 1939380 kic_runner.go:114] Args: [docker exec --privileged addons-358871 chown docker:docker /home/docker/.ssh/authorized_keys]
I0415 10:22:29.282315 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:22:29.301541 1939380 machine.go:94] provisionDockerMachine start ...
I0415 10:22:29.301625 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:29.320296 1939380 main.go:141] libmachine: Using SSH client type: native
I0415 10:22:29.320552 1939380 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 35344 <nil> <nil>}
I0415 10:22:29.320561 1939380 main.go:141] libmachine: About to run SSH command:
hostname
I0415 10:22:29.468522 1939380 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-358871
I0415 10:22:29.468605 1939380 ubuntu.go:169] provisioning hostname "addons-358871"
I0415 10:22:29.468714 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:29.485784 1939380 main.go:141] libmachine: Using SSH client type: native
I0415 10:22:29.486017 1939380 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 35344 <nil> <nil>}
I0415 10:22:29.486029 1939380 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-358871 && echo "addons-358871" | sudo tee /etc/hostname
I0415 10:22:29.638621 1939380 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-358871
I0415 10:22:29.638709 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:29.665945 1939380 main.go:141] libmachine: Using SSH client type: native
I0415 10:22:29.666193 1939380 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e90] 0x3e46f0 <nil> [] 0s} 127.0.0.1 35344 <nil> <nil>}
I0415 10:22:29.666209 1939380 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-358871' /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-358871/g' /etc/hosts;
else
echo '127.0.1.1 addons-358871' | sudo tee -a /etc/hosts;
fi
fi
I0415 10:22:29.796952 1939380 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0415 10:22:29.796978 1939380 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18641-1932957/.minikube CaCertPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18641-1932957/.minikube}
I0415 10:22:29.797012 1939380 ubuntu.go:177] setting up certificates
I0415 10:22:29.797048 1939380 provision.go:84] configureAuth start
I0415 10:22:29.797138 1939380 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-358871
I0415 10:22:29.812694 1939380 provision.go:143] copyHostCerts
I0415 10:22:29.812779 1939380 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18641-1932957/.minikube/key.pem (1675 bytes)
I0415 10:22:29.812904 1939380 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.pem (1078 bytes)
I0415 10:22:29.812969 1939380 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18641-1932957/.minikube/cert.pem (1123 bytes)
I0415 10:22:29.813027 1939380 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18641-1932957/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca-key.pem org=jenkins.addons-358871 san=[127.0.0.1 192.168.58.2 addons-358871 localhost minikube]
I0415 10:22:30.357039 1939380 provision.go:177] copyRemoteCerts
I0415 10:22:30.357145 1939380 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0415 10:22:30.357195 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:30.372444 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:22:30.466971 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0415 10:22:30.491228 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0415 10:22:30.515536 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0415 10:22:30.540627 1939380 provision.go:87] duration metric: took 743.545167ms to configureAuth
I0415 10:22:30.540652 1939380 ubuntu.go:193] setting minikube options for container-runtime
I0415 10:22:30.540839 1939380 config.go:182] Loaded profile config "addons-358871": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0415 10:22:30.540847 1939380 machine.go:97] duration metric: took 1.239289186s to provisionDockerMachine
I0415 10:22:30.540853 1939380 client.go:171] duration metric: took 8.379789856s to LocalClient.Create
I0415 10:22:30.540866 1939380 start.go:167] duration metric: took 8.379850098s to libmachine.API.Create "addons-358871"
I0415 10:22:30.540873 1939380 start.go:293] postStartSetup for "addons-358871" (driver="docker")
I0415 10:22:30.540882 1939380 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]
I0415 10:22:30.540960 1939380 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
I0415 10:22:30.541007 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:30.556341 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:22:30.650800 1939380 ssh_runner.go:195] Run: cat /etc/os-release
I0415 10:22:30.653796 1939380 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0415 10:22:30.653828 1939380 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0415 10:22:30.653840 1939380 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0415 10:22:30.653847 1939380 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0415 10:22:30.653857 1939380 filesync.go:126] Scanning /home/jenkins/minikube-integration/18641-1932957/.minikube/addons for local assets ...
I0415 10:22:30.653919 1939380 filesync.go:126] Scanning /home/jenkins/minikube-integration/18641-1932957/.minikube/files for local assets ...
I0415 10:22:30.653946 1939380 start.go:296] duration metric: took 113.067673ms for postStartSetup
I0415 10:22:30.654255 1939380 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-358871
I0415 10:22:30.669982 1939380 profile.go:143] Saving config to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/config.json ...
I0415 10:22:30.670258 1939380 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0415 10:22:30.670309 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:30.685660 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:22:30.782285 1939380 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0415 10:22:30.787167 1939380 start.go:128] duration metric: took 8.628744112s to createHost
I0415 10:22:30.787191 1939380 start.go:83] releasing machines lock for "addons-358871", held for 8.628883541s
I0415 10:22:30.787307 1939380 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-358871
I0415 10:22:30.801860 1939380 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0415 10:22:30.801900 1939380 ssh_runner.go:195] Run: cat /version.json
I0415 10:22:30.801913 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:30.801940 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:22:30.818536 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:22:30.819188 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:22:31.016371 1939380 ssh_runner.go:195] Run: systemctl --version
I0415 10:22:31.020733 1939380 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0415 10:22:31.024885 1939380 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 "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0415 10:22:31.049193 1939380 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0415 10:22:31.049271 1939380 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" ;
I0415 10:22:31.080385 1939380 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0415 10:22:31.080458 1939380 start.go:494] detecting cgroup driver to use...
I0415 10:22:31.080508 1939380 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0415 10:22:31.080593 1939380 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0415 10:22:31.093347 1939380 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0415 10:22:31.104983 1939380 docker.go:217] disabling cri-docker service (if available) ...
I0415 10:22:31.105100 1939380 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0415 10:22:31.119770 1939380 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0415 10:22:31.135667 1939380 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0415 10:22:31.227873 1939380 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0415 10:22:31.320290 1939380 docker.go:233] disabling docker service ...
I0415 10:22:31.320384 1939380 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0415 10:22:31.341490 1939380 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0415 10:22:31.353401 1939380 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0415 10:22:31.445099 1939380 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0415 10:22:31.528414 1939380 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0415 10:22:31.539656 1939380 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0415 10:22:31.555393 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.9"|' /etc/containerd/config.toml"
I0415 10:22:31.565174 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0415 10:22:31.575128 1939380 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0415 10:22:31.575226 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0415 10:22:31.585140 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0415 10:22:31.594416 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0415 10:22:31.603572 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0415 10:22:31.613211 1939380 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0415 10:22:31.622198 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0415 10:22:31.631951 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0415 10:22:31.641802 1939380 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0415 10:22:31.651647 1939380 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0415 10:22:31.660318 1939380 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0415 10:22:31.668631 1939380 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0415 10:22:31.755420 1939380 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0415 10:22:31.902143 1939380 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0415 10:22:31.902238 1939380 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0415 10:22:31.905857 1939380 start.go:562] Will wait 60s for crictl version
I0415 10:22:31.905922 1939380 ssh_runner.go:195] Run: which crictl
I0415 10:22:31.909356 1939380 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0415 10:22:31.949752 1939380 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.31
RuntimeApiVersion: v1
I0415 10:22:31.949875 1939380 ssh_runner.go:195] Run: containerd --version
I0415 10:22:31.971112 1939380 ssh_runner.go:195] Run: containerd --version
I0415 10:22:31.993940 1939380 out.go:177] * Preparing Kubernetes v1.29.3 on containerd 1.6.31 ...
I0415 10:22:31.996104 1939380 cli_runner.go:164] Run: docker network inspect addons-358871 --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}}]}"
I0415 10:22:32.010317 1939380 ssh_runner.go:195] Run: grep 192.168.58.1 host.minikube.internal$ /etc/hosts
I0415 10:22:32.014124 1939380 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.58.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0415 10:22:32.025339 1939380 kubeadm.go:877] updating cluster {Name:addons-358871 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f 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.29.3 ClusterName:addons-358871 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd 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.58.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd 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 Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0415 10:22:32.025498 1939380 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0415 10:22:32.025563 1939380 ssh_runner.go:195] Run: sudo crictl images --output json
I0415 10:22:32.066157 1939380 containerd.go:627] all images are preloaded for containerd runtime.
I0415 10:22:32.066182 1939380 containerd.go:534] Images already preloaded, skipping extraction
I0415 10:22:32.066246 1939380 ssh_runner.go:195] Run: sudo crictl images --output json
I0415 10:22:32.100655 1939380 containerd.go:627] all images are preloaded for containerd runtime.
I0415 10:22:32.100679 1939380 cache_images.go:84] Images are preloaded, skipping loading
I0415 10:22:32.100688 1939380 kubeadm.go:928] updating node { 192.168.58.2 8443 v1.29.3 containerd true true} ...
I0415 10:22:32.100788 1939380 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.29.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-358871 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.58.2
[Install]
config:
{KubernetesVersion:v1.29.3 ClusterName:addons-358871 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0415 10:22:32.100856 1939380 ssh_runner.go:195] Run: sudo crictl info
I0415 10:22:32.136267 1939380 cni.go:84] Creating CNI manager for ""
I0415 10:22:32.136290 1939380 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0415 10:22:32.136299 1939380 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0415 10:22:32.136321 1939380 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.58.2 APIServerPort:8443 KubernetesVersion:v1.29.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-358871 NodeName:addons-358871 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.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.58.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.58.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0415 10:22:32.136457 1939380 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.58.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
name: "addons-358871"
kubeletExtraArgs:
node-ip: 192.168.58.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.58.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.29.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///run/containerd/containerd.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
I0415 10:22:32.136526 1939380 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
I0415 10:22:32.145409 1939380 binaries.go:44] Found k8s binaries, skipping transfer
I0415 10:22:32.145482 1939380 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0415 10:22:32.154034 1939380 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0415 10:22:32.172147 1939380 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0415 10:22:32.190470 1939380 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0415 10:22:32.207992 1939380 ssh_runner.go:195] Run: grep 192.168.58.2 control-plane.minikube.internal$ /etc/hosts
I0415 10:22:32.211255 1939380 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.58.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0415 10:22:32.221784 1939380 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0415 10:22:32.308908 1939380 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0415 10:22:32.323205 1939380 certs.go:68] Setting up /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871 for IP: 192.168.58.2
I0415 10:22:32.323228 1939380 certs.go:194] generating shared ca certs ...
I0415 10:22:32.323276 1939380 certs.go:226] acquiring lock for ca certs: {Name:mk25087a258f9a4a4a5b30f828f93eb6da4fab05 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:32.324080 1939380 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.key
I0415 10:22:32.591192 1939380 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.crt ...
I0415 10:22:32.591225 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.crt: {Name:mkc74bb7e458d5c25b4bcc9065c22cc3d44abefc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:32.591888 1939380 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.key ...
I0415 10:22:32.591907 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.key: {Name:mk26025ef2fd32727bc457bcb6dc093a62e8609e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:32.592401 1939380 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18641-1932957/.minikube/proxy-client-ca.key
I0415 10:22:32.861721 1939380 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18641-1932957/.minikube/proxy-client-ca.crt ...
I0415 10:22:32.861752 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/proxy-client-ca.crt: {Name:mkf20b0d689c51ffc34a3e500d9fb17000b6254f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:32.862423 1939380 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18641-1932957/.minikube/proxy-client-ca.key ...
I0415 10:22:32.862438 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/proxy-client-ca.key: {Name:mkbb7ae4319f8547f6a18410b82b2369dbf05a33 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:32.863141 1939380 certs.go:256] generating profile certs ...
I0415 10:22:32.863212 1939380 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/client.key
I0415 10:22:32.863228 1939380 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/client.crt with IP's: []
I0415 10:22:33.228798 1939380 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/client.crt ...
I0415 10:22:33.228829 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/client.crt: {Name:mk5c68e90dc8a7b87e904dba7d388b4958857853 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:33.229400 1939380 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/client.key ...
I0415 10:22:33.229416 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/client.key: {Name:mk00ae5880f6cb78017619d5f11872c1105c200e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:33.229505 1939380 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.key.22f8a372
I0415 10:22:33.229524 1939380 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.crt.22f8a372 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.58.2]
I0415 10:22:33.770498 1939380 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.crt.22f8a372 ...
I0415 10:22:33.770529 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.crt.22f8a372: {Name:mk01a4c92d850be5cfc8a80b6ea3cee91fc1cd01 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:33.771373 1939380 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.key.22f8a372 ...
I0415 10:22:33.771388 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.key.22f8a372: {Name:mkc99a3cc15f14bee1feb1ffd7f36bd9d366fb4f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:33.771837 1939380 certs.go:381] copying /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.crt.22f8a372 -> /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.crt
I0415 10:22:33.771928 1939380 certs.go:385] copying /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.key.22f8a372 -> /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.key
I0415 10:22:33.771994 1939380 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.key
I0415 10:22:33.772016 1939380 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.crt with IP's: []
I0415 10:22:34.358405 1939380 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.crt ...
I0415 10:22:34.358437 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.crt: {Name:mk984c5b963f1d10a9e696ba819f26b5ac1d186d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:34.359141 1939380 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.key ...
I0415 10:22:34.359159 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.key: {Name:mk8d94b44a5690256f391fe1bccfed49a9658b84 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:22:34.359371 1939380 certs.go:484] found cert: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca-key.pem (1679 bytes)
I0415 10:22:34.359413 1939380 certs.go:484] found cert: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/ca.pem (1078 bytes)
I0415 10:22:34.359441 1939380 certs.go:484] found cert: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/cert.pem (1123 bytes)
I0415 10:22:34.359468 1939380 certs.go:484] found cert: /home/jenkins/minikube-integration/18641-1932957/.minikube/certs/key.pem (1675 bytes)
I0415 10:22:34.360082 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0415 10:22:34.385538 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0415 10:22:34.410129 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0415 10:22:34.434873 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0415 10:22:34.460383 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0415 10:22:34.485537 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0415 10:22:34.511272 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0415 10:22:34.535135 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/profiles/addons-358871/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0415 10:22:34.559753 1939380 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18641-1932957/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0415 10:22:34.583777 1939380 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (752 bytes)
I0415 10:22:34.601318 1939380 ssh_runner.go:195] Run: openssl version
I0415 10:22:34.606784 1939380 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"
I0415 10:22:34.616306 1939380 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0415 10:22:34.619608 1939380 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr 15 10:22 /usr/share/ca-certificates/minikubeCA.pem
I0415 10:22:34.619666 1939380 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0415 10:22:34.626235 1939380 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"
I0415 10:22:34.635442 1939380 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0415 10:22:34.639108 1939380 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
I0415 10:22:34.639155 1939380 kubeadm.go:391] StartCluster: {Name:addons-358871 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.43-1712854342-18621@sha256:ed83a14d1540ae575c52399493a92b74b64f457445525b45c4b55f3ec4ca873f 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.29.3 ClusterName:addons-358871 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd 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.58.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd 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 Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0415 10:22:34.639239 1939380 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0415 10:22:34.639313 1939380 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0415 10:22:34.675239 1939380 cri.go:89] found id: ""
I0415 10:22:34.675315 1939380 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0415 10:22:34.684288 1939380 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0415 10:22:34.693379 1939380 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0415 10:22:34.693445 1939380 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
I0415 10:22:34.702772 1939380 kubeadm.go:154] 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
I0415 10:22:34.702846 1939380 kubeadm.go:156] found existing configuration files:
I0415 10:22:34.702920 1939380 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0415 10:22:34.711813 1939380 kubeadm.go:162] "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
I0415 10:22:34.711900 1939380 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0415 10:22:34.720313 1939380 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0415 10:22:34.728981 1939380 kubeadm.go:162] "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
I0415 10:22:34.729050 1939380 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0415 10:22:34.737695 1939380 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0415 10:22:34.749624 1939380 kubeadm.go:162] "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
I0415 10:22:34.749689 1939380 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0415 10:22:34.758058 1939380 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0415 10:22:34.767180 1939380 kubeadm.go:162] "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
I0415 10:22:34.767243 1939380 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0415 10:22:34.775777 1939380 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.29.3:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0415 10:22:34.827817 1939380 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
I0415 10:22:34.827882 1939380 kubeadm.go:309] [preflight] Running pre-flight checks
I0415 10:22:34.869613 1939380 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0415 10:22:34.869735 1939380 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1057-aws[0m
I0415 10:22:34.869807 1939380 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0415 10:22:34.869881 1939380 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0415 10:22:34.869953 1939380 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0415 10:22:34.870024 1939380 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0415 10:22:34.870098 1939380 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0415 10:22:34.870175 1939380 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0415 10:22:34.870249 1939380 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0415 10:22:34.870319 1939380 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0415 10:22:34.870392 1939380 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0415 10:22:34.870463 1939380 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0415 10:22:34.943059 1939380 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0415 10:22:34.943256 1939380 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0415 10:22:34.943390 1939380 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0415 10:22:35.195391 1939380 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0415 10:22:35.198888 1939380 out.go:204] - Generating certificates and keys ...
I0415 10:22:35.199100 1939380 kubeadm.go:309] [certs] Using existing ca certificate authority
I0415 10:22:35.199205 1939380 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0415 10:22:35.351703 1939380 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0415 10:22:35.590630 1939380 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0415 10:22:36.313742 1939380 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0415 10:22:36.835188 1939380 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0415 10:22:37.613400 1939380 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0415 10:22:37.613663 1939380 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-358871 localhost] and IPs [192.168.58.2 127.0.0.1 ::1]
I0415 10:22:37.951872 1939380 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0415 10:22:37.952210 1939380 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-358871 localhost] and IPs [192.168.58.2 127.0.0.1 ::1]
I0415 10:22:38.822629 1939380 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0415 10:22:39.876418 1939380 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0415 10:22:40.282845 1939380 kubeadm.go:309] [certs] Generating "sa" key and public key
I0415 10:22:40.283158 1939380 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0415 10:22:40.486593 1939380 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0415 10:22:40.965211 1939380 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0415 10:22:41.317846 1939380 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0415 10:22:42.726654 1939380 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0415 10:22:43.443186 1939380 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0415 10:22:43.443802 1939380 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0415 10:22:43.446685 1939380 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0415 10:22:43.448994 1939380 out.go:204] - Booting up control plane ...
I0415 10:22:43.449095 1939380 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0415 10:22:43.449414 1939380 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0415 10:22:43.451318 1939380 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0415 10:22:43.463052 1939380 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0415 10:22:43.464751 1939380 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0415 10:22:43.464996 1939380 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0415 10:22:43.552077 1939380 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0415 10:22:51.555226 1939380 kubeadm.go:309] [apiclient] All control plane components are healthy after 8.003533 seconds
I0415 10:22:51.577278 1939380 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0415 10:22:51.590768 1939380 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0415 10:22:52.125683 1939380 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0415 10:22:52.125878 1939380 kubeadm.go:309] [mark-control-plane] Marking the node addons-358871 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0415 10:22:52.639912 1939380 kubeadm.go:309] [bootstrap-token] Using token: yemjkj.f235koqemgsps1nw
I0415 10:22:52.641645 1939380 out.go:204] - Configuring RBAC rules ...
I0415 10:22:52.641765 1939380 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0415 10:22:52.651382 1939380 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0415 10:22:52.661564 1939380 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0415 10:22:52.666929 1939380 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0415 10:22:52.671078 1939380 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0415 10:22:52.676570 1939380 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0415 10:22:52.690254 1939380 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0415 10:22:52.919617 1939380 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0415 10:22:53.057911 1939380 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0415 10:22:53.059552 1939380 kubeadm.go:309]
I0415 10:22:53.059627 1939380 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0415 10:22:53.059641 1939380 kubeadm.go:309]
I0415 10:22:53.059716 1939380 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0415 10:22:53.059725 1939380 kubeadm.go:309]
I0415 10:22:53.059749 1939380 kubeadm.go:309] mkdir -p $HOME/.kube
I0415 10:22:53.059897 1939380 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0415 10:22:53.059957 1939380 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0415 10:22:53.059969 1939380 kubeadm.go:309]
I0415 10:22:53.060024 1939380 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0415 10:22:53.060031 1939380 kubeadm.go:309]
I0415 10:22:53.060077 1939380 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0415 10:22:53.060085 1939380 kubeadm.go:309]
I0415 10:22:53.060135 1939380 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0415 10:22:53.060212 1939380 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0415 10:22:53.060280 1939380 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0415 10:22:53.060284 1939380 kubeadm.go:309]
I0415 10:22:53.060457 1939380 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0415 10:22:53.060535 1939380 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0415 10:22:53.060540 1939380 kubeadm.go:309]
I0415 10:22:53.060621 1939380 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token yemjkj.f235koqemgsps1nw \
I0415 10:22:53.060720 1939380 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:edada6549660fa71c09790e29414c96fa6c655214917ae4f0c5ccd4a20e3ef2a \
I0415 10:22:53.060740 1939380 kubeadm.go:309] --control-plane
I0415 10:22:53.060744 1939380 kubeadm.go:309]
I0415 10:22:53.060825 1939380 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0415 10:22:53.060829 1939380 kubeadm.go:309]
I0415 10:22:53.060908 1939380 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token yemjkj.f235koqemgsps1nw \
I0415 10:22:53.061006 1939380 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:edada6549660fa71c09790e29414c96fa6c655214917ae4f0c5ccd4a20e3ef2a
I0415 10:22:53.065808 1939380 kubeadm.go:309] [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-1057-aws\n", err: exit status 1
I0415 10:22:53.065922 1939380 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0415 10:22:53.065938 1939380 cni.go:84] Creating CNI manager for ""
I0415 10:22:53.065946 1939380 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0415 10:22:53.069172 1939380 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0415 10:22:53.070829 1939380 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0415 10:22:53.076154 1939380 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.29.3/kubectl ...
I0415 10:22:53.076178 1939380 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0415 10:22:53.100584 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0415 10:22:53.441730 1939380 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0415 10:22:53.441871 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:53.441959 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-358871 minikube.k8s.io/updated_at=2024_04_15T10_22_53_0700 minikube.k8s.io/version=v1.33.0-beta.0 minikube.k8s.io/commit=9c1d049bb371ec65637a9a4aa595cb21c815e116 minikube.k8s.io/name=addons-358871 minikube.k8s.io/primary=true
I0415 10:22:53.571240 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:53.571310 1939380 ops.go:34] apiserver oom_adj: -16
I0415 10:22:54.072315 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:54.571768 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:55.071759 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:55.571969 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:56.071708 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:56.572082 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:57.071725 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:57.571674 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:58.071868 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:58.572252 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:59.071514 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:22:59.571315 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:00.071894 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:00.571811 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:01.071469 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:01.571318 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:02.071956 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:02.571758 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:03.071720 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:03.572043 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:04.071744 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:04.571874 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:05.072107 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:05.571513 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:06.072137 1939380 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0415 10:23:06.234193 1939380 kubeadm.go:1107] duration metric: took 12.792384998s to wait for elevateKubeSystemPrivileges
W0415 10:23:06.234229 1939380 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0415 10:23:06.234237 1939380 kubeadm.go:393] duration metric: took 31.595086306s to StartCluster
I0415 10:23:06.234254 1939380 settings.go:142] acquiring lock: {Name:mk9b05b47e839247126d50b074ba5ba06b982315 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:23:06.234746 1939380 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18641-1932957/kubeconfig
I0415 10:23:06.235183 1939380 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18641-1932957/kubeconfig: {Name:mkdace0f3c51bdb63833c722892d721c5af5e058 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0415 10:23:06.235749 1939380 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.58.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0415 10:23:06.237801 1939380 out.go:177] * Verifying Kubernetes components...
I0415 10:23:06.235897 1939380 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0415 10:23:06.236075 1939380 config.go:182] Loaded profile config "addons-358871": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0415 10:23:06.236085 1939380 addons.go:502] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
I0415 10:23:06.239587 1939380 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0415 10:23:06.239672 1939380 addons.go:69] Setting cloud-spanner=true in profile "addons-358871"
I0415 10:23:06.239585 1939380 addons.go:69] Setting yakd=true in profile "addons-358871"
I0415 10:23:06.239692 1939380 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-358871"
I0415 10:23:06.239709 1939380 addons.go:234] Setting addon yakd=true in "addons-358871"
I0415 10:23:06.239723 1939380 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-358871"
I0415 10:23:06.239737 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.239747 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.240196 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.239688 1939380 addons.go:234] Setting addon cloud-spanner=true in "addons-358871"
I0415 10:23:06.240218 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.240535 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.240756 1939380 addons.go:69] Setting default-storageclass=true in profile "addons-358871"
I0415 10:23:06.240786 1939380 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-358871"
I0415 10:23:06.241031 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.241192 1939380 addons.go:69] Setting registry=true in profile "addons-358871"
I0415 10:23:06.241220 1939380 addons.go:234] Setting addon registry=true in "addons-358871"
I0415 10:23:06.241247 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.241632 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.244582 1939380 addons.go:69] Setting gcp-auth=true in profile "addons-358871"
I0415 10:23:06.244612 1939380 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-358871"
I0415 10:23:06.244624 1939380 mustload.go:65] Loading cluster: addons-358871
I0415 10:23:06.244634 1939380 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-358871"
I0415 10:23:06.244810 1939380 config.go:182] Loaded profile config "addons-358871": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0415 10:23:06.244906 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.245044 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.252382 1939380 addons.go:69] Setting volumesnapshots=true in profile "addons-358871"
I0415 10:23:06.263023 1939380 addons.go:234] Setting addon volumesnapshots=true in "addons-358871"
I0415 10:23:06.263144 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.263736 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.240197 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.244593 1939380 addons.go:69] Setting storage-provisioner=true in profile "addons-358871"
I0415 10:23:06.288576 1939380 addons.go:234] Setting addon storage-provisioner=true in "addons-358871"
I0415 10:23:06.288648 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.289166 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.253235 1939380 addons.go:69] Setting ingress=true in profile "addons-358871"
I0415 10:23:06.332769 1939380 addons.go:234] Setting addon ingress=true in "addons-358871"
I0415 10:23:06.332851 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.333374 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.253253 1939380 addons.go:69] Setting ingress-dns=true in profile "addons-358871"
I0415 10:23:06.344928 1939380 addons.go:234] Setting addon ingress-dns=true in "addons-358871"
I0415 10:23:06.344983 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.345803 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.253260 1939380 addons.go:69] Setting inspektor-gadget=true in profile "addons-358871"
I0415 10:23:06.355359 1939380 addons.go:234] Setting addon inspektor-gadget=true in "addons-358871"
I0415 10:23:06.355415 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.253276 1939380 addons.go:69] Setting metrics-server=true in profile "addons-358871"
I0415 10:23:06.355562 1939380 addons.go:234] Setting addon metrics-server=true in "addons-358871"
I0415 10:23:06.355582 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.253280 1939380 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-358871"
I0415 10:23:06.355638 1939380 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-358871"
I0415 10:23:06.355655 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.362764 1939380 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0415 10:23:06.370932 1939380 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0415 10:23:06.370954 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0415 10:23:06.371029 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.380311 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0415 10:23:06.361014 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.362453 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.362741 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.384984 1939380 addons.go:234] Setting addon default-storageclass=true in "addons-358871"
I0415 10:23:06.415737 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0415 10:23:06.421515 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0415 10:23:06.428232 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0415 10:23:06.424543 1939380 out.go:177] - Using image docker.io/registry:2.8.3
I0415 10:23:06.424582 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.424754 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.425678 1939380 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-358871"
I0415 10:23:06.439254 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0415 10:23:06.432872 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.439201 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:06.463919 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:06.465297 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0415 10:23:06.471127 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0415 10:23:06.465582 1939380 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0415 10:23:06.481169 1939380 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0415 10:23:06.475983 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0415 10:23:06.493372 1939380 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0415 10:23:06.493383 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0415 10:23:06.493465 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.496568 1939380 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0415 10:23:06.500707 1939380 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0415 10:23:06.500730 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0415 10:23:06.500812 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.496714 1939380 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0415 10:23:06.496729 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0415 10:23:06.512179 1939380 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0415 10:23:06.510555 1939380 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0415 10:23:06.510632 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.516302 1939380 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0415 10:23:06.514674 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0415 10:23:06.514742 1939380 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0415 10:23:06.522445 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0415 10:23:06.522530 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.540341 1939380 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0415 10:23:06.542086 1939380 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0415 10:23:06.545456 1939380 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0415 10:23:06.547230 1939380 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0415 10:23:06.547250 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0415 10:23:06.547329 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.537808 1939380 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0415 10:23:06.554743 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0415 10:23:06.554815 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.537917 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.616652 1939380 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.27.0
I0415 10:23:06.618811 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0415 10:23:06.618841 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0415 10:23:06.618917 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.626929 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.632383 1939380 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0415 10:23:06.638303 1939380 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0415 10:23:06.640251 1939380 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0415 10:23:06.640275 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0415 10:23:06.640343 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.638434 1939380 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0415 10:23:06.640568 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0415 10:23:06.640609 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.699099 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.700561 1939380 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0415 10:23:06.706436 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0415 10:23:06.706520 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.705733 1939380 out.go:177] - Using image docker.io/busybox:stable
I0415 10:23:06.717496 1939380 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0415 10:23:06.715891 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.723162 1939380 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0415 10:23:06.723186 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0415 10:23:06.723250 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:06.739660 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.753355 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.762974 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.768885 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.769270 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.789472 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.792417 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.805283 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.808883 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
W0415 10:23:06.810457 1939380 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0415 10:23:06.810488 1939380 retry.go:31] will retry after 204.061524ms: ssh: handshake failed: EOF
W0415 10:23:06.810549 1939380 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0415 10:23:06.810556 1939380 retry.go:31] will retry after 351.012935ms: ssh: handshake failed: EOF
I0415 10:23:06.823112 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:06.950630 1939380 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.58.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0415 10:23:06.950734 1939380 ssh_runner.go:195] Run: sudo systemctl start kubelet
W0415 10:23:07.015670 1939380 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0415 10:23:07.015749 1939380 retry.go:31] will retry after 538.58487ms: ssh: handshake failed: EOF
I0415 10:23:07.209738 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0415 10:23:07.311325 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0415 10:23:07.360336 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0415 10:23:07.383463 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0415 10:23:07.405783 1939380 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0415 10:23:07.405847 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0415 10:23:07.413555 1939380 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0415 10:23:07.413619 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0415 10:23:07.442578 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0415 10:23:07.442641 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0415 10:23:07.460039 1939380 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0415 10:23:07.460063 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0415 10:23:07.523036 1939380 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0415 10:23:07.523064 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0415 10:23:07.529589 1939380 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0415 10:23:07.529615 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0415 10:23:07.544570 1939380 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0415 10:23:07.544602 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0415 10:23:07.613490 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0415 10:23:07.621392 1939380 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0415 10:23:07.621426 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0415 10:23:07.652445 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0415 10:23:07.653580 1939380 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0415 10:23:07.653611 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0415 10:23:07.666179 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0415 10:23:07.666216 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0415 10:23:07.737260 1939380 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0415 10:23:07.737295 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0415 10:23:07.746418 1939380 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0415 10:23:07.746445 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0415 10:23:07.814800 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0415 10:23:07.853107 1939380 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0415 10:23:07.853152 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0415 10:23:07.893080 1939380 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0415 10:23:07.893134 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0415 10:23:07.950425 1939380 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0415 10:23:07.950465 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0415 10:23:07.960866 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0415 10:23:08.001004 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0415 10:23:08.001034 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0415 10:23:08.049430 1939380 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0415 10:23:08.049457 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0415 10:23:08.080374 1939380 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0415 10:23:08.080402 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0415 10:23:08.098412 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0415 10:23:08.135580 1939380 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0415 10:23:08.135604 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0415 10:23:08.165035 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0415 10:23:08.165062 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0415 10:23:08.294619 1939380 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0415 10:23:08.294652 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0415 10:23:08.332942 1939380 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0415 10:23:08.332976 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0415 10:23:08.368734 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0415 10:23:08.426459 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0415 10:23:08.426487 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0415 10:23:08.503317 1939380 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0415 10:23:08.503346 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0415 10:23:08.506501 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0415 10:23:08.624253 1939380 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0415 10:23:08.624279 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0415 10:23:08.663339 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0415 10:23:08.663368 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0415 10:23:08.765448 1939380 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0415 10:23:08.765474 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0415 10:23:08.826968 1939380 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0415 10:23:08.827001 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0415 10:23:08.994753 1939380 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.04399221s)
I0415 10:23:08.994962 1939380 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.58.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.044309918s)
I0415 10:23:08.994982 1939380 start.go:946] {"host.minikube.internal": 192.168.58.1} host record injected into CoreDNS's ConfigMap
I0415 10:23:08.995848 1939380 node_ready.go:35] waiting up to 6m0s for node "addons-358871" to be "Ready" ...
I0415 10:23:09.001408 1939380 node_ready.go:49] node "addons-358871" has status "Ready":"True"
I0415 10:23:09.001449 1939380 node_ready.go:38] duration metric: took 5.563856ms for node "addons-358871" to be "Ready" ...
I0415 10:23:09.001461 1939380 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" ...
I0415 10:23:09.006353 1939380 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0415 10:23:09.006380 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0415 10:23:09.012889 1939380 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-l8wv6" in "kube-system" namespace to be "Ready" ...
I0415 10:23:09.050885 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0415 10:23:09.333360 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (2.123588065s)
I0415 10:23:09.388049 1939380 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0415 10:23:09.388082 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0415 10:23:09.534792 1939380 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-358871" context rescaled to 1 replicas
I0415 10:23:09.798881 1939380 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0415 10:23:09.798905 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0415 10:23:09.983426 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0415 10:23:10.197468 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (2.886102484s)
I0415 10:23:11.019413 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:13.020569 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:13.446605 1939380 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0415 10:23:13.446716 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:13.472486 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:13.826586 1939380 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0415 10:23:13.919028 1939380 addons.go:234] Setting addon gcp-auth=true in "addons-358871"
I0415 10:23:13.919130 1939380 host.go:66] Checking if "addons-358871" exists ...
I0415 10:23:13.919667 1939380 cli_runner.go:164] Run: docker container inspect addons-358871 --format={{.State.Status}}
I0415 10:23:13.944391 1939380 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0415 10:23:13.944465 1939380 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-358871
I0415 10:23:13.970179 1939380 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35344 SSHKeyPath:/home/jenkins/minikube-integration/18641-1932957/.minikube/machines/addons-358871/id_rsa Username:docker}
I0415 10:23:14.133660 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.773288631s)
I0415 10:23:14.133702 1939380 addons.go:470] Verifying addon ingress=true in "addons-358871"
I0415 10:23:14.135933 1939380 out.go:177] * Verifying ingress addon...
I0415 10:23:14.134041 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.750431895s)
I0415 10:23:14.134088 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.520567972s)
I0415 10:23:14.134174 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.48169218s)
I0415 10:23:14.134197 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.319367394s)
I0415 10:23:14.134263 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (6.17337349s)
I0415 10:23:14.134342 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (6.035894489s)
I0415 10:23:14.134384 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.765620539s)
I0415 10:23:14.134459 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.627927058s)
I0415 10:23:14.134506 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (5.083592522s)
I0415 10:23:14.139045 1939380 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0415 10:23:14.139298 1939380 addons.go:470] Verifying addon registry=true in "addons-358871"
I0415 10:23:14.141501 1939380 out.go:177] * Verifying registry addon...
I0415 10:23:14.139730 1939380 addons.go:470] Verifying addon metrics-server=true in "addons-358871"
W0415 10:23:14.139767 1939380 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0415 10:23:14.143636 1939380 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-358871 service yakd-dashboard -n yakd-dashboard
I0415 10:23:14.143764 1939380 retry.go:31] will retry after 289.310055ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0415 10:23:14.147051 1939380 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0415 10:23:14.159519 1939380 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0415 10:23:14.159549 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0415 10:23:14.174525 1939380 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0415 10:23:14.175326 1939380 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0415 10:23:14.175348 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:14.437601 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0415 10:23:14.645199 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:14.655702 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:15.046798 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:15.147127 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:15.158773 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:15.187904 1939380 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.243483825s)
I0415 10:23:15.190042 1939380 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0415 10:23:15.187985 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.204382808s)
I0415 10:23:15.192033 1939380 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0415 10:23:15.190192 1939380 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-358871"
I0415 10:23:15.195657 1939380 out.go:177] * Verifying csi-hostpath-driver addon...
I0415 10:23:15.194013 1939380 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0415 10:23:15.197495 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0415 10:23:15.198382 1939380 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0415 10:23:15.206605 1939380 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0415 10:23:15.206672 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:15.265266 1939380 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0415 10:23:15.265337 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0415 10:23:15.362031 1939380 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0415 10:23:15.362100 1939380 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0415 10:23:15.442774 1939380 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0415 10:23:15.643838 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:15.651799 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:15.704670 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:16.047108 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.609402339s)
I0415 10:23:16.144107 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:16.152940 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:16.205156 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:16.505277 1939380 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.062417291s)
I0415 10:23:16.509595 1939380 addons.go:470] Verifying addon gcp-auth=true in "addons-358871"
I0415 10:23:16.513030 1939380 out.go:177] * Verifying gcp-auth addon...
I0415 10:23:16.516348 1939380 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0415 10:23:16.529036 1939380 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0415 10:23:16.529106 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:16.643607 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:16.652178 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:16.709658 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:17.020061 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:17.144411 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:17.152364 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:17.205463 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:17.521778 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:17.522682 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:17.644481 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:17.652382 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:17.712432 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:18.022085 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:18.144577 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:18.152188 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:18.207761 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:18.521164 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:18.644056 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:18.653297 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:18.706196 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:19.020581 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:19.143642 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:19.152194 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:19.205462 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:19.523685 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:19.525695 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:19.644845 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:19.653077 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:19.705377 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:20.021695 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:20.143541 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:20.152633 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:20.206943 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:20.521238 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:20.644708 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:20.652889 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:20.705008 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:21.020878 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:21.144355 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:21.152263 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:21.204717 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:21.522666 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:21.644048 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:21.653132 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:21.705080 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:22.026003 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:22.026612 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:22.145558 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:22.153981 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:22.206813 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:22.522289 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:22.643975 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:22.652520 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:22.704793 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:23.022099 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:23.144877 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:23.152399 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:23.204617 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:23.521643 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:23.643770 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:23.652630 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:23.704346 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:24.026317 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:24.143808 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:24.152340 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:24.203997 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:24.522092 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:24.522640 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:24.644771 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:24.652534 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:24.704419 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:25.024438 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:25.144457 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:25.151938 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:25.204203 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:25.522706 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:25.643595 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:25.652111 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:25.703800 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:26.021005 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:26.144412 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:26.153908 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:26.204341 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:26.524182 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:26.643983 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:26.652522 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:26.704121 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:27.021550 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:27.022100 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:27.145307 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:27.151881 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:27.204399 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:27.521502 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:27.643391 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:27.652006 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:27.704223 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:28.021451 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:28.143942 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:28.153148 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:28.203781 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:28.520956 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:28.643375 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:28.651729 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:28.704476 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:29.021919 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:29.143358 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:29.151822 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:29.204757 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:29.520012 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:29.520394 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:29.643806 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:29.652352 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:29.703897 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:30.035830 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:30.144269 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:30.152874 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:30.204953 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:30.520297 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:30.643907 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:30.652121 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:30.704662 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:31.024018 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:31.143691 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:31.152236 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:31.204591 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:31.521740 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:31.522048 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:31.644335 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:31.651864 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:31.706508 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:32.025611 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:32.143611 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:32.152186 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:32.204674 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:32.520186 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:32.644067 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:32.652446 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:32.704396 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:33.023733 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:33.143786 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:33.155575 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:33.204369 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:33.521008 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:33.643752 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:33.652285 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:33.703930 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:34.025985 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:34.027737 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:34.143849 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:34.152202 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:34.203892 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:34.520991 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:34.644494 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:34.652001 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:34.704539 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:35.022793 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:35.148527 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:35.158408 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:35.204320 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:35.519886 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:35.643301 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:35.651767 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:35.704465 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:36.021504 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:36.143484 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:36.152006 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:36.203705 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:36.521063 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:36.522115 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:36.643521 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:36.651841 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:36.704677 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:37.024830 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:37.143881 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:37.152326 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:37.203911 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:37.520519 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:37.644057 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:37.652822 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:37.704817 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:38.026856 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:38.144437 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:38.152482 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:38.204530 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:38.522123 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:38.644549 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:38.652515 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:38.704468 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:39.022078 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:39.024166 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:39.144094 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:39.152403 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:39.207190 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:39.523337 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:39.644733 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:39.652941 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:39.705019 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:40.024221 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:40.144985 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:40.153616 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:40.204879 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:40.522196 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:40.644274 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:40.652655 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:40.703886 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:41.034006 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:41.047479 1939380 pod_ready.go:102] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"False"
I0415 10:23:41.143867 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:41.152555 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:41.204538 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:41.520415 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:41.643422 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:41.652062 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:41.704380 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:42.024495 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:42.148683 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:42.155626 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:42.205554 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:42.521861 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:42.644629 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:42.652391 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:42.705298 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:43.021874 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:43.146057 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:43.153637 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:43.205160 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:43.522560 1939380 pod_ready.go:92] pod "coredns-76f75df574-l8wv6" in "kube-system" namespace has status "Ready":"True"
I0415 10:23:43.522589 1939380 pod_ready.go:81] duration metric: took 34.509654565s for pod "coredns-76f75df574-l8wv6" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.522601 1939380 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-lbs2b" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.525261 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:43.529799 1939380 pod_ready.go:97] error getting pod "coredns-76f75df574-lbs2b" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-lbs2b" not found
I0415 10:23:43.529830 1939380 pod_ready.go:81] duration metric: took 7.221791ms for pod "coredns-76f75df574-lbs2b" in "kube-system" namespace to be "Ready" ...
E0415 10:23:43.529841 1939380 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-76f75df574-lbs2b" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-lbs2b" not found
I0415 10:23:43.529849 1939380 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.546385 1939380 pod_ready.go:92] pod "etcd-addons-358871" in "kube-system" namespace has status "Ready":"True"
I0415 10:23:43.546415 1939380 pod_ready.go:81] duration metric: took 16.559098ms for pod "etcd-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.546431 1939380 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.553743 1939380 pod_ready.go:92] pod "kube-apiserver-addons-358871" in "kube-system" namespace has status "Ready":"True"
I0415 10:23:43.553775 1939380 pod_ready.go:81] duration metric: took 7.329302ms for pod "kube-apiserver-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.553788 1939380 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.560998 1939380 pod_ready.go:92] pod "kube-controller-manager-addons-358871" in "kube-system" namespace has status "Ready":"True"
I0415 10:23:43.561068 1939380 pod_ready.go:81] duration metric: took 7.271703ms for pod "kube-controller-manager-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.561094 1939380 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-c6mw8" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.644133 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:43.652461 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:43.705065 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:43.717720 1939380 pod_ready.go:92] pod "kube-proxy-c6mw8" in "kube-system" namespace has status "Ready":"True"
I0415 10:23:43.717752 1939380 pod_ready.go:81] duration metric: took 156.638592ms for pod "kube-proxy-c6mw8" in "kube-system" namespace to be "Ready" ...
I0415 10:23:43.717764 1939380 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:44.022997 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:44.117387 1939380 pod_ready.go:92] pod "kube-scheduler-addons-358871" in "kube-system" namespace has status "Ready":"True"
I0415 10:23:44.117413 1939380 pod_ready.go:81] duration metric: took 399.641771ms for pod "kube-scheduler-addons-358871" in "kube-system" namespace to be "Ready" ...
I0415 10:23:44.117423 1939380 pod_ready.go:38] duration metric: took 35.11594827s 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" ...
I0415 10:23:44.117439 1939380 api_server.go:52] waiting for apiserver process to appear ...
I0415 10:23:44.117507 1939380 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0415 10:23:44.144015 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:44.145815 1939380 api_server.go:72] duration metric: took 37.9100281s to wait for apiserver process to appear ...
I0415 10:23:44.145849 1939380 api_server.go:88] waiting for apiserver healthz status ...
I0415 10:23:44.145869 1939380 api_server.go:253] Checking apiserver healthz at https://192.168.58.2:8443/healthz ...
I0415 10:23:44.158159 1939380 api_server.go:279] https://192.168.58.2:8443/healthz returned 200:
ok
I0415 10:23:44.158435 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:44.159451 1939380 api_server.go:141] control plane version: v1.29.3
I0415 10:23:44.159477 1939380 api_server.go:131] duration metric: took 13.62136ms to wait for apiserver health ...
I0415 10:23:44.159493 1939380 system_pods.go:43] waiting for kube-system pods to appear ...
I0415 10:23:44.204909 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:44.325487 1939380 system_pods.go:59] 18 kube-system pods found
I0415 10:23:44.325562 1939380 system_pods.go:61] "coredns-76f75df574-l8wv6" [681b9433-1467-448c-a406-76a44fe4c54f] Running
I0415 10:23:44.325589 1939380 system_pods.go:61] "csi-hostpath-attacher-0" [370a7c39-964d-41b5-89e7-a8c69edf40fb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0415 10:23:44.325611 1939380 system_pods.go:61] "csi-hostpath-resizer-0" [d29ea7de-2487-4ef2-ad43-b731c79ca136] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0415 10:23:44.325653 1939380 system_pods.go:61] "csi-hostpathplugin-7hn9l" [8e2cf343-ff55-4a3a-b074-e86969196333] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0415 10:23:44.325673 1939380 system_pods.go:61] "etcd-addons-358871" [05f73440-008a-4f93-ae92-1ea2475f3c13] Running
I0415 10:23:44.325693 1939380 system_pods.go:61] "kindnet-tdwgc" [2cfff147-add6-4a5b-a09e-1775348f0eb5] Running
I0415 10:23:44.325712 1939380 system_pods.go:61] "kube-apiserver-addons-358871" [5270ded6-5856-44c7-94e3-aa10d12c228b] Running
I0415 10:23:44.325744 1939380 system_pods.go:61] "kube-controller-manager-addons-358871" [9e79ac77-e21b-4f31-ae0a-22d24ac2c096] Running
I0415 10:23:44.325767 1939380 system_pods.go:61] "kube-ingress-dns-minikube" [3a0f6a23-efaa-4992-af2d-616f4ba77e69] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0415 10:23:44.325787 1939380 system_pods.go:61] "kube-proxy-c6mw8" [7b31f92d-aff3-4413-b9f9-8a6581765b8a] Running
I0415 10:23:44.325806 1939380 system_pods.go:61] "kube-scheduler-addons-358871" [6ac9059d-8f39-4f55-88dc-728de047f915] Running
I0415 10:23:44.325839 1939380 system_pods.go:61] "metrics-server-75d6c48ddd-t97rt" [10a16467-f002-4d10-b8af-217f6a487169] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0415 10:23:44.325860 1939380 system_pods.go:61] "nvidia-device-plugin-daemonset-rd7jw" [a67be61f-d916-4003-bda9-f40ecdb010c0] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0415 10:23:44.325882 1939380 system_pods.go:61] "registry-bqhc7" [f71d6455-fea6-4271-9376-7c63de22c154] Running
I0415 10:23:44.325915 1939380 system_pods.go:61] "registry-proxy-vjvmf" [ca35d184-48bd-440d-9b72-37a948f68040] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0415 10:23:44.325938 1939380 system_pods.go:61] "snapshot-controller-58dbcc7b99-4kwwc" [33e6deb4-7de0-4c9b-8715-12ac1cc33ea1] Running
I0415 10:23:44.325961 1939380 system_pods.go:61] "snapshot-controller-58dbcc7b99-8c8zv" [f1d284e2-876a-4ba9-b24d-e10923af31e2] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0415 10:23:44.325980 1939380 system_pods.go:61] "storage-provisioner" [dde06ce3-f4af-4902-8676-1607cff53927] Running
I0415 10:23:44.326003 1939380 system_pods.go:74] duration metric: took 166.501221ms to wait for pod list to return data ...
I0415 10:23:44.326039 1939380 default_sa.go:34] waiting for default service account to be created ...
I0415 10:23:44.517052 1939380 default_sa.go:45] found service account: "default"
I0415 10:23:44.517074 1939380 default_sa.go:55] duration metric: took 191.016015ms for default service account to be created ...
I0415 10:23:44.517083 1939380 system_pods.go:116] waiting for k8s-apps to be running ...
I0415 10:23:44.519824 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:44.644813 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:44.652627 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:44.704200 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:44.724471 1939380 system_pods.go:86] 18 kube-system pods found
I0415 10:23:44.724507 1939380 system_pods.go:89] "coredns-76f75df574-l8wv6" [681b9433-1467-448c-a406-76a44fe4c54f] Running
I0415 10:23:44.724517 1939380 system_pods.go:89] "csi-hostpath-attacher-0" [370a7c39-964d-41b5-89e7-a8c69edf40fb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0415 10:23:44.724524 1939380 system_pods.go:89] "csi-hostpath-resizer-0" [d29ea7de-2487-4ef2-ad43-b731c79ca136] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0415 10:23:44.724533 1939380 system_pods.go:89] "csi-hostpathplugin-7hn9l" [8e2cf343-ff55-4a3a-b074-e86969196333] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0415 10:23:44.724544 1939380 system_pods.go:89] "etcd-addons-358871" [05f73440-008a-4f93-ae92-1ea2475f3c13] Running
I0415 10:23:44.724557 1939380 system_pods.go:89] "kindnet-tdwgc" [2cfff147-add6-4a5b-a09e-1775348f0eb5] Running
I0415 10:23:44.724563 1939380 system_pods.go:89] "kube-apiserver-addons-358871" [5270ded6-5856-44c7-94e3-aa10d12c228b] Running
I0415 10:23:44.724568 1939380 system_pods.go:89] "kube-controller-manager-addons-358871" [9e79ac77-e21b-4f31-ae0a-22d24ac2c096] Running
I0415 10:23:44.724577 1939380 system_pods.go:89] "kube-ingress-dns-minikube" [3a0f6a23-efaa-4992-af2d-616f4ba77e69] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0415 10:23:44.724582 1939380 system_pods.go:89] "kube-proxy-c6mw8" [7b31f92d-aff3-4413-b9f9-8a6581765b8a] Running
I0415 10:23:44.724590 1939380 system_pods.go:89] "kube-scheduler-addons-358871" [6ac9059d-8f39-4f55-88dc-728de047f915] Running
I0415 10:23:44.724596 1939380 system_pods.go:89] "metrics-server-75d6c48ddd-t97rt" [10a16467-f002-4d10-b8af-217f6a487169] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0415 10:23:44.724603 1939380 system_pods.go:89] "nvidia-device-plugin-daemonset-rd7jw" [a67be61f-d916-4003-bda9-f40ecdb010c0] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0415 10:23:44.724612 1939380 system_pods.go:89] "registry-bqhc7" [f71d6455-fea6-4271-9376-7c63de22c154] Running
I0415 10:23:44.724618 1939380 system_pods.go:89] "registry-proxy-vjvmf" [ca35d184-48bd-440d-9b72-37a948f68040] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0415 10:23:44.724623 1939380 system_pods.go:89] "snapshot-controller-58dbcc7b99-4kwwc" [33e6deb4-7de0-4c9b-8715-12ac1cc33ea1] Running
I0415 10:23:44.724629 1939380 system_pods.go:89] "snapshot-controller-58dbcc7b99-8c8zv" [f1d284e2-876a-4ba9-b24d-e10923af31e2] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0415 10:23:44.724636 1939380 system_pods.go:89] "storage-provisioner" [dde06ce3-f4af-4902-8676-1607cff53927] Running
I0415 10:23:44.724644 1939380 system_pods.go:126] duration metric: took 207.554878ms to wait for k8s-apps to be running ...
I0415 10:23:44.724655 1939380 system_svc.go:44] waiting for kubelet service to be running ....
I0415 10:23:44.724717 1939380 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0415 10:23:44.741431 1939380 system_svc.go:56] duration metric: took 16.766818ms WaitForService to wait for kubelet
I0415 10:23:44.741500 1939380 kubeadm.go:576] duration metric: took 38.505715213s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0415 10:23:44.741538 1939380 node_conditions.go:102] verifying NodePressure condition ...
I0415 10:23:44.918705 1939380 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0415 10:23:44.918742 1939380 node_conditions.go:123] node cpu capacity is 2
I0415 10:23:44.918755 1939380 node_conditions.go:105] duration metric: took 177.196994ms to run NodePressure ...
I0415 10:23:44.918768 1939380 start.go:240] waiting for startup goroutines ...
I0415 10:23:45.023634 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:45.151130 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:45.156383 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0415 10:23:45.205235 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:45.520759 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:45.644319 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:45.651934 1939380 kapi.go:107] duration metric: took 31.50488122s to wait for kubernetes.io/minikube-addons=registry ...
I0415 10:23:45.705044 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:46.020447 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:46.147002 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:46.204611 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:46.522102 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:46.643582 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:46.704113 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:47.021059 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:47.143579 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:47.203699 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:47.520676 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:47.644074 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:47.704568 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:48.021035 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:48.145010 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:48.204519 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:48.519882 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:48.644228 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:48.704888 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:49.030974 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:49.144443 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:49.204312 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:49.520613 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:49.644395 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:49.709135 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:50.021497 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:50.145094 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:50.205510 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:50.521439 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:50.643782 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:50.704248 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:51.021720 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:51.144352 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:51.205048 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:51.519989 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:51.643755 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:51.704897 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:52.023198 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:52.143771 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:52.204381 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:52.523335 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:52.643876 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:52.704556 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:53.021454 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:53.146899 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:53.205255 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:53.521041 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:53.664497 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:53.704219 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:54.020381 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:54.144030 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:54.206170 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:54.521028 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:54.644322 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:54.703767 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:55.020861 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:55.144208 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:55.204614 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:55.520864 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:55.643292 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:55.704718 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:56.020613 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:56.144041 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:56.207595 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:56.523107 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:56.644517 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:56.704528 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:57.021161 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:57.143867 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:57.208426 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:57.520053 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:57.643644 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:57.704431 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:58.020772 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:58.144514 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:58.205436 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:58.531108 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:58.648909 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:58.705376 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:59.020331 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:59.144856 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:59.204925 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:23:59.520496 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:23:59.644355 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:23:59.704768 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:00.033101 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:00.162866 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:00.211373 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:00.521837 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:00.647730 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:00.708576 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:01.024406 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:01.148182 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:01.227033 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:01.521790 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:01.652391 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:01.704720 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:02.029328 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:02.146950 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:02.211066 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:02.520149 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:02.662816 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:02.737185 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:03.020504 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:03.144905 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:03.205366 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:03.520449 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:03.645746 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:03.705440 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:04.020075 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:04.144668 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:04.214198 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:04.521041 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:04.643890 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:04.727408 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:05.025890 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:05.144180 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:05.205439 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:05.520214 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:05.645691 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:05.709230 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:06.020475 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:06.143915 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:06.204349 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:06.521101 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:06.644097 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:06.709609 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:07.021058 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:07.143556 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:07.203885 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:07.523656 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:07.643683 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:07.704694 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:08.020874 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:08.144972 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:08.204548 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:08.520423 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:08.644061 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:08.706497 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:09.020917 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:09.143816 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:09.204372 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:09.521932 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:09.644383 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:09.704069 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0415 10:24:10.021659 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:10.144792 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:10.204520 1939380 kapi.go:107] duration metric: took 55.006138834s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0415 10:24:10.520669 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:10.643757 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:11.022100 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:11.144147 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:11.520921 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:11.644750 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:12.021305 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:12.144651 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:12.521032 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:12.643535 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:13.020661 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:13.144177 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:13.519866 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:13.644309 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:14.020166 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:14.143660 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:14.520565 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:14.643961 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:15.021533 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:15.144194 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:15.519884 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:15.644693 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:16.020591 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:16.144101 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:16.520073 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:16.644140 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:17.021274 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:17.143731 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:17.520678 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:17.644627 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:18.020661 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:18.144012 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:18.519661 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:18.643591 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:19.020609 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:19.145370 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:19.522655 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:19.644475 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:20.020551 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:20.144401 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:20.520579 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:20.643819 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:21.020657 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:21.144137 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:21.542527 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:21.643661 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:22.021258 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:22.147117 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:22.519699 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:22.644044 1939380 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0415 10:24:23.024026 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:23.144435 1939380 kapi.go:107] duration metric: took 1m9.005387825s to wait for app.kubernetes.io/name=ingress-nginx ...
I0415 10:24:23.520657 1939380 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0415 10:24:24.020746 1939380 kapi.go:107] duration metric: took 1m7.504391964s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0415 10:24:24.022723 1939380 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-358871 cluster.
I0415 10:24:24.024550 1939380 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.
I0415 10:24:24.026283 1939380 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0415 10:24:24.028136 1939380 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, inspektor-gadget, storage-provisioner, nvidia-device-plugin, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0415 10:24:24.029927 1939380 addons.go:505] duration metric: took 1m17.793830793s for enable addons: enabled=[cloud-spanner ingress-dns inspektor-gadget storage-provisioner nvidia-device-plugin metrics-server yakd storage-provisioner-rancher volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0415 10:24:24.029993 1939380 start.go:245] waiting for cluster config update ...
I0415 10:24:24.030054 1939380 start.go:254] writing updated cluster config ...
I0415 10:24:24.030385 1939380 ssh_runner.go:195] Run: rm -f paused
I0415 10:24:24.353611 1939380 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
I0415 10:24:24.355475 1939380 out.go:177] * Done! kubectl is now configured to use "addons-358871" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
ec50e17196eda dd1b12fcb6097 8 seconds ago Exited hello-world-app 2 7470d66f5551d hello-world-app-5d77478584-s6pq2
c0481655eb999 b8c82647e8a25 32 seconds ago Running nginx 0 a6b2eb7a1e452 nginx
6fc336889faa6 29799520898e7 41 seconds ago Running headlamp 0 72d5d43ab5ce4 headlamp-5b77dbd7c4-lrnxb
27622400a3195 6ef582f3ec844 2 minutes ago Running gcp-auth 0 e2a41f949092d gcp-auth-7d69788767-gdgxh
5f8fb235c01ff 1a024e390dd05 2 minutes ago Exited patch 2 ff3a7b3b086d0 ingress-nginx-admission-patch-r2h4r
a49a3fb267d43 20e3f2db01e81 2 minutes ago Running yakd 0 2be879b8bfaa5 yakd-dashboard-9947fc6bf-mf88l
d869e2625337b 1a024e390dd05 2 minutes ago Exited create 0 69e2ba22264d8 ingress-nginx-admission-create-c5c75
dba7601b4637e 2437cf7621777 2 minutes ago Running coredns 0 9f0d8938a8f71 coredns-76f75df574-l8wv6
c291fd5293b19 ba04bb24b9575 3 minutes ago Running storage-provisioner 0 2063ae1c0c333 storage-provisioner
824b8d28b0121 4740c1948d3fc 3 minutes ago Running kindnet-cni 0 62aa92e78743f kindnet-tdwgc
7d9eb52b8e56a 0e9b4a0d1e86d 3 minutes ago Running kube-proxy 0 7317c00f9d32c kube-proxy-c6mw8
d6b4481c80083 2581114f5709d 3 minutes ago Running kube-apiserver 0 811afb295833c kube-apiserver-addons-358871
597a5f24cfb17 014faa467e297 3 minutes ago Running etcd 0 1ccd48def7339 etcd-addons-358871
7d40e087e9b1e 4b51f9f6bc9b9 3 minutes ago Running kube-scheduler 0 5b7117a9b0951 kube-scheduler-addons-358871
7b46ce3f68cae 121d70d9a3805 3 minutes ago Running kube-controller-manager 0 bbe96d2625d91 kube-controller-manager-addons-358871
==> containerd <==
Apr 15 10:26:20 addons-358871 containerd[767]: time="2024-04-15T10:26:20.256261327Z" level=info msg="shim disconnected" id=ec50e17196eda4bf6c474f93355dffca570963567e09c8499df00cee23d15857
Apr 15 10:26:20 addons-358871 containerd[767]: time="2024-04-15T10:26:20.256523733Z" level=warning msg="cleaning up after shim disconnected" id=ec50e17196eda4bf6c474f93355dffca570963567e09c8499df00cee23d15857 namespace=k8s.io
Apr 15 10:26:20 addons-358871 containerd[767]: time="2024-04-15T10:26:20.256627462Z" level=info msg="cleaning up dead shim"
Apr 15 10:26:20 addons-358871 containerd[767]: time="2024-04-15T10:26:20.273681220Z" level=warning msg="cleanup warnings time=\"2024-04-15T10:26:20Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11809 runtime=io.containerd.runc.v2\n"
Apr 15 10:26:20 addons-358871 containerd[767]: time="2024-04-15T10:26:20.452917014Z" level=info msg="RemoveContainer for \"a4bf65a306ad832cfa7ac3f87f6c82e05485c7a5fef830a61d5ac33337fe7d4b\""
Apr 15 10:26:20 addons-358871 containerd[767]: time="2024-04-15T10:26:20.458375509Z" level=info msg="RemoveContainer for \"a4bf65a306ad832cfa7ac3f87f6c82e05485c7a5fef830a61d5ac33337fe7d4b\" returns successfully"
Apr 15 10:26:21 addons-358871 containerd[767]: time="2024-04-15T10:26:21.194116539Z" level=info msg="StopContainer for \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\" with timeout 2 (s)"
Apr 15 10:26:21 addons-358871 containerd[767]: time="2024-04-15T10:26:21.194882861Z" level=info msg="Stop container \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\" with signal terminated"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.201834294Z" level=info msg="Kill container \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\""
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.268859335Z" level=info msg="shim disconnected" id=e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.268909936Z" level=warning msg="cleaning up after shim disconnected" id=e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9 namespace=k8s.io
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.268919692Z" level=info msg="cleaning up dead shim"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.278087769Z" level=warning msg="cleanup warnings time=\"2024-04-15T10:26:23Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11848 runtime=io.containerd.runc.v2\n"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.281413370Z" level=info msg="StopContainer for \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\" returns successfully"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.282017321Z" level=info msg="StopPodSandbox for \"cf9e768a53996ada34dbf62623a41fb8d86c35db1396beaba49de4d43861caf1\""
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.282103392Z" level=info msg="Container to stop \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.312413991Z" level=info msg="shim disconnected" id=cf9e768a53996ada34dbf62623a41fb8d86c35db1396beaba49de4d43861caf1
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.312483267Z" level=warning msg="cleaning up after shim disconnected" id=cf9e768a53996ada34dbf62623a41fb8d86c35db1396beaba49de4d43861caf1 namespace=k8s.io
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.312498996Z" level=info msg="cleaning up dead shim"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.321580477Z" level=warning msg="cleanup warnings time=\"2024-04-15T10:26:23Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11883 runtime=io.containerd.runc.v2\n"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.382116457Z" level=info msg="TearDown network for sandbox \"cf9e768a53996ada34dbf62623a41fb8d86c35db1396beaba49de4d43861caf1\" successfully"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.382165630Z" level=info msg="StopPodSandbox for \"cf9e768a53996ada34dbf62623a41fb8d86c35db1396beaba49de4d43861caf1\" returns successfully"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.458259287Z" level=info msg="RemoveContainer for \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\""
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.467508471Z" level=info msg="RemoveContainer for \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\" returns successfully"
Apr 15 10:26:23 addons-358871 containerd[767]: time="2024-04-15T10:26:23.468240241Z" level=error msg="ContainerStatus for \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\": not found"
==> coredns [dba7601b4637e87a40fbe1d7b90d5b5406e33e9c5cccf129147283e2cd513aa9] <==
[INFO] 10.244.0.19:33292 - 51164 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000400539s
[INFO] 10.244.0.19:55948 - 21443 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002653531s
[INFO] 10.244.0.19:33292 - 18105 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000060406s
[INFO] 10.244.0.19:55948 - 31136 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000149012s
[INFO] 10.244.0.19:33292 - 1377 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001344296s
[INFO] 10.244.0.19:33292 - 14253 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001144387s
[INFO] 10.244.0.19:33292 - 39894 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000080533s
[INFO] 10.244.0.19:52997 - 22567 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000122239s
[INFO] 10.244.0.19:41557 - 25709 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000702699s
[INFO] 10.244.0.19:52997 - 41599 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000087663s
[INFO] 10.244.0.19:41557 - 35115 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000064697s
[INFO] 10.244.0.19:41557 - 14679 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000303547s
[INFO] 10.244.0.19:52997 - 34666 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000122715s
[INFO] 10.244.0.19:41557 - 65044 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000073156s
[INFO] 10.244.0.19:52997 - 7800 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00007565s
[INFO] 10.244.0.19:52997 - 29879 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000070777s
[INFO] 10.244.0.19:52997 - 16308 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000415915s
[INFO] 10.244.0.19:41557 - 60655 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000451698s
[INFO] 10.244.0.19:41557 - 60667 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000180734s
[INFO] 10.244.0.19:52997 - 52973 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002162646s
[INFO] 10.244.0.19:41557 - 13546 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002840918s
[INFO] 10.244.0.19:52997 - 36370 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001388045s
[INFO] 10.244.0.19:52997 - 38731 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000066921s
[INFO] 10.244.0.19:41557 - 7118 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001130939s
[INFO] 10.244.0.19:41557 - 47594 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000049657s
==> describe nodes <==
Name: addons-358871
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-358871
kubernetes.io/os=linux
minikube.k8s.io/commit=9c1d049bb371ec65637a9a4aa595cb21c815e116
minikube.k8s.io/name=addons-358871
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_04_15T10_22_53_0700
minikube.k8s.io/version=v1.33.0-beta.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-358871
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 15 Apr 2024 10:22:49 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-358871
AcquireTime: <unset>
RenewTime: Mon, 15 Apr 2024 10:26:27 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 15 Apr 2024 10:26:27 +0000 Mon, 15 Apr 2024 10:22:46 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 15 Apr 2024 10:26:27 +0000 Mon, 15 Apr 2024 10:22:46 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 15 Apr 2024 10:26:27 +0000 Mon, 15 Apr 2024 10:22:46 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 15 Apr 2024 10:26:27 +0000 Mon, 15 Apr 2024 10:22:53 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.58.2
Hostname: addons-358871
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
System Info:
Machine ID: 44cb304766bd4c9eb8f85f63be56f93e
System UUID: aeedb8a7-079b-44dd-8f8e-f76594114ec4
Boot ID: 1938221d-cc88-4724-8b96-3a02e55cc09b
Kernel Version: 5.15.0-1057-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.31
Kubelet Version: v1.29.3
Kube-Proxy Version: v1.29.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-s6pq2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 25s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 35s
gcp-auth gcp-auth-7d69788767-gdgxh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m12s
headlamp headlamp-5b77dbd7c4-lrnxb 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 46s
kube-system coredns-76f75df574-l8wv6 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m22s
kube-system etcd-addons-358871 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m35s
kube-system kindnet-tdwgc 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 3m23s
kube-system kube-apiserver-addons-358871 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m35s
kube-system kube-controller-manager-addons-358871 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m38s
kube-system kube-proxy-c6mw8 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m23s
kube-system kube-scheduler-addons-358871 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m37s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m19s
yakd-dashboard yakd-dashboard-9947fc6bf-mf88l 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 3m17s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 3m21s kube-proxy
Normal NodeHasSufficientMemory 3m44s (x8 over 3m44s) kubelet Node addons-358871 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m44s (x8 over 3m44s) kubelet Node addons-358871 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m44s (x7 over 3m44s) kubelet Node addons-358871 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 3m44s kubelet Updated Node Allocatable limit across pods
Normal Starting 3m36s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m35s kubelet Node addons-358871 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m35s kubelet Node addons-358871 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m35s kubelet Node addons-358871 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m35s kubelet Node addons-358871 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m35s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m35s kubelet Node addons-358871 status is now: NodeReady
Normal RegisteredNode 3m23s node-controller Node addons-358871 event: Registered Node addons-358871 in Controller
==> dmesg <==
[ +0.001080] FS-Cache: O-key=[8] 'c5445c0100000000'
[ +0.000806] FS-Cache: N-cookie c=00000078 [p=0000006f fl=2 nc=0 na=1]
[ +0.001031] FS-Cache: N-cookie d=000000001d907a84{9p.inode} n=000000003cf5cf86
[ +0.001168] FS-Cache: N-key=[8] 'c5445c0100000000'
[ +0.003112] FS-Cache: Duplicate cookie detected
[ +0.000695] FS-Cache: O-cookie c=00000072 [p=0000006f fl=226 nc=0 na=1]
[ +0.001081] FS-Cache: O-cookie d=000000001d907a84{9p.inode} n=000000007bf4b896
[ +0.001268] FS-Cache: O-key=[8] 'c5445c0100000000'
[ +0.000731] FS-Cache: N-cookie c=00000079 [p=0000006f fl=2 nc=0 na=1]
[ +0.000961] FS-Cache: N-cookie d=000000001d907a84{9p.inode} n=00000000250861f1
[ +0.001067] FS-Cache: N-key=[8] 'c5445c0100000000'
[ +2.929731] FS-Cache: Duplicate cookie detected
[ +0.000749] FS-Cache: O-cookie c=00000070 [p=0000006f fl=226 nc=0 na=1]
[ +0.001045] FS-Cache: O-cookie d=000000001d907a84{9p.inode} n=00000000f4b4a7a6
[ +0.001186] FS-Cache: O-key=[8] 'c4445c0100000000'
[ +0.000747] FS-Cache: N-cookie c=0000007b [p=0000006f fl=2 nc=0 na=1]
[ +0.000960] FS-Cache: N-cookie d=000000001d907a84{9p.inode} n=000000003cf5cf86
[ +0.001067] FS-Cache: N-key=[8] 'c4445c0100000000'
[ +0.322066] FS-Cache: Duplicate cookie detected
[ +0.000818] FS-Cache: O-cookie c=00000075 [p=0000006f fl=226 nc=0 na=1]
[ +0.000972] FS-Cache: O-cookie d=000000001d907a84{9p.inode} n=0000000030731285
[ +0.001102] FS-Cache: O-key=[8] 'ca445c0100000000'
[ +0.000810] FS-Cache: N-cookie c=0000007c [p=0000006f fl=2 nc=0 na=1]
[ +0.000973] FS-Cache: N-cookie d=000000001d907a84{9p.inode} n=0000000048e185e3
[ +0.001148] FS-Cache: N-key=[8] 'ca445c0100000000'
==> etcd [597a5f24cfb17b044773a7cfbfc72e2641b74ebc1db94e7b4b871f084217b4ea] <==
{"level":"info","ts":"2024-04-15T10:22:45.867979Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2024-04-15T10:22:45.885424Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"b2c6679ac05f2cf1 switched to configuration voters=(12882097698489969905)"}
{"level":"info","ts":"2024-04-15T10:22:45.885851Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"3a56e4ca95e2355c","local-member-id":"b2c6679ac05f2cf1","added-peer-id":"b2c6679ac05f2cf1","added-peer-peer-urls":["https://192.168.58.2:2380"]}
{"level":"info","ts":"2024-04-15T10:22:45.886088Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.58.2:2380"}
{"level":"info","ts":"2024-04-15T10:22:45.886202Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.58.2:2380"}
{"level":"info","ts":"2024-04-15T10:22:45.887099Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"b2c6679ac05f2cf1","initial-advertise-peer-urls":["https://192.168.58.2:2380"],"listen-peer-urls":["https://192.168.58.2:2380"],"advertise-client-urls":["https://192.168.58.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.58.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-04-15T10:22:45.888048Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-04-15T10:22:46.414404Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"b2c6679ac05f2cf1 is starting a new election at term 1"}
{"level":"info","ts":"2024-04-15T10:22:46.414621Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"b2c6679ac05f2cf1 became pre-candidate at term 1"}
{"level":"info","ts":"2024-04-15T10:22:46.414727Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"b2c6679ac05f2cf1 received MsgPreVoteResp from b2c6679ac05f2cf1 at term 1"}
{"level":"info","ts":"2024-04-15T10:22:46.414834Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"b2c6679ac05f2cf1 became candidate at term 2"}
{"level":"info","ts":"2024-04-15T10:22:46.414917Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"b2c6679ac05f2cf1 received MsgVoteResp from b2c6679ac05f2cf1 at term 2"}
{"level":"info","ts":"2024-04-15T10:22:46.415015Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"b2c6679ac05f2cf1 became leader at term 2"}
{"level":"info","ts":"2024-04-15T10:22:46.415112Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: b2c6679ac05f2cf1 elected leader b2c6679ac05f2cf1 at term 2"}
{"level":"info","ts":"2024-04-15T10:22:46.417334Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"b2c6679ac05f2cf1","local-member-attributes":"{Name:addons-358871 ClientURLs:[https://192.168.58.2:2379]}","request-path":"/0/members/b2c6679ac05f2cf1/attributes","cluster-id":"3a56e4ca95e2355c","publish-timeout":"7s"}
{"level":"info","ts":"2024-04-15T10:22:46.421133Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-15T10:22:46.421661Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-15T10:22:46.421914Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-04-15T10:22:46.427267Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.58.2:2379"}
{"level":"info","ts":"2024-04-15T10:22:46.427659Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-04-15T10:22:46.428172Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-04-15T10:22:46.42814Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"3a56e4ca95e2355c","local-member-id":"b2c6679ac05f2cf1","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-15T10:22:46.429181Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-04-15T10:22:46.437786Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-04-15T10:22:46.444237Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
==> gcp-auth [27622400a3195a665018840cfb9a46137a993be4cbe13ce1403fd96723bee739] <==
2024/04/15 10:24:23 GCP Auth Webhook started!
2024/04/15 10:24:35 Ready to marshal response ...
2024/04/15 10:24:35 Ready to write response ...
2024/04/15 10:24:45 Ready to marshal response ...
2024/04/15 10:24:45 Ready to write response ...
2024/04/15 10:24:51 Ready to marshal response ...
2024/04/15 10:24:51 Ready to write response ...
2024/04/15 10:24:51 Ready to marshal response ...
2024/04/15 10:24:51 Ready to write response ...
2024/04/15 10:25:00 Ready to marshal response ...
2024/04/15 10:25:00 Ready to write response ...
2024/04/15 10:25:19 Ready to marshal response ...
2024/04/15 10:25:19 Ready to write response ...
2024/04/15 10:25:42 Ready to marshal response ...
2024/04/15 10:25:42 Ready to write response ...
2024/04/15 10:25:42 Ready to marshal response ...
2024/04/15 10:25:42 Ready to write response ...
2024/04/15 10:25:42 Ready to marshal response ...
2024/04/15 10:25:42 Ready to write response ...
2024/04/15 10:25:53 Ready to marshal response ...
2024/04/15 10:25:53 Ready to write response ...
2024/04/15 10:26:03 Ready to marshal response ...
2024/04/15 10:26:03 Ready to write response ...
==> kernel <==
10:26:28 up 14:08, 0 users, load average: 1.02, 2.11, 2.67
Linux addons-358871 5.15.0-1057-aws #63~20.04.1-Ubuntu SMP Mon Mar 25 10:29:14 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [824b8d28b0121fdfc872b995a75a31db6f163e9abbaa1ae37621131df0b740ad] <==
I0415 10:24:27.432504 1 main.go:227] handling current node
I0415 10:24:37.445030 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:24:37.445057 1 main.go:227] handling current node
I0415 10:24:47.457331 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:24:47.457379 1 main.go:227] handling current node
I0415 10:24:57.466473 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:24:57.466499 1 main.go:227] handling current node
I0415 10:25:07.470810 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:25:07.470836 1 main.go:227] handling current node
I0415 10:25:17.477278 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:25:17.477312 1 main.go:227] handling current node
I0415 10:25:27.494506 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:25:27.494738 1 main.go:227] handling current node
I0415 10:25:37.498701 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:25:37.498731 1 main.go:227] handling current node
I0415 10:25:47.508451 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:25:47.508479 1 main.go:227] handling current node
I0415 10:25:57.513151 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:25:57.513181 1 main.go:227] handling current node
I0415 10:26:07.519564 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:26:07.519601 1 main.go:227] handling current node
I0415 10:26:17.528854 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:26:17.528886 1 main.go:227] handling current node
I0415 10:26:27.541385 1 main.go:223] Handling node with IPs: map[192.168.58.2:{}]
I0415 10:26:27.541418 1 main.go:227] handling current node
==> kube-apiserver [d6b4481c80083c7af31920bae80501c39970fa331446816b5d627d4ef3c7d193] <==
E0415 10:25:01.928506 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0415 10:25:01.939486 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0415 10:25:01.950887 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0415 10:25:16.950709 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0415 10:25:35.054274 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0415 10:25:35.054318 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0415 10:25:35.083060 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0415 10:25:35.084141 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0415 10:25:35.101989 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0415 10:25:35.102053 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0415 10:25:35.114544 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0415 10:25:35.114597 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0415 10:25:35.145936 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0415 10:25:35.145983 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0415 10:25:36.102941 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0415 10:25:36.146266 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0415 10:25:36.160746 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0415 10:25:42.912971 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.105.25.150"}
E0415 10:25:44.426276 1 watch.go:253] http2: stream closed
I0415 10:25:53.351537 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0415 10:25:53.670726 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.160.78"}
I0415 10:25:56.778247 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0415 10:25:57.808495 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0415 10:26:03.382006 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.171.62"}
I0415 10:26:03.680139 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
==> kube-controller-manager [7b46ce3f68cae35cc80a1a1b7b8346087b54c38c29b481ebdfa0926aec0509d1] <==
I0415 10:26:05.425601 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="14.831281ms"
I0415 10:26:05.425921 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="63.623µs"
I0415 10:26:05.713780 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I0415 10:26:05.713831 1 shared_informer.go:318] Caches are synced for garbage collector
W0415 10:26:06.184120 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0415 10:26:06.184155 1 reflector.go:147] vendor/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
I0415 10:26:06.436117 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="13.629663ms"
I0415 10:26:06.436180 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="32.475µs"
W0415 10:26:06.582034 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0415 10:26:06.582069 1 reflector.go:147] vendor/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
I0415 10:26:06.910833 1 namespace_controller.go:182] "Namespace has been deleted" namespace="gadget"
I0415 10:26:07.424951 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="48.123µs"
I0415 10:26:08.424714 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="39.483µs"
W0415 10:26:13.733462 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0415 10:26:13.733503 1 reflector.go:147] vendor/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
W0415 10:26:19.192182 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0415 10:26:19.192225 1 reflector.go:147] vendor/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
I0415 10:26:20.131514 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0415 10:26:20.142227 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="7.336µs"
I0415 10:26:20.150876 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
W0415 10:26:20.338894 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0415 10:26:20.338930 1 reflector.go:147] vendor/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
I0415 10:26:20.459757 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="39.491µs"
W0415 10:26:28.038088 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0415 10:26:28.038123 1 reflector.go:147] vendor/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 [7d9eb52b8e56add324cce42ee80dbbc537ef9629c629435a9072d1c9d22a3449] <==
I0415 10:23:07.014429 1 server_others.go:72] "Using iptables proxy"
I0415 10:23:07.052120 1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.58.2"]
I0415 10:23:07.132177 1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0415 10:23:07.132207 1 server_others.go:168] "Using iptables Proxier"
I0415 10:23:07.134425 1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0415 10:23:07.134600 1 server_others.go:529] "Defaulting to no-op detect-local"
I0415 10:23:07.134721 1 proxier.go:245] "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"
I0415 10:23:07.135125 1 server.go:865] "Version info" version="v1.29.3"
I0415 10:23:07.135432 1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0415 10:23:07.136426 1 config.go:188] "Starting service config controller"
I0415 10:23:07.136594 1 shared_informer.go:311] Waiting for caches to sync for service config
I0415 10:23:07.136620 1 config.go:97] "Starting endpoint slice config controller"
I0415 10:23:07.136625 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0415 10:23:07.137231 1 config.go:315] "Starting node config controller"
I0415 10:23:07.137242 1 shared_informer.go:311] Waiting for caches to sync for node config
I0415 10:23:07.238375 1 shared_informer.go:318] Caches are synced for service config
I0415 10:23:07.238443 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0415 10:23:07.238676 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [7d40e087e9b1ea3a02a4f8a61f28930a25f7cfc97c414a89303bf3427aaa6a97] <==
W0415 10:22:49.992204 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0415 10:22:49.992257 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0415 10:22:49.993223 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0415 10:22:49.997259 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0415 10:22:49.997668 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0415 10:22:49.997835 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0415 10:22:49.997976 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0415 10:22:49.998081 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0415 10:22:49.998125 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0415 10:22:49.998321 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0415 10:22:50.798416 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0415 10:22:50.798651 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0415 10:22:50.885510 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0415 10:22:50.886983 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0415 10:22:50.938996 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0415 10:22:50.939213 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0415 10:22:51.040726 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0415 10:22:51.040932 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0415 10:22:51.050536 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0415 10:22:51.050583 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0415 10:22:51.061247 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0415 10:22:51.061478 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0415 10:22:51.250891 1 reflector.go:539] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0415 10:22:51.250930 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0415 10:22:54.367798 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Apr 15 10:26:08 addons-358871 kubelet[1505]: E0415 10:26:08.412713 1505 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-s6pq2_default(9bb9f673-616d-4f54-b741-7a1d619be169)\"" pod="default/hello-world-app-5d77478584-s6pq2" podUID="9bb9f673-616d-4f54-b741-7a1d619be169"
Apr 15 10:26:16 addons-358871 kubelet[1505]: I0415 10:26:16.011877 1505 scope.go:117] "RemoveContainer" containerID="3d121da4b723ba6760fc90aa14a17a927da9f839cb19b64d4cb0e264dec98904"
Apr 15 10:26:16 addons-358871 kubelet[1505]: E0415 10:26:16.012208 1505 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 1m20s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(3a0f6a23-efaa-4992-af2d-616f4ba77e69)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="3a0f6a23-efaa-4992-af2d-616f4ba77e69"
Apr 15 10:26:19 addons-358871 kubelet[1505]: I0415 10:26:19.365153 1505 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-wd6nt\" (UniqueName: \"kubernetes.io/projected/3a0f6a23-efaa-4992-af2d-616f4ba77e69-kube-api-access-wd6nt\") pod \"3a0f6a23-efaa-4992-af2d-616f4ba77e69\" (UID: \"3a0f6a23-efaa-4992-af2d-616f4ba77e69\") "
Apr 15 10:26:19 addons-358871 kubelet[1505]: I0415 10:26:19.367211 1505 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3a0f6a23-efaa-4992-af2d-616f4ba77e69-kube-api-access-wd6nt" (OuterVolumeSpecName: "kube-api-access-wd6nt") pod "3a0f6a23-efaa-4992-af2d-616f4ba77e69" (UID: "3a0f6a23-efaa-4992-af2d-616f4ba77e69"). InnerVolumeSpecName "kube-api-access-wd6nt". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 15 10:26:19 addons-358871 kubelet[1505]: I0415 10:26:19.438691 1505 scope.go:117] "RemoveContainer" containerID="3d121da4b723ba6760fc90aa14a17a927da9f839cb19b64d4cb0e264dec98904"
Apr 15 10:26:19 addons-358871 kubelet[1505]: I0415 10:26:19.466279 1505 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-wd6nt\" (UniqueName: \"kubernetes.io/projected/3a0f6a23-efaa-4992-af2d-616f4ba77e69-kube-api-access-wd6nt\") on node \"addons-358871\" DevicePath \"\""
Apr 15 10:26:20 addons-358871 kubelet[1505]: I0415 10:26:20.011115 1505 scope.go:117] "RemoveContainer" containerID="a4bf65a306ad832cfa7ac3f87f6c82e05485c7a5fef830a61d5ac33337fe7d4b"
Apr 15 10:26:20 addons-358871 kubelet[1505]: I0415 10:26:20.444358 1505 scope.go:117] "RemoveContainer" containerID="a4bf65a306ad832cfa7ac3f87f6c82e05485c7a5fef830a61d5ac33337fe7d4b"
Apr 15 10:26:20 addons-358871 kubelet[1505]: I0415 10:26:20.444775 1505 scope.go:117] "RemoveContainer" containerID="ec50e17196eda4bf6c474f93355dffca570963567e09c8499df00cee23d15857"
Apr 15 10:26:20 addons-358871 kubelet[1505]: E0415 10:26:20.445040 1505 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-s6pq2_default(9bb9f673-616d-4f54-b741-7a1d619be169)\"" pod="default/hello-world-app-5d77478584-s6pq2" podUID="9bb9f673-616d-4f54-b741-7a1d619be169"
Apr 15 10:26:21 addons-358871 kubelet[1505]: I0415 10:26:21.014118 1505 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1d26f24b-4b36-4431-95f6-95ee99262e8a" path="/var/lib/kubelet/pods/1d26f24b-4b36-4431-95f6-95ee99262e8a/volumes"
Apr 15 10:26:21 addons-358871 kubelet[1505]: I0415 10:26:21.014524 1505 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3a0f6a23-efaa-4992-af2d-616f4ba77e69" path="/var/lib/kubelet/pods/3a0f6a23-efaa-4992-af2d-616f4ba77e69/volumes"
Apr 15 10:26:21 addons-358871 kubelet[1505]: I0415 10:26:21.014933 1505 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="6871941f-ea04-4bc9-94c1-83f6a9cf8b61" path="/var/lib/kubelet/pods/6871941f-ea04-4bc9-94c1-83f6a9cf8b61/volumes"
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.454264 1505 scope.go:117] "RemoveContainer" containerID="e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9"
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.467829 1505 scope.go:117] "RemoveContainer" containerID="e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9"
Apr 15 10:26:23 addons-358871 kubelet[1505]: E0415 10:26:23.468419 1505 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\": not found" containerID="e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9"
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.468467 1505 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9"} err="failed to get container status \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\": rpc error: code = NotFound desc = an error occurred when try to find container \"e97bae8dee8e5679978f287e7f33bc31e4cb424d58891cc2c2575de0dc5bc8a9\": not found"
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.502924 1505 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xwx2g\" (UniqueName: \"kubernetes.io/projected/c91c0eab-f586-4d29-abf1-2cb7a0458ee4-kube-api-access-xwx2g\") pod \"c91c0eab-f586-4d29-abf1-2cb7a0458ee4\" (UID: \"c91c0eab-f586-4d29-abf1-2cb7a0458ee4\") "
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.503394 1505 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c91c0eab-f586-4d29-abf1-2cb7a0458ee4-webhook-cert\") pod \"c91c0eab-f586-4d29-abf1-2cb7a0458ee4\" (UID: \"c91c0eab-f586-4d29-abf1-2cb7a0458ee4\") "
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.507404 1505 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c91c0eab-f586-4d29-abf1-2cb7a0458ee4-kube-api-access-xwx2g" (OuterVolumeSpecName: "kube-api-access-xwx2g") pod "c91c0eab-f586-4d29-abf1-2cb7a0458ee4" (UID: "c91c0eab-f586-4d29-abf1-2cb7a0458ee4"). InnerVolumeSpecName "kube-api-access-xwx2g". PluginName "kubernetes.io/projected", VolumeGidValue ""
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.507935 1505 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/c91c0eab-f586-4d29-abf1-2cb7a0458ee4-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "c91c0eab-f586-4d29-abf1-2cb7a0458ee4" (UID: "c91c0eab-f586-4d29-abf1-2cb7a0458ee4"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.604612 1505 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c91c0eab-f586-4d29-abf1-2cb7a0458ee4-webhook-cert\") on node \"addons-358871\" DevicePath \"\""
Apr 15 10:26:23 addons-358871 kubelet[1505]: I0415 10:26:23.604814 1505 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-xwx2g\" (UniqueName: \"kubernetes.io/projected/c91c0eab-f586-4d29-abf1-2cb7a0458ee4-kube-api-access-xwx2g\") on node \"addons-358871\" DevicePath \"\""
Apr 15 10:26:25 addons-358871 kubelet[1505]: I0415 10:26:25.015136 1505 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c91c0eab-f586-4d29-abf1-2cb7a0458ee4" path="/var/lib/kubelet/pods/c91c0eab-f586-4d29-abf1-2cb7a0458ee4/volumes"
==> storage-provisioner [c291fd5293b1944d059e60da7d898cca7b75002fc40fb7d25921dff21458556a] <==
I0415 10:23:10.586544 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0415 10:23:10.597905 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0415 10:23:10.597973 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0415 10:23:10.613604 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0415 10:23:10.615456 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-358871_0999faaf-bcd3-4ae0-99f9-771702ccd8e0!
I0415 10:23:10.630606 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"a5276115-cdef-43bc-9010-0a2255bbecaa", APIVersion:"v1", ResourceVersion:"519", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-358871_0999faaf-bcd3-4ae0-99f9-771702ccd8e0 became leader
I0415 10:23:10.716240 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-358871_0999faaf-bcd3-4ae0-99f9-771702ccd8e0!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-358871 -n addons-358871
helpers_test.go:261: (dbg) Run: kubectl --context addons-358871 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 (36.57s)