=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-794369 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-794369 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-794369 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" [58150a5a-64a1-4d13-a32b-0f0b45476cd0] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [58150a5a-64a1-4d13-a32b-0f0b45476cd0] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.005253746s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-794369 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-794369 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-794369 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.071397537s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-794369 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-794369 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-794369 addons disable ingress --alsologtostderr -v=1: (7.687759397s)
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-794369
helpers_test.go:235: (dbg) docker inspect addons-794369:
-- stdout --
[
{
"Id": "1bd228bd375f96325ebda690eed3753c1d854bd474ac044b7c284b24aedf971d",
"Created": "2024-03-27T17:52:48.773515054Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 440725,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-27T17:52:49.026832758Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f9b5358e8c18dbe49e632154cad75e0968b2e103f621caff2c3ed996f4155861",
"ResolvConfPath": "/var/lib/docker/containers/1bd228bd375f96325ebda690eed3753c1d854bd474ac044b7c284b24aedf971d/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/1bd228bd375f96325ebda690eed3753c1d854bd474ac044b7c284b24aedf971d/hostname",
"HostsPath": "/var/lib/docker/containers/1bd228bd375f96325ebda690eed3753c1d854bd474ac044b7c284b24aedf971d/hosts",
"LogPath": "/var/lib/docker/containers/1bd228bd375f96325ebda690eed3753c1d854bd474ac044b7c284b24aedf971d/1bd228bd375f96325ebda690eed3753c1d854bd474ac044b7c284b24aedf971d-json.log",
"Name": "/addons-794369",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-794369:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-794369",
"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/f55b98ac3d393b8ecacaa65912d34fb457731025b7c1804c686dc5d4f59831b1-init/diff:/var/lib/docker/overlay2/a819a47e75d8ac9bb363c9366b3a8a89ad466a2a89e98becf336a9cae9e2056a/diff",
"MergedDir": "/var/lib/docker/overlay2/f55b98ac3d393b8ecacaa65912d34fb457731025b7c1804c686dc5d4f59831b1/merged",
"UpperDir": "/var/lib/docker/overlay2/f55b98ac3d393b8ecacaa65912d34fb457731025b7c1804c686dc5d4f59831b1/diff",
"WorkDir": "/var/lib/docker/overlay2/f55b98ac3d393b8ecacaa65912d34fb457731025b7c1804c686dc5d4f59831b1/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-794369",
"Source": "/var/lib/docker/volumes/addons-794369/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-794369",
"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:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8",
"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-794369",
"name.minikube.sigs.k8s.io": "addons-794369",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "06eb2ad58805acdd94189c0ccb335a7901d986741e4848e8360e25d00dc1114b",
"SandboxKey": "/var/run/docker/netns/06eb2ad58805",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33167"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33166"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33163"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33165"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33164"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-794369": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "323752f9c95580e7dfb37f9a9a3e4a793f98d312410f1b9bfeedb4c078f6797b",
"EndpointID": "0fb60f94da3e6d8573256c9e44e92e90122017827bfaad3f89272792f32b8230",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-794369",
"1bd228bd375f"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-794369 -n addons-794369
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-794369 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-794369 logs -n 25: (1.132116616s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| delete | -p download-only-878281 | download-only-878281 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | 27 Mar 24 17:52 UTC |
| delete | -p download-only-862992 | download-only-862992 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | 27 Mar 24 17:52 UTC |
| delete | -p download-only-166769 | download-only-166769 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | 27 Mar 24 17:52 UTC |
| start | --download-only -p | download-docker-436724 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | |
| | download-docker-436724 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-436724 | download-docker-436724 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | 27 Mar 24 17:52 UTC |
| start | --download-only -p | binary-mirror-679595 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | |
| | binary-mirror-679595 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36401 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-679595 | binary-mirror-679595 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | 27 Mar 24 17:52 UTC |
| addons | enable dashboard -p | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | |
| | addons-794369 | | | | | |
| addons | disable dashboard -p | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | |
| | addons-794369 | | | | | |
| start | -p addons-794369 --wait=true | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:52 UTC | 27 Mar 24 17:54 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=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-794369 ip | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| addons | addons-794369 addons disable | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | -p addons-794369 | | | | | |
| ssh | addons-794369 ssh cat | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | /opt/local-path-provisioner/pvc-9fc607e3-30a3-4ca8-8f66-cd191af3c4b0_default_test-pvc/file1 | | | | | |
| addons | addons-794369 addons disable | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | addons-794369 | | | | | |
| addons | enable headlamp | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | -p addons-794369 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-794369 addons | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-794369 addons | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-794369 addons | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | addons-794369 | | | | | |
| ssh | addons-794369 ssh curl -s | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-794369 ip | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:55 UTC | 27 Mar 24 17:55 UTC |
| addons | addons-794369 addons disable | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:56 UTC | 27 Mar 24 17:56 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-794369 addons disable | addons-794369 | jenkins | v1.33.0-beta.0 | 27 Mar 24 17:56 UTC | 27 Mar 24 17:56 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/27 17:52:24
Running on machine: ip-172-31-29-130
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0327 17:52:24.858783 440279 out.go:291] Setting OutFile to fd 1 ...
I0327 17:52:24.859016 440279 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0327 17:52:24.859043 440279 out.go:304] Setting ErrFile to fd 2...
I0327 17:52:24.859060 440279 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0327 17:52:24.859337 440279 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18517-434014/.minikube/bin
I0327 17:52:24.859819 440279 out.go:298] Setting JSON to false
I0327 17:52:24.860864 440279 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":5683,"bootTime":1711556262,"procs":223,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1056-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
I0327 17:52:24.860964 440279 start.go:139] virtualization:
I0327 17:52:24.896889 440279 out.go:177] * [addons-794369] minikube v1.33.0-beta.0 on Ubuntu 20.04 (arm64)
I0327 17:52:24.929519 440279 notify.go:220] Checking for updates...
I0327 17:52:24.960287 440279 out.go:177] - MINIKUBE_LOCATION=18517
I0327 17:52:24.992236 440279 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0327 17:52:25.022141 440279 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18517-434014/kubeconfig
I0327 17:52:25.055234 440279 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18517-434014/.minikube
I0327 17:52:25.089759 440279 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0327 17:52:25.121641 440279 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0327 17:52:25.151778 440279 driver.go:392] Setting default libvirt URI to qemu:///system
I0327 17:52:25.171606 440279 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
I0327 17:52:25.171762 440279 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0327 17:52:25.223644 440279 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-03-27 17:52:25.214823177 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215109632 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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.25.0]] Warnings:<nil>}}
I0327 17:52:25.223752 440279 docker.go:295] overlay module found
I0327 17:52:25.249702 440279 out.go:177] * Using the docker driver based on user configuration
I0327 17:52:25.281557 440279 start.go:297] selected driver: docker
I0327 17:52:25.281585 440279 start.go:901] validating driver "docker" against <nil>
I0327 17:52:25.281599 440279 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0327 17:52:25.282245 440279 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0327 17:52:25.333613 440279 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-03-27 17:52:25.323816799 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215109632 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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.25.0]] Warnings:<nil>}}
I0327 17:52:25.333805 440279 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0327 17:52:25.334045 440279 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]
I0327 17:52:25.377277 440279 out.go:177] * Using Docker driver with root privileges
I0327 17:52:25.409660 440279 cni.go:84] Creating CNI manager for ""
I0327 17:52:25.409701 440279 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0327 17:52:25.409709 440279 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0327 17:52:25.409821 440279 start.go:340] cluster config:
{Name:addons-794369 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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-794369 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker 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:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GP
Us: AutoPauseInterval:1m0s}
I0327 17:52:25.441516 440279 out.go:177] * Starting "addons-794369" primary control-plane node in "addons-794369" cluster
I0327 17:52:25.458506 440279 cache.go:121] Beginning downloading kic base image for docker with docker
I0327 17:52:25.489296 440279 out.go:177] * Pulling base image v0.0.43-beta.0 ...
I0327 17:52:25.520544 440279 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime docker
I0327 17:52:25.520547 440279 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
I0327 17:52:25.520631 440279 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18517-434014/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-docker-overlay2-arm64.tar.lz4
I0327 17:52:25.520643 440279 cache.go:56] Caching tarball of preloaded images
I0327 17:52:25.520749 440279 preload.go:173] Found /home/jenkins/minikube-integration/18517-434014/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I0327 17:52:25.520762 440279 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on docker
I0327 17:52:25.521119 440279 profile.go:142] Saving config to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/config.json ...
I0327 17:52:25.521147 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/config.json: {Name:mka866c9beb3a828de0d5079f794416bc7eaba83 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:25.534157 440279 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
I0327 17:52:25.534308 440279 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
I0327 17:52:25.534333 440279 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory, skipping pull
I0327 17:52:25.534338 440279 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 exists in cache, skipping pull
I0327 17:52:25.534348 440279 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
I0327 17:52:25.534357 440279 cache.go:162] Loading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from local cache
I0327 17:52:41.950694 440279 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from cached tarball
I0327 17:52:41.950737 440279 cache.go:194] Successfully downloaded all kic artifacts
I0327 17:52:41.950768 440279 start.go:360] acquireMachinesLock for addons-794369: {Name:mk6669d2c8b2c7645c10a82c41d7cd3cdc451908 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0327 17:52:41.951386 440279 start.go:364] duration metric: took 593.354µs to acquireMachinesLock for "addons-794369"
I0327 17:52:41.951423 440279 start.go:93] Provisioning new machine with config: &{Name:addons-794369 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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-794369 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServer
Names:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker 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:docker 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 CustomQemuFirmwarePat
h: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I0327 17:52:41.951508 440279 start.go:125] createHost starting for "" (driver="docker")
I0327 17:52:41.954356 440279 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0327 17:52:41.954603 440279 start.go:159] libmachine.API.Create for "addons-794369" (driver="docker")
I0327 17:52:41.954641 440279 client.go:168] LocalClient.Create starting
I0327 17:52:41.954762 440279 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca.pem
I0327 17:52:42.207702 440279 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/cert.pem
I0327 17:52:42.752159 440279 cli_runner.go:164] Run: docker network inspect addons-794369 --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}}]}"
W0327 17:52:42.765966 440279 cli_runner.go:211] docker network inspect addons-794369 --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
I0327 17:52:42.766045 440279 network_create.go:281] running [docker network inspect addons-794369] to gather additional debugging logs...
I0327 17:52:42.766068 440279 cli_runner.go:164] Run: docker network inspect addons-794369
W0327 17:52:42.779999 440279 cli_runner.go:211] docker network inspect addons-794369 returned with exit code 1
I0327 17:52:42.780046 440279 network_create.go:284] error running [docker network inspect addons-794369]: docker network inspect addons-794369: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-794369 not found
I0327 17:52:42.780063 440279 network_create.go:286] output of [docker network inspect addons-794369]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-794369 not found
** /stderr **
I0327 17:52:42.780171 440279 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}}]}"
I0327 17:52:42.793331 440279 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x40026c3ea0}
I0327 17:52:42.793378 440279 network_create.go:124] attempt to create docker network addons-794369 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0327 17:52:42.793445 440279 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-794369 addons-794369
I0327 17:52:42.857654 440279 network_create.go:108] docker network addons-794369 192.168.49.0/24 created
I0327 17:52:42.857689 440279 kic.go:121] calculated static IP "192.168.49.2" for the "addons-794369" container
I0327 17:52:42.857773 440279 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0327 17:52:42.871268 440279 cli_runner.go:164] Run: docker volume create addons-794369 --label name.minikube.sigs.k8s.io=addons-794369 --label created_by.minikube.sigs.k8s.io=true
I0327 17:52:42.885582 440279 oci.go:103] Successfully created a docker volume addons-794369
I0327 17:52:42.885687 440279 cli_runner.go:164] Run: docker run --rm --name addons-794369-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-794369 --entrypoint /usr/bin/test -v addons-794369:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib
I0327 17:52:44.815247 440279 cli_runner.go:217] Completed: docker run --rm --name addons-794369-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-794369 --entrypoint /usr/bin/test -v addons-794369:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib: (1.92951962s)
I0327 17:52:44.815279 440279 oci.go:107] Successfully prepared a docker volume addons-794369
I0327 17:52:44.815316 440279 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime docker
I0327 17:52:44.815336 440279 kic.go:194] Starting extracting preloaded images to volume ...
I0327 17:52:44.815407 440279 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18517-434014/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-794369:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir
I0327 17:52:48.708203 440279 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18517-434014/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-794369:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir: (3.892747811s)
I0327 17:52:48.708237 440279 kic.go:203] duration metric: took 3.892897886s to extract preloaded images to volume ...
W0327 17:52:48.708411 440279 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0327 17:52:48.708545 440279 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0327 17:52:48.759978 440279 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-794369 --name addons-794369 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-794369 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-794369 --network addons-794369 --ip 192.168.49.2 --volume addons-794369:/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:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8
I0327 17:52:49.035341 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Running}}
I0327 17:52:49.053909 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:52:49.076695 440279 cli_runner.go:164] Run: docker exec addons-794369 stat /var/lib/dpkg/alternatives/iptables
I0327 17:52:49.138200 440279 oci.go:144] the created container "addons-794369" has a running status.
I0327 17:52:49.138227 440279 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa...
I0327 17:52:49.446677 440279 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0327 17:52:49.467614 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:52:49.492239 440279 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0327 17:52:49.492270 440279 kic_runner.go:114] Args: [docker exec --privileged addons-794369 chown docker:docker /home/docker/.ssh/authorized_keys]
I0327 17:52:49.568996 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:52:49.589314 440279 machine.go:94] provisionDockerMachine start ...
I0327 17:52:49.589432 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:49.609966 440279 main.go:141] libmachine: Using SSH client type: native
I0327 17:52:49.610290 440279 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0327 17:52:49.610306 440279 main.go:141] libmachine: About to run SSH command:
hostname
I0327 17:52:49.757419 440279 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-794369
I0327 17:52:49.757442 440279 ubuntu.go:169] provisioning hostname "addons-794369"
I0327 17:52:49.757524 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:49.778845 440279 main.go:141] libmachine: Using SSH client type: native
I0327 17:52:49.779103 440279 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0327 17:52:49.779115 440279 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-794369 && echo "addons-794369" | sudo tee /etc/hostname
I0327 17:52:49.941829 440279 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-794369
I0327 17:52:49.941923 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:49.960899 440279 main.go:141] libmachine: Using SSH client type: native
I0327 17:52:49.961147 440279 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0327 17:52:49.961169 440279 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-794369' /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-794369/g' /etc/hosts;
else
echo '127.0.1.1 addons-794369' | sudo tee -a /etc/hosts;
fi
fi
I0327 17:52:50.101409 440279 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0327 17:52:50.101526 440279 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18517-434014/.minikube CaCertPath:/home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18517-434014/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18517-434014/.minikube}
I0327 17:52:50.101581 440279 ubuntu.go:177] setting up certificates
I0327 17:52:50.101613 440279 provision.go:84] configureAuth start
I0327 17:52:50.101718 440279 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-794369
I0327 17:52:50.124838 440279 provision.go:143] copyHostCerts
I0327 17:52:50.124923 440279 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18517-434014/.minikube/ca.pem (1082 bytes)
I0327 17:52:50.125050 440279 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18517-434014/.minikube/cert.pem (1123 bytes)
I0327 17:52:50.125102 440279 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18517-434014/.minikube/key.pem (1675 bytes)
I0327 17:52:50.125150 440279 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18517-434014/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca-key.pem org=jenkins.addons-794369 san=[127.0.0.1 192.168.49.2 addons-794369 localhost minikube]
I0327 17:52:50.457947 440279 provision.go:177] copyRemoteCerts
I0327 17:52:50.458020 440279 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0327 17:52:50.458096 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:50.475426 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:52:50.565733 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0327 17:52:50.589884 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0327 17:52:50.613680 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0327 17:52:50.637899 440279 provision.go:87] duration metric: took 536.258745ms to configureAuth
I0327 17:52:50.637930 440279 ubuntu.go:193] setting minikube options for container-runtime
I0327 17:52:50.638160 440279 config.go:182] Loaded profile config "addons-794369": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.29.3
I0327 17:52:50.638233 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:50.653921 440279 main.go:141] libmachine: Using SSH client type: native
I0327 17:52:50.654179 440279 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0327 17:52:50.654196 440279 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0327 17:52:50.776893 440279 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0327 17:52:50.776916 440279 ubuntu.go:71] root file system type: overlay
I0327 17:52:50.777040 440279 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0327 17:52:50.777122 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:50.793372 440279 main.go:141] libmachine: Using SSH client type: native
I0327 17:52:50.793666 440279 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0327 17:52:50.793750 440279 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %!s(MISSING) "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0327 17:52:50.928107 440279 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0327 17:52:50.928267 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:50.945364 440279 main.go:141] libmachine: Using SSH client type: native
I0327 17:52:50.945610 440279 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 33167 <nil> <nil>}
I0327 17:52:50.945634 440279 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0327 17:52:51.658788 440279 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-03-19 15:03:44.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-03-27 17:52:50.922263118 +0000
@@ -1,46 +1,49 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
+LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0327 17:52:51.658824 440279 machine.go:97] duration metric: took 2.069478686s to provisionDockerMachine
I0327 17:52:51.658836 440279 client.go:171] duration metric: took 9.704186196s to LocalClient.Create
I0327 17:52:51.658851 440279 start.go:167] duration metric: took 9.704247972s to libmachine.API.Create "addons-794369"
I0327 17:52:51.658858 440279 start.go:293] postStartSetup for "addons-794369" (driver="docker")
I0327 17:52:51.658869 440279 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]
I0327 17:52:51.658966 440279 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
I0327 17:52:51.659023 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:51.675598 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:52:51.765447 440279 ssh_runner.go:195] Run: cat /etc/os-release
I0327 17:52:51.768778 440279 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0327 17:52:51.768838 440279 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0327 17:52:51.768854 440279 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0327 17:52:51.768866 440279 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0327 17:52:51.768881 440279 filesync.go:126] Scanning /home/jenkins/minikube-integration/18517-434014/.minikube/addons for local assets ...
I0327 17:52:51.768958 440279 filesync.go:126] Scanning /home/jenkins/minikube-integration/18517-434014/.minikube/files for local assets ...
I0327 17:52:51.768987 440279 start.go:296] duration metric: took 110.123599ms for postStartSetup
I0327 17:52:51.769314 440279 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-794369
I0327 17:52:51.785099 440279 profile.go:142] Saving config to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/config.json ...
I0327 17:52:51.785403 440279 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0327 17:52:51.785454 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:51.800596 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:52:51.885631 440279 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0327 17:52:51.890010 440279 start.go:128] duration metric: took 9.938485124s to createHost
I0327 17:52:51.890034 440279 start.go:83] releasing machines lock for "addons-794369", held for 9.938632829s
I0327 17:52:51.890108 440279 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-794369
I0327 17:52:51.904374 440279 ssh_runner.go:195] Run: cat /version.json
I0327 17:52:51.904426 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:51.904437 440279 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0327 17:52:51.904488 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:52:51.924560 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:52:51.932533 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:52:52.123463 440279 ssh_runner.go:195] Run: systemctl --version
I0327 17:52:52.127839 440279 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0327 17:52:52.133112 440279 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' {}" ;
I0327 17:52:52.158376 440279 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0327 17:52:52.158454 440279 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" ;
I0327 17:52:52.190291 440279 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0327 17:52:52.190394 440279 start.go:494] detecting cgroup driver to use...
I0327 17:52:52.190460 440279 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0327 17:52:52.190618 440279 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"
I0327 17:52:52.209221 440279 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"
I0327 17:52:52.219524 440279 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"
I0327 17:52:52.229747 440279 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0327 17:52:52.229825 440279 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0327 17:52:52.239617 440279 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"
I0327 17:52:52.249559 440279 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0327 17:52:52.259568 440279 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0327 17:52:52.269261 440279 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0327 17:52:52.278530 440279 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"
I0327 17:52:52.288550 440279 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0327 17:52:52.298591 440279 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"
I0327 17:52:52.308720 440279 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0327 17:52:52.317283 440279 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0327 17:52:52.325724 440279 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 17:52:52.404186 440279 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0327 17:52:52.485721 440279 start.go:494] detecting cgroup driver to use...
I0327 17:52:52.485766 440279 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0327 17:52:52.485814 440279 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0327 17:52:52.499387 440279 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0327 17:52:52.499460 440279 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0327 17:52:52.513067 440279 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0327 17:52:52.531830 440279 ssh_runner.go:195] Run: which cri-dockerd
I0327 17:52:52.535746 440279 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0327 17:52:52.545600 440279 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (189 bytes)
I0327 17:52:52.565984 440279 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0327 17:52:52.667831 440279 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0327 17:52:52.762436 440279 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
I0327 17:52:52.762591 440279 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0327 17:52:52.784708 440279 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 17:52:52.869513 440279 ssh_runner.go:195] Run: sudo systemctl restart docker
I0327 17:52:53.147003 440279 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0327 17:52:53.160697 440279 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0327 17:52:53.173528 440279 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0327 17:52:53.266054 440279 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0327 17:52:53.346458 440279 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 17:52:53.432445 440279 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0327 17:52:53.445852 440279 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0327 17:52:53.457003 440279 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 17:52:53.552993 440279 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0327 17:52:53.630130 440279 start.go:541] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0327 17:52:53.630225 440279 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0327 17:52:53.634349 440279 start.go:562] Will wait 60s for crictl version
I0327 17:52:53.634435 440279 ssh_runner.go:195] Run: which crictl
I0327 17:52:53.638801 440279 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0327 17:52:53.685102 440279 start.go:578] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 25.0.5
RuntimeApiVersion: v1
I0327 17:52:53.685210 440279 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0327 17:52:53.710607 440279 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0327 17:52:53.736012 440279 out.go:204] * Preparing Kubernetes v1.29.3 on Docker 25.0.5 ...
I0327 17:52:53.736166 440279 cli_runner.go:164] Run: docker network inspect addons-794369 --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}}]}"
I0327 17:52:53.752309 440279 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0327 17:52:53.756026 440279 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0327 17:52:53.766269 440279 kubeadm.go:877] updating cluster {Name:addons-794369 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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-794369 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerI
Ps:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:docker 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: Sock
etVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0327 17:52:53.766393 440279 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime docker
I0327 17:52:53.766453 440279 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0327 17:52:53.784161 440279 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.29.3
registry.k8s.io/kube-scheduler:v1.29.3
registry.k8s.io/kube-proxy:v1.29.3
registry.k8s.io/kube-controller-manager:v1.29.3
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/coredns/coredns:v1.11.1
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0327 17:52:53.784182 440279 docker.go:615] Images already preloaded, skipping extraction
I0327 17:52:53.784257 440279 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0327 17:52:53.801938 440279 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.29.3
registry.k8s.io/kube-proxy:v1.29.3
registry.k8s.io/kube-controller-manager:v1.29.3
registry.k8s.io/kube-scheduler:v1.29.3
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/coredns/coredns:v1.11.1
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0327 17:52:53.801960 440279 cache_images.go:84] Images are preloaded, skipping loading
I0327 17:52:53.801979 440279 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.29.3 docker true true} ...
I0327 17:52:53.802082 440279 kubeadm.go:940] kubelet [Unit]
Wants=docker.socket
[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-794369 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.29.3 ClusterName:addons-794369 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0327 17:52:53.802160 440279 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0327 17:52:53.846880 440279 cni.go:84] Creating CNI manager for ""
I0327 17:52:53.846911 440279 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0327 17:52:53.846922 440279 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0327 17:52:53.846941 440279 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.29.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-794369 NodeName:addons-794369 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/cri-dockerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0327 17:52:53.847082 440279 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/cri-dockerd.sock
name: "addons-794369"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.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:///var/run/cri-dockerd.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
I0327 17:52:53.847185 440279 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
I0327 17:52:53.856091 440279 binaries.go:44] Found k8s binaries, skipping transfer
I0327 17:52:53.856175 440279 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0327 17:52:53.864628 440279 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I0327 17:52:53.881813 440279 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0327 17:52:53.899298 440279 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
I0327 17:52:53.917817 440279 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0327 17:52:53.921563 440279 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0327 17:52:53.933432 440279 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 17:52:54.020782 440279 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0327 17:52:54.038110 440279 certs.go:68] Setting up /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369 for IP: 192.168.49.2
I0327 17:52:54.038134 440279 certs.go:194] generating shared ca certs ...
I0327 17:52:54.038159 440279 certs.go:226] acquiring lock for ca certs: {Name:mk2abbf28d611dbcf18631060d63196a1bb21db8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:54.038291 440279 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18517-434014/.minikube/ca.key
I0327 17:52:54.708536 440279 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-434014/.minikube/ca.crt ...
I0327 17:52:54.708570 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/ca.crt: {Name:mk657b656ab1d44f13460cfc5a228e6e9896639e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:54.709321 440279 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-434014/.minikube/ca.key ...
I0327 17:52:54.709340 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/ca.key: {Name:mkcd32e5917ee71440c249f40dfcefab96380669 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:54.709861 440279 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18517-434014/.minikube/proxy-client-ca.key
I0327 17:52:55.331448 440279 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-434014/.minikube/proxy-client-ca.crt ...
I0327 17:52:55.331480 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/proxy-client-ca.crt: {Name:mkfe1e0cadd23d24c168f17d16d4e3d779467b85 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:55.332718 440279 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-434014/.minikube/proxy-client-ca.key ...
I0327 17:52:55.332735 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/proxy-client-ca.key: {Name:mk52228860d160256dcd7aa9b9359e613fb442da Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:55.332828 440279 certs.go:256] generating profile certs ...
I0327 17:52:55.332894 440279 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/client.key
I0327 17:52:55.332914 440279 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/client.crt with IP's: []
I0327 17:52:55.834529 440279 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/client.crt ...
I0327 17:52:55.834563 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/client.crt: {Name:mkee8dfae10ef58ff6824dc8e5a14b152d161e03 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:55.834750 440279 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/client.key ...
I0327 17:52:55.834762 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/client.key: {Name:mk3946f3fdfebcacc932783aae91028c6bfb971a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:55.834869 440279 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.key.a8aa10e6
I0327 17:52:55.834892 440279 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.crt.a8aa10e6 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0327 17:52:56.710337 440279 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.crt.a8aa10e6 ...
I0327 17:52:56.710370 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.crt.a8aa10e6: {Name:mk1c394f42700f57c9e46a702560c44b0dcd3a72 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:56.711211 440279 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.key.a8aa10e6 ...
I0327 17:52:56.711229 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.key.a8aa10e6: {Name:mkf94cda2865bae37672dbdf9dc4796731ae8dbe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:56.711695 440279 certs.go:381] copying /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.crt.a8aa10e6 -> /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.crt
I0327 17:52:56.711791 440279 certs.go:385] copying /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.key.a8aa10e6 -> /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.key
I0327 17:52:56.711850 440279 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.key
I0327 17:52:56.711870 440279 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.crt with IP's: []
I0327 17:52:56.974981 440279 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.crt ...
I0327 17:52:56.975012 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.crt: {Name:mke760c42dc46c6daac3df86357606841d8bbe1b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:56.976017 440279 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.key ...
I0327 17:52:56.976049 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.key: {Name:mkf623df2ebe40d13c156f4bd549220397995759 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:52:56.976393 440279 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca-key.pem (1675 bytes)
I0327 17:52:56.976437 440279 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/ca.pem (1082 bytes)
I0327 17:52:56.976461 440279 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/cert.pem (1123 bytes)
I0327 17:52:56.976492 440279 certs.go:484] found cert: /home/jenkins/minikube-integration/18517-434014/.minikube/certs/key.pem (1675 bytes)
I0327 17:52:56.977090 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0327 17:52:57.000924 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0327 17:52:57.029364 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0327 17:52:57.057941 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0327 17:52:57.082663 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0327 17:52:57.107872 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0327 17:52:57.134202 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0327 17:52:57.159487 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/profiles/addons-794369/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0327 17:52:57.184522 440279 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18517-434014/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0327 17:52:57.209193 440279 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (752 bytes)
I0327 17:52:57.227341 440279 ssh_runner.go:195] Run: openssl version
I0327 17:52:57.232679 440279 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"
I0327 17:52:57.242037 440279 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0327 17:52:57.245619 440279 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 27 17:52 /usr/share/ca-certificates/minikubeCA.pem
I0327 17:52:57.245692 440279 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0327 17:52:57.252488 440279 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"
I0327 17:52:57.261964 440279 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0327 17:52:57.265477 440279 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
I0327 17:52:57.265526 440279 kubeadm.go:391] StartCluster: {Name:addons-794369 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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-794369 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:
[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:docker 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: SocketV
MnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0327 17:52:57.265656 440279 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0327 17:52:57.281942 440279 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0327 17:52:57.290849 440279 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0327 17:52:57.299510 440279 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0327 17:52:57.299597 440279 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
I0327 17:52:57.308171 440279 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
I0327 17:52:57.308191 440279 kubeadm.go:156] found existing configuration files:
I0327 17:52:57.308244 440279 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0327 17:52:57.317031 440279 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
I0327 17:52:57.317099 440279 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0327 17:52:57.325758 440279 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0327 17:52:57.335601 440279 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
I0327 17:52:57.335696 440279 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0327 17:52:57.344308 440279 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0327 17:52:57.353145 440279 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
I0327 17:52:57.353236 440279 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0327 17:52:57.361867 440279 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0327 17:52:57.370730 440279 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
I0327 17:52:57.370824 440279 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0327 17:52:57.379065 440279 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"
I0327 17:52:57.474299 440279 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-1056-aws\n", err: exit status 1
I0327 17:52:57.540019 440279 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0327 17:53:16.367993 440279 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
I0327 17:53:16.368051 440279 kubeadm.go:309] [preflight] Running pre-flight checks
I0327 17:53:16.368149 440279 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0327 17:53:16.368203 440279 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1056-aws[0m
I0327 17:53:16.368236 440279 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0327 17:53:16.368279 440279 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0327 17:53:16.368337 440279 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0327 17:53:16.368384 440279 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0327 17:53:16.368430 440279 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0327 17:53:16.368477 440279 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0327 17:53:16.368524 440279 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0327 17:53:16.368567 440279 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0327 17:53:16.368613 440279 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0327 17:53:16.368657 440279 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0327 17:53:16.368726 440279 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0327 17:53:16.368817 440279 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0327 17:53:16.368912 440279 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0327 17:53:16.368974 440279 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0327 17:53:16.371276 440279 out.go:204] - Generating certificates and keys ...
I0327 17:53:16.371384 440279 kubeadm.go:309] [certs] Using existing ca certificate authority
I0327 17:53:16.371447 440279 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0327 17:53:16.371519 440279 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0327 17:53:16.371575 440279 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0327 17:53:16.371632 440279 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0327 17:53:16.371680 440279 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0327 17:53:16.371736 440279 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0327 17:53:16.371848 440279 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-794369 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0327 17:53:16.371898 440279 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0327 17:53:16.372011 440279 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-794369 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0327 17:53:16.372074 440279 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0327 17:53:16.372142 440279 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0327 17:53:16.372185 440279 kubeadm.go:309] [certs] Generating "sa" key and public key
I0327 17:53:16.372240 440279 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0327 17:53:16.372288 440279 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0327 17:53:16.372463 440279 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0327 17:53:16.372518 440279 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0327 17:53:16.372578 440279 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0327 17:53:16.372629 440279 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0327 17:53:16.372706 440279 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0327 17:53:16.372769 440279 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0327 17:53:16.374678 440279 out.go:204] - Booting up control plane ...
I0327 17:53:16.374873 440279 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0327 17:53:16.375006 440279 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0327 17:53:16.375120 440279 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0327 17:53:16.375266 440279 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0327 17:53:16.375404 440279 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0327 17:53:16.375471 440279 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0327 17:53:16.375673 440279 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
I0327 17:53:16.375755 440279 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.003898 seconds
I0327 17:53:16.375864 440279 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0327 17:53:16.375993 440279 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0327 17:53:16.376053 440279 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0327 17:53:16.376263 440279 kubeadm.go:309] [mark-control-plane] Marking the node addons-794369 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0327 17:53:16.376347 440279 kubeadm.go:309] [bootstrap-token] Using token: bkltk5.uqpqa9bz7msle5gm
I0327 17:53:16.378189 440279 out.go:204] - Configuring RBAC rules ...
I0327 17:53:16.378315 440279 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0327 17:53:16.378441 440279 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0327 17:53:16.378590 440279 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
I0327 17:53:16.378732 440279 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0327 17:53:16.378857 440279 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0327 17:53:16.378954 440279 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0327 17:53:16.379066 440279 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0327 17:53:16.379111 440279 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0327 17:53:16.379160 440279 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0327 17:53:16.379168 440279 kubeadm.go:309]
I0327 17:53:16.379225 440279 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0327 17:53:16.379232 440279 kubeadm.go:309]
I0327 17:53:16.379305 440279 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0327 17:53:16.379313 440279 kubeadm.go:309]
I0327 17:53:16.379338 440279 kubeadm.go:309] mkdir -p $HOME/.kube
I0327 17:53:16.379398 440279 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0327 17:53:16.379449 440279 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0327 17:53:16.379460 440279 kubeadm.go:309]
I0327 17:53:16.379511 440279 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0327 17:53:16.379526 440279 kubeadm.go:309]
I0327 17:53:16.379572 440279 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0327 17:53:16.379580 440279 kubeadm.go:309]
I0327 17:53:16.379630 440279 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0327 17:53:16.379705 440279 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0327 17:53:16.379774 440279 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0327 17:53:16.379781 440279 kubeadm.go:309]
I0327 17:53:16.379861 440279 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0327 17:53:16.379937 440279 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0327 17:53:16.379943 440279 kubeadm.go:309]
I0327 17:53:16.380024 440279 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token bkltk5.uqpqa9bz7msle5gm \
I0327 17:53:16.380149 440279 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:b567642aa2c63edc576cf8a912d61252e0a5052c44317b08150de15aaf3af408 \
I0327 17:53:16.380175 440279 kubeadm.go:309] --control-plane
I0327 17:53:16.380180 440279 kubeadm.go:309]
I0327 17:53:16.380261 440279 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0327 17:53:16.380268 440279 kubeadm.go:309]
I0327 17:53:16.380404 440279 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token bkltk5.uqpqa9bz7msle5gm \
I0327 17:53:16.380540 440279 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:b567642aa2c63edc576cf8a912d61252e0a5052c44317b08150de15aaf3af408
I0327 17:53:16.380556 440279 cni.go:84] Creating CNI manager for ""
I0327 17:53:16.380583 440279 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0327 17:53:16.384010 440279 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0327 17:53:16.385827 440279 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0327 17:53:16.396072 440279 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (457 bytes)
I0327 17:53:16.419951 440279 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0327 17:53:16.420033 440279 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
I0327 17:53:16.420076 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-794369 minikube.k8s.io/updated_at=2024_03_27T17_53_16_0700 minikube.k8s.io/version=v1.33.0-beta.0 minikube.k8s.io/commit=475b39f6a1dc94a0c7060d2eec10d9b995edcd28 minikube.k8s.io/name=addons-794369 minikube.k8s.io/primary=true
I0327 17:53:16.439918 440279 ops.go:34] apiserver oom_adj: -16
I0327 17:53:16.705389 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:17.205595 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:17.706002 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:18.205796 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:18.705531 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:19.205540 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:19.705545 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:20.205912 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:20.706118 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:21.206026 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:21.705533 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:22.205982 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:22.706043 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:23.205555 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:23.706480 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:24.205546 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:24.705605 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:25.206141 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:25.705912 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:26.205677 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:26.706199 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:27.205839 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:27.705642 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:28.206412 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:28.706350 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:29.206028 440279 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 17:53:29.323279 440279 kubeadm.go:1107] duration metric: took 12.903305522s to wait for elevateKubeSystemPrivileges
W0327 17:53:29.323315 440279 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0327 17:53:29.323323 440279 kubeadm.go:393] duration metric: took 32.057802135s to StartCluster
I0327 17:53:29.323339 440279 settings.go:142] acquiring lock: {Name:mk3566bf9811fe5d92515e694983c7c6541342e0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:53:29.323455 440279 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18517-434014/kubeconfig
I0327 17:53:29.323842 440279 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18517-434014/kubeconfig: {Name:mke645c3840ff0a91a67a7c8a26f681ae53b044f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 17:53:29.324942 440279 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I0327 17:53:29.330126 440279 out.go:177] * Verifying Kubernetes components...
I0327 17:53:29.325038 440279 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"
I0327 17:53:29.325222 440279 config.go:182] Loaded profile config "addons-794369": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.29.3
I0327 17:53:29.325231 440279 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]
I0327 17:53:29.332169 440279 addons.go:69] Setting yakd=true in profile "addons-794369"
I0327 17:53:29.332205 440279 addons.go:234] Setting addon yakd=true in "addons-794369"
I0327 17:53:29.332243 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.332409 440279 addons.go:69] Setting ingress=true in profile "addons-794369"
I0327 17:53:29.332456 440279 addons.go:234] Setting addon ingress=true in "addons-794369"
I0327 17:53:29.332492 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.332805 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.332883 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.335696 440279 addons.go:69] Setting ingress-dns=true in profile "addons-794369"
I0327 17:53:29.335742 440279 addons.go:234] Setting addon ingress-dns=true in "addons-794369"
I0327 17:53:29.335783 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.336227 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.336408 440279 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 17:53:29.343207 440279 addons.go:69] Setting inspektor-gadget=true in profile "addons-794369"
I0327 17:53:29.343260 440279 addons.go:234] Setting addon inspektor-gadget=true in "addons-794369"
I0327 17:53:29.343297 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.343751 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.347788 440279 addons.go:69] Setting cloud-spanner=true in profile "addons-794369"
I0327 17:53:29.348211 440279 addons.go:234] Setting addon cloud-spanner=true in "addons-794369"
I0327 17:53:29.355469 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.347949 440279 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-794369"
I0327 17:53:29.361304 440279 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-794369"
I0327 17:53:29.361373 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.361827 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.354533 440279 addons.go:69] Setting metrics-server=true in profile "addons-794369"
I0327 17:53:29.367841 440279 addons.go:234] Setting addon metrics-server=true in "addons-794369"
I0327 17:53:29.367923 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.368509 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.362180 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.387578 440279 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0327 17:53:29.391772 440279 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0327 17:53:29.391849 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0327 17:53:29.391958 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.347963 440279 addons.go:69] Setting gcp-auth=true in profile "addons-794369"
I0327 17:53:29.393105 440279 mustload.go:65] Loading cluster: addons-794369
I0327 17:53:29.393336 440279 config.go:182] Loaded profile config "addons-794369": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.29.3
I0327 17:53:29.393649 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.354550 440279 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-794369"
I0327 17:53:29.405922 440279 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-794369"
I0327 17:53:29.405991 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.354560 440279 addons.go:69] Setting registry=true in profile "addons-794369"
I0327 17:53:29.354568 440279 addons.go:69] Setting storage-provisioner=true in profile "addons-794369"
I0327 17:53:29.354574 440279 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-794369"
I0327 17:53:29.354580 440279 addons.go:69] Setting volumesnapshots=true in profile "addons-794369"
I0327 17:53:29.347957 440279 addons.go:69] Setting default-storageclass=true in profile "addons-794369"
I0327 17:53:29.434346 440279 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0327 17:53:29.432554 440279 addons.go:234] Setting addon storage-provisioner=true in "addons-794369"
I0327 17:53:29.433056 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.433076 440279 addons.go:234] Setting addon registry=true in "addons-794369"
I0327 17:53:29.433089 440279 addons.go:234] Setting addon volumesnapshots=true in "addons-794369"
I0327 17:53:29.433103 440279 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-794369"
I0327 17:53:29.433113 440279 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-794369"
I0327 17:53:29.438684 440279 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0327 17:53:29.436951 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.437281 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.437316 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.437730 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.454962 440279 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0327 17:53:29.454985 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0327 17:53:29.455051 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.455261 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.473527 440279 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 17:53:29.476270 440279 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 17:53:29.478954 440279 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0327 17:53:29.478975 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0327 17:53:29.479183 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.521346 440279 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
I0327 17:53:29.487820 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.508212 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.521331 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.537110 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.537263 440279 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0327 17:53:29.548757 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0327 17:53:29.551795 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.563716 440279 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0327 17:53:29.567522 440279 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0327 17:53:29.567538 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0327 17:53:29.567596 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.568172 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.563941 440279 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0327 17:53:29.563946 440279 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0327 17:53:29.567444 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.575019 440279 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0327 17:53:29.578763 440279 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0327 17:53:29.578783 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0327 17:53:29.578845 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.596374 440279 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0327 17:53:29.598321 440279 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0327 17:53:29.602055 440279 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0327 17:53:29.590130 440279 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-794369"
I0327 17:53:29.609093 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.612646 440279 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0327 17:53:29.615237 440279 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0327 17:53:29.615258 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0327 17:53:29.615320 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.613277 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.612656 440279 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0327 17:53:29.655874 440279 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0327 17:53:29.658669 440279 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0327 17:53:29.668249 440279 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0327 17:53:29.668396 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0327 17:53:29.668486 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.663182 440279 addons.go:234] Setting addon default-storageclass=true in "addons-794369"
I0327 17:53:29.670597 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:29.671081 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:29.688417 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.688871 440279 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0327 17:53:29.709134 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.731627 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.761711 440279 out.go:177] - Using image docker.io/registry:2.8.3
I0327 17:53:29.763610 440279 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0327 17:53:29.767013 440279 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0327 17:53:29.770611 440279 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0327 17:53:29.770636 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0327 17:53:29.770703 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.768807 440279 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0327 17:53:29.780775 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0327 17:53:29.780836 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.768817 440279 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0327 17:53:29.788068 440279 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0327 17:53:29.788131 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0327 17:53:29.788229 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.791014 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.794155 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.812795 440279 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0327 17:53:29.816398 440279 out.go:177] - Using image docker.io/busybox:stable
I0327 17:53:29.818836 440279 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0327 17:53:29.818857 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0327 17:53:29.818923 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.828410 440279 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0327 17:53:29.828430 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0327 17:53:29.828495 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:29.872496 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.896139 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.898976 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.900212 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.913165 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:29.920878 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:30.251022 440279 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0327 17:53:30.251044 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0327 17:53:30.499299 440279 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0327 17:53:30.499372 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0327 17:53:30.507713 440279 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
I0327 17:53:30.544481 440279 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
I0327 17:53:30.673998 440279 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
I0327 17:53:30.798634 440279 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": (1.451479668s)
I0327 17:53:30.798725 440279 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.109812902s)
I0327 17:53:30.799525 440279 node_ready.go:35] waiting up to 6m0s for node "addons-794369" to be "Ready" ...
I0327 17:53:30.799714 440279 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.49.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 -"
I0327 17:53:30.803436 440279 node_ready.go:49] node "addons-794369" has status "Ready":"True"
I0327 17:53:30.803465 440279 node_ready.go:38] duration metric: took 3.906559ms for node "addons-794369" to be "Ready" ...
I0327 17:53:30.803507 440279 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" ...
I0327 17:53:30.813169 440279 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-gcsfr" in "kube-system" namespace to be "Ready" ...
I0327 17:53:30.829170 440279 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0327 17:53:30.829197 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0327 17:53:30.848836 440279 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
I0327 17:53:30.889882 440279 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0327 17:53:30.889908 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0327 17:53:30.895704 440279 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
I0327 17:53:30.906642 440279 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0327 17:53:30.906669 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0327 17:53:30.964848 440279 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0327 17:53:30.964872 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0327 17:53:31.032309 440279 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
I0327 17:53:31.037280 440279 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0327 17:53:31.037306 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0327 17:53:31.045307 440279 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
I0327 17:53:31.051077 440279 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0327 17:53:31.051105 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0327 17:53:31.087973 440279 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0327 17:53:31.088003 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0327 17:53:31.140745 440279 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0327 17:53:31.140773 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0327 17:53:31.182048 440279 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0327 17:53:31.182073 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0327 17:53:31.267881 440279 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0327 17:53:31.267906 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0327 17:53:31.271611 440279 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0327 17:53:31.271637 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0327 17:53:31.326580 440279 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0327 17:53:31.326605 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0327 17:53:31.346596 440279 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0327 17:53:31.346622 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0327 17:53:31.396378 440279 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
I0327 17:53:31.447414 440279 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0327 17:53:31.447444 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0327 17:53:31.473984 440279 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0327 17:53:31.474011 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0327 17:53:31.548087 440279 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
I0327 17:53:31.551436 440279 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0327 17:53:31.551463 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0327 17:53:31.563540 440279 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0327 17:53:31.563565 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0327 17:53:31.622603 440279 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0327 17:53:31.622634 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0327 17:53:31.651114 440279 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0327 17:53:31.651141 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0327 17:53:31.960093 440279 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0327 17:53:31.960120 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0327 17:53:31.990655 440279 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
I0327 17:53:32.083342 440279 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0327 17:53:32.083371 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0327 17:53:32.111242 440279 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0327 17:53:32.111271 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0327 17:53:32.244526 440279 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0327 17:53:32.244552 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0327 17:53:32.261453 440279 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
I0327 17:53:32.276397 440279 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0327 17:53:32.276425 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0327 17:53:32.516110 440279 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0327 17:53:32.516134 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0327 17:53:32.566545 440279 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
I0327 17:53:32.748603 440279 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0327 17:53:32.748669 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0327 17:53:32.841279 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:33.175368 440279 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0327 17:53:33.175442 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0327 17:53:33.234319 440279 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0327 17:53:33.234398 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0327 17:53:33.578593 440279 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0327 17:53:33.578668 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0327 17:53:33.755268 440279 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: (3.247472428s)
I0327 17:53:33.755385 440279 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: (3.210831858s)
I0327 17:53:33.992875 440279 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
I0327 17:53:35.327900 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:36.377049 440279 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0327 17:53:36.377225 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:36.396372 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:36.997644 440279 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0327 17:53:37.180058 440279 addons.go:234] Setting addon gcp-auth=true in "addons-794369"
I0327 17:53:37.180119 440279 host.go:66] Checking if "addons-794369" exists ...
I0327 17:53:37.180621 440279 cli_runner.go:164] Run: docker container inspect addons-794369 --format={{.State.Status}}
I0327 17:53:37.200828 440279 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0327 17:53:37.200891 440279 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-794369
I0327 17:53:37.220933 440279 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33167 SSHKeyPath:/home/jenkins/minikube-integration/18517-434014/.minikube/machines/addons-794369/id_rsa Username:docker}
I0327 17:53:37.343398 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:38.554169 440279 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.49.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 -": (7.75442485s)
I0327 17:53:38.554205 440279 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0327 17:53:38.555191 440279 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: (7.706327874s)
I0327 17:53:38.555244 440279 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: (7.659518265s)
I0327 17:53:38.555296 440279 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: (7.522887878s)
I0327 17:53:38.555432 440279 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: (7.510099563s)
I0327 17:53:38.555529 440279 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: (7.159126207s)
I0327 17:53:38.555557 440279 addons.go:470] Verifying addon registry=true in "addons-794369"
I0327 17:53:38.558574 440279 out.go:177] * Verifying registry addon...
I0327 17:53:38.555799 440279 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: (7.881726009s)
I0327 17:53:38.555901 440279 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: (7.00778663s)
I0327 17:53:38.555957 440279 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.565273028s)
I0327 17:53:38.556041 440279 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: (6.294557357s)
I0327 17:53:38.556183 440279 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.989607875s)
I0327 17:53:38.560537 440279 addons.go:470] Verifying addon metrics-server=true in "addons-794369"
I0327 17:53:38.562665 440279 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-794369 service yakd-dashboard -n yakd-dashboard
W0327 17:53:38.560573 440279 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
I0327 17:53:38.560841 440279 addons.go:470] Verifying addon ingress=true in "addons-794369"
I0327 17:53:38.561420 440279 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0327 17:53:38.564564 440279 retry.go:31] will retry after 171.814414ms: 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
I0327 17:53:38.567113 440279 out.go:177] * Verifying ingress addon...
I0327 17:53:38.570216 440279 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0327 17:53:38.572530 440279 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0327 17:53:38.572555 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0327 17:53:38.583393 440279 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0327 17:53:38.584807 440279 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0327 17:53:38.584830 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:38.737557 440279 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
I0327 17:53:39.058556 440279 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-794369" context rescaled to 1 replicas
I0327 17:53:39.069637 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:39.075445 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:39.571080 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:39.575544 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:39.820372 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:40.073195 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:40.076770 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:40.581257 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:40.596632 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:40.720173 440279 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: (6.727207229s)
I0327 17:53:40.720215 440279 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-794369"
I0327 17:53:40.722202 440279 out.go:177] * Verifying csi-hostpath-driver addon...
I0327 17:53:40.720450 440279 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.519595969s)
I0327 17:53:40.726183 440279 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 17:53:40.725062 440279 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0327 17:53:40.730428 440279 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0327 17:53:40.733480 440279 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0327 17:53:40.733508 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0327 17:53:40.735481 440279 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0327 17:53:40.735505 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:40.832749 440279 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0327 17:53:40.832776 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0327 17:53:40.939368 440279 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0327 17:53:40.939392 440279 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0327 17:53:40.954137 440279 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: (2.216532344s)
I0327 17:53:40.970895 440279 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
I0327 17:53:41.070028 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:41.075205 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:41.243751 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:41.570574 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:41.574964 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:41.734973 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:41.820499 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:42.113695 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:42.114274 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:42.168860 440279 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.19790819s)
I0327 17:53:42.171797 440279 addons.go:470] Verifying addon gcp-auth=true in "addons-794369"
I0327 17:53:42.174345 440279 out.go:177] * Verifying gcp-auth addon...
I0327 17:53:42.177161 440279 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0327 17:53:42.182000 440279 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0327 17:53:42.182028 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:42.241293 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:42.570721 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:42.574947 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:42.684222 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:42.735148 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:43.069896 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:43.076058 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:43.181191 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:43.235132 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:43.569994 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:43.575475 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:43.683073 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:43.736183 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:44.069485 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:44.074931 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:44.181744 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:44.234486 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:44.319988 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:44.570348 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:44.575327 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:44.681510 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:44.735302 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:45.083484 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:45.084026 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:45.182119 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:45.235826 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:45.570355 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:45.575088 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:45.682322 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:45.735077 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:46.069564 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:46.074968 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:46.186018 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:46.235277 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:46.570272 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:46.574220 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:46.681150 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:46.734859 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:46.821185 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:47.070044 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:47.075358 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:47.181350 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:47.233815 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:47.569545 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:47.575860 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:47.681931 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:47.736309 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:48.072758 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:48.075447 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:48.181726 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:48.235168 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:48.570823 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:48.574965 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:48.682144 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:48.737130 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:49.070242 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 17:53:49.074089 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:49.185471 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:49.233917 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:49.320639 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:49.570122 440279 kapi.go:107] duration metric: took 11.008696681s to wait for kubernetes.io/minikube-addons=registry ...
I0327 17:53:49.575206 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:49.680820 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:49.737918 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:50.075708 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:50.181811 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:50.235065 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:50.576059 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:50.683622 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:50.735446 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:51.077307 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:51.182264 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:51.235349 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:51.320910 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:51.575527 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:51.681183 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:51.739243 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:52.074928 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:52.181898 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:52.244162 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:52.575969 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:52.681516 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:52.734889 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:53.078714 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:53.182013 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:53.238810 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:53.323409 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:53.575802 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:53.681888 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:53.734902 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:54.075498 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:54.181146 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:54.234232 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:54.574611 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:54.681875 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:54.733582 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:55.075894 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:55.182243 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:55.234604 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:55.576130 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:55.682401 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:55.733699 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:55.820054 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:56.075688 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:56.181420 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:56.236691 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:56.574630 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:56.681351 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:56.735670 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:57.076212 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:57.183431 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:57.234570 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:57.574847 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:57.681825 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:57.741543 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:57.820552 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:53:58.075282 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:58.185667 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:58.234763 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:58.575572 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:58.681383 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:58.734126 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:59.076269 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:59.181725 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:59.234757 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:59.575972 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:53:59.682673 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:53:59.749014 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:53:59.820961 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:54:00.081603 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:00.193703 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:00.273178 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:00.575158 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:00.681251 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:00.733572 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:01.074863 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:01.181898 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:01.235006 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:01.576042 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:01.681691 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:01.736520 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:01.822038 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:54:02.076402 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:02.181299 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:02.235625 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:02.575256 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:02.680634 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:02.734640 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:03.075830 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:03.182915 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:03.234893 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:03.575666 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:03.681405 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:03.734302 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:04.075709 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:04.181814 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:04.236118 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:04.320841 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:54:04.575130 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:04.682717 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:04.734913 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:05.076732 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:05.181688 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:05.234946 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:05.576301 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:05.683268 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:05.737877 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:06.076229 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:06.184394 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:06.241969 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:06.334832 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:54:06.577810 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:06.682698 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:06.735378 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:07.078723 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:07.181715 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:07.238058 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:07.577122 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:07.681612 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:07.745014 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:08.077483 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:08.181550 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:08.234102 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:08.574828 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:08.681619 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:08.733928 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:08.820237 440279 pod_ready.go:102] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"False"
I0327 17:54:09.075225 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:09.180948 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:09.234047 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:09.575210 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:09.687417 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:09.735788 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:09.820939 440279 pod_ready.go:92] pod "coredns-76f75df574-gcsfr" in "kube-system" namespace has status "Ready":"True"
I0327 17:54:09.820966 440279 pod_ready.go:81] duration metric: took 39.007764252s for pod "coredns-76f75df574-gcsfr" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.820981 440279 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-vk9qm" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.823375 440279 pod_ready.go:97] error getting pod "coredns-76f75df574-vk9qm" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-vk9qm" not found
I0327 17:54:09.823403 440279 pod_ready.go:81] duration metric: took 2.3797ms for pod "coredns-76f75df574-vk9qm" in "kube-system" namespace to be "Ready" ...
E0327 17:54:09.823432 440279 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-76f75df574-vk9qm" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-vk9qm" not found
I0327 17:54:09.823450 440279 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.829457 440279 pod_ready.go:92] pod "etcd-addons-794369" in "kube-system" namespace has status "Ready":"True"
I0327 17:54:09.829477 440279 pod_ready.go:81] duration metric: took 6.013004ms for pod "etcd-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.829489 440279 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.835697 440279 pod_ready.go:92] pod "kube-apiserver-addons-794369" in "kube-system" namespace has status "Ready":"True"
I0327 17:54:09.835723 440279 pod_ready.go:81] duration metric: took 6.198319ms for pod "kube-apiserver-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.835738 440279 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.846181 440279 pod_ready.go:92] pod "kube-controller-manager-addons-794369" in "kube-system" namespace has status "Ready":"True"
I0327 17:54:09.846208 440279 pod_ready.go:81] duration metric: took 10.427987ms for pod "kube-controller-manager-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:09.846220 440279 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-7v6m9" in "kube-system" namespace to be "Ready" ...
I0327 17:54:10.018528 440279 pod_ready.go:92] pod "kube-proxy-7v6m9" in "kube-system" namespace has status "Ready":"True"
I0327 17:54:10.018563 440279 pod_ready.go:81] duration metric: took 172.334414ms for pod "kube-proxy-7v6m9" in "kube-system" namespace to be "Ready" ...
I0327 17:54:10.018578 440279 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:10.076265 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:10.181529 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:10.233836 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:10.418355 440279 pod_ready.go:92] pod "kube-scheduler-addons-794369" in "kube-system" namespace has status "Ready":"True"
I0327 17:54:10.418377 440279 pod_ready.go:81] duration metric: took 399.750729ms for pod "kube-scheduler-addons-794369" in "kube-system" namespace to be "Ready" ...
I0327 17:54:10.418387 440279 pod_ready.go:38] duration metric: took 39.614861154s 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" ...
I0327 17:54:10.418406 440279 api_server.go:52] waiting for apiserver process to appear ...
I0327 17:54:10.418468 440279 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0327 17:54:10.443469 440279 api_server.go:72] duration metric: took 41.118481659s to wait for apiserver process to appear ...
I0327 17:54:10.443500 440279 api_server.go:88] waiting for apiserver healthz status ...
I0327 17:54:10.443524 440279 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0327 17:54:10.451397 440279 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0327 17:54:10.452897 440279 api_server.go:141] control plane version: v1.29.3
I0327 17:54:10.452925 440279 api_server.go:131] duration metric: took 9.41707ms to wait for apiserver health ...
I0327 17:54:10.452935 440279 system_pods.go:43] waiting for kube-system pods to appear ...
I0327 17:54:10.579396 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:10.625295 440279 system_pods.go:59] 17 kube-system pods found
I0327 17:54:10.625390 440279 system_pods.go:61] "coredns-76f75df574-gcsfr" [8e83da39-b595-47fd-9237-9033fdd8ff6e] Running
I0327 17:54:10.625415 440279 system_pods.go:61] "csi-hostpath-attacher-0" [ff6b98fa-8ba6-4771-a5ef-3f16b85bf9cb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0327 17:54:10.625436 440279 system_pods.go:61] "csi-hostpath-resizer-0" [735b1f79-7d10-4978-9d4c-fa7fe08b10c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0327 17:54:10.625485 440279 system_pods.go:61] "csi-hostpathplugin-kgw8j" [06b05c20-60a4-48f7-9a54-760d668f0fb2] 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])
I0327 17:54:10.625508 440279 system_pods.go:61] "etcd-addons-794369" [fce324b1-af90-4879-869f-c0925b3e94e6] Running
I0327 17:54:10.625527 440279 system_pods.go:61] "kube-apiserver-addons-794369" [38f8e625-306f-427d-b53f-785458923f0e] Running
I0327 17:54:10.625561 440279 system_pods.go:61] "kube-controller-manager-addons-794369" [5c4a771e-94e7-43da-b5b4-c82928328802] Running
I0327 17:54:10.625583 440279 system_pods.go:61] "kube-ingress-dns-minikube" [29bed33c-3d90-474c-81a4-6036930cf959] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0327 17:54:10.625604 440279 system_pods.go:61] "kube-proxy-7v6m9" [1ab5b27b-40c6-4e5c-93c1-52c038095140] Running
I0327 17:54:10.625646 440279 system_pods.go:61] "kube-scheduler-addons-794369" [8ff98b08-d3fd-4d11-aed0-a8ac3588c63c] Running
I0327 17:54:10.625665 440279 system_pods.go:61] "metrics-server-69cf46c98-pwczx" [997de234-bce3-4c46-8f74-a1c9f58ff545] Running
I0327 17:54:10.625685 440279 system_pods.go:61] "nvidia-device-plugin-daemonset-q45jh" [28ae64f0-ddd7-4821-9bc9-69e89d60bbbe] Running
I0327 17:54:10.625724 440279 system_pods.go:61] "registry-proxy-2g8k2" [be32f2f9-61fb-4d0f-9920-b19da385041b] Running
I0327 17:54:10.625747 440279 system_pods.go:61] "registry-rspcq" [0ac1497e-db2f-4243-af67-e8b660538b5c] Running
I0327 17:54:10.625866 440279 system_pods.go:61] "snapshot-controller-58dbcc7b99-25cj6" [de8b33e0-00af-4ba7-91f5-5683cdeb0e77] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 17:54:10.625900 440279 system_pods.go:61] "snapshot-controller-58dbcc7b99-bpj4v" [8d85ab35-ed35-4e1a-a7be-5253be210793] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 17:54:10.625920 440279 system_pods.go:61] "storage-provisioner" [506cb44c-1ba5-4e1b-b07a-fea9ad9fd3d6] Running
I0327 17:54:10.625950 440279 system_pods.go:74] duration metric: took 173.00884ms to wait for pod list to return data ...
I0327 17:54:10.625972 440279 default_sa.go:34] waiting for default service account to be created ...
I0327 17:54:10.680731 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:10.733552 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:10.817476 440279 default_sa.go:45] found service account: "default"
I0327 17:54:10.817551 440279 default_sa.go:55] duration metric: took 191.548161ms for default service account to be created ...
I0327 17:54:10.817575 440279 system_pods.go:116] waiting for k8s-apps to be running ...
I0327 17:54:11.026586 440279 system_pods.go:86] 17 kube-system pods found
I0327 17:54:11.026663 440279 system_pods.go:89] "coredns-76f75df574-gcsfr" [8e83da39-b595-47fd-9237-9033fdd8ff6e] Running
I0327 17:54:11.026693 440279 system_pods.go:89] "csi-hostpath-attacher-0" [ff6b98fa-8ba6-4771-a5ef-3f16b85bf9cb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0327 17:54:11.026719 440279 system_pods.go:89] "csi-hostpath-resizer-0" [735b1f79-7d10-4978-9d4c-fa7fe08b10c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0327 17:54:11.026751 440279 system_pods.go:89] "csi-hostpathplugin-kgw8j" [06b05c20-60a4-48f7-9a54-760d668f0fb2] 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])
I0327 17:54:11.026771 440279 system_pods.go:89] "etcd-addons-794369" [fce324b1-af90-4879-869f-c0925b3e94e6] Running
I0327 17:54:11.026791 440279 system_pods.go:89] "kube-apiserver-addons-794369" [38f8e625-306f-427d-b53f-785458923f0e] Running
I0327 17:54:11.026812 440279 system_pods.go:89] "kube-controller-manager-addons-794369" [5c4a771e-94e7-43da-b5b4-c82928328802] Running
I0327 17:54:11.026835 440279 system_pods.go:89] "kube-ingress-dns-minikube" [29bed33c-3d90-474c-81a4-6036930cf959] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0327 17:54:11.026856 440279 system_pods.go:89] "kube-proxy-7v6m9" [1ab5b27b-40c6-4e5c-93c1-52c038095140] Running
I0327 17:54:11.026891 440279 system_pods.go:89] "kube-scheduler-addons-794369" [8ff98b08-d3fd-4d11-aed0-a8ac3588c63c] Running
I0327 17:54:11.026910 440279 system_pods.go:89] "metrics-server-69cf46c98-pwczx" [997de234-bce3-4c46-8f74-a1c9f58ff545] Running
I0327 17:54:11.026937 440279 system_pods.go:89] "nvidia-device-plugin-daemonset-q45jh" [28ae64f0-ddd7-4821-9bc9-69e89d60bbbe] Running
I0327 17:54:11.026960 440279 system_pods.go:89] "registry-proxy-2g8k2" [be32f2f9-61fb-4d0f-9920-b19da385041b] Running
I0327 17:54:11.026980 440279 system_pods.go:89] "registry-rspcq" [0ac1497e-db2f-4243-af67-e8b660538b5c] Running
I0327 17:54:11.027002 440279 system_pods.go:89] "snapshot-controller-58dbcc7b99-25cj6" [de8b33e0-00af-4ba7-91f5-5683cdeb0e77] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 17:54:11.027025 440279 system_pods.go:89] "snapshot-controller-58dbcc7b99-bpj4v" [8d85ab35-ed35-4e1a-a7be-5253be210793] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 17:54:11.027044 440279 system_pods.go:89] "storage-provisioner" [506cb44c-1ba5-4e1b-b07a-fea9ad9fd3d6] Running
I0327 17:54:11.027067 440279 system_pods.go:126] duration metric: took 209.474386ms to wait for k8s-apps to be running ...
I0327 17:54:11.027088 440279 system_svc.go:44] waiting for kubelet service to be running ....
I0327 17:54:11.027173 440279 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0327 17:54:11.052496 440279 system_svc.go:56] duration metric: took 25.399857ms WaitForService to wait for kubelet
I0327 17:54:11.052527 440279 kubeadm.go:576] duration metric: took 41.727544596s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0327 17:54:11.052548 440279 node_conditions.go:102] verifying NodePressure condition ...
I0327 17:54:11.075662 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:11.181498 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:11.217896 440279 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0327 17:54:11.217928 440279 node_conditions.go:123] node cpu capacity is 2
I0327 17:54:11.217941 440279 node_conditions.go:105] duration metric: took 165.387766ms to run NodePressure ...
I0327 17:54:11.217956 440279 start.go:240] waiting for startup goroutines ...
I0327 17:54:11.235037 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:11.576312 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:11.681172 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:11.734066 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:12.075187 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:12.180844 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:12.234729 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:12.575462 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:12.682128 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:12.735150 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:13.074740 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:13.182277 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:13.238038 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:13.574858 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:13.682033 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:13.734376 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:14.075454 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:14.181194 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:14.234720 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:14.575316 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:14.681089 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:14.734853 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:15.076742 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:15.181785 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:15.234747 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:15.576081 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:15.681994 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:15.735070 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:16.076427 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:16.181371 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:16.235782 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:16.576992 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:16.682831 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:16.735180 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:17.077878 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:17.181989 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:17.234944 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:17.575956 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:17.682675 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:17.734743 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:18.076486 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:18.181460 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:18.236114 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:18.578373 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:18.686826 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:18.735315 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:19.077290 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:19.180851 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:19.234287 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:19.576895 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:19.681464 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:19.745820 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:20.076082 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:20.181773 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:20.233662 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:20.575082 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:20.681211 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:20.734450 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:21.076778 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:21.181860 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:21.235195 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:21.575117 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:21.680924 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:21.734617 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:22.076069 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:22.182476 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:22.233934 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:22.574716 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:22.681342 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:22.733826 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:23.076877 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:23.181930 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:23.234683 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:23.576047 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:23.682643 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:23.736195 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:24.076260 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:24.181274 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:24.234071 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:24.574597 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:24.681559 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:24.733875 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:25.075128 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:25.180988 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:25.234101 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:25.574964 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:25.681396 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:25.733827 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 17:54:26.075711 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:26.181621 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:26.234969 440279 kapi.go:107] duration metric: took 45.509905191s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0327 17:54:26.575264 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:26.680983 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:27.075424 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:27.181207 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:27.574776 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:27.681443 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:28.075124 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:28.181191 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:28.575273 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:28.680762 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:29.075549 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:29.182780 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:29.575156 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:29.680934 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:30.078222 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:30.182166 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:30.579171 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:30.680984 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:31.075340 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:31.181055 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:31.575278 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:31.681364 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:32.075485 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:32.181400 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:32.576024 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:32.680740 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:33.075043 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:33.180533 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:33.575274 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:33.680956 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:34.074676 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:34.181514 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:34.574874 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:34.681517 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:35.075634 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:35.182138 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:35.575526 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:35.689067 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:36.076417 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:36.181545 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:36.575108 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:36.680744 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:37.075894 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:37.181553 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:37.575331 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:37.680923 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:38.074870 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:38.181919 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:38.574729 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:38.681390 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:39.075050 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:39.180771 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:39.575225 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:39.680957 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:40.074634 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:40.181644 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:40.575337 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:40.680980 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:41.074750 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:41.181480 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:41.575734 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:41.681602 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:42.075729 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:42.181948 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:42.575185 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:42.681179 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:43.075028 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:43.181584 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:43.575767 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:43.681105 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:44.079837 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:44.184497 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:44.575675 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:44.681427 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:45.077570 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:45.182253 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:45.574874 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:45.681362 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:46.076302 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:46.181150 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:46.575586 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:46.681863 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:47.075168 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:47.180836 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:47.575055 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:47.681979 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:48.075922 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:48.182321 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:48.575081 440279 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 17:54:48.681588 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:49.075720 440279 kapi.go:107] duration metric: took 1m10.505503733s to wait for app.kubernetes.io/name=ingress-nginx ...
I0327 17:54:49.181714 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:49.681594 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:50.181390 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:50.688617 440279 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 17:54:51.181642 440279 kapi.go:107] duration metric: took 1m9.004481703s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0327 17:54:51.183690 440279 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-794369 cluster.
I0327 17:54:51.186009 440279 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.
I0327 17:54:51.187845 440279 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0327 17:54:51.189773 440279 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, storage-provisioner, nvidia-device-plugin, inspektor-gadget, metrics-server, yakd, default-storageclass, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0327 17:54:51.191882 440279 addons.go:505] duration metric: took 1m21.866644285s for enable addons: enabled=[ingress-dns cloud-spanner storage-provisioner nvidia-device-plugin inspektor-gadget metrics-server yakd default-storageclass volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0327 17:54:51.191927 440279 start.go:245] waiting for cluster config update ...
I0327 17:54:51.191946 440279 start.go:254] writing updated cluster config ...
I0327 17:54:51.192241 440279 ssh_runner.go:195] Run: rm -f paused
I0327 17:54:51.533566 440279 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
I0327 17:54:51.535831 440279 out.go:177] * Done! kubectl is now configured to use "addons-794369" cluster and "default" namespace by default
==> Docker <==
Mar 27 17:55:42 addons-794369 dockerd[1141]: time="2024-03-27T17:55:42.333535460Z" level=info msg="ignoring event" container=27920a2034e3f5315a09537476ea3dfc721459a34fc4c58e43952a657cfbd189 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:55:42 addons-794369 dockerd[1141]: time="2024-03-27T17:55:42.473842110Z" level=info msg="ignoring event" container=8b0e41307d6df29b8717e4a6a615051c32d4acdb23b7b333b5976a3cd0b570f2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:55:42 addons-794369 dockerd[1141]: time="2024-03-27T17:55:42.505076987Z" level=info msg="ignoring event" container=284810bd3d34bbf9cf009780e751fc426e987243e702e5a65dd5ac87d20d6b0c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:55:50 addons-794369 dockerd[1141]: time="2024-03-27T17:55:50.087099729Z" level=info msg="ignoring event" container=6c4caad3af3db007483d1df80baa8a74438742d10ba2a0a381ce102c870a3bcd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:55:50 addons-794369 dockerd[1141]: time="2024-03-27T17:55:50.195218029Z" level=info msg="ignoring event" container=31723cd65abc6db0d2df50197e4d6981ff7d7d5fd7eca64979709562c0ddadb1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:55:50 addons-794369 cri-dockerd[1353]: time="2024-03-27T17:55:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/2ba401a63125150bf61faa9ca82dc5fd1694ab2034aa07c5d9a8884e817a1417/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Mar 27 17:55:50 addons-794369 cri-dockerd[1353]: time="2024-03-27T17:55:50Z" level=info msg="Stop pulling image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0@sha256:c6db0381372939368364efb98d8c90f4b0e3d86a5637682b85a01195937d9eff: Status: Image is up to date for ghcr.io/inspektor-gadget/inspektor-gadget@sha256:c6db0381372939368364efb98d8c90f4b0e3d86a5637682b85a01195937d9eff"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.180571966Z" level=error msg="stream copy error: reading from a closed fifo"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.181614554Z" level=error msg="stream copy error: reading from a closed fifo"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.182161198Z" level=error msg="stream copy error: reading from a closed fifo"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.182608144Z" level=error msg="stream copy error: reading from a closed fifo"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.185778781Z" level=error msg="Error running exec d4b3803dc260fb2b6012a7192fd63e2d091dfaf4f3ab017c567c4e4d4355fbbe in container: OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.186351368Z" level=error msg="Error running exec 09f127e63a216cc301ef31d56f5ae5cd22b17226a01adfb50001f0c1650dc677 in container: OCI runtime exec failed: exec failed: unable to start container process: error executing setns process: exit status 1: unknown"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.344465016Z" level=info msg="ignoring event" container=13c489770285329f2c689da8d5488d25f6aef56b5d4b735ab660a1ab397b7ba5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:55:51 addons-794369 dockerd[1141]: time="2024-03-27T17:55:51.455889793Z" level=info msg="ignoring event" container=3e99b7f9646d04e49e32995cc844f7196cab2ca3b96ac991fc7cf4bc5a662773 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:55:52 addons-794369 cri-dockerd[1353]: time="2024-03-27T17:55:52Z" level=info msg="Stop pulling image docker.io/nginx:alpine: Status: Downloaded newer image for nginx:alpine"
Mar 27 17:55:59 addons-794369 cri-dockerd[1353]: time="2024-03-27T17:55:59Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/e5f01c311e75e1e152cf6bbd5fd0e7f55792bc811588e261b977402740944461/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Mar 27 17:56:02 addons-794369 cri-dockerd[1353]: time="2024-03-27T17:56:02Z" level=info msg="Stop pulling image gcr.io/google-samples/hello-app:1.0: Status: Downloaded newer image for gcr.io/google-samples/hello-app:1.0"
Mar 27 17:56:02 addons-794369 dockerd[1141]: time="2024-03-27T17:56:02.425186763Z" level=info msg="ignoring event" container=0405d2ef4770c33b8f3fe6acbc92fda5609e223fb8c476ec7f96d144f885959f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:56:02 addons-794369 dockerd[1141]: time="2024-03-27T17:56:02.608965261Z" level=info msg="ignoring event" container=2075981185b9a60abbd66b2d43a8bf37645e8d68b812f966040ac8002a09b574 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:56:15 addons-794369 dockerd[1141]: time="2024-03-27T17:56:15.250776874Z" level=info msg="ignoring event" container=6bf01cc138f9fe8970fc45457458c5765e48aba920154f3d683a605240ac3810 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:56:17 addons-794369 dockerd[1141]: time="2024-03-27T17:56:17.479820915Z" level=info msg="ignoring event" container=91c7c00afafa49ea177082e9247de4f0c5c6a29c57a54b1a7bc380cbc2b9bacd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:56:19 addons-794369 dockerd[1141]: time="2024-03-27T17:56:19.397776648Z" level=info msg="Container failed to exit within 2s of signal 15 - using the force" container=756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e
Mar 27 17:56:19 addons-794369 dockerd[1141]: time="2024-03-27T17:56:19.454925213Z" level=info msg="ignoring event" container=756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mar 27 17:56:19 addons-794369 dockerd[1141]: time="2024-03-27T17:56:19.571410665Z" level=info msg="ignoring event" container=ee32aa1c5f3d5fb74e796b884cb1a3cbdf496cba5f90694a98292b7908d6fae0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
91c7c00afafa4 dd1b12fcb6097 7 seconds ago Exited hello-world-app 2 e5f01c311e75e hello-world-app-5d77478584-fqfkx
19b17cbe9a648 nginx@sha256:31bad00311cb5eeb8a6648beadcf67277a175da89989f14727420a80e2e76742 32 seconds ago Running nginx 0 2ba401a631251 nginx
c11e8a76dcca4 ghcr.io/headlamp-k8s/headlamp@sha256:dd9e2ad6ae6d23761372bc9cc0dbcb47aacd6a31986827b43ac207cecb25c39f 46 seconds ago Running headlamp 0 5b8cdac433102 headlamp-5b77dbd7c4-mfqs6
630a7b83d6685 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb About a minute ago Running gcp-auth 0 1111065fc9ae3 gcp-auth-7d69788767-48bxm
3ac8254b9f334 1a024e390dd05 2 minutes ago Exited patch 1 a9fe25e0ee064 ingress-nginx-admission-patch-cp8fw
60e130709adac registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334 2 minutes ago Exited create 0 48ad6b3574b0d ingress-nginx-admission-create-86sq8
5f78724a360df rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 2 minutes ago Running local-path-provisioner 0 1a58dcb7ed7aa local-path-provisioner-78b46b4d5c-wl88z
8ee57a6a5286b marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 2 minutes ago Running yakd 0 66a1d012ce112 yakd-dashboard-9947fc6bf-kvkqw
84aa546ad26d6 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 30ebf4dd25d7d storage-provisioner
ca6ad2846a496 2437cf7621777 2 minutes ago Running coredns 0 4378436bf520e coredns-76f75df574-gcsfr
47b3f58ddad93 0e9b4a0d1e86d 2 minutes ago Running kube-proxy 0 55d4f41a9c91a kube-proxy-7v6m9
6d452fc106c67 4b51f9f6bc9b9 3 minutes ago Running kube-scheduler 0 86992bbfc4d25 kube-scheduler-addons-794369
66a76ed1f3eb8 121d70d9a3805 3 minutes ago Running kube-controller-manager 0 ac2373eb87c0f kube-controller-manager-addons-794369
9d35457621c62 014faa467e297 3 minutes ago Running etcd 0 143ae6bb31ad1 etcd-addons-794369
6034fd36882df 2581114f5709d 3 minutes ago Running kube-apiserver 0 57cbe1a9b4a4c kube-apiserver-addons-794369
==> coredns [ca6ad2846a49] <==
[INFO] 10.244.0.20:37356 - 29620 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000094291s
[INFO] 10.244.0.20:33399 - 8839 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00249434s
[INFO] 10.244.0.20:37356 - 65500 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001527827s
[INFO] 10.244.0.20:37356 - 34781 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000810669s
[INFO] 10.244.0.20:33399 - 27149 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001752108s
[INFO] 10.244.0.20:37356 - 44965 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000140821s
[INFO] 10.244.0.20:33399 - 40367 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00005581s
[INFO] 10.244.0.20:33988 - 41542 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000143758s
[INFO] 10.244.0.20:54109 - 50958 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000204983s
[INFO] 10.244.0.20:33988 - 49556 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000115188s
[INFO] 10.244.0.20:33988 - 823 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000073237s
[INFO] 10.244.0.20:54109 - 51892 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000058451s
[INFO] 10.244.0.20:33988 - 2474 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000045972s
[INFO] 10.244.0.20:54109 - 36559 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000071538s
[INFO] 10.244.0.20:33988 - 10400 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000043429s
[INFO] 10.244.0.20:54109 - 13318 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000080687s
[INFO] 10.244.0.20:33988 - 21143 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000100395s
[INFO] 10.244.0.20:54109 - 15568 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00009768s
[INFO] 10.244.0.20:54109 - 60539 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000072671s
[INFO] 10.244.0.20:33988 - 30869 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002071566s
[INFO] 10.244.0.20:54109 - 25714 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001510892s
[INFO] 10.244.0.20:33988 - 8438 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001005346s
[INFO] 10.244.0.20:33988 - 24081 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000393794s
[INFO] 10.244.0.20:54109 - 33886 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001054248s
[INFO] 10.244.0.20:54109 - 21377 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000073623s
==> describe nodes <==
Name: addons-794369
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-794369
kubernetes.io/os=linux
minikube.k8s.io/commit=475b39f6a1dc94a0c7060d2eec10d9b995edcd28
minikube.k8s.io/name=addons-794369
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_27T17_53_16_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-794369
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 27 Mar 2024 17:53:13 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-794369
AcquireTime: <unset>
RenewTime: Wed, 27 Mar 2024 17:56:19 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 27 Mar 2024 17:56:20 +0000 Wed, 27 Mar 2024 17:53:09 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 27 Mar 2024 17:56:20 +0000 Wed, 27 Mar 2024 17:53:09 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 27 Mar 2024 17:56:20 +0000 Wed, 27 Mar 2024 17:53:09 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 27 Mar 2024 17:56:20 +0000 Wed, 27 Mar 2024 17:53:16 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-794369
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022568Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022568Ki
pods: 110
System Info:
Machine ID: 1a20caf6e50c46f5a2d7206d634293a9
System UUID: ca08e645-12ef-4507-8f99-ef41a8798a2c
Boot ID: 6d3ffb57-9092-48f6-a12c-685c1918590f
Kernel Version: 5.15.0-1056-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: docker://25.0.5
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-fqfkx 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-48bxm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m43s
headlamp headlamp-5b77dbd7c4-mfqs6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 50s
kube-system coredns-76f75df574-gcsfr 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m55s
kube-system etcd-addons-794369 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m9s
kube-system kube-apiserver-addons-794369 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m8s
kube-system kube-controller-manager-addons-794369 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m8s
kube-system kube-proxy-7v6m9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m56s
kube-system kube-scheduler-addons-794369 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m8s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m49s
local-path-storage local-path-provisioner-78b46b4d5c-wl88z 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m49s
yakd-dashboard yakd-dashboard-9947fc6bf-kvkqw 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 2m49s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 750m (37%!)(MISSING) 0 (0%!)(MISSING)
memory 298Mi (3%!)(MISSING) 426Mi (5%!)(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 2m53s kube-proxy
Normal Starting 3m16s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m16s (x8 over 3m16s) kubelet Node addons-794369 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m16s (x8 over 3m16s) kubelet Node addons-794369 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m16s (x7 over 3m16s) kubelet Node addons-794369 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 3m16s kubelet Updated Node Allocatable limit across pods
Normal Starting 3m8s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m8s kubelet Node addons-794369 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m8s kubelet Node addons-794369 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m8s kubelet Node addons-794369 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m8s kubelet Node addons-794369 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m8s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m8s kubelet Node addons-794369 status is now: NodeReady
Normal RegisteredNode 2m56s node-controller Node addons-794369 event: Registered Node addons-794369 in Controller
==> dmesg <==
[ +0.000812] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.001092] FS-Cache: O-cookie d=000000007dd5da0e{9p.inode} n=000000007e27004e
[ +0.001094] FS-Cache: O-key=[8] '85cfc90000000000'
[ +0.000783] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000969] FS-Cache: N-cookie d=000000007dd5da0e{9p.inode} n=00000000b2e9dc6a
[ +0.001561] FS-Cache: N-key=[8] '85cfc90000000000'
[ +2.523197] FS-Cache: Duplicate cookie detected
[ +0.000761] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.000998] FS-Cache: O-cookie d=000000007dd5da0e{9p.inode} n=00000000f9723342
[ +0.001090] FS-Cache: O-key=[8] '84cfc90000000000'
[ +0.000777] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.001044] FS-Cache: N-cookie d=000000007dd5da0e{9p.inode} n=00000000b1ec477d
[ +0.001043] FS-Cache: N-key=[8] '84cfc90000000000'
[ +0.419600] FS-Cache: Duplicate cookie detected
[ +0.000781] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.001021] FS-Cache: O-cookie d=000000007dd5da0e{9p.inode} n=00000000bd1c5ef9
[ +0.001230] FS-Cache: O-key=[8] '8fcfc90000000000'
[ +0.000694] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.001049] FS-Cache: N-cookie d=000000007dd5da0e{9p.inode} n=000000002ff6873a
[ +0.001067] FS-Cache: N-key=[8] '8fcfc90000000000'
[Mar27 16:48] hrtimer: interrupt took 10091460 ns
[Mar27 17:24] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Mar27 17:26] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.069424] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.004161] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
==> etcd [9d35457621c6] <==
{"level":"info","ts":"2024-03-27T17:53:09.481853Z","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-03-27T17:53:09.481957Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-27T17:53:09.48197Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-27T17:53:09.482561Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-03-27T17:53:09.482675Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-03-27T17:53:09.483395Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-03-27T17:53:09.483702Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2024-03-27T17:53:10.020387Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-03-27T17:53:10.020627Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-27T17:53:10.02073Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-27T17:53:10.020849Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-27T17:53:10.020933Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-27T17:53:10.021021Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-27T17:53:10.021125Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-27T17:53:10.02853Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T17:53:10.031835Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-794369 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-27T17:53:10.032194Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T17:53:10.032416Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T17:53:10.03257Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T17:53:10.032657Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-27T17:53:10.03461Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-03-27T17:53:10.039547Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-27T17:53:10.045656Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-27T17:53:10.08842Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-27T17:53:10.088686Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [630a7b83d668] <==
2024/03/27 17:54:50 GCP Auth Webhook started!
2024/03/27 17:55:01 Ready to marshal response ...
2024/03/27 17:55:01 Ready to write response ...
2024/03/27 17:55:09 Ready to marshal response ...
2024/03/27 17:55:09 Ready to write response ...
2024/03/27 17:55:18 Ready to marshal response ...
2024/03/27 17:55:18 Ready to write response ...
2024/03/27 17:55:18 Ready to marshal response ...
2024/03/27 17:55:18 Ready to write response ...
2024/03/27 17:55:25 Ready to marshal response ...
2024/03/27 17:55:25 Ready to write response ...
2024/03/27 17:55:27 Ready to marshal response ...
2024/03/27 17:55:27 Ready to write response ...
2024/03/27 17:55:34 Ready to marshal response ...
2024/03/27 17:55:34 Ready to write response ...
2024/03/27 17:55:34 Ready to marshal response ...
2024/03/27 17:55:34 Ready to write response ...
2024/03/27 17:55:34 Ready to marshal response ...
2024/03/27 17:55:34 Ready to write response ...
2024/03/27 17:55:49 Ready to marshal response ...
2024/03/27 17:55:49 Ready to write response ...
2024/03/27 17:55:59 Ready to marshal response ...
2024/03/27 17:55:59 Ready to write response ...
==> kernel <==
17:56:24 up 1:38, 0 users, load average: 1.45, 2.23, 2.95
Linux addons-794369 5.15.0-1056-aws #61~20.04.1-Ubuntu SMP Wed Mar 13 17:45:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kube-apiserver [6034fd36882d] <==
E0327 17:54:07.912751 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.110.154.221:443/apis/metrics.k8s.io/v1beta1: Get "https://10.110.154.221:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.110.154.221:443: connect: connection refused
I0327 17:54:08.039517 1 handler.go:275] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0327 17:55:16.225091 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0327 17:55:34.095522 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.98.44.238"}
I0327 17:55:42.053910 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 17:55:42.053978 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 17:55:42.079023 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 17:55:42.079069 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 17:55:42.096475 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 17:55:42.096520 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 17:55:42.138956 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 17:55:42.139183 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 17:55:42.183230 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 17:55:42.183344 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
E0327 17:55:42.221440 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"snapshot-controller\" not found]"
W0327 17:55:43.079816 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0327 17:55:43.184149 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0327 17:55:43.203464 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0327 17:55:49.454849 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0327 17:55:49.783678 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.99.83.112"}
I0327 17:55:50.750476 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
E0327 17:55:51.153985 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"gadget\" not found]"
W0327 17:55:51.805808 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0327 17:55:59.481711 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.187.157"}
I0327 17:56:08.919508 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
==> kube-controller-manager [66a76ed1f3eb] <==
I0327 17:55:59.275691 1 event.go:376] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-fqfkx"
I0327 17:55:59.292769 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="38.284046ms"
I0327 17:55:59.306144 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="13.322228ms"
I0327 17:55:59.308572 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="70.332µs"
I0327 17:55:59.322645 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="66.968µs"
W0327 17:55:59.690776 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
E0327 17:55:59.690810 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
I0327 17:56:00.894197 1 namespace_controller.go:182] "Namespace has been deleted" namespace="gadget"
W0327 17:56:01.256556 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
E0327 17:56:01.256601 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
W0327 17:56:02.082932 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
E0327 17:56:02.082976 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
I0327 17:56:02.496523 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="72.556µs"
I0327 17:56:03.523468 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="68.15µs"
I0327 17:56:04.546957 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="68.585µs"
W0327 17:56:14.510522 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
E0327 17:56:14.510555 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
I0327 17:56:16.350794 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0327 17:56:16.351562 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="97.991µs"
I0327 17:56:16.363353 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0327 17:56:17.756168 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="38.883µs"
W0327 17:56:19.965845 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
E0327 17:56:19.965881 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
W0327 17:56:23.368185 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
E0327 17:56:23.368218 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 [47b3f58ddad9] <==
I0327 17:53:30.581548 1 server_others.go:72] "Using iptables proxy"
I0327 17:53:30.599103 1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0327 17:53:30.670565 1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0327 17:53:30.670595 1 server_others.go:168] "Using iptables Proxier"
I0327 17:53:30.705964 1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0327 17:53:30.705985 1 server_others.go:529] "Defaulting to no-op detect-local"
I0327 17:53:30.706006 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"
I0327 17:53:30.706211 1 server.go:865] "Version info" version="v1.29.3"
I0327 17:53:30.706222 1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0327 17:53:30.718858 1 config.go:315] "Starting node config controller"
I0327 17:53:30.718898 1 shared_informer.go:311] Waiting for caches to sync for node config
I0327 17:53:30.720526 1 config.go:188] "Starting service config controller"
I0327 17:53:30.720568 1 shared_informer.go:311] Waiting for caches to sync for service config
I0327 17:53:30.720606 1 config.go:97] "Starting endpoint slice config controller"
I0327 17:53:30.720611 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0327 17:53:30.823403 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0327 17:53:30.823480 1 shared_informer.go:318] Caches are synced for service config
I0327 17:53:30.823968 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [6d452fc106c6] <==
E0327 17:53:13.124924 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0327 17:53:13.125030 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
E0327 17:53:13.125132 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
E0327 17:53:13.125279 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
E0327 17:53:13.125386 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0327 17:53:13.125526 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
W0327 17:53:13.932381 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0327 17:53:13.932581 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0327 17:53:13.935964 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
E0327 17:53:13.935995 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
W0327 17:53:13.994764 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
E0327 17:53:13.994984 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
W0327 17:53:14.054815 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0327 17:53:14.054855 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
W0327 17:53:14.104548 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0327 17:53:14.104586 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0327 17:53:14.189069 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0327 17:53:14.189110 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
W0327 17:53:14.192938 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
E0327 17:53:14.193192 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
W0327 17:53:14.325204 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
E0327 17:53:14.325244 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
W0327 17:53:14.600918 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"
E0327 17:53:14.600955 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"
I0327 17:53:17.680235 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 27 17:56:15 addons-794369 kubelet[2510]: I0327 17:56:15.434560 2510 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-mbljg\" (UniqueName: \"kubernetes.io/projected/29bed33c-3d90-474c-81a4-6036930cf959-kube-api-access-mbljg\") pod \"29bed33c-3d90-474c-81a4-6036930cf959\" (UID: \"29bed33c-3d90-474c-81a4-6036930cf959\") "
Mar 27 17:56:15 addons-794369 kubelet[2510]: I0327 17:56:15.439051 2510 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/29bed33c-3d90-474c-81a4-6036930cf959-kube-api-access-mbljg" (OuterVolumeSpecName: "kube-api-access-mbljg") pod "29bed33c-3d90-474c-81a4-6036930cf959" (UID: "29bed33c-3d90-474c-81a4-6036930cf959"). InnerVolumeSpecName "kube-api-access-mbljg". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 27 17:56:15 addons-794369 kubelet[2510]: I0327 17:56:15.535243 2510 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-mbljg\" (UniqueName: \"kubernetes.io/projected/29bed33c-3d90-474c-81a4-6036930cf959-kube-api-access-mbljg\") on node \"addons-794369\" DevicePath \"\""
Mar 27 17:56:15 addons-794369 kubelet[2510]: I0327 17:56:15.689413 2510 scope.go:117] "RemoveContainer" containerID="7528adcdeb23bb5cf425eaa99c7017cf36edc5d149b50f46fa35e11233fbc889"
Mar 27 17:56:16 addons-794369 kubelet[2510]: I0327 17:56:16.316496 2510 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="29bed33c-3d90-474c-81a4-6036930cf959" path="/var/lib/kubelet/pods/29bed33c-3d90-474c-81a4-6036930cf959/volumes"
Mar 27 17:56:16 addons-794369 kubelet[2510]: I0327 17:56:16.684569 2510 scope.go:117] "RemoveContainer" containerID="5d3de242ab96746f2cc229517ae04f3b13a6e2775e91e4e242e513b32522bdbd"
Mar 27 17:56:16 addons-794369 kubelet[2510]: I0327 17:56:16.705695 2510 scope.go:117] "RemoveContainer" containerID="453d7fb0f2972fee02d545029027e22fbd9dde816ea5fbde77d71a657f44a52f"
Mar 27 17:56:16 addons-794369 kubelet[2510]: I0327 17:56:16.721240 2510 scope.go:117] "RemoveContainer" containerID="dc414aa11d872abfb0f1756892e20c8d979026634c0fc32ea9368cb912dcfb46"
Mar 27 17:56:17 addons-794369 kubelet[2510]: I0327 17:56:17.305313 2510 scope.go:117] "RemoveContainer" containerID="2075981185b9a60abbd66b2d43a8bf37645e8d68b812f966040ac8002a09b574"
Mar 27 17:56:17 addons-794369 kubelet[2510]: I0327 17:56:17.737286 2510 scope.go:117] "RemoveContainer" containerID="2075981185b9a60abbd66b2d43a8bf37645e8d68b812f966040ac8002a09b574"
Mar 27 17:56:17 addons-794369 kubelet[2510]: I0327 17:56:17.737733 2510 scope.go:117] "RemoveContainer" containerID="91c7c00afafa49ea177082e9247de4f0c5c6a29c57a54b1a7bc380cbc2b9bacd"
Mar 27 17:56:17 addons-794369 kubelet[2510]: E0327 17:56:17.738091 2510 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-fqfkx_default(15d0de15-b649-4e24-8349-6f07d25adbdf)\"" pod="default/hello-world-app-5d77478584-fqfkx" podUID="15d0de15-b649-4e24-8349-6f07d25adbdf"
Mar 27 17:56:18 addons-794369 kubelet[2510]: I0327 17:56:18.313283 2510 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="6f643f02-f6f7-4cbf-931f-98e29712725b" path="/var/lib/kubelet/pods/6f643f02-f6f7-4cbf-931f-98e29712725b/volumes"
Mar 27 17:56:18 addons-794369 kubelet[2510]: I0327 17:56:18.313710 2510 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e2438aef-a62e-4112-b6e1-b0a3a16270e7" path="/var/lib/kubelet/pods/e2438aef-a62e-4112-b6e1-b0a3a16270e7/volumes"
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.764269 2510 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e-webhook-cert\") pod \"93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e\" (UID: \"93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e\") "
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.765625 2510 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-6lv77\" (UniqueName: \"kubernetes.io/projected/93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e-kube-api-access-6lv77\") pod \"93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e\" (UID: \"93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e\") "
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.767285 2510 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e" (UID: "93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.774904 2510 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e-kube-api-access-6lv77" (OuterVolumeSpecName: "kube-api-access-6lv77") pod "93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e" (UID: "93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e"). InnerVolumeSpecName "kube-api-access-6lv77". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.781062 2510 scope.go:117] "RemoveContainer" containerID="756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e"
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.811560 2510 scope.go:117] "RemoveContainer" containerID="756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e"
Mar 27 17:56:19 addons-794369 kubelet[2510]: E0327 17:56:19.812587 2510 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e" containerID="756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e"
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.812639 2510 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e"} err="failed to get container status \"756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e\": rpc error: code = Unknown desc = Error response from daemon: No such container: 756c1e087a938c0efae3aa42b73f7983744fb00461f6a7ad50ae769058f65b9e"
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.865917 2510 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e-webhook-cert\") on node \"addons-794369\" DevicePath \"\""
Mar 27 17:56:19 addons-794369 kubelet[2510]: I0327 17:56:19.865959 2510 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-6lv77\" (UniqueName: \"kubernetes.io/projected/93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e-kube-api-access-6lv77\") on node \"addons-794369\" DevicePath \"\""
Mar 27 17:56:20 addons-794369 kubelet[2510]: I0327 17:56:20.312857 2510 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e" path="/var/lib/kubelet/pods/93f2e1ac-0f8b-4a5c-9ca2-7288598f6b6e/volumes"
==> storage-provisioner [84aa546ad26d] <==
I0327 17:53:36.762911 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0327 17:53:36.783825 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0327 17:53:36.783876 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0327 17:53:36.826220 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0327 17:53:36.828616 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-794369_b3ec865b-69bf-4146-a68a-f06f440dde58!
I0327 17:53:36.831339 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"0de8a7b8-aced-4aae-a47a-d934745534bf", APIVersion:"v1", ResourceVersion:"624", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-794369_b3ec865b-69bf-4146-a68a-f06f440dde58 became leader
I0327 17:53:36.939598 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-794369_b3ec865b-69bf-4146-a68a-f06f440dde58!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-794369 -n addons-794369
helpers_test.go:261: (dbg) Run: kubectl --context addons-794369 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.32s)