=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-963512 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-963512 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-963512 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" [57164078-4edf-4a1c-8210-492e6b8185ae] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [57164078-4edf-4a1c-8210-492e6b8185ae] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 11.029735156s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-963512 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-963512 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-963512 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.081703891s)
-- 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-963512 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-963512 addons disable ingress-dns --alsologtostderr -v=1: (1.632748355s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-963512 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-963512 addons disable ingress --alsologtostderr -v=1: (7.778656929s)
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-963512
helpers_test.go:235: (dbg) docker inspect addons-963512:
-- stdout --
[
{
"Id": "268fd7ac0849d50063e697283d8842148a0c8d046089c26eb4fdb401bc544cf5",
"Created": "2024-03-07T21:47:54.802815369Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 9050,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-07T21:47:55.161570378Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:4a9b65157dd7fb2ddb7cb7afe975b3dc288e9877c60d13613a69dd41a70e2e4e",
"ResolvConfPath": "/var/lib/docker/containers/268fd7ac0849d50063e697283d8842148a0c8d046089c26eb4fdb401bc544cf5/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/268fd7ac0849d50063e697283d8842148a0c8d046089c26eb4fdb401bc544cf5/hostname",
"HostsPath": "/var/lib/docker/containers/268fd7ac0849d50063e697283d8842148a0c8d046089c26eb4fdb401bc544cf5/hosts",
"LogPath": "/var/lib/docker/containers/268fd7ac0849d50063e697283d8842148a0c8d046089c26eb4fdb401bc544cf5/268fd7ac0849d50063e697283d8842148a0c8d046089c26eb4fdb401bc544cf5-json.log",
"Name": "/addons-963512",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-963512:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-963512",
"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/874c8a531921a0cb274f3c9f29456a2df92e0721828de606d5cdced0be1ba832-init/diff:/var/lib/docker/overlay2/6822645c415ab3e3451f0dc6746bf9aea38c91b1070d7030c1ba88a1ef7f69e0/diff",
"MergedDir": "/var/lib/docker/overlay2/874c8a531921a0cb274f3c9f29456a2df92e0721828de606d5cdced0be1ba832/merged",
"UpperDir": "/var/lib/docker/overlay2/874c8a531921a0cb274f3c9f29456a2df92e0721828de606d5cdced0be1ba832/diff",
"WorkDir": "/var/lib/docker/overlay2/874c8a531921a0cb274f3c9f29456a2df92e0721828de606d5cdced0be1ba832/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-963512",
"Source": "/var/lib/docker/volumes/addons-963512/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-963512",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08",
"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-963512",
"name.minikube.sigs.k8s.io": "addons-963512",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "3dd1803eafd80632ff2dcf736a6697f6dc853c0dd6401c9973bcb636be1dc5fa",
"SandboxKey": "/var/run/docker/netns/3dd1803eafd8",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-963512": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"268fd7ac0849",
"addons-963512"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "8843454e1a2e9e62c7cd83baebf63228759ac1040db402b7b3da8ab031c3b9fb",
"EndpointID": "46970578f819585d5a2ff047cfd1a0b4b9da6fd433a9be6f983a9cce33fb7164",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-963512",
"268fd7ac0849"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-963512 -n addons-963512
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-963512 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-963512 logs -n 25: (1.417537284s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| delete | -p download-only-526545 | download-only-526545 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| start | -o=json --download-only | download-only-336944 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | |
| | -p download-only-336944 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.29.0-rc.2 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| delete | -p download-only-336944 | download-only-336944 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| delete | -p download-only-150781 | download-only-150781 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| delete | -p download-only-526545 | download-only-526545 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| delete | -p download-only-336944 | download-only-336944 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| start | --download-only -p | download-docker-983577 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | |
| | download-docker-983577 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-983577 | download-docker-983577 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| start | --download-only -p | binary-mirror-880422 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | |
| | binary-mirror-880422 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39807 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-880422 | binary-mirror-880422 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:47 UTC |
| addons | enable dashboard -p | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | |
| | addons-963512 | | | | | |
| addons | disable dashboard -p | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | |
| | addons-963512 | | | | | |
| start | -p addons-963512 --wait=true | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:47 UTC | 07 Mar 24 21:49 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-963512 ip | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:49 UTC | 07 Mar 24 21:49 UTC |
| addons | addons-963512 addons disable | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:49 UTC | 07 Mar 24 21:49 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-963512 addons | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:49 UTC | 07 Mar 24 21:49 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:49 UTC | 07 Mar 24 21:50 UTC |
| | addons-963512 | | | | | |
| ssh | addons-963512 ssh curl -s | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:50 UTC | 07 Mar 24 21:50 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-963512 ip | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:50 UTC | 07 Mar 24 21:50 UTC |
| addons | addons-963512 addons | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:50 UTC | 07 Mar 24 21:50 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-963512 addons disable | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:50 UTC | 07 Mar 24 21:50 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-963512 addons disable | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:50 UTC | 07 Mar 24 21:50 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-963512 addons | addons-963512 | jenkins | v1.32.0 | 07 Mar 24 21:50 UTC | |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/07 21:47:30
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0307 21:47:30.856221 8582 out.go:291] Setting OutFile to fd 1 ...
I0307 21:47:30.856384 8582 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0307 21:47:30.856395 8582 out.go:304] Setting ErrFile to fd 2...
I0307 21:47:30.856401 8582 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0307 21:47:30.856646 8582 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18320-2408/.minikube/bin
I0307 21:47:30.857070 8582 out.go:298] Setting JSON to false
I0307 21:47:30.857781 8582 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":1794,"bootTime":1709846257,"procs":147,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1055-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0307 21:47:30.857842 8582 start.go:139] virtualization:
I0307 21:47:30.860880 8582 out.go:177] * [addons-963512] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0307 21:47:30.863608 8582 out.go:177] - MINIKUBE_LOCATION=18320
I0307 21:47:30.865641 8582 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0307 21:47:30.863795 8582 notify.go:220] Checking for updates...
I0307 21:47:30.870296 8582 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18320-2408/kubeconfig
I0307 21:47:30.872751 8582 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18320-2408/.minikube
I0307 21:47:30.875270 8582 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0307 21:47:30.877572 8582 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0307 21:47:30.879830 8582 driver.go:392] Setting default libvirt URI to qemu:///system
I0307 21:47:30.900582 8582 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
I0307 21:47:30.900702 8582 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0307 21:47:30.972380 8582 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:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-07 21:47:30.963315752 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 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.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0307 21:47:30.972486 8582 docker.go:295] overlay module found
I0307 21:47:30.974746 8582 out.go:177] * Using the docker driver based on user configuration
I0307 21:47:30.976500 8582 start.go:297] selected driver: docker
I0307 21:47:30.976516 8582 start.go:901] validating driver "docker" against <nil>
I0307 21:47:30.976529 8582 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0307 21:47:30.977153 8582 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0307 21:47:31.032311 8582 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:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-07 21:47:31.024064167 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-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:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 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.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0307 21:47:31.032470 8582 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0307 21:47:31.032695 8582 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]
I0307 21:47:31.035153 8582 out.go:177] * Using Docker driver with root privileges
I0307 21:47:31.037434 8582 cni.go:84] Creating CNI manager for ""
I0307 21:47:31.037461 8582 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0307 21:47:31.037474 8582 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0307 21:47:31.037555 8582 start.go:340] cluster config:
{Name:addons-963512 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-963512 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0307 21:47:31.039910 8582 out.go:177] * Starting "addons-963512" primary control-plane node in "addons-963512" cluster
I0307 21:47:31.041912 8582 cache.go:121] Beginning downloading kic base image for docker with containerd
I0307 21:47:31.043839 8582 out.go:177] * Pulling base image v0.0.42-1708944392-18244 ...
I0307 21:47:31.046058 8582 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0307 21:47:31.046103 8582 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18320-2408/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4
I0307 21:47:31.046117 8582 cache.go:56] Caching tarball of preloaded images
I0307 21:47:31.046149 8582 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local docker daemon
I0307 21:47:31.046204 8582 preload.go:173] Found /home/jenkins/minikube-integration/18320-2408/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0307 21:47:31.046214 8582 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on containerd
I0307 21:47:31.046581 8582 profile.go:142] Saving config to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/config.json ...
I0307 21:47:31.046612 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/config.json: {Name:mkfaff1358e3290a9e5529ff48ed6fe910f98aae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:47:31.060479 8582 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 to local cache
I0307 21:47:31.060590 8582 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory
I0307 21:47:31.060618 8582 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory, skipping pull
I0307 21:47:31.060627 8582 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 exists in cache, skipping pull
I0307 21:47:31.060635 8582 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 as a tarball
I0307 21:47:31.060648 8582 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from local cache
I0307 21:47:46.769630 8582 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from cached tarball
I0307 21:47:46.769662 8582 cache.go:194] Successfully downloaded all kic artifacts
I0307 21:47:46.769690 8582 start.go:360] acquireMachinesLock for addons-963512: {Name:mkc22c72bf972f547a77fb9031585d63b88d0bcc Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0307 21:47:46.769804 8582 start.go:364] duration metric: took 86.925µs to acquireMachinesLock for "addons-963512"
I0307 21:47:46.769828 8582 start.go:93] Provisioning new machine with config: &{Name:addons-963512 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-963512 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0307 21:47:46.769900 8582 start.go:125] createHost starting for "" (driver="docker")
I0307 21:47:46.772846 8582 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0307 21:47:46.773117 8582 start.go:159] libmachine.API.Create for "addons-963512" (driver="docker")
I0307 21:47:46.773155 8582 client.go:168] LocalClient.Create starting
I0307 21:47:46.773288 8582 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca.pem
I0307 21:47:46.986226 8582 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/cert.pem
I0307 21:47:48.041100 8582 cli_runner.go:164] Run: docker network inspect addons-963512 --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}}]}"
W0307 21:47:48.056457 8582 cli_runner.go:211] docker network inspect addons-963512 --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
I0307 21:47:48.056546 8582 network_create.go:281] running [docker network inspect addons-963512] to gather additional debugging logs...
I0307 21:47:48.056570 8582 cli_runner.go:164] Run: docker network inspect addons-963512
W0307 21:47:48.072845 8582 cli_runner.go:211] docker network inspect addons-963512 returned with exit code 1
I0307 21:47:48.072880 8582 network_create.go:284] error running [docker network inspect addons-963512]: docker network inspect addons-963512: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-963512 not found
I0307 21:47:48.072912 8582 network_create.go:286] output of [docker network inspect addons-963512]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-963512 not found
** /stderr **
I0307 21:47:48.073022 8582 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}}]}"
I0307 21:47:48.090405 8582 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:0x40004bbfb0}
I0307 21:47:48.090453 8582 network_create.go:124] attempt to create docker network addons-963512 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0307 21:47:48.090518 8582 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-963512 addons-963512
I0307 21:47:48.153355 8582 network_create.go:108] docker network addons-963512 192.168.49.0/24 created
I0307 21:47:48.153387 8582 kic.go:121] calculated static IP "192.168.49.2" for the "addons-963512" container
I0307 21:47:48.153458 8582 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0307 21:47:48.167103 8582 cli_runner.go:164] Run: docker volume create addons-963512 --label name.minikube.sigs.k8s.io=addons-963512 --label created_by.minikube.sigs.k8s.io=true
I0307 21:47:48.183033 8582 oci.go:103] Successfully created a docker volume addons-963512
I0307 21:47:48.183124 8582 cli_runner.go:164] Run: docker run --rm --name addons-963512-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-963512 --entrypoint /usr/bin/test -v addons-963512:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib
I0307 21:47:50.448514 8582 cli_runner.go:217] Completed: docker run --rm --name addons-963512-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-963512 --entrypoint /usr/bin/test -v addons-963512:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib: (2.265346309s)
I0307 21:47:50.448544 8582 oci.go:107] Successfully prepared a docker volume addons-963512
I0307 21:47:50.448568 8582 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0307 21:47:50.448587 8582 kic.go:194] Starting extracting preloaded images to volume ...
I0307 21:47:50.448678 8582 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18320-2408/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-963512:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir
I0307 21:47:54.732239 8582 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18320-2408/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-963512:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir: (4.283510113s)
I0307 21:47:54.732297 8582 kic.go:203] duration metric: took 4.283706092s to extract preloaded images to volume ...
W0307 21:47:54.732452 8582 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0307 21:47:54.732606 8582 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0307 21:47:54.786769 8582 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-963512 --name addons-963512 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-963512 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-963512 --network addons-963512 --ip 192.168.49.2 --volume addons-963512:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08
I0307 21:47:55.171086 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Running}}
I0307 21:47:55.192903 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:47:55.220068 8582 cli_runner.go:164] Run: docker exec addons-963512 stat /var/lib/dpkg/alternatives/iptables
I0307 21:47:55.288088 8582 oci.go:144] the created container "addons-963512" has a running status.
I0307 21:47:55.288170 8582 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa...
I0307 21:47:56.086307 8582 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0307 21:47:56.116585 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:47:56.141605 8582 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0307 21:47:56.141624 8582 kic_runner.go:114] Args: [docker exec --privileged addons-963512 chown docker:docker /home/docker/.ssh/authorized_keys]
I0307 21:47:56.213157 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:47:56.231609 8582 machine.go:94] provisionDockerMachine start ...
I0307 21:47:56.231697 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:56.249799 8582 main.go:141] libmachine: Using SSH client type: native
I0307 21:47:56.250177 8582 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0307 21:47:56.250190 8582 main.go:141] libmachine: About to run SSH command:
hostname
I0307 21:47:56.383743 8582 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-963512
I0307 21:47:56.383767 8582 ubuntu.go:169] provisioning hostname "addons-963512"
I0307 21:47:56.383828 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:56.402522 8582 main.go:141] libmachine: Using SSH client type: native
I0307 21:47:56.402776 8582 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0307 21:47:56.402793 8582 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-963512 && echo "addons-963512" | sudo tee /etc/hostname
I0307 21:47:56.544825 8582 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-963512
I0307 21:47:56.544922 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:56.562226 8582 main.go:141] libmachine: Using SSH client type: native
I0307 21:47:56.562473 8582 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0307 21:47:56.562488 8582 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-963512' /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-963512/g' /etc/hosts;
else
echo '127.0.1.1 addons-963512' | sudo tee -a /etc/hosts;
fi
fi
I0307 21:47:56.693258 8582 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0307 21:47:56.693280 8582 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18320-2408/.minikube CaCertPath:/home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18320-2408/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18320-2408/.minikube}
I0307 21:47:56.693311 8582 ubuntu.go:177] setting up certificates
I0307 21:47:56.693321 8582 provision.go:84] configureAuth start
I0307 21:47:56.693406 8582 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-963512
I0307 21:47:56.713041 8582 provision.go:143] copyHostCerts
I0307 21:47:56.713125 8582 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18320-2408/.minikube/ca.pem (1078 bytes)
I0307 21:47:56.713275 8582 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18320-2408/.minikube/cert.pem (1123 bytes)
I0307 21:47:56.713365 8582 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18320-2408/.minikube/key.pem (1675 bytes)
I0307 21:47:56.713427 8582 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18320-2408/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca-key.pem org=jenkins.addons-963512 san=[127.0.0.1 192.168.49.2 addons-963512 localhost minikube]
I0307 21:47:57.383426 8582 provision.go:177] copyRemoteCerts
I0307 21:47:57.383493 8582 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0307 21:47:57.383537 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:57.399023 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:47:57.492861 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0307 21:47:57.517269 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0307 21:47:57.542230 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0307 21:47:57.565875 8582 provision.go:87] duration metric: took 872.541484ms to configureAuth
I0307 21:47:57.565944 8582 ubuntu.go:193] setting minikube options for container-runtime
I0307 21:47:57.566165 8582 config.go:182] Loaded profile config "addons-963512": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0307 21:47:57.566179 8582 machine.go:97] duration metric: took 1.334551415s to provisionDockerMachine
I0307 21:47:57.566192 8582 client.go:171] duration metric: took 10.793022211s to LocalClient.Create
I0307 21:47:57.566210 8582 start.go:167] duration metric: took 10.793094179s to libmachine.API.Create "addons-963512"
I0307 21:47:57.566224 8582 start.go:293] postStartSetup for "addons-963512" (driver="docker")
I0307 21:47:57.566234 8582 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]
I0307 21:47:57.566288 8582 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
I0307 21:47:57.566337 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:57.581586 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:47:57.673193 8582 ssh_runner.go:195] Run: cat /etc/os-release
I0307 21:47:57.676294 8582 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0307 21:47:57.676407 8582 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0307 21:47:57.676428 8582 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0307 21:47:57.676436 8582 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0307 21:47:57.676445 8582 filesync.go:126] Scanning /home/jenkins/minikube-integration/18320-2408/.minikube/addons for local assets ...
I0307 21:47:57.676515 8582 filesync.go:126] Scanning /home/jenkins/minikube-integration/18320-2408/.minikube/files for local assets ...
I0307 21:47:57.676542 8582 start.go:296] duration metric: took 110.311242ms for postStartSetup
I0307 21:47:57.676854 8582 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-963512
I0307 21:47:57.693212 8582 profile.go:142] Saving config to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/config.json ...
I0307 21:47:57.693487 8582 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0307 21:47:57.693537 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:57.711632 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:47:57.801217 8582 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0307 21:47:57.805778 8582 start.go:128] duration metric: took 11.035863034s to createHost
I0307 21:47:57.805803 8582 start.go:83] releasing machines lock for "addons-963512", held for 11.035990772s
I0307 21:47:57.805902 8582 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-963512
I0307 21:47:57.822355 8582 ssh_runner.go:195] Run: cat /version.json
I0307 21:47:57.822401 8582 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0307 21:47:57.822555 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:57.822407 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:47:57.848947 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:47:57.852026 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:47:58.063399 8582 ssh_runner.go:195] Run: systemctl --version
I0307 21:47:58.067742 8582 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0307 21:47:58.071923 8582 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' {}" ;
I0307 21:47:58.096697 8582 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0307 21:47:58.096771 8582 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" ;
I0307 21:47:58.126428 8582 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0307 21:47:58.126494 8582 start.go:494] detecting cgroup driver to use...
I0307 21:47:58.126551 8582 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0307 21:47:58.126629 8582 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0307 21:47:58.139503 8582 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0307 21:47:58.150850 8582 docker.go:217] disabling cri-docker service (if available) ...
I0307 21:47:58.150941 8582 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0307 21:47:58.164918 8582 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0307 21:47:58.179810 8582 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0307 21:47:58.259103 8582 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0307 21:47:58.352417 8582 docker.go:233] disabling docker service ...
I0307 21:47:58.352499 8582 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0307 21:47:58.372393 8582 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0307 21:47:58.384514 8582 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0307 21:47:58.464789 8582 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0307 21:47:58.552249 8582 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0307 21:47:58.563803 8582 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"
I0307 21:47:58.581715 8582 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"
I0307 21:47:58.591987 8582 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"
I0307 21:47:58.601874 8582 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0307 21:47:58.602000 8582 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0307 21:47:58.611674 8582 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"
I0307 21:47:58.621410 8582 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0307 21:47:58.630875 8582 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0307 21:47:58.640641 8582 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0307 21:47:58.649953 8582 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"
I0307 21:47:58.659390 8582 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0307 21:47:58.667982 8582 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0307 21:47:58.676095 8582 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0307 21:47:58.761491 8582 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0307 21:47:58.892296 8582 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0307 21:47:58.892375 8582 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0307 21:47:58.895807 8582 start.go:562] Will wait 60s for crictl version
I0307 21:47:58.895876 8582 ssh_runner.go:195] Run: which crictl
I0307 21:47:58.899177 8582 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0307 21:47:58.945787 8582 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.28
RuntimeApiVersion: v1
I0307 21:47:58.945893 8582 ssh_runner.go:195] Run: containerd --version
I0307 21:47:58.966474 8582 ssh_runner.go:195] Run: containerd --version
I0307 21:47:58.991151 8582 out.go:177] * Preparing Kubernetes v1.28.4 on containerd 1.6.28 ...
I0307 21:47:58.993564 8582 cli_runner.go:164] Run: docker network inspect addons-963512 --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}}]}"
I0307 21:47:59.009426 8582 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0307 21:47:59.013109 8582 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""
I0307 21:47:59.023712 8582 kubeadm.go:877] updating cluster {Name:addons-963512 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-963512 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0307 21:47:59.023842 8582 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0307 21:47:59.023911 8582 ssh_runner.go:195] Run: sudo crictl images --output json
I0307 21:47:59.066001 8582 containerd.go:612] all images are preloaded for containerd runtime.
I0307 21:47:59.066025 8582 containerd.go:519] Images already preloaded, skipping extraction
I0307 21:47:59.066118 8582 ssh_runner.go:195] Run: sudo crictl images --output json
I0307 21:47:59.102076 8582 containerd.go:612] all images are preloaded for containerd runtime.
I0307 21:47:59.102098 8582 cache_images.go:84] Images are preloaded, skipping loading
I0307 21:47:59.102107 8582 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.28.4 containerd true true} ...
I0307 21:47:59.102214 8582 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-963512 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-963512 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:}
I0307 21:47:59.102318 8582 ssh_runner.go:195] Run: sudo crictl info
I0307 21:47:59.138900 8582 cni.go:84] Creating CNI manager for ""
I0307 21:47:59.138921 8582 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0307 21:47:59.138931 8582 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0307 21:47:59.138953 8582 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.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-963512 NodeName:addons-963512 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}
I0307 21:47:59.139092 8582 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-963512"
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.28.4
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
I0307 21:47:59.139179 8582 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0307 21:47:59.148326 8582 binaries.go:44] Found k8s binaries, skipping transfer
I0307 21:47:59.148439 8582 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0307 21:47:59.157065 8582 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0307 21:47:59.174717 8582 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0307 21:47:59.194886 8582 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0307 21:47:59.213118 8582 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0307 21:47:59.216335 8582 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""
I0307 21:47:59.226878 8582 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0307 21:47:59.303895 8582 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0307 21:47:59.319283 8582 certs.go:68] Setting up /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512 for IP: 192.168.49.2
I0307 21:47:59.319346 8582 certs.go:194] generating shared ca certs ...
I0307 21:47:59.319376 8582 certs.go:226] acquiring lock for ca certs: {Name:mk7f303c61c8508a802bee4114a394243ccd109f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:47:59.319550 8582 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18320-2408/.minikube/ca.key
I0307 21:47:59.607025 8582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18320-2408/.minikube/ca.crt ...
I0307 21:47:59.607059 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/ca.crt: {Name:mkfbbe6943bc19d717b500158cbceb169ba4756a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:47:59.607252 8582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18320-2408/.minikube/ca.key ...
I0307 21:47:59.607265 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/ca.key: {Name:mkbb3672b232f77a77f948f9cc6992fc9b82b64b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:47:59.607352 8582 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18320-2408/.minikube/proxy-client-ca.key
I0307 21:47:59.947161 8582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18320-2408/.minikube/proxy-client-ca.crt ...
I0307 21:47:59.947213 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/proxy-client-ca.crt: {Name:mk9aa750b39dfb459a036c45219993e3675189b9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:47:59.947448 8582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18320-2408/.minikube/proxy-client-ca.key ...
I0307 21:47:59.947465 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/proxy-client-ca.key: {Name:mk7da6cab51d06694701335e0cd5746ee1c580c3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:47:59.947581 8582 certs.go:256] generating profile certs ...
I0307 21:47:59.947654 8582 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/client.key
I0307 21:47:59.947671 8582 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/client.crt with IP's: []
I0307 21:48:00.428445 8582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/client.crt ...
I0307 21:48:00.428532 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/client.crt: {Name:mk7395f79e624ececb255077e9cbeba412d3c048 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:00.428801 8582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/client.key ...
I0307 21:48:00.428842 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/client.key: {Name:mk1d5c95cb3c70b545bc143fd89b2c9b6bd00cc5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:00.428987 8582 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.key.00f2f529
I0307 21:48:00.429036 8582 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.crt.00f2f529 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0307 21:48:01.189312 8582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.crt.00f2f529 ...
I0307 21:48:01.189350 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.crt.00f2f529: {Name:mk0b95b44ed83c74e8cc54fd259198587f90b661 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:01.189561 8582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.key.00f2f529 ...
I0307 21:48:01.189577 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.key.00f2f529: {Name:mk68d2c56784a39a9401fa891f59e1e221f2a63a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:01.189675 8582 certs.go:381] copying /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.crt.00f2f529 -> /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.crt
I0307 21:48:01.189771 8582 certs.go:385] copying /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.key.00f2f529 -> /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.key
I0307 21:48:01.189830 8582 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.key
I0307 21:48:01.189854 8582 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.crt with IP's: []
I0307 21:48:01.724770 8582 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.crt ...
I0307 21:48:01.724801 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.crt: {Name:mke9397b127f14849a7627474f57d44162a7e32d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:01.724976 8582 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.key ...
I0307 21:48:01.724990 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.key: {Name:mk78eda69ae2c05925b3f3fed3a9ccf0d9de591c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:01.725182 8582 certs.go:484] found cert: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca-key.pem (1679 bytes)
I0307 21:48:01.725223 8582 certs.go:484] found cert: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/ca.pem (1078 bytes)
I0307 21:48:01.725251 8582 certs.go:484] found cert: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/cert.pem (1123 bytes)
I0307 21:48:01.725286 8582 certs.go:484] found cert: /home/jenkins/minikube-integration/18320-2408/.minikube/certs/key.pem (1675 bytes)
I0307 21:48:01.725857 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0307 21:48:01.752052 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0307 21:48:01.775244 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0307 21:48:01.800248 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0307 21:48:01.823983 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0307 21:48:01.848750 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0307 21:48:01.872115 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0307 21:48:01.895693 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/profiles/addons-963512/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0307 21:48:01.919389 8582 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18320-2408/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0307 21:48:01.946379 8582 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0307 21:48:01.965504 8582 ssh_runner.go:195] Run: openssl version
I0307 21:48:01.971285 8582 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"
I0307 21:48:01.981327 8582 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0307 21:48:01.985233 8582 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 7 21:47 /usr/share/ca-certificates/minikubeCA.pem
I0307 21:48:01.985339 8582 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0307 21:48:01.992664 8582 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"
I0307 21:48:02.003677 8582 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0307 21:48:02.009691 8582 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
I0307 21:48:02.009781 8582 kubeadm.go:391] StartCluster: {Name:addons-963512 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-963512 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.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0307 21:48:02.009864 8582 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0307 21:48:02.009927 8582 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0307 21:48:02.053741 8582 cri.go:89] found id: ""
I0307 21:48:02.053812 8582 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0307 21:48:02.062557 8582 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0307 21:48:02.071478 8582 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0307 21:48:02.071563 8582 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
I0307 21:48:02.080328 8582 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
I0307 21:48:02.080347 8582 kubeadm.go:156] found existing configuration files:
I0307 21:48:02.080419 8582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0307 21:48:02.090199 8582 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
I0307 21:48:02.090271 8582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0307 21:48:02.098751 8582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0307 21:48:02.107397 8582 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
I0307 21:48:02.107507 8582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0307 21:48:02.115698 8582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0307 21:48:02.124355 8582 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
I0307 21:48:02.124435 8582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0307 21:48:02.133228 8582 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0307 21:48:02.141847 8582 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
I0307 21:48:02.141907 8582 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0307 21:48:02.150293 8582 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$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"
I0307 21:48:02.197355 8582 kubeadm.go:309] [init] Using Kubernetes version: v1.28.4
I0307 21:48:02.197437 8582 kubeadm.go:309] [preflight] Running pre-flight checks
I0307 21:48:02.238490 8582 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0307 21:48:02.238580 8582 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1055-aws[0m
I0307 21:48:02.238634 8582 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0307 21:48:02.238693 8582 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0307 21:48:02.238758 8582 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0307 21:48:02.238819 8582 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0307 21:48:02.238875 8582 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0307 21:48:02.238936 8582 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0307 21:48:02.238997 8582 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0307 21:48:02.239054 8582 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0307 21:48:02.239114 8582 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0307 21:48:02.239172 8582 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0307 21:48:02.317636 8582 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0307 21:48:02.317839 8582 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0307 21:48:02.317953 8582 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0307 21:48:02.532668 8582 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0307 21:48:02.535366 8582 out.go:204] - Generating certificates and keys ...
I0307 21:48:02.535537 8582 kubeadm.go:309] [certs] Using existing ca certificate authority
I0307 21:48:02.535621 8582 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0307 21:48:03.119922 8582 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0307 21:48:03.901933 8582 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0307 21:48:04.516506 8582 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0307 21:48:04.623527 8582 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0307 21:48:05.178652 8582 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0307 21:48:05.178871 8582 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-963512 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0307 21:48:05.577145 8582 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0307 21:48:05.577502 8582 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-963512 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0307 21:48:05.882745 8582 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0307 21:48:06.079949 8582 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0307 21:48:06.373079 8582 kubeadm.go:309] [certs] Generating "sa" key and public key
I0307 21:48:06.373503 8582 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0307 21:48:06.497702 8582 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0307 21:48:06.889410 8582 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0307 21:48:07.498623 8582 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0307 21:48:07.968484 8582 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0307 21:48:07.969574 8582 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0307 21:48:07.972670 8582 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0307 21:48:07.975281 8582 out.go:204] - Booting up control plane ...
I0307 21:48:07.975406 8582 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0307 21:48:07.976830 8582 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0307 21:48:07.978330 8582 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0307 21:48:07.993081 8582 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0307 21:48:07.993690 8582 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0307 21:48:07.993765 8582 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0307 21:48:08.090991 8582 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
I0307 21:48:15.093676 8582 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.002736 seconds
I0307 21:48:15.093796 8582 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0307 21:48:15.109385 8582 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0307 21:48:15.637033 8582 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0307 21:48:15.637227 8582 kubeadm.go:309] [mark-control-plane] Marking the node addons-963512 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0307 21:48:16.148820 8582 kubeadm.go:309] [bootstrap-token] Using token: eitw6c.jj5bymtx8a9epad7
I0307 21:48:16.151351 8582 out.go:204] - Configuring RBAC rules ...
I0307 21:48:16.151485 8582 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0307 21:48:16.160130 8582 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0307 21:48:16.170199 8582 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
I0307 21:48:16.173972 8582 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0307 21:48:16.178568 8582 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0307 21:48:16.182025 8582 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0307 21:48:16.196298 8582 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0307 21:48:16.421411 8582 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0307 21:48:16.565628 8582 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0307 21:48:16.566647 8582 kubeadm.go:309]
I0307 21:48:16.566716 8582 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0307 21:48:16.566722 8582 kubeadm.go:309]
I0307 21:48:16.566796 8582 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0307 21:48:16.566801 8582 kubeadm.go:309]
I0307 21:48:16.566825 8582 kubeadm.go:309] mkdir -p $HOME/.kube
I0307 21:48:16.566881 8582 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0307 21:48:16.566930 8582 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0307 21:48:16.566934 8582 kubeadm.go:309]
I0307 21:48:16.566985 8582 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0307 21:48:16.566993 8582 kubeadm.go:309]
I0307 21:48:16.567038 8582 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0307 21:48:16.567042 8582 kubeadm.go:309]
I0307 21:48:16.567092 8582 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0307 21:48:16.567163 8582 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0307 21:48:16.567232 8582 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0307 21:48:16.567236 8582 kubeadm.go:309]
I0307 21:48:16.567316 8582 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0307 21:48:16.567389 8582 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0307 21:48:16.567394 8582 kubeadm.go:309]
I0307 21:48:16.567473 8582 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token eitw6c.jj5bymtx8a9epad7 \
I0307 21:48:16.567572 8582 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:815daef26ee193d5c7b84bb14049831ce64ba1c53ef7a1083d48ead9a06b7cce \
I0307 21:48:16.567592 8582 kubeadm.go:309] --control-plane
I0307 21:48:16.567596 8582 kubeadm.go:309]
I0307 21:48:16.567677 8582 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0307 21:48:16.567681 8582 kubeadm.go:309]
I0307 21:48:16.567759 8582 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token eitw6c.jj5bymtx8a9epad7 \
I0307 21:48:16.568076 8582 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:815daef26ee193d5c7b84bb14049831ce64ba1c53ef7a1083d48ead9a06b7cce
I0307 21:48:16.571520 8582 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-1055-aws\n", err: exit status 1
I0307 21:48:16.571632 8582 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0307 21:48:16.571649 8582 cni.go:84] Creating CNI manager for ""
I0307 21:48:16.571656 8582 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0307 21:48:16.574785 8582 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0307 21:48:16.576842 8582 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0307 21:48:16.581232 8582 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0307 21:48:16.581253 8582 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0307 21:48:16.605467 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0307 21:48:17.548047 8582 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0307 21:48:17.548179 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:17.548297 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-963512 minikube.k8s.io/updated_at=2024_03_07T21_48_17_0700 minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=3e3656b8cff33aafa60dd2a07a4b34bce666a6a6 minikube.k8s.io/name=addons-963512 minikube.k8s.io/primary=true
I0307 21:48:17.759664 8582 ops.go:34] apiserver oom_adj: -16
I0307 21:48:17.759787 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:18.259967 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:18.759924 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:19.260417 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:19.760673 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:20.260751 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:20.760445 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:21.260832 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:21.760608 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:22.260777 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:22.760001 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:23.260400 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:23.759941 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:24.260847 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:24.760767 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:25.259910 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:25.760598 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:26.260736 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:26.760744 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:27.259909 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:27.760625 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:28.260497 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:28.759898 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:29.259983 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:29.760642 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:30.260724 8582 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0307 21:48:30.389998 8582 kubeadm.go:1106] duration metric: took 12.841869041s to wait for elevateKubeSystemPrivileges
W0307 21:48:30.390035 8582 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0307 21:48:30.390043 8582 kubeadm.go:393] duration metric: took 28.380266479s to StartCluster
I0307 21:48:30.390058 8582 settings.go:142] acquiring lock: {Name:mk6b824c86d3c8cffe443e44d2dcdf6ba75674f0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:30.390172 8582 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18320-2408/kubeconfig
I0307 21:48:30.390611 8582 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18320-2408/kubeconfig: {Name:mkc7f9d8cfd4e14e150b8fc8a3019ac099191c36 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0307 21:48:30.390816 8582 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0307 21:48:30.393517 8582 out.go:177] * Verifying Kubernetes components...
I0307 21:48:30.390953 8582 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0307 21:48:30.391133 8582 config.go:182] Loaded profile config "addons-963512": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0307 21:48:30.391143 8582 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]
I0307 21:48:30.395637 8582 addons.go:69] Setting ingress=true in profile "addons-963512"
I0307 21:48:30.395649 8582 addons.go:69] Setting ingress-dns=true in profile "addons-963512"
I0307 21:48:30.395665 8582 addons.go:234] Setting addon ingress-dns=true in "addons-963512"
I0307 21:48:30.395668 8582 addons.go:234] Setting addon ingress=true in "addons-963512"
I0307 21:48:30.395701 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.395713 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.396172 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.396199 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.396810 8582 addons.go:69] Setting inspektor-gadget=true in profile "addons-963512"
I0307 21:48:30.396836 8582 addons.go:234] Setting addon inspektor-gadget=true in "addons-963512"
I0307 21:48:30.396873 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.397268 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.397444 8582 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0307 21:48:30.397678 8582 addons.go:69] Setting cloud-spanner=true in profile "addons-963512"
I0307 21:48:30.397700 8582 addons.go:234] Setting addon cloud-spanner=true in "addons-963512"
I0307 21:48:30.397760 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.398157 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.403321 8582 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-963512"
I0307 21:48:30.403414 8582 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-963512"
I0307 21:48:30.403467 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.403954 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.409620 8582 addons.go:69] Setting metrics-server=true in profile "addons-963512"
I0307 21:48:30.409668 8582 addons.go:234] Setting addon metrics-server=true in "addons-963512"
I0307 21:48:30.409701 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.410287 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.415450 8582 addons.go:69] Setting default-storageclass=true in profile "addons-963512"
I0307 21:48:30.415505 8582 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-963512"
I0307 21:48:30.415805 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.415939 8582 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-963512"
I0307 21:48:30.415965 8582 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-963512"
I0307 21:48:30.416005 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.416448 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.435085 8582 addons.go:69] Setting gcp-auth=true in profile "addons-963512"
I0307 21:48:30.436546 8582 addons.go:69] Setting registry=true in profile "addons-963512"
I0307 21:48:30.436580 8582 addons.go:234] Setting addon registry=true in "addons-963512"
I0307 21:48:30.436617 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.437058 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.439110 8582 mustload.go:65] Loading cluster: addons-963512
I0307 21:48:30.439372 8582 config.go:182] Loaded profile config "addons-963512": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0307 21:48:30.439706 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.395642 8582 addons.go:69] Setting yakd=true in profile "addons-963512"
I0307 21:48:30.458781 8582 addons.go:234] Setting addon yakd=true in "addons-963512"
I0307 21:48:30.458826 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.459274 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.478090 8582 addons.go:69] Setting storage-provisioner=true in profile "addons-963512"
I0307 21:48:30.478174 8582 addons.go:234] Setting addon storage-provisioner=true in "addons-963512"
I0307 21:48:30.478233 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.488862 8582 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0307 21:48:30.488443 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.480360 8582 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-963512"
I0307 21:48:30.480374 8582 addons.go:69] Setting volumesnapshots=true in profile "addons-963512"
I0307 21:48:30.493105 8582 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0307 21:48:30.521747 8582 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0307 21:48:30.521821 8582 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-963512"
I0307 21:48:30.521914 8582 addons.go:234] Setting addon volumesnapshots=true in "addons-963512"
I0307 21:48:30.524762 8582 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0307 21:48:30.524843 8582 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0307 21:48:30.524929 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0307 21:48:30.530545 8582 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0307 21:48:30.545031 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.545095 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.545224 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.550189 8582 addons.go:234] Setting addon default-storageclass=true in "addons-963512"
I0307 21:48:30.550314 8582 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0307 21:48:30.550355 8582 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0307 21:48:30.556813 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.557369 8582 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0307 21:48:30.557420 8582 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0307 21:48:30.565154 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0307 21:48:30.565222 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.567461 8582 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0307 21:48:30.580584 8582 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0307 21:48:30.584420 8582 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0307 21:48:30.566237 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.567437 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0307 21:48:30.580517 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0307 21:48:30.590551 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.594826 8582 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0307 21:48:30.594846 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0307 21:48:30.594911 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.648533 8582 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0307 21:48:30.650864 8582 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0307 21:48:30.653252 8582 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0307 21:48:30.653271 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0307 21:48:30.653337 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.580498 8582 out.go:177] - Using image docker.io/registry:2.8.3
I0307 21:48:30.662369 8582 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0307 21:48:30.665060 8582 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0307 21:48:30.665082 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0307 21:48:30.665137 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.686763 8582 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0307 21:48:30.662610 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.663204 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.663234 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.701235 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.701895 8582 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0307 21:48:30.721860 8582 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0307 21:48:30.723919 8582 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0307 21:48:30.702223 8582 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0307 21:48:30.724984 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.728196 8582 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0307 21:48:30.736495 8582 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0307 21:48:30.738697 8582 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0307 21:48:30.738718 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0307 21:48:30.738781 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.749385 8582 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-963512"
I0307 21:48:30.749429 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:30.749834 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:30.762586 8582 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0307 21:48:30.764580 8582 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0307 21:48:30.764603 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0307 21:48:30.764668 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.796245 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0307 21:48:30.796425 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.804993 8582 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0307 21:48:30.810783 8582 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0307 21:48:30.810815 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0307 21:48:30.810883 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.805208 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.848253 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.863382 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.893093 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.911546 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.920753 8582 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0307 21:48:30.920776 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0307 21:48:30.920832 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.956161 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.967160 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:30.970777 8582 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0307 21:48:30.972246 8582 out.go:177] - Using image docker.io/busybox:stable
I0307 21:48:30.976682 8582 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0307 21:48:30.976698 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0307 21:48:30.976761 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:30.999969 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:31.000870 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:31.047165 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:31.051786 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:31.135551 8582 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/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.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0307 21:48:31.135672 8582 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0307 21:48:31.191037 8582 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0307 21:48:31.191064 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0307 21:48:31.196430 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0307 21:48:31.248452 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0307 21:48:31.288364 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0307 21:48:31.302327 8582 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0307 21:48:31.302360 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0307 21:48:31.306458 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0307 21:48:31.329220 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0307 21:48:31.372074 8582 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0307 21:48:31.372099 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0307 21:48:31.392882 8582 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0307 21:48:31.392924 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0307 21:48:31.418772 8582 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0307 21:48:31.418807 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0307 21:48:31.454099 8582 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0307 21:48:31.454124 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0307 21:48:31.457205 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0307 21:48:31.462937 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0307 21:48:31.481105 8582 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0307 21:48:31.481128 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0307 21:48:31.490215 8582 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0307 21:48:31.490240 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0307 21:48:31.601386 8582 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0307 21:48:31.601413 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0307 21:48:31.615768 8582 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0307 21:48:31.615792 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0307 21:48:31.660458 8582 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0307 21:48:31.660482 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0307 21:48:31.663742 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0307 21:48:31.669477 8582 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0307 21:48:31.669547 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0307 21:48:31.721459 8582 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0307 21:48:31.721484 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0307 21:48:31.747382 8582 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0307 21:48:31.747415 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0307 21:48:31.755688 8582 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0307 21:48:31.755723 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0307 21:48:31.821194 8582 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0307 21:48:31.821227 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0307 21:48:31.850378 8582 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0307 21:48:31.850403 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0307 21:48:31.898520 8582 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0307 21:48:31.898547 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0307 21:48:31.900326 8582 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0307 21:48:31.900351 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0307 21:48:31.989085 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:31.991773 8582 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0307 21:48:31.991812 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0307 21:48:32.024433 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:32.135477 8582 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0307 21:48:32.135504 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0307 21:48:32.143697 8582 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0307 21:48:32.143722 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0307 21:48:32.200395 8582 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0307 21:48:32.200419 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0307 21:48:32.332848 8582 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0307 21:48:32.332877 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0307 21:48:32.481305 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:32.488964 8582 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0307 21:48:32.488997 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0307 21:48:32.734287 8582 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0307 21:48:32.734317 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0307 21:48:32.882788 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:32.935449 8582 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0307 21:48:32.935481 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0307 21:48:33.119058 8582 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0307 21:48:33.119088 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0307 21:48:33.344726 8582 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0307 21:48:33.344758 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0307 21:48:33.699597 8582 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0307 21:48:33.699628 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0307 21:48:34.221524 8582 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0307 21:48:34.221568 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0307 21:48:34.461681 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:34.546989 8582 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.411289824s)
I0307 21:48:34.547129 8582 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/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.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.411549162s)
I0307 21:48:34.547146 8582 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0307 21:48:34.548688 8582 node_ready.go:35] waiting up to 6m0s for node "addons-963512" to be "Ready" ...
I0307 21:48:34.552488 8582 node_ready.go:49] node "addons-963512" has status "Ready":"True"
I0307 21:48:34.552509 8582 node_ready.go:38] duration metric: took 3.797489ms for node "addons-963512" to be "Ready" ...
I0307 21:48:34.552518 8582 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" ...
I0307 21:48:34.563281 8582 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace to be "Ready" ...
I0307 21:48:34.931049 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.734582053s)
I0307 21:48:35.052183 8582 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-963512" context rescaled to 1 replicas
I0307 21:48:35.440029 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.191541003s)
I0307 21:48:35.440140 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.151752665s)
I0307 21:48:36.570340 8582 pod_ready.go:102] pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:37.514000 8582 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0307 21:48:37.514084 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:37.535542 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:37.871120 8582 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0307 21:48:37.896293 8582 addons.go:234] Setting addon gcp-auth=true in "addons-963512"
I0307 21:48:37.896343 8582 host.go:66] Checking if "addons-963512" exists ...
I0307 21:48:37.896859 8582 cli_runner.go:164] Run: docker container inspect addons-963512 --format={{.State.Status}}
I0307 21:48:37.928132 8582 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0307 21:48:37.928190 8582 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-963512
I0307 21:48:37.959514 8582 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18320-2408/.minikube/machines/addons-963512/id_rsa Username:docker}
I0307 21:48:38.573524 8582 pod_ready.go:102] pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:39.386345 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (8.057084393s)
I0307 21:48:39.386424 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (7.929196437s)
I0307 21:48:39.386495 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (8.080002504s)
I0307 21:48:39.386522 8582 addons.go:470] Verifying addon ingress=true in "addons-963512"
I0307 21:48:39.388892 8582 out.go:177] * Verifying ingress addon...
I0307 21:48:39.386789 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (7.923829453s)
I0307 21:48:39.391600 8582 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0307 21:48:39.386893 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (7.723120499s)
I0307 21:48:39.391813 8582 addons.go:470] Verifying addon registry=true in "addons-963512"
I0307 21:48:39.386999 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (7.362532385s)
I0307 21:48:39.387084 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (6.905746539s)
I0307 21:48:39.387138 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (6.504321607s)
I0307 21:48:39.386944 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (7.397833342s)
I0307 21:48:39.393744 8582 addons.go:470] Verifying addon metrics-server=true in "addons-963512"
I0307 21:48:39.393768 8582 out.go:177] * Verifying registry addon...
I0307 21:48:39.396857 8582 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
W0307 21:48:39.393872 8582 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:39.397066 8582 retry.go:31] will retry after 370.790466ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:39.399364 8582 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-963512 service yakd-dashboard -n yakd-dashboard
I0307 21:48:39.401493 8582 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0307 21:48:39.403709 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:39.409106 8582 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0307 21:48:39.409135 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0307 21:48:39.427071 8582 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]
I0307 21:48:39.768356 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:39.896907 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:39.902127 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:40.483332 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:40.493009 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:40.572772 8582 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.644606371s)
I0307 21:48:40.574636 8582 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.1
I0307 21:48:40.572900 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (6.111016973s)
I0307 21:48:40.577296 8582 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-963512"
I0307 21:48:40.582047 8582 out.go:177] * Verifying csi-hostpath-driver addon...
I0307 21:48:40.584527 8582 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0307 21:48:40.594825 8582 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0307 21:48:40.594856 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0307 21:48:40.585376 8582 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0307 21:48:40.635152 8582 pod_ready.go:102] pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:40.636580 8582 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0307 21:48:40.636601 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:40.682833 8582 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0307 21:48:40.682866 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0307 21:48:40.743342 8582 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0307 21:48:40.743366 8582 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0307 21:48:40.800851 8582 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0307 21:48:40.901328 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:40.909439 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:41.102010 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:41.396876 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:41.402359 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:41.601375 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:41.923616 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:41.928365 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:42.148319 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:42.316116 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.515204539s)
I0307 21:48:42.316266 8582 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.54787463s)
I0307 21:48:42.319786 8582 addons.go:470] Verifying addon gcp-auth=true in "addons-963512"
I0307 21:48:42.323523 8582 out.go:177] * Verifying gcp-auth addon...
I0307 21:48:42.326486 8582 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0307 21:48:42.330283 8582 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0307 21:48:42.330324 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:42.400157 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:42.405315 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:42.600884 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:42.830866 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:42.895948 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:42.901166 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:43.069916 8582 pod_ready.go:102] pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:43.101161 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:43.331072 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:43.396400 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:43.402156 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:43.601017 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:43.830885 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:43.896924 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:43.901083 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:44.101418 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:44.348979 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:44.396196 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:44.401923 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:44.601034 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:44.837997 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:44.896486 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:44.903659 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:45.073070 8582 pod_ready.go:102] pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:45.104059 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:45.332005 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:45.397995 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:45.401702 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:45.601485 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:45.830389 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:45.896664 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:45.903197 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:46.102404 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:46.332649 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:46.396231 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:46.401849 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:46.601080 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:46.830202 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:46.896510 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:46.901174 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:47.076645 8582 pod_ready.go:102] pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:47.101314 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:47.330807 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:47.398037 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:47.408496 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:47.600776 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:47.833217 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:47.926092 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:47.952620 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:48.070676 8582 pod_ready.go:92] pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace has status "Ready":"True"
I0307 21:48:48.070712 8582 pod_ready.go:81] duration metric: took 13.50738532s for pod "coredns-5dd5756b68-29fkp" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.070726 8582 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-5mrbg" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.073196 8582 pod_ready.go:97] error getting pod "coredns-5dd5756b68-5mrbg" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-5mrbg" not found
I0307 21:48:48.073227 8582 pod_ready.go:81] duration metric: took 2.493175ms for pod "coredns-5dd5756b68-5mrbg" in "kube-system" namespace to be "Ready" ...
E0307 21:48:48.073240 8582 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-5dd5756b68-5mrbg" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-5mrbg" not found
I0307 21:48:48.073248 8582 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.080393 8582 pod_ready.go:92] pod "etcd-addons-963512" in "kube-system" namespace has status "Ready":"True"
I0307 21:48:48.080420 8582 pod_ready.go:81] duration metric: took 7.154028ms for pod "etcd-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.080445 8582 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.087501 8582 pod_ready.go:92] pod "kube-apiserver-addons-963512" in "kube-system" namespace has status "Ready":"True"
I0307 21:48:48.087527 8582 pod_ready.go:81] duration metric: took 7.074266ms for pod "kube-apiserver-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.087550 8582 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.095350 8582 pod_ready.go:92] pod "kube-controller-manager-addons-963512" in "kube-system" namespace has status "Ready":"True"
I0307 21:48:48.095375 8582 pod_ready.go:81] duration metric: took 7.815982ms for pod "kube-controller-manager-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.095388 8582 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-w6gxd" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.104106 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:48.269007 8582 pod_ready.go:92] pod "kube-proxy-w6gxd" in "kube-system" namespace has status "Ready":"True"
I0307 21:48:48.269043 8582 pod_ready.go:81] duration metric: took 173.64734ms for pod "kube-proxy-w6gxd" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.269060 8582 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.330555 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:48.396609 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:48.402416 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0307 21:48:48.602197 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:48.667167 8582 pod_ready.go:92] pod "kube-scheduler-addons-963512" in "kube-system" namespace has status "Ready":"True"
I0307 21:48:48.667194 8582 pod_ready.go:81] duration metric: took 398.125604ms for pod "kube-scheduler-addons-963512" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.667207 8582 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace to be "Ready" ...
I0307 21:48:48.830978 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:48.896699 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:48.902063 8582 kapi.go:107] duration metric: took 9.505201603s to wait for kubernetes.io/minikube-addons=registry ...
I0307 21:48:49.101100 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:49.330309 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:49.396695 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:49.600901 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:49.830739 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:49.897976 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:50.101815 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:50.331264 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:50.396803 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:50.600547 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:50.674209 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:50.834067 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:50.896820 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:51.101424 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:51.331314 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:51.397163 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:51.601217 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:51.830742 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:51.897498 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:52.101659 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:52.330932 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:52.396547 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:52.601178 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:52.830645 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:52.905502 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:53.100995 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:53.173655 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:53.330754 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:53.396473 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:53.600837 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:53.830123 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:53.897378 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:54.102737 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:54.332054 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:54.401279 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:54.601015 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:54.830967 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:54.896467 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:55.102651 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:55.175042 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:55.331036 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:55.396791 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:55.600719 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:55.830408 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:55.896081 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:56.100791 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:56.330299 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:56.397162 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:56.600557 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:56.830604 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:56.899747 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:57.101407 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:57.329764 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:57.395828 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:57.602554 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:57.678994 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:48:57.844672 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:57.896816 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:58.104640 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:58.335382 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:58.396749 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:58.600712 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:58.830815 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:58.896705 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:59.101591 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:59.331180 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:59.396675 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:48:59.605219 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:48:59.830611 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:48:59.896122 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:00.193413 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:00.201499 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:49:00.358309 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:00.397929 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:00.602511 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:00.831453 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:00.896085 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:01.101624 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:01.330525 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:01.396163 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:01.601630 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:01.831098 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:01.895967 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:02.101434 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:02.330804 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:02.397742 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:02.601765 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:02.676495 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:49:02.831701 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:02.898351 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:03.101861 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:03.332995 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:03.396014 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:03.602665 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:03.831156 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:03.896768 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:04.102004 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:04.331593 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:04.398215 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:04.600601 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:04.830297 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:04.896360 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:05.104204 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:05.182100 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:49:05.330570 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:05.396168 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:05.601490 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:05.830347 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:05.896477 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:06.101903 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:06.330571 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:06.396059 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:06.600599 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:06.830167 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:06.896850 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:07.111928 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:07.334848 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:07.396519 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:07.601440 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:07.673790 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:49:07.830045 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:07.896111 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:08.102892 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:08.330179 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:08.396035 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:08.601175 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:08.830469 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:08.903761 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:09.101511 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:09.330673 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:09.397092 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:09.601173 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:09.831384 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:09.898064 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:10.101041 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:10.175266 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:49:10.331101 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:10.395858 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:10.600129 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:10.831052 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:10.896190 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:11.102094 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:11.331464 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:11.396670 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:11.601137 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:11.830479 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:11.897054 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:12.101178 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:12.178607 8582 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"False"
I0307 21:49:12.332421 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:12.402977 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:12.601568 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:12.830472 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:12.897365 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:13.100904 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:13.331149 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:13.396523 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:13.602170 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:13.830240 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:13.897246 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:14.101054 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:14.330031 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:14.395936 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:14.600439 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:14.673705 8582 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace has status "Ready":"True"
I0307 21:49:14.673734 8582 pod_ready.go:81] duration metric: took 26.006519063s for pod "nvidia-device-plugin-daemonset-skr6t" in "kube-system" namespace to be "Ready" ...
I0307 21:49:14.673745 8582 pod_ready.go:38] duration metric: took 40.121215117s 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" ...
I0307 21:49:14.673759 8582 api_server.go:52] waiting for apiserver process to appear ...
I0307 21:49:14.673817 8582 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0307 21:49:14.693989 8582 api_server.go:72] duration metric: took 44.303134752s to wait for apiserver process to appear ...
I0307 21:49:14.694012 8582 api_server.go:88] waiting for apiserver healthz status ...
I0307 21:49:14.694032 8582 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0307 21:49:14.702391 8582 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0307 21:49:14.703645 8582 api_server.go:141] control plane version: v1.28.4
I0307 21:49:14.703667 8582 api_server.go:131] duration metric: took 9.648294ms to wait for apiserver health ...
I0307 21:49:14.703689 8582 system_pods.go:43] waiting for kube-system pods to appear ...
I0307 21:49:14.714899 8582 system_pods.go:59] 18 kube-system pods found
I0307 21:49:14.714934 8582 system_pods.go:61] "coredns-5dd5756b68-29fkp" [f8bab481-83f1-4618-a41d-c1f4f52609ab] Running
I0307 21:49:14.714942 8582 system_pods.go:61] "csi-hostpath-attacher-0" [ae25642c-4c09-4ba4-986a-fc0894df39a3] Running
I0307 21:49:14.714946 8582 system_pods.go:61] "csi-hostpath-resizer-0" [4e28b525-6966-4a98-9c3d-b3bc7b156676] Running
I0307 21:49:14.714954 8582 system_pods.go:61] "csi-hostpathplugin-7rl2z" [f5001b06-75f0-4446-b62f-e7de26581524] 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])
I0307 21:49:14.714960 8582 system_pods.go:61] "etcd-addons-963512" [6b9f7896-fb74-4fcf-ae8a-65f8a002118e] Running
I0307 21:49:14.714965 8582 system_pods.go:61] "kindnet-ch46s" [92a51680-a4d1-4636-b15d-185301519096] Running
I0307 21:49:14.714970 8582 system_pods.go:61] "kube-apiserver-addons-963512" [2618ff7b-95ab-4a4a-9343-652bbd3c76c7] Running
I0307 21:49:14.714974 8582 system_pods.go:61] "kube-controller-manager-addons-963512" [5ca9551f-1d7e-4be1-ae8b-67c3d148f01f] Running
I0307 21:49:14.714980 8582 system_pods.go:61] "kube-ingress-dns-minikube" [9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0307 21:49:14.714984 8582 system_pods.go:61] "kube-proxy-w6gxd" [7fead251-876a-464c-94cf-c12167cd82af] Running
I0307 21:49:14.714989 8582 system_pods.go:61] "kube-scheduler-addons-963512" [6b4ff72e-13fe-4452-b503-74efebe5a751] Running
I0307 21:49:14.714993 8582 system_pods.go:61] "metrics-server-69cf46c98-qzrq2" [026e1c6f-54a2-4f1b-83ab-9b6f24976fe3] Running
I0307 21:49:14.714997 8582 system_pods.go:61] "nvidia-device-plugin-daemonset-skr6t" [bd96c754-234b-4da9-a225-d2510af33519] Running
I0307 21:49:14.715001 8582 system_pods.go:61] "registry-g5s9h" [5acdf3e9-cdb0-4e0e-82bc-ce557a05d53f] Running
I0307 21:49:14.715004 8582 system_pods.go:61] "registry-proxy-pn5c9" [0bc81ee0-ca94-4da6-9aa2-210e4709466d] Running
I0307 21:49:14.715008 8582 system_pods.go:61] "snapshot-controller-58dbcc7b99-bqr6j" [67928c3e-8f43-49cf-b47f-8d32a9d92f23] Running
I0307 21:49:14.715012 8582 system_pods.go:61] "snapshot-controller-58dbcc7b99-qjd59" [6b4b94ea-e889-4004-9dea-98d277831414] Running
I0307 21:49:14.715016 8582 system_pods.go:61] "storage-provisioner" [60f33f3b-dabc-4b3a-a17f-ff46ff70601d] Running
I0307 21:49:14.715022 8582 system_pods.go:74] duration metric: took 11.320976ms to wait for pod list to return data ...
I0307 21:49:14.715033 8582 default_sa.go:34] waiting for default service account to be created ...
I0307 21:49:14.717631 8582 default_sa.go:45] found service account: "default"
I0307 21:49:14.717655 8582 default_sa.go:55] duration metric: took 2.609294ms for default service account to be created ...
I0307 21:49:14.717664 8582 system_pods.go:116] waiting for k8s-apps to be running ...
I0307 21:49:14.728649 8582 system_pods.go:86] 18 kube-system pods found
I0307 21:49:14.728684 8582 system_pods.go:89] "coredns-5dd5756b68-29fkp" [f8bab481-83f1-4618-a41d-c1f4f52609ab] Running
I0307 21:49:14.728692 8582 system_pods.go:89] "csi-hostpath-attacher-0" [ae25642c-4c09-4ba4-986a-fc0894df39a3] Running
I0307 21:49:14.728697 8582 system_pods.go:89] "csi-hostpath-resizer-0" [4e28b525-6966-4a98-9c3d-b3bc7b156676] Running
I0307 21:49:14.728706 8582 system_pods.go:89] "csi-hostpathplugin-7rl2z" [f5001b06-75f0-4446-b62f-e7de26581524] 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])
I0307 21:49:14.728712 8582 system_pods.go:89] "etcd-addons-963512" [6b9f7896-fb74-4fcf-ae8a-65f8a002118e] Running
I0307 21:49:14.728717 8582 system_pods.go:89] "kindnet-ch46s" [92a51680-a4d1-4636-b15d-185301519096] Running
I0307 21:49:14.728721 8582 system_pods.go:89] "kube-apiserver-addons-963512" [2618ff7b-95ab-4a4a-9343-652bbd3c76c7] Running
I0307 21:49:14.728726 8582 system_pods.go:89] "kube-controller-manager-addons-963512" [5ca9551f-1d7e-4be1-ae8b-67c3d148f01f] Running
I0307 21:49:14.728733 8582 system_pods.go:89] "kube-ingress-dns-minikube" [9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0307 21:49:14.728740 8582 system_pods.go:89] "kube-proxy-w6gxd" [7fead251-876a-464c-94cf-c12167cd82af] Running
I0307 21:49:14.728745 8582 system_pods.go:89] "kube-scheduler-addons-963512" [6b4ff72e-13fe-4452-b503-74efebe5a751] Running
I0307 21:49:14.728753 8582 system_pods.go:89] "metrics-server-69cf46c98-qzrq2" [026e1c6f-54a2-4f1b-83ab-9b6f24976fe3] Running
I0307 21:49:14.728757 8582 system_pods.go:89] "nvidia-device-plugin-daemonset-skr6t" [bd96c754-234b-4da9-a225-d2510af33519] Running
I0307 21:49:14.728761 8582 system_pods.go:89] "registry-g5s9h" [5acdf3e9-cdb0-4e0e-82bc-ce557a05d53f] Running
I0307 21:49:14.728772 8582 system_pods.go:89] "registry-proxy-pn5c9" [0bc81ee0-ca94-4da6-9aa2-210e4709466d] Running
I0307 21:49:14.728778 8582 system_pods.go:89] "snapshot-controller-58dbcc7b99-bqr6j" [67928c3e-8f43-49cf-b47f-8d32a9d92f23] Running
I0307 21:49:14.728784 8582 system_pods.go:89] "snapshot-controller-58dbcc7b99-qjd59" [6b4b94ea-e889-4004-9dea-98d277831414] Running
I0307 21:49:14.728794 8582 system_pods.go:89] "storage-provisioner" [60f33f3b-dabc-4b3a-a17f-ff46ff70601d] Running
I0307 21:49:14.728800 8582 system_pods.go:126] duration metric: took 11.131685ms to wait for k8s-apps to be running ...
I0307 21:49:14.728807 8582 system_svc.go:44] waiting for kubelet service to be running ....
I0307 21:49:14.728864 8582 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0307 21:49:14.745263 8582 system_svc.go:56] duration metric: took 16.446977ms WaitForService to wait for kubelet
I0307 21:49:14.745292 8582 kubeadm.go:576] duration metric: took 44.354441105s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0307 21:49:14.745310 8582 node_conditions.go:102] verifying NodePressure condition ...
I0307 21:49:14.748485 8582 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0307 21:49:14.748513 8582 node_conditions.go:123] node cpu capacity is 2
I0307 21:49:14.748525 8582 node_conditions.go:105] duration metric: took 3.209963ms to run NodePressure ...
I0307 21:49:14.748539 8582 start.go:240] waiting for startup goroutines ...
I0307 21:49:14.836849 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:14.897631 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:15.101204 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:15.333797 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:15.397070 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:15.600875 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:15.831268 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:15.896861 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:16.101131 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:16.330606 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:16.401334 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:16.600920 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:16.830247 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:16.897935 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:17.100593 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:17.331207 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:17.396950 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:17.601797 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:17.830522 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:17.896826 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:18.109248 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:18.332316 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:18.396530 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:18.600800 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:18.830422 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:18.896557 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:19.101508 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:19.331066 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:19.395580 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:19.601130 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:19.831472 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:19.898106 8582 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0307 21:49:20.102219 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:20.335130 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:20.398399 8582 kapi.go:107] duration metric: took 41.006796118s to wait for app.kubernetes.io/name=ingress-nginx ...
I0307 21:49:20.601523 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:20.830490 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:21.101125 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:21.331539 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:21.601094 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:21.831815 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0307 21:49:22.101837 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:22.330849 8582 kapi.go:107] duration metric: took 40.004360558s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0307 21:49:22.332575 8582 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-963512 cluster.
I0307 21:49:22.334680 8582 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.
I0307 21:49:22.336493 8582 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0307 21:49:22.601312 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:23.102082 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:23.601012 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:24.104931 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:24.600239 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:25.115647 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:25.601391 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:26.100849 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:26.603245 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:27.101534 8582 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0307 21:49:27.601303 8582 kapi.go:107] duration metric: took 47.015922702s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0307 21:49:27.603818 8582 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, storage-provisioner, metrics-server, inspektor-gadget, yakd, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0307 21:49:27.606247 8582 addons.go:505] duration metric: took 57.215094396s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin storage-provisioner metrics-server inspektor-gadget yakd storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0307 21:49:27.606296 8582 start.go:245] waiting for cluster config update ...
I0307 21:49:27.606315 8582 start.go:254] writing updated cluster config ...
I0307 21:49:27.606997 8582 ssh_runner.go:195] Run: rm -f paused
I0307 21:49:27.943787 8582 start.go:600] kubectl: 1.29.2, cluster: 1.28.4 (minor skew: 1)
I0307 21:49:27.946985 8582 out.go:177] * Done! kubectl is now configured to use "addons-963512" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
3ea9e182c1b34 dd1b12fcb6097 9 seconds ago Exited hello-world-app 2 1b6e54802d428 hello-world-app-5d77478584-frj9x
4b5ce7ca15eab be5e6f23a9904 32 seconds ago Running nginx 0 0e97238db2926 nginx
3a90d0e29e456 bafe72500920c About a minute ago Running gcp-auth 0 206a4bf8e18c1 gcp-auth-5f6b4f85fd-9g9vb
30d5e600e3f06 c0cfb4ce73bda About a minute ago Running nvidia-device-plugin-ctr 0 56185c8410ca1 nvidia-device-plugin-daemonset-skr6t
a24e7358e4b27 1a024e390dd05 About a minute ago Exited patch 1 eb3bb03f287ec ingress-nginx-admission-patch-mv9ww
5e9124a23573d 1a024e390dd05 About a minute ago Exited create 0 b08b4cbd6bb77 ingress-nginx-admission-create-gn8tt
7c00de7883860 7ce2150c8929b About a minute ago Running local-path-provisioner 0 3bf5080f6b9e6 local-path-provisioner-78b46b4d5c-tcxbn
a476486d2a80a 20e3f2db01e81 About a minute ago Running yakd 0 92db516cf69fb yakd-dashboard-9947fc6bf-dw8s7
2b23d0b44dd54 4d1e5c3e97420 About a minute ago Running volume-snapshot-controller 0 94919244f42d5 snapshot-controller-58dbcc7b99-bqr6j
cc95bc26ba37b 4d1e5c3e97420 About a minute ago Running volume-snapshot-controller 0 211b3ebb631e5 snapshot-controller-58dbcc7b99-qjd59
bae1f86f699e7 41340d5d57adb About a minute ago Running cloud-spanner-emulator 0 1c53186494ddc cloud-spanner-emulator-6548d5df46-c4d87
2a9c63a0cc630 97e04611ad434 About a minute ago Running coredns 0 f1603b63aad7f coredns-5dd5756b68-29fkp
79369d5a315db ba04bb24b9575 2 minutes ago Running storage-provisioner 0 ea35e45248780 storage-provisioner
9733620690c83 4740c1948d3fc 2 minutes ago Running kindnet-cni 0 7a93b69dacb02 kindnet-ch46s
122c40b47440e 3ca3ca488cf13 2 minutes ago Running kube-proxy 0 034d2ca9d7a01 kube-proxy-w6gxd
971300809d6dc 9961cbceaf234 2 minutes ago Running kube-controller-manager 0 0134843e7b9b9 kube-controller-manager-addons-963512
c93588c0a8cce 04b4c447bb9d4 2 minutes ago Running kube-apiserver 0 885e346178767 kube-apiserver-addons-963512
a122979188eac 05c284c929889 2 minutes ago Running kube-scheduler 0 5f1b15db14af8 kube-scheduler-addons-963512
920a86d849da2 9cdd6470f48c8 2 minutes ago Running etcd 0 2c43d971ea471 etcd-addons-963512
==> containerd <==
Mar 07 21:50:29 addons-963512 containerd[764]: time="2024-03-07T21:50:29.702900950Z" level=info msg="cleaning up dead shim"
Mar 07 21:50:29 addons-963512 containerd[764]: time="2024-03-07T21:50:29.711869379Z" level=warning msg="cleanup warnings time=\"2024-03-07T21:50:29Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=8897 runtime=io.containerd.runc.v2\n"
Mar 07 21:50:30 addons-963512 containerd[764]: time="2024-03-07T21:50:30.628034993Z" level=info msg="RemoveContainer for \"70496f1ab8ef7b866761277010419bc742ceefb80fd63f007777639fff5ca5e3\""
Mar 07 21:50:30 addons-963512 containerd[764]: time="2024-03-07T21:50:30.635012998Z" level=info msg="RemoveContainer for \"70496f1ab8ef7b866761277010419bc742ceefb80fd63f007777639fff5ca5e3\" returns successfully"
Mar 07 21:50:30 addons-963512 containerd[764]: time="2024-03-07T21:50:30.640240782Z" level=info msg="RemoveContainer for \"8e89db9594f54b2c2afb100adef116ef936275f2d00b4367cbcdb8cf7ac36894\""
Mar 07 21:50:30 addons-963512 containerd[764]: time="2024-03-07T21:50:30.652970533Z" level=info msg="RemoveContainer for \"8e89db9594f54b2c2afb100adef116ef936275f2d00b4367cbcdb8cf7ac36894\" returns successfully"
Mar 07 21:50:32 addons-963512 containerd[764]: time="2024-03-07T21:50:32.330035877Z" level=info msg="StopContainer for \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\" with timeout 2 (s)"
Mar 07 21:50:32 addons-963512 containerd[764]: time="2024-03-07T21:50:32.330755168Z" level=info msg="Stop container \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\" with signal terminated"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.336969648Z" level=info msg="Kill container \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\""
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.402356214Z" level=info msg="shim disconnected" id=fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.402434343Z" level=warning msg="cleaning up after shim disconnected" id=fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b namespace=k8s.io
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.402448152Z" level=info msg="cleaning up dead shim"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.410854155Z" level=warning msg="cleanup warnings time=\"2024-03-07T21:50:34Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9035 runtime=io.containerd.runc.v2\n"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.413622143Z" level=info msg="StopContainer for \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\" returns successfully"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.414226932Z" level=info msg="StopPodSandbox for \"6ed15c39d83e2e8de61a3692fa7104605328f53a213636f28b2196f98f08930e\""
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.414284245Z" level=info msg="Container to stop \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.446376013Z" level=info msg="shim disconnected" id=6ed15c39d83e2e8de61a3692fa7104605328f53a213636f28b2196f98f08930e
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.446445059Z" level=warning msg="cleaning up after shim disconnected" id=6ed15c39d83e2e8de61a3692fa7104605328f53a213636f28b2196f98f08930e namespace=k8s.io
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.446457013Z" level=info msg="cleaning up dead shim"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.454448282Z" level=warning msg="cleanup warnings time=\"2024-03-07T21:50:34Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9067 runtime=io.containerd.runc.v2\n"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.500141509Z" level=info msg="TearDown network for sandbox \"6ed15c39d83e2e8de61a3692fa7104605328f53a213636f28b2196f98f08930e\" successfully"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.500194932Z" level=info msg="StopPodSandbox for \"6ed15c39d83e2e8de61a3692fa7104605328f53a213636f28b2196f98f08930e\" returns successfully"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.647591739Z" level=info msg="RemoveContainer for \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\""
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.653194251Z" level=info msg="RemoveContainer for \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\" returns successfully"
Mar 07 21:50:34 addons-963512 containerd[764]: time="2024-03-07T21:50:34.653713461Z" level=error msg="ContainerStatus for \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\": not found"
==> coredns [2a9c63a0cc63048424bec8ba57f42b8cb9041975eefe514e6cb37a648b93960d] <==
[INFO] 10.244.0.19:36288 - 3680 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000221398s
[INFO] 10.244.0.19:56502 - 21815 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002681441s
[INFO] 10.244.0.19:36288 - 16475 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002725527s
[INFO] 10.244.0.19:56502 - 23750 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002559086s
[INFO] 10.244.0.19:36288 - 42492 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001481495s
[INFO] 10.244.0.19:36288 - 22817 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000222752s
[INFO] 10.244.0.19:56502 - 38253 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000081075s
[INFO] 10.244.0.19:39421 - 53845 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00013723s
[INFO] 10.244.0.19:38203 - 51947 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000244011s
[INFO] 10.244.0.19:39421 - 30606 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00022116s
[INFO] 10.244.0.19:39421 - 55212 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000131626s
[INFO] 10.244.0.19:38203 - 41667 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000193854s
[INFO] 10.244.0.19:38203 - 60606 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000118924s
[INFO] 10.244.0.19:39421 - 23545 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000145287s
[INFO] 10.244.0.19:39421 - 10032 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000137238s
[INFO] 10.244.0.19:38203 - 56967 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000126383s
[INFO] 10.244.0.19:39421 - 26792 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000073468s
[INFO] 10.244.0.19:38203 - 2566 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000158916s
[INFO] 10.244.0.19:38203 - 17146 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000105042s
[INFO] 10.244.0.19:39421 - 58842 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001501269s
[INFO] 10.244.0.19:38203 - 54925 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001524933s
[INFO] 10.244.0.19:39421 - 26355 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001449372s
[INFO] 10.244.0.19:39421 - 9046 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000047573s
[INFO] 10.244.0.19:38203 - 21924 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002268773s
[INFO] 10.244.0.19:38203 - 30052 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000048385s
==> describe nodes <==
Name: addons-963512
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-963512
kubernetes.io/os=linux
minikube.k8s.io/commit=3e3656b8cff33aafa60dd2a07a4b34bce666a6a6
minikube.k8s.io/name=addons-963512
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_07T21_48_17_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-963512
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: Thu, 07 Mar 2024 21:48:13 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-963512
AcquireTime: <unset>
RenewTime: Thu, 07 Mar 2024 21:50:39 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 07 Mar 2024 21:50:19 +0000 Thu, 07 Mar 2024 21:48:10 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 07 Mar 2024 21:50:19 +0000 Thu, 07 Mar 2024 21:48:10 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 07 Mar 2024 21:50:19 +0000 Thu, 07 Mar 2024 21:48:10 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 07 Mar 2024 21:50:19 +0000 Thu, 07 Mar 2024 21:48:16 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-963512
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: bb4fa9a1690241dd8c2e79b58eaaf79a
System UUID: 1874d978-b1e3-427a-849f-c838a3c17338
Boot ID: 5a38287e-066f-43b8-a303-a60cdb318f8a
Kernel Version: 5.15.0-1055-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.28
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (17 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-6548d5df46-c4d87 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m4s
default hello-world-app-5d77478584-frj9x 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) 38s
gcp-auth gcp-auth-5f6b4f85fd-9g9vb 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 118s
kube-system coredns-5dd5756b68-29fkp 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m9s
kube-system etcd-addons-963512 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m23s
kube-system kindnet-ch46s 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m9s
kube-system kube-apiserver-addons-963512 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m23s
kube-system kube-controller-manager-addons-963512 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m23s
kube-system kube-proxy-w6gxd 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m9s
kube-system kube-scheduler-addons-963512 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m24s
kube-system nvidia-device-plugin-daemonset-skr6t 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m6s
kube-system snapshot-controller-58dbcc7b99-bqr6j 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m3s
kube-system snapshot-controller-58dbcc7b99-qjd59 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m3s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m3s
local-path-storage local-path-provisioner-78b46b4d5c-tcxbn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m3s
yakd-dashboard yakd-dashboard-9947fc6bf-dw8s7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 2m3s
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 2m6s kube-proxy
Normal Starting 2m23s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m23s kubelet Node addons-963512 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m23s kubelet Node addons-963512 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m23s kubelet Node addons-963512 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m23s kubelet Node addons-963512 status is now: NodeNotReady
Normal NodeAllocatableEnforced 2m23s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m23s kubelet Node addons-963512 status is now: NodeReady
Normal RegisteredNode 2m9s node-controller Node addons-963512 event: Registered Node addons-963512 in Controller
==> dmesg <==
[Mar 7 21:17] ACPI: SRAT not present
[ +0.000000] ACPI: SRAT not present
[ +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
[ +0.015962] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.450159] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002995] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.004021] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.054186] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.004024] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.715890] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +6.628665] kauditd_printk_skb: 26 callbacks suppressed
==> etcd [920a86d849da2798ccea8cfd1b820820179d081b0c0572d8287ceb2be6fc9b6b] <==
{"level":"info","ts":"2024-03-07T21:48:09.566821Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-03-07T21:48:09.56689Z","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-07T21:48:09.567894Z","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-07T21:48:09.56832Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-07T21:48:09.568337Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-07T21:48:09.568649Z","caller":"embed/etcd.go:278","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-07T21:48:09.568673Z","caller":"embed/etcd.go:855","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-03-07T21:48:10.460316Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-03-07T21:48:10.460416Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-07T21:48:10.460461Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-07T21:48:10.460506Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-07T21:48:10.46054Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-07T21:48:10.460579Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-07T21:48:10.46062Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-07T21:48:10.468456Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-963512 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-07T21:48:10.468562Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-07T21:48:10.469616Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-07T21:48:10.469853Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-07T21:48:10.472232Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-07T21:48:10.473218Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-03-07T21:48:10.484437Z","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-07T21:48:10.484684Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-07T21:48:10.488232Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-07T21:48:10.484723Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-07T21:48:10.536488Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
==> gcp-auth [3a90d0e29e4564c71421581edfef3805537dcad2b4682ebabe006499f46f7e07] <==
2024/03/07 21:49:21 GCP Auth Webhook started!
2024/03/07 21:49:39 Ready to marshal response ...
2024/03/07 21:49:39 Ready to write response ...
2024/03/07 21:50:01 Ready to marshal response ...
2024/03/07 21:50:01 Ready to write response ...
2024/03/07 21:50:01 Ready to marshal response ...
2024/03/07 21:50:01 Ready to write response ...
2024/03/07 21:50:13 Ready to marshal response ...
2024/03/07 21:50:13 Ready to write response ...
2024/03/07 21:50:18 Ready to marshal response ...
2024/03/07 21:50:18 Ready to write response ...
==> kernel <==
21:50:39 up 33 min, 0 users, load average: 1.64, 1.04, 0.43
Linux addons-963512 5.15.0-1055-aws #60~20.04.1-Ubuntu SMP Thu Feb 22 15:54:21 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kindnet [9733620690c83e7bf34ee884f9c825bad94e72799a184a757612dc15d19b71b1] <==
I0307 21:48:34.911341 1 main.go:227] handling current node
I0307 21:48:44.918023 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:48:44.918051 1 main.go:227] handling current node
I0307 21:48:54.930169 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:48:54.930193 1 main.go:227] handling current node
I0307 21:49:04.939610 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:49:04.939636 1 main.go:227] handling current node
I0307 21:49:14.951656 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:49:14.951686 1 main.go:227] handling current node
I0307 21:49:24.964106 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:49:24.964137 1 main.go:227] handling current node
I0307 21:49:34.973681 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:49:34.973709 1 main.go:227] handling current node
I0307 21:49:44.984748 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:49:44.984776 1 main.go:227] handling current node
I0307 21:49:54.996887 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:49:54.997086 1 main.go:227] handling current node
I0307 21:50:05.006867 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:50:05.006909 1 main.go:227] handling current node
I0307 21:50:15.022985 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:50:15.023015 1 main.go:227] handling current node
I0307 21:50:25.035785 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:50:25.035821 1 main.go:227] handling current node
I0307 21:50:35.047631 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0307 21:50:35.047664 1 main.go:227] handling current node
==> kube-apiserver [c93588c0a8cce89a2f9d23a8ebdffd7238817b290581737e0684d75181f2a45c] <==
I0307 21:48:40.119420 1 alloc.go:330] "allocated clusterIPs" service="kube-system/csi-hostpath-attacher" clusterIPs={"IPv4":"10.104.222.42"}
I0307 21:48:40.151455 1 controller.go:624] quota admission added evaluator for: statefulsets.apps
W0307 21:48:40.256850 1 aggregator.go:166] 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]]
I0307 21:48:40.343102 1 alloc.go:330] "allocated clusterIPs" service="kube-system/csi-hostpath-resizer" clusterIPs={"IPv4":"10.106.228.59"}
W0307 21:48:41.139600 1 aggregator.go:166] 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]]
I0307 21:48:41.723797 1 alloc.go:330] "allocated clusterIPs" service="gcp-auth/gcp-auth" clusterIPs={"IPv4":"10.103.206.167"}
E0307 21:49:04.089430 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.12.0:443/apis/metrics.k8s.io/v1beta1: Get "https://10.107.12.0:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.107.12.0:443: connect: connection refused
W0307 21:49:04.089817 1 handler_proxy.go:93] no RequestInfo found in the context
E0307 21:49:04.089964 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]]
E0307 21:49:04.091745 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.12.0:443/apis/metrics.k8s.io/v1beta1: Get "https://10.107.12.0:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.107.12.0:443: connect: connection refused
I0307 21:49:04.092030 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0307 21:49:04.097337 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.12.0:443/apis/metrics.k8s.io/v1beta1: Get "https://10.107.12.0:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.107.12.0:443: connect: connection refused
I0307 21:49:04.208646 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0307 21:49:13.319888 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0307 21:49:55.880736 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0307 21:49:55.888843 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0307 21:49:56.912565 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0307 21:50:01.523381 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0307 21:50:01.884133 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.120.104"}
I0307 21:50:05.108455 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0307 21:50:12.791143 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0307 21:50:13.662880 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.97.144"}
==> kube-controller-manager [971300809d6dc1c69864b575af34a12e82c177822af19738bd95669b6ddf21d1] <==
W0307 21:50:04.226711 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0307 21:50:04.226750 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0307 21:50:06.000547 1 namespace_controller.go:182] "Namespace has been deleted" namespace="gadget"
W0307 21:50:12.587955 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0307 21:50:12.587988 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0307 21:50:13.392624 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0307 21:50:13.411403 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-frj9x"
I0307 21:50:13.431907 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="40.077275ms"
I0307 21:50:13.497035 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="65.077332ms"
I0307 21:50:13.541928 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.839052ms"
I0307 21:50:13.542233 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="83.348µs"
I0307 21:50:14.963884 1 event.go:307] "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."
I0307 21:50:15.131128 1 event.go:307] "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."
I0307 21:50:16.540974 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="64.78µs"
I0307 21:50:17.550549 1 event.go:307] "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."
I0307 21:50:17.576639 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.734µs"
I0307 21:50:18.566137 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="46.605µs"
I0307 21:50:28.057918 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-attacher"
I0307 21:50:28.169495 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-resizer"
W0307 21:50:29.093458 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0307 21:50:29.093494 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0307 21:50:30.662073 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="91.872µs"
I0307 21:50:31.302178 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0307 21:50:31.309590 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-76dc478dd8" duration="7.672µs"
I0307 21:50:31.312232 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
==> kube-proxy [122c40b47440e522ae9cdd9b8a1a45cab186bbcd20d893bb0dbe24c36c35a9a2] <==
I0307 21:48:32.831030 1 server_others.go:69] "Using iptables proxy"
I0307 21:48:32.849505 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0307 21:48:32.934192 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0307 21:48:32.945014 1 server_others.go:152] "Using iptables Proxier"
I0307 21:48:32.945051 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0307 21:48:32.945059 1 server_others.go:438] "Defaulting to no-op detect-local"
I0307 21:48:32.945090 1 proxier.go:251] "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"
I0307 21:48:32.945296 1 server.go:846] "Version info" version="v1.28.4"
I0307 21:48:32.945306 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0307 21:48:32.947456 1 config.go:188] "Starting service config controller"
I0307 21:48:32.947471 1 shared_informer.go:311] Waiting for caches to sync for service config
I0307 21:48:32.947505 1 config.go:97] "Starting endpoint slice config controller"
I0307 21:48:32.947511 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0307 21:48:32.949775 1 config.go:315] "Starting node config controller"
I0307 21:48:32.949787 1 shared_informer.go:311] Waiting for caches to sync for node config
I0307 21:48:33.048438 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0307 21:48:33.048494 1 shared_informer.go:318] Caches are synced for service config
I0307 21:48:33.049834 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [a122979188eacd9de5ed8cadad536037c22516ea1fd49bb0f9b0981e82e62f82] <==
W0307 21:48:14.335392 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0307 21:48:14.335425 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.335473 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0307 21:48:14.335490 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.335530 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0307 21:48:14.335548 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0307 21:48:14.335583 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0307 21:48:14.335599 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.337807 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0307 21:48:14.337840 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.337907 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0307 21:48:14.337933 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.340016 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0307 21:48:14.340044 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.340136 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0307 21:48:14.340157 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.340214 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0307 21:48:14.340231 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.340301 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0307 21:48:14.340323 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.342956 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0307 21:48:14.343134 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0307 21:48:14.343293 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0307 21:48:14.343341 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
I0307 21:48:15.726000 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 07 21:50:29 addons-963512 kubelet[1478]: I0307 21:50:29.769345 1478 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-4wc9j\" (UniqueName: \"kubernetes.io/projected/9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad-kube-api-access-4wc9j\") pod \"9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad\" (UID: \"9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad\") "
Mar 07 21:50:29 addons-963512 kubelet[1478]: I0307 21:50:29.771353 1478 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad-kube-api-access-4wc9j" (OuterVolumeSpecName: "kube-api-access-4wc9j") pod "9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad" (UID: "9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad"). InnerVolumeSpecName "kube-api-access-4wc9j". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 07 21:50:29 addons-963512 kubelet[1478]: I0307 21:50:29.869763 1478 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-4wc9j\" (UniqueName: \"kubernetes.io/projected/9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad-kube-api-access-4wc9j\") on node \"addons-963512\" DevicePath \"\""
Mar 07 21:50:30 addons-963512 kubelet[1478]: I0307 21:50:30.541702 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="4e28b525-6966-4a98-9c3d-b3bc7b156676" path="/var/lib/kubelet/pods/4e28b525-6966-4a98-9c3d-b3bc7b156676/volumes"
Mar 07 21:50:30 addons-963512 kubelet[1478]: I0307 21:50:30.542098 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="ae25642c-4c09-4ba4-986a-fc0894df39a3" path="/var/lib/kubelet/pods/ae25642c-4c09-4ba4-986a-fc0894df39a3/volumes"
Mar 07 21:50:30 addons-963512 kubelet[1478]: I0307 21:50:30.542448 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="f5001b06-75f0-4446-b62f-e7de26581524" path="/var/lib/kubelet/pods/f5001b06-75f0-4446-b62f-e7de26581524/volumes"
Mar 07 21:50:30 addons-963512 kubelet[1478]: I0307 21:50:30.625891 1478 scope.go:117] "RemoveContainer" containerID="70496f1ab8ef7b866761277010419bc742ceefb80fd63f007777639fff5ca5e3"
Mar 07 21:50:30 addons-963512 kubelet[1478]: I0307 21:50:30.632165 1478 scope.go:117] "RemoveContainer" containerID="3ea9e182c1b3426f0d101b1a4d7d49a809df97812d487e0912b3075dac42f767"
Mar 07 21:50:30 addons-963512 kubelet[1478]: E0307 21:50:30.632520 1478 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-frj9x_default(b0811f24-911e-472f-aa20-a0f6dffff240)\"" pod="default/hello-world-app-5d77478584-frj9x" podUID="b0811f24-911e-472f-aa20-a0f6dffff240"
Mar 07 21:50:30 addons-963512 kubelet[1478]: I0307 21:50:30.636457 1478 scope.go:117] "RemoveContainer" containerID="8e89db9594f54b2c2afb100adef116ef936275f2d00b4367cbcdb8cf7ac36894"
Mar 07 21:50:31 addons-963512 kubelet[1478]: I0307 21:50:31.538366 1478 kubelet_pods.go:906] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/nvidia-device-plugin-daemonset-skr6t" secret="" err="secret \"gcp-auth\" not found"
Mar 07 21:50:32 addons-963512 kubelet[1478]: I0307 21:50:32.541401 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="1d45f7a9-05f2-418c-9f70-99b1c2bfa121" path="/var/lib/kubelet/pods/1d45f7a9-05f2-418c-9f70-99b1c2bfa121/volumes"
Mar 07 21:50:32 addons-963512 kubelet[1478]: I0307 21:50:32.541853 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="36f3af08-b59e-40ba-9a39-695007d9cb26" path="/var/lib/kubelet/pods/36f3af08-b59e-40ba-9a39-695007d9cb26/volumes"
Mar 07 21:50:32 addons-963512 kubelet[1478]: I0307 21:50:32.542243 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad" path="/var/lib/kubelet/pods/9bb07d00-3bb1-44e2-b99e-2d1e7e05e2ad/volumes"
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.608211 1478 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-swhsm\" (UniqueName: \"kubernetes.io/projected/2cb806f5-6cec-4632-874a-a41175208135-kube-api-access-swhsm\") pod \"2cb806f5-6cec-4632-874a-a41175208135\" (UID: \"2cb806f5-6cec-4632-874a-a41175208135\") "
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.608684 1478 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/2cb806f5-6cec-4632-874a-a41175208135-webhook-cert\") pod \"2cb806f5-6cec-4632-874a-a41175208135\" (UID: \"2cb806f5-6cec-4632-874a-a41175208135\") "
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.610481 1478 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/2cb806f5-6cec-4632-874a-a41175208135-kube-api-access-swhsm" (OuterVolumeSpecName: "kube-api-access-swhsm") pod "2cb806f5-6cec-4632-874a-a41175208135" (UID: "2cb806f5-6cec-4632-874a-a41175208135"). InnerVolumeSpecName "kube-api-access-swhsm". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.613047 1478 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/2cb806f5-6cec-4632-874a-a41175208135-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "2cb806f5-6cec-4632-874a-a41175208135" (UID: "2cb806f5-6cec-4632-874a-a41175208135"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.645130 1478 scope.go:117] "RemoveContainer" containerID="fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b"
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.653444 1478 scope.go:117] "RemoveContainer" containerID="fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b"
Mar 07 21:50:34 addons-963512 kubelet[1478]: E0307 21:50:34.653895 1478 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\": not found" containerID="fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b"
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.653945 1478 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b"} err="failed to get container status \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\": rpc error: code = NotFound desc = an error occurred when try to find container \"fa7d4d59097cb0d3d67776d7082916c9367684b40284d53e80efb5bd48a24b7b\": not found"
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.709325 1478 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-swhsm\" (UniqueName: \"kubernetes.io/projected/2cb806f5-6cec-4632-874a-a41175208135-kube-api-access-swhsm\") on node \"addons-963512\" DevicePath \"\""
Mar 07 21:50:34 addons-963512 kubelet[1478]: I0307 21:50:34.709367 1478 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/2cb806f5-6cec-4632-874a-a41175208135-webhook-cert\") on node \"addons-963512\" DevicePath \"\""
Mar 07 21:50:36 addons-963512 kubelet[1478]: I0307 21:50:36.542285 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="2cb806f5-6cec-4632-874a-a41175208135" path="/var/lib/kubelet/pods/2cb806f5-6cec-4632-874a-a41175208135/volumes"
==> storage-provisioner [79369d5a315db50e2a00e1987fc2f9372358f87dcf1ff0177ac1f3a1d9f09159] <==
I0307 21:48:38.179571 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0307 21:48:38.202176 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0307 21:48:38.202224 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0307 21:48:38.213360 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0307 21:48:38.215872 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-963512_b356bae8-d98a-4b20-835b-1cdd2b0d8327!
I0307 21:48:38.215945 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"ce7f5935-4b9c-4b6b-b5e5-91cca2dff8fa", APIVersion:"v1", ResourceVersion:"653", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-963512_b356bae8-d98a-4b20-835b-1cdd2b0d8327 became leader
I0307 21:48:38.319625 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-963512_b356bae8-d98a-4b20-835b-1cdd2b0d8327!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-963512 -n addons-963512
helpers_test.go:261: (dbg) Run: kubectl --context addons-963512 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 (39.63s)