=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-482679 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-482679 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-482679 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" [8de7098c-741a-408b-803c-cbc05d796925] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [8de7098c-741a-408b-803c-cbc05d796925] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003244567s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-482679 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-482679 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-482679 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.078290287s)
-- 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-482679 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-482679 addons disable ingress-dns --alsologtostderr -v=1: (1.632644934s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-482679 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-482679 addons disable ingress --alsologtostderr -v=1: (8.098223371s)
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-482679
helpers_test.go:235: (dbg) docker inspect addons-482679:
-- stdout --
[
{
"Id": "73a498ce008bf9d24718094301968ce68f9a7671db39235ff1f680c26f3a394c",
"Created": "2024-03-27T23:56:48.813518542Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1958426,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-27T23:56:49.067602775Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f9b5358e8c18dbe49e632154cad75e0968b2e103f621caff2c3ed996f4155861",
"ResolvConfPath": "/var/lib/docker/containers/73a498ce008bf9d24718094301968ce68f9a7671db39235ff1f680c26f3a394c/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/73a498ce008bf9d24718094301968ce68f9a7671db39235ff1f680c26f3a394c/hostname",
"HostsPath": "/var/lib/docker/containers/73a498ce008bf9d24718094301968ce68f9a7671db39235ff1f680c26f3a394c/hosts",
"LogPath": "/var/lib/docker/containers/73a498ce008bf9d24718094301968ce68f9a7671db39235ff1f680c26f3a394c/73a498ce008bf9d24718094301968ce68f9a7671db39235ff1f680c26f3a394c-json.log",
"Name": "/addons-482679",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-482679:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-482679",
"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/9aa8ed8b93287c234ae3b78023e0f7c5e3b43641dec84ad9d090c99c8fb41740-init/diff:/var/lib/docker/overlay2/07f877cb7d661b8e8bf24e390c9cea61396c20d4f4c8c6395f4b5d699fc104ea/diff",
"MergedDir": "/var/lib/docker/overlay2/9aa8ed8b93287c234ae3b78023e0f7c5e3b43641dec84ad9d090c99c8fb41740/merged",
"UpperDir": "/var/lib/docker/overlay2/9aa8ed8b93287c234ae3b78023e0f7c5e3b43641dec84ad9d090c99c8fb41740/diff",
"WorkDir": "/var/lib/docker/overlay2/9aa8ed8b93287c234ae3b78023e0f7c5e3b43641dec84ad9d090c99c8fb41740/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-482679",
"Source": "/var/lib/docker/volumes/addons-482679/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-482679",
"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-482679",
"name.minikube.sigs.k8s.io": "addons-482679",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "74d9a91cc060cfa9326d2e400f0bb3c3b25e70aac9db767a505adeb7ab3918a5",
"SandboxKey": "/var/run/docker/netns/74d9a91cc060",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35039"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35038"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35035"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35037"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35036"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-482679": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "79ac8fcdbbc0a391be86ab0bec214c18d164730c8da1a82ae7b163a5da0a41d5",
"EndpointID": "681fdcfee3fd4ed4a68b2d0d61718f8a427a943f534e277f98419cdb612de316",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-482679",
"73a498ce008b"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-482679 -n addons-482679
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-482679 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-482679 logs -n 25: (1.458137444s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| delete | -p download-only-223414 | download-only-223414 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| start | -o=json --download-only | download-only-984922 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | |
| | -p download-only-984922 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.0-beta.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| delete | -p download-only-984922 | download-only-984922 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| delete | -p download-only-136920 | download-only-136920 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| delete | -p download-only-223414 | download-only-223414 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| delete | -p download-only-984922 | download-only-984922 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| start | --download-only -p | download-docker-147301 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | |
| | download-docker-147301 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-147301 | download-docker-147301 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| start | --download-only -p | binary-mirror-677516 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | |
| | binary-mirror-677516 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:43099 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-677516 | binary-mirror-677516 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:56 UTC |
| addons | disable dashboard -p | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | |
| | addons-482679 | | | | | |
| addons | enable dashboard -p | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | |
| | addons-482679 | | | | | |
| start | -p addons-482679 --wait=true | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:56 UTC | 27 Mar 24 23:58 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-482679 ip | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:58 UTC | 27 Mar 24 23:58 UTC |
| addons | addons-482679 addons disable | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:58 UTC | 27 Mar 24 23:58 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-482679 addons | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:58 UTC | 27 Mar 24 23:58 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:58 UTC | 27 Mar 24 23:58 UTC |
| | addons-482679 | | | | | |
| ssh | addons-482679 ssh curl -s | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:59 UTC | 27 Mar 24 23:59 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-482679 ip | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:59 UTC | 27 Mar 24 23:59 UTC |
| addons | addons-482679 addons disable | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:59 UTC | 27 Mar 24 23:59 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-482679 addons | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:59 UTC | 27 Mar 24 23:59 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-482679 addons disable | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:59 UTC | 27 Mar 24 23:59 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-482679 addons | addons-482679 | jenkins | v1.33.0-beta.0 | 27 Mar 24 23:59 UTC | 27 Mar 24 23:59 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|----------------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/27 23:56:25
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0327 23:56:25.103821 1957985 out.go:291] Setting OutFile to fd 1 ...
I0327 23:56:25.104003 1957985 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0327 23:56:25.104032 1957985 out.go:304] Setting ErrFile to fd 2...
I0327 23:56:25.104039 1957985 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0327 23:56:25.104334 1957985 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18158-1951721/.minikube/bin
I0327 23:56:25.104862 1957985 out.go:298] Setting JSON to false
I0327 23:56:25.105836 1957985 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":27523,"bootTime":1711556262,"procs":165,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1056-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0327 23:56:25.105942 1957985 start.go:139] virtualization:
I0327 23:56:25.138838 1957985 out.go:177] * [addons-482679] minikube v1.33.0-beta.0 on Ubuntu 20.04 (arm64)
I0327 23:56:25.165848 1957985 out.go:177] - MINIKUBE_LOCATION=18158
I0327 23:56:25.165949 1957985 notify.go:220] Checking for updates...
I0327 23:56:25.234606 1957985 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0327 23:56:25.267060 1957985 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18158-1951721/kubeconfig
I0327 23:56:25.298114 1957985 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18158-1951721/.minikube
I0327 23:56:25.330529 1957985 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0327 23:56:25.347615 1957985 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0327 23:56:25.374797 1957985 driver.go:392] Setting default libvirt URI to qemu:///system
I0327 23:56:25.392412 1957985 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
I0327 23:56:25.392534 1957985 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0327 23:56:25.449949 1957985 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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 23:56:25.43958026 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:26.0.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> ServerError
s:[] 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 23:56:25.450091 1957985 docker.go:295] overlay module found
I0327 23:56:25.491215 1957985 out.go:177] * Using the docker driver based on user configuration
I0327 23:56:25.523602 1957985 start.go:297] selected driver: docker
I0327 23:56:25.523629 1957985 start.go:901] validating driver "docker" against <nil>
I0327 23:56:25.523646 1957985 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0327 23:56:25.524298 1957985 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0327 23:56:25.580901 1957985 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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 23:56:25.571893909 +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:8215105536 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 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 23:56:25.581076 1957985 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0327 23:56:25.581343 1957985 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 23:56:25.619352 1957985 out.go:177] * Using Docker driver with root privileges
I0327 23:56:25.651401 1957985 cni.go:84] Creating CNI manager for ""
I0327 23:56:25.651440 1957985 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0327 23:56:25.651451 1957985 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0327 23:56:25.651544 1957985 start.go:340] cluster config:
{Name:addons-482679 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-482679 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISo
cket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgent
PID:0 GPUs: AutoPauseInterval:1m0s}
I0327 23:56:25.684283 1957985 out.go:177] * Starting "addons-482679" primary control-plane node in "addons-482679" cluster
I0327 23:56:25.711895 1957985 cache.go:121] Beginning downloading kic base image for docker with containerd
I0327 23:56:25.741467 1957985 out.go:177] * Pulling base image v0.0.43-beta.0 ...
I0327 23:56:25.764392 1957985 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0327 23:56:25.764456 1957985 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18158-1951721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4
I0327 23:56:25.764466 1957985 cache.go:56] Caching tarball of preloaded images
I0327 23:56:25.764586 1957985 preload.go:173] Found /home/jenkins/minikube-integration/18158-1951721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0327 23:56:25.764596 1957985 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on containerd
I0327 23:56:25.764921 1957985 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
I0327 23:56:25.764936 1957985 profile.go:142] Saving config to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/config.json ...
I0327 23:56:25.764966 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/config.json: {Name:mk6d358cd17889935dbc60afe70eb10b4aa4e09d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:25.777611 1957985 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
I0327 23:56:25.777731 1957985 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
I0327 23:56:25.777756 1957985 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory, skipping pull
I0327 23:56:25.777762 1957985 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 exists in cache, skipping pull
I0327 23:56:25.777777 1957985 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
I0327 23:56:25.777794 1957985 cache.go:162] Loading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from local cache
I0327 23:56:41.827268 1957985 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from cached tarball
I0327 23:56:41.827309 1957985 cache.go:194] Successfully downloaded all kic artifacts
I0327 23:56:41.827339 1957985 start.go:360] acquireMachinesLock for addons-482679: {Name:mkfd4bcc4f7e46622616fd324fcf1ee8bd5a31ae Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0327 23:56:41.827991 1957985 start.go:364] duration metric: took 621.813µs to acquireMachinesLock for "addons-482679"
I0327 23:56:41.828024 1957985 start.go:93] Provisioning new machine with config: &{Name:addons-482679 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-482679 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServer
Names:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFir
mwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0327 23:56:41.828134 1957985 start.go:125] createHost starting for "" (driver="docker")
I0327 23:56:41.830088 1957985 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0327 23:56:41.830326 1957985 start.go:159] libmachine.API.Create for "addons-482679" (driver="docker")
I0327 23:56:41.830357 1957985 client.go:168] LocalClient.Create starting
I0327 23:56:41.830457 1957985 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca.pem
I0327 23:56:42.188094 1957985 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/cert.pem
I0327 23:56:42.414264 1957985 cli_runner.go:164] Run: docker network inspect addons-482679 --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 23:56:42.426989 1957985 cli_runner.go:211] docker network inspect addons-482679 --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 23:56:42.427074 1957985 network_create.go:281] running [docker network inspect addons-482679] to gather additional debugging logs...
I0327 23:56:42.427094 1957985 cli_runner.go:164] Run: docker network inspect addons-482679
W0327 23:56:42.440650 1957985 cli_runner.go:211] docker network inspect addons-482679 returned with exit code 1
I0327 23:56:42.440683 1957985 network_create.go:284] error running [docker network inspect addons-482679]: docker network inspect addons-482679: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-482679 not found
I0327 23:56:42.440697 1957985 network_create.go:286] output of [docker network inspect addons-482679]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-482679 not found
** /stderr **
I0327 23:56:42.440814 1957985 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 23:56:42.455145 1957985 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:0x40025c0170}
I0327 23:56:42.455187 1957985 network_create.go:124] attempt to create docker network addons-482679 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0327 23:56:42.455250 1957985 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-482679 addons-482679
I0327 23:56:42.512310 1957985 network_create.go:108] docker network addons-482679 192.168.49.0/24 created
I0327 23:56:42.512344 1957985 kic.go:121] calculated static IP "192.168.49.2" for the "addons-482679" container
I0327 23:56:42.512418 1957985 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0327 23:56:42.524433 1957985 cli_runner.go:164] Run: docker volume create addons-482679 --label name.minikube.sigs.k8s.io=addons-482679 --label created_by.minikube.sigs.k8s.io=true
I0327 23:56:42.538485 1957985 oci.go:103] Successfully created a docker volume addons-482679
I0327 23:56:42.538585 1957985 cli_runner.go:164] Run: docker run --rm --name addons-482679-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-482679 --entrypoint /usr/bin/test -v addons-482679:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib
I0327 23:56:44.455615 1957985 cli_runner.go:217] Completed: docker run --rm --name addons-482679-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-482679 --entrypoint /usr/bin/test -v addons-482679:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib: (1.916970324s)
I0327 23:56:44.455645 1957985 oci.go:107] Successfully prepared a docker volume addons-482679
I0327 23:56:44.455679 1957985 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0327 23:56:44.455704 1957985 kic.go:194] Starting extracting preloaded images to volume ...
I0327 23:56:44.455784 1957985 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18158-1951721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-482679:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir
I0327 23:56:48.743861 1957985 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18158-1951721/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-482679:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir: (4.288038637s)
I0327 23:56:48.743893 1957985 kic.go:203] duration metric: took 4.288185959s to extract preloaded images to volume ...
W0327 23:56:48.744043 1957985 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0327 23:56:48.744180 1957985 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0327 23:56:48.800638 1957985 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-482679 --name addons-482679 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-482679 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-482679 --network addons-482679 --ip 192.168.49.2 --volume addons-482679:/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 23:56:49.076363 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Running}}
I0327 23:56:49.091738 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:56:49.113582 1957985 cli_runner.go:164] Run: docker exec addons-482679 stat /var/lib/dpkg/alternatives/iptables
I0327 23:56:49.194587 1957985 oci.go:144] the created container "addons-482679" has a running status.
I0327 23:56:49.194619 1957985 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa...
I0327 23:56:49.915884 1957985 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0327 23:56:49.939062 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:56:49.959760 1957985 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0327 23:56:49.959779 1957985 kic_runner.go:114] Args: [docker exec --privileged addons-482679 chown docker:docker /home/docker/.ssh/authorized_keys]
I0327 23:56:50.010480 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:56:50.033077 1957985 machine.go:94] provisionDockerMachine start ...
I0327 23:56:50.033188 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:50.050825 1957985 main.go:141] libmachine: Using SSH client type: native
I0327 23:56:50.051092 1957985 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 35039 <nil> <nil>}
I0327 23:56:50.051101 1957985 main.go:141] libmachine: About to run SSH command:
hostname
I0327 23:56:50.179391 1957985 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-482679
I0327 23:56:50.179473 1957985 ubuntu.go:169] provisioning hostname "addons-482679"
I0327 23:56:50.179577 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:50.198186 1957985 main.go:141] libmachine: Using SSH client type: native
I0327 23:56:50.198427 1957985 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 35039 <nil> <nil>}
I0327 23:56:50.198439 1957985 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-482679 && echo "addons-482679" | sudo tee /etc/hostname
I0327 23:56:50.345936 1957985 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-482679
I0327 23:56:50.346065 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:50.361171 1957985 main.go:141] libmachine: Using SSH client type: native
I0327 23:56:50.361414 1957985 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 35039 <nil> <nil>}
I0327 23:56:50.361431 1957985 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-482679' /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-482679/g' /etc/hosts;
else
echo '127.0.1.1 addons-482679' | sudo tee -a /etc/hosts;
fi
fi
I0327 23:56:50.482094 1957985 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0327 23:56:50.482122 1957985 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18158-1951721/.minikube CaCertPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18158-1951721/.minikube}
I0327 23:56:50.482147 1957985 ubuntu.go:177] setting up certificates
I0327 23:56:50.482156 1957985 provision.go:84] configureAuth start
I0327 23:56:50.482215 1957985 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-482679
I0327 23:56:50.497392 1957985 provision.go:143] copyHostCerts
I0327 23:56:50.497481 1957985 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.pem (1078 bytes)
I0327 23:56:50.497598 1957985 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18158-1951721/.minikube/cert.pem (1123 bytes)
I0327 23:56:50.497653 1957985 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18158-1951721/.minikube/key.pem (1675 bytes)
I0327 23:56:50.497695 1957985 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18158-1951721/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca-key.pem org=jenkins.addons-482679 san=[127.0.0.1 192.168.49.2 addons-482679 localhost minikube]
I0327 23:56:50.919058 1957985 provision.go:177] copyRemoteCerts
I0327 23:56:50.919153 1957985 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0327 23:56:50.919217 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:50.933780 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:56:51.023177 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0327 23:56:51.047902 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0327 23:56:51.072742 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0327 23:56:51.097514 1957985 provision.go:87] duration metric: took 615.344563ms to configureAuth
I0327 23:56:51.097541 1957985 ubuntu.go:193] setting minikube options for container-runtime
I0327 23:56:51.097730 1957985 config.go:182] Loaded profile config "addons-482679": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0327 23:56:51.097745 1957985 machine.go:97] duration metric: took 1.064649964s to provisionDockerMachine
I0327 23:56:51.097752 1957985 client.go:171] duration metric: took 9.26738986s to LocalClient.Create
I0327 23:56:51.097767 1957985 start.go:167] duration metric: took 9.267441634s to libmachine.API.Create "addons-482679"
I0327 23:56:51.097778 1957985 start.go:293] postStartSetup for "addons-482679" (driver="docker")
I0327 23:56:51.097788 1957985 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 23:56:51.097840 1957985 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 23:56:51.097887 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:51.114033 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:56:51.203387 1957985 ssh_runner.go:195] Run: cat /etc/os-release
I0327 23:56:51.206671 1957985 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0327 23:56:51.206748 1957985 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0327 23:56:51.206767 1957985 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0327 23:56:51.206775 1957985 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0327 23:56:51.206785 1957985 filesync.go:126] Scanning /home/jenkins/minikube-integration/18158-1951721/.minikube/addons for local assets ...
I0327 23:56:51.206851 1957985 filesync.go:126] Scanning /home/jenkins/minikube-integration/18158-1951721/.minikube/files for local assets ...
I0327 23:56:51.206881 1957985 start.go:296] duration metric: took 109.097092ms for postStartSetup
I0327 23:56:51.207185 1957985 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-482679
I0327 23:56:51.223144 1957985 profile.go:142] Saving config to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/config.json ...
I0327 23:56:51.223465 1957985 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0327 23:56:51.223520 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:51.238484 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:56:51.322517 1957985 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0327 23:56:51.326979 1957985 start.go:128] duration metric: took 9.498827247s to createHost
I0327 23:56:51.327001 1957985 start.go:83] releasing machines lock for "addons-482679", held for 9.498995614s
I0327 23:56:51.327076 1957985 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-482679
I0327 23:56:51.342497 1957985 ssh_runner.go:195] Run: cat /version.json
I0327 23:56:51.342550 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:51.342552 1957985 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0327 23:56:51.342613 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:56:51.363841 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:56:51.377847 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:56:51.453155 1957985 ssh_runner.go:195] Run: systemctl --version
I0327 23:56:51.567261 1957985 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0327 23:56:51.571697 1957985 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 23:56:51.597057 1957985 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0327 23:56:51.597133 1957985 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 23:56:51.625487 1957985 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 23:56:51.625511 1957985 start.go:494] detecting cgroup driver to use...
I0327 23:56:51.625546 1957985 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0327 23:56:51.625600 1957985 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0327 23:56:51.637764 1957985 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0327 23:56:51.648648 1957985 docker.go:217] disabling cri-docker service (if available) ...
I0327 23:56:51.648716 1957985 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0327 23:56:51.662554 1957985 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0327 23:56:51.677171 1957985 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0327 23:56:51.764995 1957985 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0327 23:56:51.859743 1957985 docker.go:233] disabling docker service ...
I0327 23:56:51.859841 1957985 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0327 23:56:51.879357 1957985 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0327 23:56:51.892189 1957985 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0327 23:56:51.982747 1957985 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0327 23:56:52.079929 1957985 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0327 23:56:52.091193 1957985 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 23:56:52.107279 1957985 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 23:56:52.116873 1957985 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 23:56:52.126418 1957985 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0327 23:56:52.126487 1957985 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0327 23:56:52.135948 1957985 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 23:56:52.145560 1957985 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0327 23:56:52.155477 1957985 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 23:56:52.165979 1957985 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0327 23:56:52.175366 1957985 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 23:56:52.186689 1957985 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0327 23:56:52.197012 1957985 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 23:56:52.206702 1957985 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0327 23:56:52.215358 1957985 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0327 23:56:52.223936 1957985 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 23:56:52.312907 1957985 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0327 23:56:52.435767 1957985 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0327 23:56:52.435891 1957985 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0327 23:56:52.439539 1957985 start.go:562] Will wait 60s for crictl version
I0327 23:56:52.439628 1957985 ssh_runner.go:195] Run: which crictl
I0327 23:56:52.442967 1957985 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0327 23:56:52.484243 1957985 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.28
RuntimeApiVersion: v1
I0327 23:56:52.484356 1957985 ssh_runner.go:195] Run: containerd --version
I0327 23:56:52.506760 1957985 ssh_runner.go:195] Run: containerd --version
I0327 23:56:52.529493 1957985 out.go:177] * Preparing Kubernetes v1.29.3 on containerd 1.6.28 ...
I0327 23:56:52.531358 1957985 cli_runner.go:164] Run: docker network inspect addons-482679 --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 23:56:52.544026 1957985 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0327 23:56:52.547499 1957985 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 23:56:52.558043 1957985 kubeadm.go:877] updating cluster {Name:addons-482679 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-482679 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerI
Ps:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePa
th: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0327 23:56:52.558170 1957985 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime containerd
I0327 23:56:52.558243 1957985 ssh_runner.go:195] Run: sudo crictl images --output json
I0327 23:56:52.594366 1957985 containerd.go:627] all images are preloaded for containerd runtime.
I0327 23:56:52.594392 1957985 containerd.go:534] Images already preloaded, skipping extraction
I0327 23:56:52.594454 1957985 ssh_runner.go:195] Run: sudo crictl images --output json
I0327 23:56:52.631946 1957985 containerd.go:627] all images are preloaded for containerd runtime.
I0327 23:56:52.631970 1957985 cache_images.go:84] Images are preloaded, skipping loading
I0327 23:56:52.631978 1957985 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.29.3 containerd true true} ...
I0327 23:56:52.632126 1957985 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.29.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-482679 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.29.3 ClusterName:addons-482679 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0327 23:56:52.632206 1957985 ssh_runner.go:195] Run: sudo crictl info
I0327 23:56:52.668764 1957985 cni.go:84] Creating CNI manager for ""
I0327 23:56:52.668792 1957985 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0327 23:56:52.668803 1957985 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0327 23:56:52.668854 1957985 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-482679 NodeName:addons-482679 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.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
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0327 23:56:52.669024 1957985 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:///run/containerd/containerd.sock
name: "addons-482679"
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:///run/containerd/containerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0327 23:56:52.669094 1957985 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
I0327 23:56:52.678213 1957985 binaries.go:44] Found k8s binaries, skipping transfer
I0327 23:56:52.678293 1957985 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0327 23:56:52.687206 1957985 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0327 23:56:52.704717 1957985 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0327 23:56:52.721627 1957985 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0327 23:56:52.739076 1957985 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0327 23:56:52.742260 1957985 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 23:56:52.752455 1957985 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 23:56:52.837717 1957985 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0327 23:56:52.853056 1957985 certs.go:68] Setting up /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679 for IP: 192.168.49.2
I0327 23:56:52.853082 1957985 certs.go:194] generating shared ca certs ...
I0327 23:56:52.853100 1957985 certs.go:226] acquiring lock for ca certs: {Name:mka210db6b2adfd3b9800e3583e6835c01f5e440 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:52.853233 1957985 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.key
I0327 23:56:53.716142 1957985 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.crt ...
I0327 23:56:53.716202 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.crt: {Name:mkcc6ede1578f5a347de6ffe474ab99de5073d8b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:53.716424 1957985 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.key ...
I0327 23:56:53.716458 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.key: {Name:mk8f857f2dd2c1d455c5a90020547b011d8eec6f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:53.717038 1957985 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18158-1951721/.minikube/proxy-client-ca.key
I0327 23:56:53.974152 1957985 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18158-1951721/.minikube/proxy-client-ca.crt ...
I0327 23:56:53.974186 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/proxy-client-ca.crt: {Name:mk3b771debd68a5cc735024221bb41091d98eece Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:53.974387 1957985 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18158-1951721/.minikube/proxy-client-ca.key ...
I0327 23:56:53.974401 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/proxy-client-ca.key: {Name:mk3cccf9e1b55e3e06259f7782a53a8437a8471d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:53.974958 1957985 certs.go:256] generating profile certs ...
I0327 23:56:53.975021 1957985 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/client.key
I0327 23:56:53.975047 1957985 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/client.crt with IP's: []
I0327 23:56:54.650005 1957985 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/client.crt ...
I0327 23:56:54.650036 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/client.crt: {Name:mk72e30acf2bf9a7152dc3fbf5db1dd30cbec821 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:54.650223 1957985 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/client.key ...
I0327 23:56:54.650237 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/client.key: {Name:mk23530e1a3f8c4c266f8dbc3412ebc17297e558 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:54.650857 1957985 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.key.a47cdf3f
I0327 23:56:54.650881 1957985 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.crt.a47cdf3f with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0327 23:56:55.109785 1957985 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.crt.a47cdf3f ...
I0327 23:56:55.109819 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.crt.a47cdf3f: {Name:mkdb5d7599b3b845f49ee9d8ca83968b8a936680 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:55.110685 1957985 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.key.a47cdf3f ...
I0327 23:56:55.110709 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.key.a47cdf3f: {Name:mkcf6dc97e40955d49dfca8aa8d37604bc67f21b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:55.111331 1957985 certs.go:381] copying /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.crt.a47cdf3f -> /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.crt
I0327 23:56:55.111436 1957985 certs.go:385] copying /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.key.a47cdf3f -> /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.key
I0327 23:56:55.111499 1957985 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.key
I0327 23:56:55.111522 1957985 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.crt with IP's: []
I0327 23:56:55.681366 1957985 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.crt ...
I0327 23:56:55.681398 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.crt: {Name:mkd455035484f5918f196672dd737af39c96f54d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:55.681587 1957985 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.key ...
I0327 23:56:55.681601 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.key: {Name:mkd1b6a6029d28676002d627bff2049924cd310c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:56:55.682465 1957985 certs.go:484] found cert: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca-key.pem (1679 bytes)
I0327 23:56:55.682516 1957985 certs.go:484] found cert: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/ca.pem (1078 bytes)
I0327 23:56:55.682541 1957985 certs.go:484] found cert: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/cert.pem (1123 bytes)
I0327 23:56:55.682578 1957985 certs.go:484] found cert: /home/jenkins/minikube-integration/18158-1951721/.minikube/certs/key.pem (1675 bytes)
I0327 23:56:55.683216 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0327 23:56:55.707109 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0327 23:56:55.730560 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0327 23:56:55.754363 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0327 23:56:55.777308 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0327 23:56:55.801373 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0327 23:56:55.824193 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0327 23:56:55.847847 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/profiles/addons-482679/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0327 23:56:55.871080 1957985 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18158-1951721/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0327 23:56:55.895885 1957985 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (752 bytes)
I0327 23:56:55.913679 1957985 ssh_runner.go:195] Run: openssl version
I0327 23:56:55.919049 1957985 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 23:56:55.928642 1957985 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0327 23:56:55.932036 1957985 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 27 23:56 /usr/share/ca-certificates/minikubeCA.pem
I0327 23:56:55.932126 1957985 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0327 23:56:55.939751 1957985 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 23:56:55.949991 1957985 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0327 23:56:55.954371 1957985 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 23:56:55.954459 1957985 kubeadm.go:391] StartCluster: {Name:addons-482679 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-482679 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:
[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:
SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0327 23:56:55.954558 1957985 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0327 23:56:55.954659 1957985 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0327 23:56:55.996574 1957985 cri.go:89] found id: ""
I0327 23:56:55.996694 1957985 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0327 23:56:56.010704 1957985 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0327 23:56:56.019982 1957985 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0327 23:56:56.020112 1957985 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 23:56:56.029323 1957985 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 23:56:56.029349 1957985 kubeadm.go:156] found existing configuration files:
I0327 23:56:56.029413 1957985 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0327 23:56:56.038585 1957985 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 23:56:56.038655 1957985 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0327 23:56:56.046826 1957985 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0327 23:56:56.055554 1957985 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 23:56:56.055670 1957985 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0327 23:56:56.064647 1957985 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0327 23:56:56.073852 1957985 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 23:56:56.073940 1957985 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0327 23:56:56.082254 1957985 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0327 23:56:56.091042 1957985 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 23:56:56.091112 1957985 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0327 23:56:56.099561 1957985 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 23:56:56.148754 1957985 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
I0327 23:56:56.149071 1957985 kubeadm.go:309] [preflight] Running pre-flight checks
I0327 23:56:56.191118 1957985 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0327 23:56:56.191190 1957985 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1056-aws[0m
I0327 23:56:56.191228 1957985 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0327 23:56:56.191278 1957985 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0327 23:56:56.191334 1957985 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0327 23:56:56.191385 1957985 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0327 23:56:56.191435 1957985 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0327 23:56:56.191487 1957985 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0327 23:56:56.191538 1957985 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0327 23:56:56.191585 1957985 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0327 23:56:56.191635 1957985 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0327 23:56:56.191682 1957985 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0327 23:56:56.258976 1957985 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0327 23:56:56.259112 1957985 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0327 23:56:56.259221 1957985 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0327 23:56:56.481722 1957985 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0327 23:56:56.487092 1957985 out.go:204] - Generating certificates and keys ...
I0327 23:56:56.487234 1957985 kubeadm.go:309] [certs] Using existing ca certificate authority
I0327 23:56:56.487328 1957985 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0327 23:56:57.025787 1957985 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0327 23:56:57.183213 1957985 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0327 23:56:57.535410 1957985 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0327 23:56:57.822464 1957985 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0327 23:56:58.916031 1957985 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0327 23:56:58.916353 1957985 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-482679 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0327 23:56:59.740311 1957985 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0327 23:56:59.740860 1957985 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-482679 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0327 23:56:59.924844 1957985 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0327 23:57:00.981679 1957985 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0327 23:57:01.969137 1957985 kubeadm.go:309] [certs] Generating "sa" key and public key
I0327 23:57:01.969689 1957985 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0327 23:57:02.337555 1957985 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0327 23:57:03.673618 1957985 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0327 23:57:03.991167 1957985 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0327 23:57:04.751867 1957985 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0327 23:57:05.465821 1957985 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0327 23:57:05.466459 1957985 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0327 23:57:05.470899 1957985 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0327 23:57:05.473351 1957985 out.go:204] - Booting up control plane ...
I0327 23:57:05.473448 1957985 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0327 23:57:05.473524 1957985 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0327 23:57:05.473972 1957985 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0327 23:57:05.484500 1957985 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0327 23:57:05.485374 1957985 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0327 23:57:05.485637 1957985 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0327 23:57:05.585703 1957985 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 23:57:12.593083 1957985 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.007479 seconds
I0327 23:57:12.612691 1957985 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0327 23:57:12.627285 1957985 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0327 23:57:13.155418 1957985 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0327 23:57:13.155863 1957985 kubeadm.go:309] [mark-control-plane] Marking the node addons-482679 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0327 23:57:13.667678 1957985 kubeadm.go:309] [bootstrap-token] Using token: vie3po.0q6g65kpvcijyxvl
I0327 23:57:13.669393 1957985 out.go:204] - Configuring RBAC rules ...
I0327 23:57:13.669509 1957985 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0327 23:57:13.674654 1957985 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0327 23:57:13.683741 1957985 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 23:57:13.687762 1957985 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0327 23:57:13.691573 1957985 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0327 23:57:13.695358 1957985 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0327 23:57:13.708874 1957985 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0327 23:57:13.915329 1957985 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0327 23:57:14.080675 1957985 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0327 23:57:14.082142 1957985 kubeadm.go:309]
I0327 23:57:14.082260 1957985 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0327 23:57:14.082278 1957985 kubeadm.go:309]
I0327 23:57:14.082353 1957985 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0327 23:57:14.082368 1957985 kubeadm.go:309]
I0327 23:57:14.082401 1957985 kubeadm.go:309] mkdir -p $HOME/.kube
I0327 23:57:14.082568 1957985 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0327 23:57:14.082628 1957985 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0327 23:57:14.082638 1957985 kubeadm.go:309]
I0327 23:57:14.082691 1957985 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0327 23:57:14.082700 1957985 kubeadm.go:309]
I0327 23:57:14.082746 1957985 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0327 23:57:14.082753 1957985 kubeadm.go:309]
I0327 23:57:14.082804 1957985 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0327 23:57:14.082890 1957985 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0327 23:57:14.082961 1957985 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0327 23:57:14.082971 1957985 kubeadm.go:309]
I0327 23:57:14.083053 1957985 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0327 23:57:14.083131 1957985 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0327 23:57:14.083140 1957985 kubeadm.go:309]
I0327 23:57:14.083222 1957985 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token vie3po.0q6g65kpvcijyxvl \
I0327 23:57:14.083326 1957985 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:3196aff351ef2c125525871fc87785f4c92e902d09ef7d39825c387aa49fa380 \
I0327 23:57:14.083351 1957985 kubeadm.go:309] --control-plane
I0327 23:57:14.083368 1957985 kubeadm.go:309]
I0327 23:57:14.083564 1957985 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0327 23:57:14.083576 1957985 kubeadm.go:309]
I0327 23:57:14.083659 1957985 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token vie3po.0q6g65kpvcijyxvl \
I0327 23:57:14.083764 1957985 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:3196aff351ef2c125525871fc87785f4c92e902d09ef7d39825c387aa49fa380
I0327 23:57:14.086985 1957985 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 23:57:14.087199 1957985 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0327 23:57:14.087225 1957985 cni.go:84] Creating CNI manager for ""
I0327 23:57:14.087248 1957985 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0327 23:57:14.090370 1957985 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0327 23:57:14.091804 1957985 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0327 23:57:14.098009 1957985 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.29.3/kubectl ...
I0327 23:57:14.098034 1957985 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0327 23:57:14.137062 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0327 23:57:14.464355 1957985 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0327 23:57:14.464488 1957985 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 23:57:14.464600 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-482679 minikube.k8s.io/updated_at=2024_03_27T23_57_14_0700 minikube.k8s.io/version=v1.33.0-beta.0 minikube.k8s.io/commit=df52f6f8e24b930a4c903cebb17d11a580ef5873 minikube.k8s.io/name=addons-482679 minikube.k8s.io/primary=true
I0327 23:57:14.609612 1957985 ops.go:34] apiserver oom_adj: -16
I0327 23:57:14.609746 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:15.110620 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:15.610381 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:16.110601 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:16.609933 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:17.110417 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:17.609896 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:18.110012 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:18.610643 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:19.109882 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:19.609848 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:20.110270 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:20.610704 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:21.110312 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:21.610685 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:22.110702 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:22.610070 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:23.110373 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:23.610499 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:24.110242 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:24.610184 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:25.110857 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:25.609827 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:26.110379 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:26.610209 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:27.110642 1957985 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0327 23:57:27.222458 1957985 kubeadm.go:1107] duration metric: took 12.758015578s to wait for elevateKubeSystemPrivileges
W0327 23:57:27.222489 1957985 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0327 23:57:27.222496 1957985 kubeadm.go:393] duration metric: took 31.268068211s to StartCluster
I0327 23:57:27.222512 1957985 settings.go:142] acquiring lock: {Name:mk8bd0eb5f984b7df18eb5fe3af15aec887e343a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:57:27.222986 1957985 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18158-1951721/kubeconfig
I0327 23:57:27.223372 1957985 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18158-1951721/kubeconfig: {Name:mk4e0e309c01b086d75fed1e6a33183905fae8ed Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0327 23:57:27.223553 1957985 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0327 23:57:27.225347 1957985 out.go:177] * Verifying Kubernetes components...
I0327 23:57:27.223633 1957985 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 23:57:27.223794 1957985 config.go:182] Loaded profile config "addons-482679": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0327 23:57:27.223802 1957985 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 23:57:27.227241 1957985 addons.go:69] Setting yakd=true in profile "addons-482679"
I0327 23:57:27.227271 1957985 addons.go:234] Setting addon yakd=true in "addons-482679"
I0327 23:57:27.227301 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.227753 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.227911 1957985 addons.go:69] Setting ingress=true in profile "addons-482679"
I0327 23:57:27.227931 1957985 addons.go:234] Setting addon ingress=true in "addons-482679"
I0327 23:57:27.227958 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.228349 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.229460 1957985 addons.go:69] Setting ingress-dns=true in profile "addons-482679"
I0327 23:57:27.229492 1957985 addons.go:234] Setting addon ingress-dns=true in "addons-482679"
I0327 23:57:27.229522 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.229969 1957985 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0327 23:57:27.230161 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.232584 1957985 addons.go:69] Setting cloud-spanner=true in profile "addons-482679"
I0327 23:57:27.232758 1957985 addons.go:234] Setting addon cloud-spanner=true in "addons-482679"
I0327 23:57:27.232889 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.233798 1957985 addons.go:69] Setting inspektor-gadget=true in profile "addons-482679"
I0327 23:57:27.233822 1957985 addons.go:234] Setting addon inspektor-gadget=true in "addons-482679"
I0327 23:57:27.233848 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.234398 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.234928 1957985 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-482679"
I0327 23:57:27.234995 1957985 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-482679"
I0327 23:57:27.235033 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.244245 1957985 addons.go:69] Setting metrics-server=true in profile "addons-482679"
I0327 23:57:27.244376 1957985 addons.go:234] Setting addon metrics-server=true in "addons-482679"
I0327 23:57:27.244451 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.245043 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.245317 1957985 addons.go:69] Setting default-storageclass=true in profile "addons-482679"
I0327 23:57:27.245369 1957985 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-482679"
I0327 23:57:27.245641 1957985 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-482679"
I0327 23:57:27.245683 1957985 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-482679"
I0327 23:57:27.245734 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.255223 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.255551 1957985 addons.go:69] Setting gcp-auth=true in profile "addons-482679"
I0327 23:57:27.255640 1957985 mustload.go:65] Loading cluster: addons-482679
I0327 23:57:27.262041 1957985 config.go:182] Loaded profile config "addons-482679": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.29.3
I0327 23:57:27.262447 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.268619 1957985 addons.go:69] Setting registry=true in profile "addons-482679"
I0327 23:57:27.268655 1957985 addons.go:234] Setting addon registry=true in "addons-482679"
I0327 23:57:27.268696 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.269113 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.256300 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.285461 1957985 addons.go:69] Setting storage-provisioner=true in profile "addons-482679"
I0327 23:57:27.285493 1957985 addons.go:234] Setting addon storage-provisioner=true in "addons-482679"
I0327 23:57:27.285530 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.256826 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.310242 1957985 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-482679"
I0327 23:57:27.310320 1957985 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-482679"
I0327 23:57:27.284037 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.316817 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.336780 1957985 addons.go:69] Setting volumesnapshots=true in profile "addons-482679"
I0327 23:57:27.336874 1957985 addons.go:234] Setting addon volumesnapshots=true in "addons-482679"
I0327 23:57:27.336941 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.337453 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.344804 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.379758 1957985 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 23:57:27.382116 1957985 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0327 23:57:27.383778 1957985 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 23:57:27.388324 1957985 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0327 23:57:27.388346 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0327 23:57:27.388412 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.395062 1957985 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0327 23:57:27.401554 1957985 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
I0327 23:57:27.431014 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0327 23:57:27.431038 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0327 23:57:27.431106 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.457358 1957985 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0327 23:57:27.472209 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0327 23:57:27.420936 1957985 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0327 23:57:27.420949 1957985 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0327 23:57:27.465953 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.467412 1957985 addons.go:234] Setting addon default-storageclass=true in "addons-482679"
I0327 23:57:27.472184 1957985 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0327 23:57:27.478334 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0327 23:57:27.481667 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.481680 1957985 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0327 23:57:27.481690 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0327 23:57:27.486141 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0327 23:57:27.486216 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.488415 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.488511 1957985 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0327 23:57:27.488517 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0327 23:57:27.488546 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.490008 1957985 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0327 23:57:27.490014 1957985 out.go:177] - Using image docker.io/registry:2.8.3
I0327 23:57:27.511080 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0327 23:57:27.514086 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0327 23:57:27.511303 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0327 23:57:27.497431 1957985 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0327 23:57:27.517546 1957985 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-482679"
I0327 23:57:27.518156 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.520419 1957985 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0327 23:57:27.520432 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0327 23:57:27.523347 1957985 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0327 23:57:27.523447 1957985 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0327 23:57:27.523503 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:27.526703 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0327 23:57:27.528034 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0327 23:57:27.528619 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.531201 1957985 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0327 23:57:27.535322 1957985 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0327 23:57:27.535341 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0327 23:57:27.535405 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.533628 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:27.542156 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.550776 1957985 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0327 23:57:27.550797 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0327 23:57:27.550860 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.528246 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0327 23:57:27.558100 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.572874 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0327 23:57:27.583602 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0327 23:57:27.585574 1957985 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0327 23:57:27.528226 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.590264 1957985 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0327 23:57:27.590298 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0327 23:57:27.590387 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.611068 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.612223 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.659870 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.699710 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.710290 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.741307 1957985 out.go:177] - Using image docker.io/busybox:stable
I0327 23:57:27.739006 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.745757 1957985 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0327 23:57:27.744789 1957985 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 23:57:27.744840 1957985 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0327 23:57:27.746467 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.748329 1957985 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0327 23:57:27.748564 1957985 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0327 23:57:27.748578 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0327 23:57:27.748682 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.749971 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0327 23:57:27.750062 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:27.754927 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.757622 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.772715 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.805655 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.807219 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:27.934291 1957985 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0327 23:57:27.934315 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0327 23:57:27.978178 1957985 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 23:57:28.001946 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0327 23:57:28.001973 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0327 23:57:28.100684 1957985 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 23:57:28.144313 1957985 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0327 23:57:28.144341 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0327 23:57:28.171939 1957985 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 23:57:28.180074 1957985 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0327 23:57:28.180153 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0327 23:57:28.182570 1957985 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 23:57:28.191360 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0327 23:57:28.191422 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0327 23:57:28.217475 1957985 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 23:57:28.221210 1957985 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 23:57:28.257804 1957985 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0327 23:57:28.257885 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0327 23:57:28.296301 1957985 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0327 23:57:28.296382 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0327 23:57:28.325749 1957985 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0327 23:57:28.325820 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0327 23:57:28.395506 1957985 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0327 23:57:28.395585 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0327 23:57:28.416043 1957985 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0327 23:57:28.416141 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0327 23:57:28.453510 1957985 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 23:57:28.463451 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0327 23:57:28.463521 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0327 23:57:28.625661 1957985 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0327 23:57:28.625723 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0327 23:57:28.644932 1957985 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0327 23:57:28.644955 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0327 23:57:28.710615 1957985 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 23:57:28.715727 1957985 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0327 23:57:28.715795 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0327 23:57:28.739619 1957985 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0327 23:57:28.739685 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0327 23:57:28.774006 1957985 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0327 23:57:28.774075 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0327 23:57:28.815095 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0327 23:57:28.815171 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0327 23:57:28.864647 1957985 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0327 23:57:28.864719 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0327 23:57:28.884574 1957985 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0327 23:57:28.884636 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0327 23:57:29.088013 1957985 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0327 23:57:29.088095 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0327 23:57:29.115008 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0327 23:57:29.115081 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0327 23:57:29.132340 1957985 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 23:57:29.354268 1957985 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0327 23:57:29.354342 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0327 23:57:29.356980 1957985 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 23:57:29.359220 1957985 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0327 23:57:29.359290 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0327 23:57:29.513392 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0327 23:57:29.513465 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0327 23:57:29.532342 1957985 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 23:57:29.624190 1957985 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0327 23:57:29.624265 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0327 23:57:29.776965 1957985 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0327 23:57:29.777040 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0327 23:57:29.848984 1957985 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0327 23:57:29.849056 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0327 23:57:30.015005 1957985 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0327 23:57:30.015086 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0327 23:57:30.043765 1957985 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 23:57:30.145147 1957985 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.396759052s)
I0327 23:57:30.145442 1957985 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 -": (2.397402715s)
I0327 23:57:30.145600 1957985 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0327 23:57:30.147537 1957985 node_ready.go:35] waiting up to 6m0s for node "addons-482679" to be "Ready" ...
I0327 23:57:30.155281 1957985 node_ready.go:49] node "addons-482679" has status "Ready":"True"
I0327 23:57:30.155314 1957985 node_ready.go:38] duration metric: took 7.683329ms for node "addons-482679" to be "Ready" ...
I0327 23:57:30.155327 1957985 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 23:57:30.174255 1957985 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-g8vgw" in "kube-system" namespace to be "Ready" ...
I0327 23:57:30.275326 1957985 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0327 23:57:30.275389 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0327 23:57:30.505856 1957985 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0327 23:57:30.505939 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0327 23:57:30.671787 1957985 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-482679" context rescaled to 1 replicas
I0327 23:57:30.916049 1957985 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0327 23:57:30.916128 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0327 23:57:31.300438 1957985 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 23:57:32.205497 1957985 pod_ready.go:102] pod "coredns-76f75df574-g8vgw" in "kube-system" namespace has status "Ready":"False"
I0327 23:57:34.495559 1957985 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0327 23:57:34.495723 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:34.518301 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:34.708805 1957985 pod_ready.go:102] pod "coredns-76f75df574-g8vgw" in "kube-system" namespace has status "Ready":"False"
I0327 23:57:34.841969 1957985 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0327 23:57:34.929385 1957985 addons.go:234] Setting addon gcp-auth=true in "addons-482679"
I0327 23:57:34.929438 1957985 host.go:66] Checking if "addons-482679" exists ...
I0327 23:57:34.929869 1957985 cli_runner.go:164] Run: docker container inspect addons-482679 --format={{.State.Status}}
I0327 23:57:34.952436 1957985 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0327 23:57:34.952492 1957985 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-482679
I0327 23:57:34.974226 1957985 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35039 SSHKeyPath:/home/jenkins/minikube-integration/18158-1951721/.minikube/machines/addons-482679/id_rsa Username:docker}
I0327 23:57:35.148895 1957985 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.170677415s)
I0327 23:57:35.148943 1957985 addons.go:470] Verifying addon ingress=true in "addons-482679"
I0327 23:57:35.161582 1957985 out.go:177] * Verifying ingress addon...
I0327 23:57:35.149117 1957985 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: (7.048404811s)
I0327 23:57:35.149210 1957985 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: (6.97714425s)
I0327 23:57:35.149273 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.966646343s)
I0327 23:57:35.149294 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (6.93174845s)
I0327 23:57:35.149340 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.928060704s)
I0327 23:57:35.149393 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.695801618s)
I0327 23:57:35.149424 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.438747064s)
I0327 23:57:35.149495 1957985 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: (6.017079691s)
I0327 23:57:35.149611 1957985 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: (5.792556906s)
I0327 23:57:35.149730 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.61731294s)
I0327 23:57:35.149797 1957985 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.105961734s)
I0327 23:57:35.178948 1957985 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0327 23:57:35.179338 1957985 addons.go:470] Verifying addon registry=true in "addons-482679"
I0327 23:57:35.186783 1957985 out.go:177] * Verifying registry addon...
I0327 23:57:35.179509 1957985 addons.go:470] Verifying addon metrics-server=true in "addons-482679"
W0327 23:57:35.179558 1957985 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 23:57:35.198136 1957985 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0327 23:57:35.199666 1957985 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-482679 service yakd-dashboard -n yakd-dashboard
I0327 23:57:35.199832 1957985 retry.go:31] will retry after 186.444737ms: 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 23:57:35.230717 1957985 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0327 23:57:35.231674 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:35.231640 1957985 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0327 23:57:35.231761 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0327 23:57:35.243224 1957985 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0327 23:57:35.388741 1957985 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 23:57:35.688376 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:35.705521 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:36.200757 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:36.210021 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:36.578515 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.27797928s)
I0327 23:57:36.578550 1957985 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-482679"
I0327 23:57:36.580497 1957985 out.go:177] * Verifying csi-hostpath-driver addon...
I0327 23:57:36.578750 1957985 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.626287685s)
I0327 23:57:36.582879 1957985 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0327 23:57:36.584923 1957985 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0327 23:57:36.587098 1957985 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0327 23:57:36.589588 1957985 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0327 23:57:36.589610 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0327 23:57:36.595735 1957985 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0327 23:57:36.595764 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:36.623828 1957985 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0327 23:57:36.623853 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0327 23:57:36.662811 1957985 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0327 23:57:36.662836 1957985 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0327 23:57:36.683540 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:36.704103 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:36.711522 1957985 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 23:57:37.088490 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:37.180690 1957985 pod_ready.go:102] pod "coredns-76f75df574-g8vgw" in "kube-system" namespace has status "Ready":"False"
I0327 23:57:37.184333 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:37.204926 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:37.219216 1957985 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.830422265s)
I0327 23:57:37.618255 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:37.621379 1957985 addons.go:470] Verifying addon gcp-auth=true in "addons-482679"
I0327 23:57:37.623385 1957985 out.go:177] * Verifying gcp-auth addon...
I0327 23:57:37.627056 1957985 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0327 23:57:37.668288 1957985 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0327 23:57:37.668314 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:37.690236 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:37.706755 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:38.089726 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:38.133654 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:38.185878 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:38.204702 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:38.588421 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:38.630966 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:38.684055 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:38.704472 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:39.088427 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:39.131502 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:39.186694 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:39.187060 1957985 pod_ready.go:102] pod "coredns-76f75df574-g8vgw" in "kube-system" namespace has status "Ready":"False"
I0327 23:57:39.206210 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:39.588884 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:39.631666 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:39.681916 1957985 pod_ready.go:92] pod "coredns-76f75df574-g8vgw" in "kube-system" namespace has status "Ready":"True"
I0327 23:57:39.681942 1957985 pod_ready.go:81] duration metric: took 9.507605067s for pod "coredns-76f75df574-g8vgw" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.681955 1957985 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-vjc9g" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.685961 1957985 pod_ready.go:97] error getting pod "coredns-76f75df574-vjc9g" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-vjc9g" not found
I0327 23:57:39.685987 1957985 pod_ready.go:81] duration metric: took 4.025155ms for pod "coredns-76f75df574-vjc9g" in "kube-system" namespace to be "Ready" ...
E0327 23:57:39.685997 1957985 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-76f75df574-vjc9g" in "kube-system" namespace (skipping!): pods "coredns-76f75df574-vjc9g" not found
I0327 23:57:39.686005 1957985 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.687655 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:39.692381 1957985 pod_ready.go:92] pod "etcd-addons-482679" in "kube-system" namespace has status "Ready":"True"
I0327 23:57:39.692409 1957985 pod_ready.go:81] duration metric: took 6.396847ms for pod "etcd-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.692423 1957985 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.698268 1957985 pod_ready.go:92] pod "kube-apiserver-addons-482679" in "kube-system" namespace has status "Ready":"True"
I0327 23:57:39.698294 1957985 pod_ready.go:81] duration metric: took 5.863165ms for pod "kube-apiserver-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.698304 1957985 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.707313 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:39.707824 1957985 pod_ready.go:92] pod "kube-controller-manager-addons-482679" in "kube-system" namespace has status "Ready":"True"
I0327 23:57:39.707849 1957985 pod_ready.go:81] duration metric: took 9.537462ms for pod "kube-controller-manager-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.707860 1957985 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-27xjv" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.879488 1957985 pod_ready.go:92] pod "kube-proxy-27xjv" in "kube-system" namespace has status "Ready":"True"
I0327 23:57:39.879514 1957985 pod_ready.go:81] duration metric: took 171.645903ms for pod "kube-proxy-27xjv" in "kube-system" namespace to be "Ready" ...
I0327 23:57:39.879527 1957985 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:40.089793 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:40.130935 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:40.184716 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:40.204805 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:40.278675 1957985 pod_ready.go:92] pod "kube-scheduler-addons-482679" in "kube-system" namespace has status "Ready":"True"
I0327 23:57:40.278750 1957985 pod_ready.go:81] duration metric: took 399.213739ms for pod "kube-scheduler-addons-482679" in "kube-system" namespace to be "Ready" ...
I0327 23:57:40.278777 1957985 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-mrhg6" in "kube-system" namespace to be "Ready" ...
I0327 23:57:40.589640 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:40.631421 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:40.678303 1957985 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-mrhg6" in "kube-system" namespace has status "Ready":"True"
I0327 23:57:40.678330 1957985 pod_ready.go:81] duration metric: took 399.531497ms for pod "nvidia-device-plugin-daemonset-mrhg6" in "kube-system" namespace to be "Ready" ...
I0327 23:57:40.678340 1957985 pod_ready.go:38] duration metric: took 10.522998679s 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 23:57:40.678357 1957985 api_server.go:52] waiting for apiserver process to appear ...
I0327 23:57:40.678469 1957985 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0327 23:57:40.683369 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:40.695240 1957985 api_server.go:72] duration metric: took 13.47165881s to wait for apiserver process to appear ...
I0327 23:57:40.695266 1957985 api_server.go:88] waiting for apiserver healthz status ...
I0327 23:57:40.695286 1957985 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0327 23:57:40.702817 1957985 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0327 23:57:40.703949 1957985 api_server.go:141] control plane version: v1.29.3
I0327 23:57:40.703977 1957985 api_server.go:131] duration metric: took 8.703893ms to wait for apiserver health ...
I0327 23:57:40.703987 1957985 system_pods.go:43] waiting for kube-system pods to appear ...
I0327 23:57:40.707066 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:40.885191 1957985 system_pods.go:59] 18 kube-system pods found
I0327 23:57:40.885229 1957985 system_pods.go:61] "coredns-76f75df574-g8vgw" [867c0aa5-1d07-4ff2-be4b-9ed7ce403871] Running
I0327 23:57:40.885238 1957985 system_pods.go:61] "csi-hostpath-attacher-0" [daf424b4-f84b-4a6a-a011-4bfa22212b97] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0327 23:57:40.885247 1957985 system_pods.go:61] "csi-hostpath-resizer-0" [7f638b92-85f4-415f-a924-86650cfe8dfb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0327 23:57:40.885256 1957985 system_pods.go:61] "csi-hostpathplugin-6lzmh" [df3aa80c-fed2-47a2-b856-111e7de3128b] 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 23:57:40.885262 1957985 system_pods.go:61] "etcd-addons-482679" [f70527f9-6a15-4ab5-8778-24cee184984b] Running
I0327 23:57:40.885267 1957985 system_pods.go:61] "kindnet-425ft" [54e31491-ad3f-4dab-8464-853f25f30101] Running
I0327 23:57:40.885271 1957985 system_pods.go:61] "kube-apiserver-addons-482679" [1502c7af-0780-41fa-a22e-6c294015cca2] Running
I0327 23:57:40.885283 1957985 system_pods.go:61] "kube-controller-manager-addons-482679" [7de1d5fa-2fc1-4214-8882-e6338a7d0b2c] Running
I0327 23:57:40.885292 1957985 system_pods.go:61] "kube-ingress-dns-minikube" [ba1e77e0-74b3-4260-8083-f6d10de6cff7] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0327 23:57:40.885303 1957985 system_pods.go:61] "kube-proxy-27xjv" [2251c29f-a21a-47c4-bbde-6205c6556081] Running
I0327 23:57:40.885307 1957985 system_pods.go:61] "kube-scheduler-addons-482679" [6da7eaa9-257a-4896-afb6-860a4d96f8fe] Running
I0327 23:57:40.885313 1957985 system_pods.go:61] "metrics-server-69cf46c98-txgn5" [e0e41c2b-b28d-474c-81f6-204fae8b58f6] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0327 23:57:40.885318 1957985 system_pods.go:61] "nvidia-device-plugin-daemonset-mrhg6" [aa83998b-3a9a-4746-abdb-f97f818000d6] Running
I0327 23:57:40.885324 1957985 system_pods.go:61] "registry-c6js5" [f3baf2dc-389c-478c-8148-510e917e380b] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0327 23:57:40.885330 1957985 system_pods.go:61] "registry-proxy-mgwql" [5d95c02e-cd9e-4a2f-8b0b-0e6e7f131536] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0327 23:57:40.885339 1957985 system_pods.go:61] "snapshot-controller-58dbcc7b99-j6jxb" [f5f560d1-85b1-4430-9933-76522bc5156a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 23:57:40.885347 1957985 system_pods.go:61] "snapshot-controller-58dbcc7b99-xf7gf" [90d05ce1-64eb-425c-a5c3-9cc16d6d5458] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 23:57:40.885356 1957985 system_pods.go:61] "storage-provisioner" [ceceb59c-5b5a-4651-83fe-54d165f371b0] Running
I0327 23:57:40.885363 1957985 system_pods.go:74] duration metric: took 181.370433ms to wait for pod list to return data ...
I0327 23:57:40.885379 1957985 default_sa.go:34] waiting for default service account to be created ...
I0327 23:57:41.078236 1957985 default_sa.go:45] found service account: "default"
I0327 23:57:41.078266 1957985 default_sa.go:55] duration metric: took 192.878418ms for default service account to be created ...
I0327 23:57:41.078277 1957985 system_pods.go:116] waiting for k8s-apps to be running ...
I0327 23:57:41.089828 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:41.131353 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:41.184086 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:41.205530 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:41.284836 1957985 system_pods.go:86] 18 kube-system pods found
I0327 23:57:41.284869 1957985 system_pods.go:89] "coredns-76f75df574-g8vgw" [867c0aa5-1d07-4ff2-be4b-9ed7ce403871] Running
I0327 23:57:41.284880 1957985 system_pods.go:89] "csi-hostpath-attacher-0" [daf424b4-f84b-4a6a-a011-4bfa22212b97] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0327 23:57:41.284887 1957985 system_pods.go:89] "csi-hostpath-resizer-0" [7f638b92-85f4-415f-a924-86650cfe8dfb] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0327 23:57:41.284942 1957985 system_pods.go:89] "csi-hostpathplugin-6lzmh" [df3aa80c-fed2-47a2-b856-111e7de3128b] 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 23:57:41.284949 1957985 system_pods.go:89] "etcd-addons-482679" [f70527f9-6a15-4ab5-8778-24cee184984b] Running
I0327 23:57:41.284959 1957985 system_pods.go:89] "kindnet-425ft" [54e31491-ad3f-4dab-8464-853f25f30101] Running
I0327 23:57:41.284964 1957985 system_pods.go:89] "kube-apiserver-addons-482679" [1502c7af-0780-41fa-a22e-6c294015cca2] Running
I0327 23:57:41.284968 1957985 system_pods.go:89] "kube-controller-manager-addons-482679" [7de1d5fa-2fc1-4214-8882-e6338a7d0b2c] Running
I0327 23:57:41.284990 1957985 system_pods.go:89] "kube-ingress-dns-minikube" [ba1e77e0-74b3-4260-8083-f6d10de6cff7] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0327 23:57:41.285003 1957985 system_pods.go:89] "kube-proxy-27xjv" [2251c29f-a21a-47c4-bbde-6205c6556081] Running
I0327 23:57:41.285009 1957985 system_pods.go:89] "kube-scheduler-addons-482679" [6da7eaa9-257a-4896-afb6-860a4d96f8fe] Running
I0327 23:57:41.285018 1957985 system_pods.go:89] "metrics-server-69cf46c98-txgn5" [e0e41c2b-b28d-474c-81f6-204fae8b58f6] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0327 23:57:41.285023 1957985 system_pods.go:89] "nvidia-device-plugin-daemonset-mrhg6" [aa83998b-3a9a-4746-abdb-f97f818000d6] Running
I0327 23:57:41.285038 1957985 system_pods.go:89] "registry-c6js5" [f3baf2dc-389c-478c-8148-510e917e380b] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0327 23:57:41.285045 1957985 system_pods.go:89] "registry-proxy-mgwql" [5d95c02e-cd9e-4a2f-8b0b-0e6e7f131536] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0327 23:57:41.285070 1957985 system_pods.go:89] "snapshot-controller-58dbcc7b99-j6jxb" [f5f560d1-85b1-4430-9933-76522bc5156a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 23:57:41.285091 1957985 system_pods.go:89] "snapshot-controller-58dbcc7b99-xf7gf" [90d05ce1-64eb-425c-a5c3-9cc16d6d5458] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0327 23:57:41.285108 1957985 system_pods.go:89] "storage-provisioner" [ceceb59c-5b5a-4651-83fe-54d165f371b0] Running
I0327 23:57:41.285124 1957985 system_pods.go:126] duration metric: took 206.839589ms to wait for k8s-apps to be running ...
I0327 23:57:41.285132 1957985 system_svc.go:44] waiting for kubelet service to be running ....
I0327 23:57:41.285208 1957985 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0327 23:57:41.297420 1957985 system_svc.go:56] duration metric: took 12.278712ms WaitForService to wait for kubelet
I0327 23:57:41.297450 1957985 kubeadm.go:576] duration metric: took 14.073873624s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0327 23:57:41.297472 1957985 node_conditions.go:102] verifying NodePressure condition ...
I0327 23:57:41.478862 1957985 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0327 23:57:41.478898 1957985 node_conditions.go:123] node cpu capacity is 2
I0327 23:57:41.478913 1957985 node_conditions.go:105] duration metric: took 181.435237ms to run NodePressure ...
I0327 23:57:41.478947 1957985 start.go:240] waiting for startup goroutines ...
I0327 23:57:41.589817 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:41.631066 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:41.684561 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:41.704678 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:42.093736 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:42.137208 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:42.189655 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:42.216503 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:42.589767 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:42.631531 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:42.684317 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:42.705154 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:43.089685 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:43.131794 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:43.184234 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:43.205398 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:43.590150 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:43.631937 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:43.684659 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:43.704123 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:44.091764 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:44.132215 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:44.183789 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:44.205389 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:44.591428 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:44.631103 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:44.683582 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:44.705498 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:45.099434 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:45.150086 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:45.187584 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:45.219200 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:45.588931 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:45.630540 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:45.684251 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:45.705509 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:46.089575 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:46.131460 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:46.184585 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:46.205838 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:46.590089 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:46.631326 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:46.684522 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:46.704275 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:47.089813 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:47.131566 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:47.184516 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:47.204961 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:47.589391 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:47.630805 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:47.683867 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:47.704315 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:48.088598 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:48.132660 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:48.184264 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:48.205122 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:48.591898 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:48.631327 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:48.684612 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:48.707063 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:49.089605 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:49.131522 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:49.184440 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:49.205407 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:49.589809 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:49.631738 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:49.684351 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:49.705455 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:50.090143 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:50.134163 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:50.191355 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:50.205859 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:50.589042 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:50.631373 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:50.684909 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:50.704229 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:51.088935 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:51.131068 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:51.184013 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:51.204887 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0327 23:57:51.588895 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:51.631209 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:51.684073 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:51.704810 1957985 kapi.go:107] duration metric: took 16.506672994s to wait for kubernetes.io/minikube-addons=registry ...
I0327 23:57:52.089435 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:52.131101 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:52.184899 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:52.589103 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:52.631488 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:52.684695 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:53.089508 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:53.130810 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:53.186065 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:53.589432 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:53.631458 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:53.688210 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:54.089435 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:54.131407 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:54.183982 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:54.595815 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:54.641096 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:54.693899 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:55.090267 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:55.131826 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:55.185136 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:55.588826 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:55.631280 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:55.684519 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:56.089118 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:56.131615 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:56.184375 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:56.588991 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:56.630780 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:56.684805 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:57.089267 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:57.131330 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:57.184385 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:57.588407 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:57.631070 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:57.685063 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:58.089831 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:58.131442 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:58.184346 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:58.590038 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:58.631213 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:58.684086 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:59.089169 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:59.131636 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:59.184236 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:57:59.589365 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:57:59.631640 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:57:59.685328 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:00.093621 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:00.162082 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:00.246896 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:00.623347 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:00.630914 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:00.684121 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:01.089353 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:01.134350 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:01.190378 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:01.592549 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:01.630705 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:01.684036 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:02.090532 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:02.135285 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:02.184980 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:02.592689 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:02.633800 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:02.698700 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:03.088838 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:03.131293 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:03.189202 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:03.589060 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:03.631023 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:03.683818 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:04.089387 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:04.131446 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:04.183752 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:04.590420 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:04.631652 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:04.683767 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:05.089173 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:05.131714 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:05.184442 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:05.589201 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:05.641646 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:05.684671 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:06.089560 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:06.131645 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:06.184219 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:06.588844 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:06.638478 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:06.685385 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:07.089074 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:07.133530 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:07.184801 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:07.588207 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:07.634182 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:07.684232 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:08.088933 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:08.131609 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:08.184207 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:08.589372 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:08.631662 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:08.694051 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:09.094524 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:09.131042 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:09.185379 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:09.590870 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:09.632311 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:09.684635 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:10.094764 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:10.131390 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:10.184973 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:10.588708 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:10.631357 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:10.684939 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:11.093251 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:11.131120 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:11.183802 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:11.588432 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:11.631218 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:11.683707 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:12.089534 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:12.131603 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:12.184358 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:12.589220 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:12.630791 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:12.684409 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:13.089870 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:13.133395 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:13.184044 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:13.588812 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:13.632242 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:13.684187 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:14.090157 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:14.131480 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:14.184594 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:14.589039 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:14.630924 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:14.683607 1957985 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0327 23:58:15.089573 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:15.132383 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:15.184917 1957985 kapi.go:107] duration metric: took 40.005966245s to wait for app.kubernetes.io/name=ingress-nginx ...
I0327 23:58:15.589892 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:15.633868 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:16.089789 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:16.131634 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:16.588703 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:16.631328 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:17.090082 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:17.131811 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:17.589086 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:17.630966 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0327 23:58:18.088684 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:18.135691 1957985 kapi.go:107] duration metric: took 40.508633342s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0327 23:58:18.138955 1957985 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-482679 cluster.
I0327 23:58:18.141002 1957985 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 23:58:18.143346 1957985 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0327 23:58:18.589454 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:19.087859 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:19.588349 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:20.089519 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:20.588850 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:21.089115 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:21.588657 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:22.088340 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:22.589325 1957985 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0327 23:58:23.089059 1957985 kapi.go:107] duration metric: took 46.506181182s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0327 23:58:23.091027 1957985 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, nvidia-device-plugin, storage-provisioner, inspektor-gadget, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0327 23:58:23.092956 1957985 addons.go:505] duration metric: took 55.86914339s for enable addons: enabled=[cloud-spanner ingress-dns nvidia-device-plugin storage-provisioner inspektor-gadget metrics-server yakd storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0327 23:58:23.093016 1957985 start.go:245] waiting for cluster config update ...
I0327 23:58:23.093044 1957985 start.go:254] writing updated cluster config ...
I0327 23:58:23.093330 1957985 ssh_runner.go:195] Run: rm -f paused
I0327 23:58:23.421459 1957985 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
I0327 23:58:23.423220 1957985 out.go:177] * Done! kubectl is now configured to use "addons-482679" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
f92a28d2b0d0f dd1b12fcb6097 6 seconds ago Exited hello-world-app 2 7a711e53fd8c0 hello-world-app-5d77478584-zdvkh
96537110c042f b8c82647e8a25 34 seconds ago Running nginx 0 d0fda75a2f88e nginx
83571fa875da7 6ef582f3ec844 About a minute ago Running gcp-auth 0 f178f1acc2749 gcp-auth-7d69788767-52t8m
87b8f92a82a79 1a024e390dd05 About a minute ago Exited patch 0 9e5d21e49744a ingress-nginx-admission-patch-5xfh6
a81cce371563d 1a024e390dd05 About a minute ago Exited create 0 0711454d2c9b9 ingress-nginx-admission-create-f7l2t
8c99736a4ba09 20e3f2db01e81 About a minute ago Running yakd 0 29d6ac951130a yakd-dashboard-9947fc6bf-8j2mj
db3736f924eaf 7ce2150c8929b About a minute ago Running local-path-provisioner 0 96b7a84a147e4 local-path-provisioner-78b46b4d5c-ddrpj
e53c41995565f 6727f8bc3105d About a minute ago Running cloud-spanner-emulator 0 99dcb83b45862 cloud-spanner-emulator-5446596998-qpg92
2a35ab8a61e7c 2437cf7621777 About a minute ago Running coredns 0 c962d24dc543d coredns-76f75df574-g8vgw
9bcf8fe260ca0 c0cfb4ce73bda About a minute ago Running nvidia-device-plugin-ctr 0 9befe46c90a37 nvidia-device-plugin-daemonset-mrhg6
63306e1955da8 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 9eb531817361c storage-provisioner
3366eca273722 4740c1948d3fc 2 minutes ago Running kindnet-cni 0 c86668c247585 kindnet-425ft
48bf7168aaa65 0e9b4a0d1e86d 2 minutes ago Running kube-proxy 0 e8ac5e3fe9404 kube-proxy-27xjv
3bbf36bc6c552 4b51f9f6bc9b9 2 minutes ago Running kube-scheduler 0 4fbec80ba189e kube-scheduler-addons-482679
0e9919976bff8 121d70d9a3805 2 minutes ago Running kube-controller-manager 0 8fee3ecb1d006 kube-controller-manager-addons-482679
b3e82d379c9aa 014faa467e297 2 minutes ago Running etcd 0 5509c048432a7 etcd-addons-482679
def2c471b2a7f 2581114f5709d 2 minutes ago Running kube-apiserver 0 1d10a952c6d6d kube-apiserver-addons-482679
==> containerd <==
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.458397248Z" level=info msg="StopContainer for \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\" returns successfully"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.459006754Z" level=info msg="StopPodSandbox for \"a73c8f04216c728b36f45b1875d661d012d0765e00579e0ef02be1b74c57a7ad\""
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.459082675Z" level=info msg="Container to stop \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.470367999Z" level=warning msg="cleanup warnings time=\"2024-03-27T23:59:31Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9022 runtime=io.containerd.runc.v2\n"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.473710771Z" level=info msg="StopContainer for \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\" returns successfully"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.475875910Z" level=info msg="StopPodSandbox for \"6bed8194beed91b76b492e7de1011ecc8400fe49cae9a67f42d90a93dc2cbc65\""
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.476049972Z" level=info msg="Container to stop \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.520371384Z" level=info msg="shim disconnected" id=a73c8f04216c728b36f45b1875d661d012d0765e00579e0ef02be1b74c57a7ad
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.521284002Z" level=warning msg="cleaning up after shim disconnected" id=a73c8f04216c728b36f45b1875d661d012d0765e00579e0ef02be1b74c57a7ad namespace=k8s.io
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.521405511Z" level=info msg="cleaning up dead shim"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.529815137Z" level=info msg="shim disconnected" id=6bed8194beed91b76b492e7de1011ecc8400fe49cae9a67f42d90a93dc2cbc65
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.530181354Z" level=warning msg="cleaning up after shim disconnected" id=6bed8194beed91b76b492e7de1011ecc8400fe49cae9a67f42d90a93dc2cbc65 namespace=k8s.io
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.530307048Z" level=info msg="cleaning up dead shim"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.532528415Z" level=warning msg="cleanup warnings time=\"2024-03-27T23:59:31Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9076 runtime=io.containerd.runc.v2\n"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.544009389Z" level=warning msg="cleanup warnings time=\"2024-03-27T23:59:31Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9089 runtime=io.containerd.runc.v2\n"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.578895353Z" level=info msg="TearDown network for sandbox \"a73c8f04216c728b36f45b1875d661d012d0765e00579e0ef02be1b74c57a7ad\" successfully"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.578955135Z" level=info msg="StopPodSandbox for \"a73c8f04216c728b36f45b1875d661d012d0765e00579e0ef02be1b74c57a7ad\" returns successfully"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.594226672Z" level=info msg="TearDown network for sandbox \"6bed8194beed91b76b492e7de1011ecc8400fe49cae9a67f42d90a93dc2cbc65\" successfully"
Mar 27 23:59:31 addons-482679 containerd[761]: time="2024-03-27T23:59:31.594489071Z" level=info msg="StopPodSandbox for \"6bed8194beed91b76b492e7de1011ecc8400fe49cae9a67f42d90a93dc2cbc65\" returns successfully"
Mar 27 23:59:32 addons-482679 containerd[761]: time="2024-03-27T23:59:32.408001035Z" level=info msg="RemoveContainer for \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\""
Mar 27 23:59:32 addons-482679 containerd[761]: time="2024-03-27T23:59:32.426520797Z" level=info msg="RemoveContainer for \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\" returns successfully"
Mar 27 23:59:32 addons-482679 containerd[761]: time="2024-03-27T23:59:32.451920637Z" level=error msg="ContainerStatus for \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\": not found"
Mar 27 23:59:32 addons-482679 containerd[761]: time="2024-03-27T23:59:32.486684738Z" level=info msg="RemoveContainer for \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\""
Mar 27 23:59:32 addons-482679 containerd[761]: time="2024-03-27T23:59:32.499060336Z" level=info msg="RemoveContainer for \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\" returns successfully"
Mar 27 23:59:32 addons-482679 containerd[761]: time="2024-03-27T23:59:32.499651044Z" level=error msg="ContainerStatus for \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\": not found"
==> coredns [2a35ab8a61e7c79c31adadc4b51316c6cdb4b0452dbe11c81fedb4b18115ca0b] <==
[INFO] 10.244.0.19:42842 - 59084 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000062802s
[INFO] 10.244.0.19:42842 - 9694 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000070317s
[INFO] 10.244.0.19:56186 - 11385 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00251108s
[INFO] 10.244.0.19:42842 - 42528 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001297863s
[INFO] 10.244.0.19:56186 - 22905 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000162534s
[INFO] 10.244.0.19:42842 - 57273 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001066528s
[INFO] 10.244.0.19:42842 - 27836 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000108766s
[INFO] 10.244.0.19:45096 - 6514 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000109948s
[INFO] 10.244.0.19:38296 - 30539 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000056656s
[INFO] 10.244.0.19:38296 - 42076 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000131478s
[INFO] 10.244.0.19:45096 - 59091 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000064245s
[INFO] 10.244.0.19:38296 - 39562 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000086572s
[INFO] 10.244.0.19:45096 - 58255 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000047786s
[INFO] 10.244.0.19:45096 - 39124 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000046563s
[INFO] 10.244.0.19:38296 - 9214 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000051569s
[INFO] 10.244.0.19:45096 - 19296 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000047573s
[INFO] 10.244.0.19:38296 - 7191 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000050297s
[INFO] 10.244.0.19:45096 - 41448 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000047786s
[INFO] 10.244.0.19:38296 - 41843 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000049206s
[INFO] 10.244.0.19:45096 - 56446 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001519087s
[INFO] 10.244.0.19:38296 - 57806 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001866597s
[INFO] 10.244.0.19:45096 - 20499 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001129248s
[INFO] 10.244.0.19:45096 - 24967 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000082165s
[INFO] 10.244.0.19:38296 - 28149 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002116498s
[INFO] 10.244.0.19:38296 - 12514 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000519717s
==> describe nodes <==
Name: addons-482679
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-482679
kubernetes.io/os=linux
minikube.k8s.io/commit=df52f6f8e24b930a4c903cebb17d11a580ef5873
minikube.k8s.io/name=addons-482679
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_27T23_57_14_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-482679
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 27 Mar 2024 23:57:11 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-482679
AcquireTime: <unset>
RenewTime: Wed, 27 Mar 2024 23:59:26 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 27 Mar 2024 23:59:16 +0000 Wed, 27 Mar 2024 23:57:08 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 27 Mar 2024 23:59:16 +0000 Wed, 27 Mar 2024 23:57:08 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 27 Mar 2024 23:59:16 +0000 Wed, 27 Mar 2024 23:57:08 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 27 Mar 2024 23:59:16 +0000 Wed, 27 Mar 2024 23:57:14 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-482679
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022564Ki
pods: 110
System Info:
Machine ID: bb86c9df091e457f89e51ed729c30ce0
System UUID: 88d9ae12-e4f8-402d-963c-f5713b48548d
Boot ID: 561aadd0-a15d-4e78-9187-a38c38772b44
Kernel Version: 5.15.0-1056-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.28
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: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-5446596998-qpg92 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m3s
default hello-world-app-5d77478584-zdvkh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 36s
gcp-auth gcp-auth-7d69788767-52t8m 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 116s
kube-system coredns-76f75df574-g8vgw 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m6s
kube-system etcd-addons-482679 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m19s
kube-system kindnet-425ft 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m7s
kube-system kube-apiserver-addons-482679 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m19s
kube-system kube-controller-manager-addons-482679 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m19s
kube-system kube-proxy-27xjv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m7s
kube-system kube-scheduler-addons-482679 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m19s
kube-system nvidia-device-plugin-daemonset-mrhg6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m4s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m1s
local-path-storage local-path-provisioner-78b46b4d5c-ddrpj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m1s
yakd-dashboard yakd-dashboard-9947fc6bf-8j2mj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 2m1s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 2m5s kube-proxy
Normal Starting 2m27s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m27s (x8 over 2m27s) kubelet Node addons-482679 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m27s (x8 over 2m27s) kubelet Node addons-482679 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m27s (x7 over 2m27s) kubelet Node addons-482679 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 2m27s kubelet Updated Node Allocatable limit across pods
Normal Starting 2m19s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m19s kubelet Node addons-482679 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m19s kubelet Node addons-482679 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m19s kubelet Node addons-482679 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m19s kubelet Node addons-482679 status is now: NodeNotReady
Normal NodeAllocatableEnforced 2m19s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m19s kubelet Node addons-482679 status is now: NodeReady
Normal RegisteredNode 2m7s node-controller Node addons-482679 event: Registered Node addons-482679 in Controller
==> dmesg <==
[ +0.000944] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=00000000abecea9f
[ +0.001109] FS-Cache: N-key=[8] 'e2425c0100000000'
[ +0.002757] FS-Cache: Duplicate cookie detected
[ +0.000760] FS-Cache: O-cookie c=00000060 [p=0000005d fl=226 nc=0 na=1]
[ +0.001099] FS-Cache: O-cookie d=00000000b2ab35c3{9p.inode} n=0000000065f36b62
[ +0.001116] FS-Cache: O-key=[8] 'e2425c0100000000'
[ +0.000756] FS-Cache: N-cookie c=00000067 [p=0000005d fl=2 nc=0 na=1]
[ +0.000994] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=00000000b46e9eef
[ +0.001155] FS-Cache: N-key=[8] 'e2425c0100000000'
[ +1.587855] FS-Cache: Duplicate cookie detected
[ +0.000858] FS-Cache: O-cookie c=0000005e [p=0000005d fl=226 nc=0 na=1]
[ +0.000971] FS-Cache: O-cookie d=00000000b2ab35c3{9p.inode} n=00000000570a01e0
[ +0.001107] FS-Cache: O-key=[8] 'e1425c0100000000'
[ +0.000881] FS-Cache: N-cookie c=00000069 [p=0000005d fl=2 nc=0 na=1]
[ +0.001094] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=0000000004f60fee
[ +0.001050] FS-Cache: N-key=[8] 'e1425c0100000000'
[ +0.278051] FS-Cache: Duplicate cookie detected
[ +0.000700] FS-Cache: O-cookie c=00000063 [p=0000005d fl=226 nc=0 na=1]
[ +0.000950] FS-Cache: O-cookie d=00000000b2ab35c3{9p.inode} n=00000000a0dd260d
[ +0.001058] FS-Cache: O-key=[8] 'e7425c0100000000'
[ +0.000856] FS-Cache: N-cookie c=0000006a [p=0000005d fl=2 nc=0 na=1]
[ +0.001042] FS-Cache: N-cookie d=00000000b2ab35c3{9p.inode} n=00000000e23f78d6
[ +0.001095] FS-Cache: N-key=[8] 'e7425c0100000000'
[Mar27 23:23] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
[ +0.000009] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
==> etcd [b3e82d379c9aa86026f058d6ef6fa6a500bd426fd6b17584eb588f27c9d1f7a3] <==
{"level":"info","ts":"2024-03-27T23:57:07.576055Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-03-27T23:57:07.576375Z","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-27T23:57:07.582272Z","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-27T23:57:07.582556Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-27T23:57:07.582568Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-27T23:57:07.591729Z","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-27T23:57:07.591781Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-03-27T23:57:08.141962Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-03-27T23:57:08.142085Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-27T23:57:08.142121Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-27T23:57:08.142174Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-27T23:57:08.142214Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-27T23:57:08.142274Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-27T23:57:08.142314Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-27T23:57:08.150118Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-482679 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-27T23:57:08.150225Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-27T23:57:08.150552Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T23:57:08.162592Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-27T23:57:08.162934Z","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-27T23:57:08.163014Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T23:57:08.181995Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-27T23:57:08.182634Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-27T23:57:08.182733Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-03-27T23:57:08.170769Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-27T23:57:08.184827Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
==> gcp-auth [83571fa875da70d3885554317fa46b9d3c20072e6274ec4e42bbfae96029ac08] <==
2024/03/27 23:58:17 GCP Auth Webhook started!
2024/03/27 23:58:34 Ready to marshal response ...
2024/03/27 23:58:34 Ready to write response ...
2024/03/27 23:58:47 Ready to marshal response ...
2024/03/27 23:58:47 Ready to write response ...
2024/03/27 23:58:57 Ready to marshal response ...
2024/03/27 23:58:57 Ready to write response ...
2024/03/27 23:59:07 Ready to marshal response ...
2024/03/27 23:59:07 Ready to write response ...
2024/03/27 23:59:15 Ready to marshal response ...
2024/03/27 23:59:15 Ready to write response ...
==> kernel <==
23:59:33 up 7:41, 0 users, load average: 2.67, 2.58, 3.03
Linux addons-482679 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"
==> kindnet [3366eca273722b9ac99d067d5680385bdcef399d0e6bd8167537433aa723d237] <==
I0327 23:57:28.976111 1 main.go:227] handling current node
I0327 23:57:38.990144 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:57:38.990172 1 main.go:227] handling current node
I0327 23:57:49.004891 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:57:49.004923 1 main.go:227] handling current node
I0327 23:57:59.018034 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:57:59.018060 1 main.go:227] handling current node
I0327 23:58:09.022521 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:58:09.022548 1 main.go:227] handling current node
I0327 23:58:19.028486 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:58:19.028515 1 main.go:227] handling current node
I0327 23:58:29.032741 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:58:29.032769 1 main.go:227] handling current node
I0327 23:58:39.046030 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:58:39.046065 1 main.go:227] handling current node
I0327 23:58:49.059710 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:58:49.059739 1 main.go:227] handling current node
I0327 23:58:59.063769 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:58:59.063797 1 main.go:227] handling current node
I0327 23:59:09.074040 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:59:09.074068 1 main.go:227] handling current node
I0327 23:59:19.086731 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:59:19.086760 1 main.go:227] handling current node
I0327 23:59:29.094098 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0327 23:59:29.094130 1 main.go:227] handling current node
==> kube-apiserver [def2c471b2a7f41c9953ec79ec1dd19d280412a4b314562fe9930012750407d9] <==
W0327 23:58:02.697227 1 handler_proxy.go:93] no RequestInfo found in the context
E0327 23:58:02.697302 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0327 23:58:02.748570 1 handler.go:275] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0327 23:58:51.551008 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0327 23:58:52.618069 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0327 23:58:56.121148 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0327 23:58:57.120873 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0327 23:58:57.571210 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.99.119.125"}
E0327 23:58:58.102971 1 watch.go:253] http2: stream closed
I0327 23:59:03.706937 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0327 23:59:07.302974 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.175.5"}
I0327 23:59:31.223605 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 23:59:31.223646 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 23:59:31.257729 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 23:59:31.258032 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 23:59:31.274471 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 23:59:31.274942 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 23:59:31.303241 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 23:59:31.303296 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0327 23:59:31.314232 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0327 23:59:31.314288 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0327 23:59:32.275441 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0327 23:59:32.322165 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0327 23:59:32.332810 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [0e9919976bff8676f14254f57114a57c427cbe952df2be16459f9dc54e130dd0] <==
W0327 23:59:09.556869 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 23:59:09.556906 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 23:59:10.153180 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="491.032µs"
I0327 23:59:11.154777 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="40.943µs"
I0327 23:59:11.214114 1 event.go:376] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="Waiting for a volume to be created either by the external provisioner 'hostpath.csi.k8s.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered."
I0327 23:59:12.157067 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="70.194µs"
I0327 23:59:15.504271 1 event.go:376] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="Waiting for a volume to be created either by the external provisioner 'hostpath.csi.k8s.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered."
I0327 23:59:24.711437 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-attacher"
I0327 23:59:24.811957 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-resizer"
I0327 23:59:25.251218 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0327 23:59:25.265358 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="6.039µs"
I0327 23:59:25.290834 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0327 23:59:27.386752 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="65.14µs"
W0327 23:59:30.403401 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 23:59:30.403492 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 23:59:31.360272 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="kube-system/snapshot-controller-58dbcc7b99" duration="4.587µs"
E0327 23:59:32.277693 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 23:59:32.324315 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0327 23:59:32.334588 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
W0327 23:59:33.398053 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 23:59:33.398087 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 23:59:33.482094 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 23:59:33.482130 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 23:59:33.917553 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 23:59:33.917586 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 [48bf7168aaa6505e6745f9880d4715e768b65da521579710142f84feeb41824d] <==
I0327 23:57:28.605763 1 server_others.go:72] "Using iptables proxy"
I0327 23:57:28.619056 1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0327 23:57:28.646608 1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0327 23:57:28.646645 1 server_others.go:168] "Using iptables Proxier"
I0327 23:57:28.648424 1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0327 23:57:28.648440 1 server_others.go:529] "Defaulting to no-op detect-local"
I0327 23:57:28.648472 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 23:57:28.648704 1 server.go:865] "Version info" version="v1.29.3"
I0327 23:57:28.648715 1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0327 23:57:28.650224 1 config.go:188] "Starting service config controller"
I0327 23:57:28.650247 1 shared_informer.go:311] Waiting for caches to sync for service config
I0327 23:57:28.650278 1 config.go:97] "Starting endpoint slice config controller"
I0327 23:57:28.650283 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0327 23:57:28.652797 1 config.go:315] "Starting node config controller"
I0327 23:57:28.652816 1 shared_informer.go:311] Waiting for caches to sync for node config
I0327 23:57:28.750402 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0327 23:57:28.750460 1 shared_informer.go:318] Caches are synced for service config
I0327 23:57:28.753376 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [3bbf36bc6c552b04b3ca087a3c2269b74da8d1c351a786b59ab98b4b90efc359] <==
W0327 23:57:11.406372 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0327 23:57:11.406428 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
W0327 23:57:11.406511 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0327 23:57:11.406531 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0327 23:57:11.406670 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 23:57:11.406690 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 23:57:11.406768 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 23:57:11.406787 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 23:57:11.406925 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0327 23:57:11.406945 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0327 23:57:11.407105 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 23:57:11.407127 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 23:57:11.407638 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0327 23:57:11.407665 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0327 23:57:11.407749 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 23:57:11.407771 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 23:57:11.407948 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 23:57:11.407970 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 23:57:11.408136 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 23:57:11.408158 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 23:57:11.408307 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0327 23:57:11.408329 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0327 23:57:11.408916 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0327 23:57:11.408941 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
I0327 23:57:12.999158 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 27 23:59:28 addons-482679 kubelet[1513]: I0327 23:59:28.679449 1513 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a1e58310-9491-4e23-8ea4-370141f950a9-kube-api-access-fjgfz" (OuterVolumeSpecName: "kube-api-access-fjgfz") pod "a1e58310-9491-4e23-8ea4-370141f950a9" (UID: "a1e58310-9491-4e23-8ea4-370141f950a9"). InnerVolumeSpecName "kube-api-access-fjgfz". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 27 23:59:28 addons-482679 kubelet[1513]: I0327 23:59:28.681560 1513 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/a1e58310-9491-4e23-8ea4-370141f950a9-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "a1e58310-9491-4e23-8ea4-370141f950a9" (UID: "a1e58310-9491-4e23-8ea4-370141f950a9"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 27 23:59:28 addons-482679 kubelet[1513]: I0327 23:59:28.777826 1513 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/a1e58310-9491-4e23-8ea4-370141f950a9-webhook-cert\") on node \"addons-482679\" DevicePath \"\""
Mar 27 23:59:28 addons-482679 kubelet[1513]: I0327 23:59:28.777878 1513 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-fjgfz\" (UniqueName: \"kubernetes.io/projected/a1e58310-9491-4e23-8ea4-370141f950a9-kube-api-access-fjgfz\") on node \"addons-482679\" DevicePath \"\""
Mar 27 23:59:29 addons-482679 kubelet[1513]: I0327 23:59:29.391439 1513 scope.go:117] "RemoveContainer" containerID="5986c7b940768b55abaad3079dd261558d829009c17585f3f260203239687296"
Mar 27 23:59:29 addons-482679 kubelet[1513]: I0327 23:59:29.401545 1513 scope.go:117] "RemoveContainer" containerID="5986c7b940768b55abaad3079dd261558d829009c17585f3f260203239687296"
Mar 27 23:59:29 addons-482679 kubelet[1513]: E0327 23:59:29.402267 1513 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"5986c7b940768b55abaad3079dd261558d829009c17585f3f260203239687296\": not found" containerID="5986c7b940768b55abaad3079dd261558d829009c17585f3f260203239687296"
Mar 27 23:59:29 addons-482679 kubelet[1513]: I0327 23:59:29.402325 1513 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"5986c7b940768b55abaad3079dd261558d829009c17585f3f260203239687296"} err="failed to get container status \"5986c7b940768b55abaad3079dd261558d829009c17585f3f260203239687296\": rpc error: code = NotFound desc = an error occurred when try to find container \"5986c7b940768b55abaad3079dd261558d829009c17585f3f260203239687296\": not found"
Mar 27 23:59:30 addons-482679 kubelet[1513]: I0327 23:59:30.060840 1513 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a1e58310-9491-4e23-8ea4-370141f950a9" path="/var/lib/kubelet/pods/a1e58310-9491-4e23-8ea4-370141f950a9/volumes"
Mar 27 23:59:31 addons-482679 kubelet[1513]: I0327 23:59:31.598075 1513 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-hp265\" (UniqueName: \"kubernetes.io/projected/90d05ce1-64eb-425c-a5c3-9cc16d6d5458-kube-api-access-hp265\") pod \"90d05ce1-64eb-425c-a5c3-9cc16d6d5458\" (UID: \"90d05ce1-64eb-425c-a5c3-9cc16d6d5458\") "
Mar 27 23:59:31 addons-482679 kubelet[1513]: I0327 23:59:31.601317 1513 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/90d05ce1-64eb-425c-a5c3-9cc16d6d5458-kube-api-access-hp265" (OuterVolumeSpecName: "kube-api-access-hp265") pod "90d05ce1-64eb-425c-a5c3-9cc16d6d5458" (UID: "90d05ce1-64eb-425c-a5c3-9cc16d6d5458"). InnerVolumeSpecName "kube-api-access-hp265". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 27 23:59:31 addons-482679 kubelet[1513]: I0327 23:59:31.698331 1513 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-lqgxz\" (UniqueName: \"kubernetes.io/projected/f5f560d1-85b1-4430-9933-76522bc5156a-kube-api-access-lqgxz\") pod \"f5f560d1-85b1-4430-9933-76522bc5156a\" (UID: \"f5f560d1-85b1-4430-9933-76522bc5156a\") "
Mar 27 23:59:31 addons-482679 kubelet[1513]: I0327 23:59:31.698410 1513 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-hp265\" (UniqueName: \"kubernetes.io/projected/90d05ce1-64eb-425c-a5c3-9cc16d6d5458-kube-api-access-hp265\") on node \"addons-482679\" DevicePath \"\""
Mar 27 23:59:31 addons-482679 kubelet[1513]: I0327 23:59:31.700311 1513 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f5f560d1-85b1-4430-9933-76522bc5156a-kube-api-access-lqgxz" (OuterVolumeSpecName: "kube-api-access-lqgxz") pod "f5f560d1-85b1-4430-9933-76522bc5156a" (UID: "f5f560d1-85b1-4430-9933-76522bc5156a"). InnerVolumeSpecName "kube-api-access-lqgxz". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 27 23:59:31 addons-482679 kubelet[1513]: I0327 23:59:31.798586 1513 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-lqgxz\" (UniqueName: \"kubernetes.io/projected/f5f560d1-85b1-4430-9933-76522bc5156a-kube-api-access-lqgxz\") on node \"addons-482679\" DevicePath \"\""
Mar 27 23:59:32 addons-482679 kubelet[1513]: I0327 23:59:32.404960 1513 scope.go:117] "RemoveContainer" containerID="9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e"
Mar 27 23:59:32 addons-482679 kubelet[1513]: I0327 23:59:32.427095 1513 scope.go:117] "RemoveContainer" containerID="9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e"
Mar 27 23:59:32 addons-482679 kubelet[1513]: E0327 23:59:32.453319 1513 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\": not found" containerID="9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e"
Mar 27 23:59:32 addons-482679 kubelet[1513]: I0327 23:59:32.453520 1513 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e"} err="failed to get container status \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\": rpc error: code = NotFound desc = an error occurred when try to find container \"9141abc91fab70be9a69a0639962b6339dd843b23367fdadffd4c540072a2f3e\": not found"
Mar 27 23:59:32 addons-482679 kubelet[1513]: I0327 23:59:32.453634 1513 scope.go:117] "RemoveContainer" containerID="9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88"
Mar 27 23:59:32 addons-482679 kubelet[1513]: I0327 23:59:32.499349 1513 scope.go:117] "RemoveContainer" containerID="9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88"
Mar 27 23:59:32 addons-482679 kubelet[1513]: E0327 23:59:32.499827 1513 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\": not found" containerID="9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88"
Mar 27 23:59:32 addons-482679 kubelet[1513]: I0327 23:59:32.499872 1513 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88"} err="failed to get container status \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\": rpc error: code = NotFound desc = an error occurred when try to find container \"9264a8a5de56e7265173e49e8f23eba1734e47dfecbdbbdb077589b5e7496c88\": not found"
Mar 27 23:59:34 addons-482679 kubelet[1513]: I0327 23:59:34.051925 1513 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="90d05ce1-64eb-425c-a5c3-9cc16d6d5458" path="/var/lib/kubelet/pods/90d05ce1-64eb-425c-a5c3-9cc16d6d5458/volumes"
Mar 27 23:59:34 addons-482679 kubelet[1513]: I0327 23:59:34.052390 1513 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f5f560d1-85b1-4430-9933-76522bc5156a" path="/var/lib/kubelet/pods/f5f560d1-85b1-4430-9933-76522bc5156a/volumes"
==> storage-provisioner [63306e1955da83a00baddf978af7b1509abe2edf5d97f62bab1b55d5543e0acb] <==
I0327 23:57:34.068993 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0327 23:57:34.113332 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0327 23:57:34.113371 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0327 23:57:34.125857 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0327 23:57:34.126079 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-482679_38ceff6b-df1c-4724-a410-a20da8d23b6a!
I0327 23:57:34.127007 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"9f91cafc-f89e-4226-8ddb-30b6386c3c0a", APIVersion:"v1", ResourceVersion:"656", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-482679_38ceff6b-df1c-4724-a410-a20da8d23b6a became leader
I0327 23:57:34.226465 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-482679_38ceff6b-df1c-4724-a410-a20da8d23b6a!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-482679 -n addons-482679
helpers_test.go:261: (dbg) Run: kubectl --context addons-482679 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 (37.94s)