=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-105162 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-105162 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-105162 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" [4a8d6560-259e-404c-a3aa-a1362934d26b] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [4a8d6560-259e-404c-a3aa-a1362934d26b] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003253472s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-105162 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-105162 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-105162 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.058151538s)
-- 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-105162 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-105162 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-105162 addons disable ingress --alsologtostderr -v=1: (7.71312123s)
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-105162
helpers_test.go:235: (dbg) docker inspect addons-105162:
-- stdout --
[
{
"Id": "5f517cb8c6755712a01fd4677164c90a5f659bda2eb218a715a40fcdec8a518e",
"Created": "2024-02-16T16:42:44.60233872Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 8783,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-02-16T16:42:44.931626168Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:83c2925cbfe44b87b5c0672f16807927d87d8625e89de4dc154c45daaaa04b5b",
"ResolvConfPath": "/var/lib/docker/containers/5f517cb8c6755712a01fd4677164c90a5f659bda2eb218a715a40fcdec8a518e/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/5f517cb8c6755712a01fd4677164c90a5f659bda2eb218a715a40fcdec8a518e/hostname",
"HostsPath": "/var/lib/docker/containers/5f517cb8c6755712a01fd4677164c90a5f659bda2eb218a715a40fcdec8a518e/hosts",
"LogPath": "/var/lib/docker/containers/5f517cb8c6755712a01fd4677164c90a5f659bda2eb218a715a40fcdec8a518e/5f517cb8c6755712a01fd4677164c90a5f659bda2eb218a715a40fcdec8a518e-json.log",
"Name": "/addons-105162",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-105162:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-105162",
"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/a7651eb4c9256be1036a02b270f981fdedd0a9d177516d941ef5d28426563017-init/diff:/var/lib/docker/overlay2/946a7b4f2791bd4745aa26fd1fdd5eefb03c154f3c1fd517458d1937bbb85039/diff",
"MergedDir": "/var/lib/docker/overlay2/a7651eb4c9256be1036a02b270f981fdedd0a9d177516d941ef5d28426563017/merged",
"UpperDir": "/var/lib/docker/overlay2/a7651eb4c9256be1036a02b270f981fdedd0a9d177516d941ef5d28426563017/diff",
"WorkDir": "/var/lib/docker/overlay2/a7651eb4c9256be1036a02b270f981fdedd0a9d177516d941ef5d28426563017/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-105162",
"Source": "/var/lib/docker/volumes/addons-105162/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-105162",
"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-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf",
"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-105162",
"name.minikube.sigs.k8s.io": "addons-105162",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "6058430e8f2bf63069e1491ae92d7d4e52af7ee6aca8192b4cb16c0429016b17",
"SandboxKey": "/var/run/docker/netns/6058430e8f2b",
"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-105162": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"5f517cb8c675",
"addons-105162"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "cfd6176dd5436e825f0f69a6fe491f4b0c2ce7c6c0568522364408724bcf85b4",
"EndpointID": "5e0634489774b13eca778b3840ce2e3de9340cd4a6642303c0f1f0a272675acf",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-105162",
"5f517cb8c675"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-105162 -n addons-105162
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-105162 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-105162 logs -n 25: (1.084134817s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-233338 | download-only-233338 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | 16 Feb 24 16:42 UTC |
| delete | -p download-only-806228 | download-only-806228 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | 16 Feb 24 16:42 UTC |
| delete | -p download-only-323790 | download-only-323790 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | 16 Feb 24 16:42 UTC |
| start | --download-only -p | download-docker-797413 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | |
| | download-docker-797413 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-797413 | download-docker-797413 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | 16 Feb 24 16:42 UTC |
| start | --download-only -p | binary-mirror-025721 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | |
| | binary-mirror-025721 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:46499 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-025721 | binary-mirror-025721 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | 16 Feb 24 16:42 UTC |
| addons | disable dashboard -p | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | |
| | addons-105162 | | | | | |
| addons | enable dashboard -p | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | |
| | addons-105162 | | | | | |
| start | -p addons-105162 --wait=true | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:42 UTC | 16 Feb 24 16:44 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | enable headlamp | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:44 UTC | 16 Feb 24 16:44 UTC |
| | -p addons-105162 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-105162 ip | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:45 UTC | 16 Feb 24 16:45 UTC |
| addons | addons-105162 addons disable | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:45 UTC | 16 Feb 24 16:45 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:45 UTC | 16 Feb 24 16:45 UTC |
| | -p addons-105162 | | | | | |
| addons | disable cloud-spanner -p | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:45 UTC | 16 Feb 24 16:45 UTC |
| | addons-105162 | | | | | |
| ssh | addons-105162 ssh cat | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:45 UTC | 16 Feb 24 16:45 UTC |
| | /opt/local-path-provisioner/pvc-9e738d8f-6f65-49b4-8b38-b2f24abc3b7b_default_test-pvc/file1 | | | | | |
| addons | addons-105162 addons disable | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:45 UTC | 16 Feb 24 16:46 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| | addons-105162 | | | | | |
| addons | addons-105162 addons | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-105162 addons | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-105162 addons | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-105162 ssh curl -s | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-105162 ip | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| addons | addons-105162 addons disable | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-105162 addons disable | addons-105162 | jenkins | v1.32.0 | 16 Feb 24 16:46 UTC | 16 Feb 24 16:46 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/02/16 16:42:21
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.21.6 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0216 16:42:21.482925 8317 out.go:291] Setting OutFile to fd 1 ...
I0216 16:42:21.483206 8317 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0216 16:42:21.483235 8317 out.go:304] Setting ErrFile to fd 2...
I0216 16:42:21.483254 8317 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0216 16:42:21.483545 8317 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17936-2208/.minikube/bin
I0216 16:42:21.484085 8317 out.go:298] Setting JSON to false
I0216 16:42:21.484904 8317 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":1491,"bootTime":1708100250,"procs":146,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1053-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0216 16:42:21.484994 8317 start.go:139] virtualization:
I0216 16:42:21.504050 8317 out.go:177] * [addons-105162] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0216 16:42:21.514052 8317 out.go:177] - MINIKUBE_LOCATION=17936
I0216 16:42:21.525982 8317 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0216 16:42:21.514146 8317 notify.go:220] Checking for updates...
I0216 16:42:21.536739 8317 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17936-2208/kubeconfig
I0216 16:42:21.547713 8317 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17936-2208/.minikube
I0216 16:42:21.559570 8317 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0216 16:42:21.571277 8317 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0216 16:42:21.581808 8317 driver.go:392] Setting default libvirt URI to qemu:///system
I0216 16:42:21.610901 8317 docker.go:122] docker version: linux-25.0.3:Docker Engine - Community
I0216 16:42:21.611001 8317 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0216 16:42:21.675386 8317 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:24 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-16 16:42:21.66589962 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1053-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215044096 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:25.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerError
s:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.12.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.5]] Warnings:<nil>}}
I0216 16:42:21.675502 8317 docker.go:295] overlay module found
I0216 16:42:21.694533 8317 out.go:177] * Using the docker driver based on user configuration
I0216 16:42:21.707126 8317 start.go:299] selected driver: docker
I0216 16:42:21.707153 8317 start.go:903] validating driver "docker" against <nil>
I0216 16:42:21.707167 8317 start.go:914] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0216 16:42:21.707810 8317 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0216 16:42:21.763278 8317 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:24 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-16 16:42:21.754637357 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1053-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:8215044096 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:25.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID: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.12.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.5]] Warnings:<nil>}}
I0216 16:42:21.763434 8317 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I0216 16:42:21.763649 8317 start_flags.go:931] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0216 16:42:21.779939 8317 out.go:177] * Using Docker driver with root privileges
I0216 16:42:21.800288 8317 cni.go:84] Creating CNI manager for ""
I0216 16:42:21.800325 8317 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0216 16:42:21.800338 8317 start_flags.go:318] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0216 16:42:21.800350 8317 start_flags.go:323] config:
{Name:addons-105162 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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-105162 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker C
RISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0216 16:42:21.836337 8317 out.go:177] * Starting control plane node addons-105162 in cluster addons-105162
I0216 16:42:21.859991 8317 cache.go:121] Beginning downloading kic base image for docker with docker
I0216 16:42:21.884665 8317 out.go:177] * Pulling base image v0.0.42-1708008208-17936 ...
I0216 16:42:21.917377 8317 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime docker
I0216 16:42:21.917442 8317 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17936-2208/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-docker-overlay2-arm64.tar.lz4
I0216 16:42:21.917459 8317 cache.go:56] Caching tarball of preloaded images
I0216 16:42:21.917546 8317 preload.go:174] Found /home/jenkins/minikube-integration/17936-2208/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I0216 16:42:21.917555 8317 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on docker
I0216 16:42:21.917636 8317 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local docker daemon
I0216 16:42:21.918004 8317 profile.go:148] Saving config to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/config.json ...
I0216 16:42:21.918039 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/config.json: {Name:mke009b090546cbd0bc083abb007d2fba1f8e718 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:21.931761 8317 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf to local cache
I0216 16:42:21.931860 8317 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local cache directory
I0216 16:42:21.931882 8317 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf in local cache directory, skipping pull
I0216 16:42:21.931891 8317 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf exists in cache, skipping pull
I0216 16:42:21.931898 8317 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf as a tarball
I0216 16:42:21.931906 8317 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf from local cache
I0216 16:42:37.385038 8317 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf from cached tarball
I0216 16:42:37.385072 8317 cache.go:194] Successfully downloaded all kic artifacts
I0216 16:42:37.385128 8317 start.go:365] acquiring machines lock for addons-105162: {Name:mk18d5386e4510771c3aab477a8e932b94588ecf Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0216 16:42:37.385266 8317 start.go:369] acquired machines lock for "addons-105162" in 111.639µs
I0216 16:42:37.385296 8317 start.go:93] Provisioning new machine with config: &{Name:addons-105162 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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-105162 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Di
sableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}
I0216 16:42:37.385377 8317 start.go:125] createHost starting for "" (driver="docker")
I0216 16:42:37.387829 8317 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0216 16:42:37.388062 8317 start.go:159] libmachine.API.Create for "addons-105162" (driver="docker")
I0216 16:42:37.388099 8317 client.go:168] LocalClient.Create starting
I0216 16:42:37.388203 8317 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca.pem
I0216 16:42:37.518997 8317 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/cert.pem
I0216 16:42:38.206380 8317 cli_runner.go:164] Run: docker network inspect addons-105162 --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}}]}"
W0216 16:42:38.221328 8317 cli_runner.go:211] docker network inspect addons-105162 --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
I0216 16:42:38.221414 8317 network_create.go:281] running [docker network inspect addons-105162] to gather additional debugging logs...
I0216 16:42:38.221437 8317 cli_runner.go:164] Run: docker network inspect addons-105162
W0216 16:42:38.236956 8317 cli_runner.go:211] docker network inspect addons-105162 returned with exit code 1
I0216 16:42:38.236988 8317 network_create.go:284] error running [docker network inspect addons-105162]: docker network inspect addons-105162: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-105162 not found
I0216 16:42:38.237006 8317 network_create.go:286] output of [docker network inspect addons-105162]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-105162 not found
** /stderr **
I0216 16:42:38.237100 8317 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}}]}"
I0216 16:42:38.252096 8317 network.go:207] 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:0x4002510970}
I0216 16:42:38.252138 8317 network_create.go:124] attempt to create docker network addons-105162 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0216 16:42:38.252208 8317 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-105162 addons-105162
I0216 16:42:38.313754 8317 network_create.go:108] docker network addons-105162 192.168.49.0/24 created
I0216 16:42:38.313784 8317 kic.go:121] calculated static IP "192.168.49.2" for the "addons-105162" container
I0216 16:42:38.313856 8317 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0216 16:42:38.328415 8317 cli_runner.go:164] Run: docker volume create addons-105162 --label name.minikube.sigs.k8s.io=addons-105162 --label created_by.minikube.sigs.k8s.io=true
I0216 16:42:38.344351 8317 oci.go:103] Successfully created a docker volume addons-105162
I0216 16:42:38.344444 8317 cli_runner.go:164] Run: docker run --rm --name addons-105162-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-105162 --entrypoint /usr/bin/test -v addons-105162:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -d /var/lib
I0216 16:42:40.544314 8317 cli_runner.go:217] Completed: docker run --rm --name addons-105162-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-105162 --entrypoint /usr/bin/test -v addons-105162:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -d /var/lib: (2.199832646s)
I0216 16:42:40.544351 8317 oci.go:107] Successfully prepared a docker volume addons-105162
I0216 16:42:40.544376 8317 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime docker
I0216 16:42:40.544395 8317 kic.go:194] Starting extracting preloaded images to volume ...
I0216 16:42:40.544477 8317 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17936-2208/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-105162:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -I lz4 -xf /preloaded.tar -C /extractDir
I0216 16:42:44.520938 8317 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17936-2208/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-105162:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf -I lz4 -xf /preloaded.tar -C /extractDir: (3.97640589s)
I0216 16:42:44.520966 8317 kic.go:203] duration metric: took 3.976570 seconds to extract preloaded images to volume
W0216 16:42:44.521103 8317 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0216 16:42:44.521235 8317 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0216 16:42:44.588678 8317 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-105162 --name addons-105162 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-105162 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-105162 --network addons-105162 --ip 192.168.49.2 --volume addons-105162:/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-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf
I0216 16:42:44.941042 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Running}}
I0216 16:42:44.963267 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:42:44.995421 8317 cli_runner.go:164] Run: docker exec addons-105162 stat /var/lib/dpkg/alternatives/iptables
I0216 16:42:45.054243 8317 oci.go:144] the created container "addons-105162" has a running status.
I0216 16:42:45.054277 8317 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa...
I0216 16:42:45.232171 8317 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0216 16:42:45.259014 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:42:45.285036 8317 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0216 16:42:45.285056 8317 kic_runner.go:114] Args: [docker exec --privileged addons-105162 chown docker:docker /home/docker/.ssh/authorized_keys]
I0216 16:42:45.347996 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:42:45.374419 8317 machine.go:88] provisioning docker machine ...
I0216 16:42:45.374448 8317 ubuntu.go:169] provisioning hostname "addons-105162"
I0216 16:42:45.374520 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:45.398298 8317 main.go:141] libmachine: Using SSH client type: native
I0216 16:42:45.398707 8317 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0216 16:42:45.398720 8317 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-105162 && echo "addons-105162" | sudo tee /etc/hostname
I0216 16:42:45.399364 8317 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
I0216 16:42:48.547565 8317 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-105162
I0216 16:42:48.547651 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:48.563536 8317 main.go:141] libmachine: Using SSH client type: native
I0216 16:42:48.563935 8317 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0216 16:42:48.563958 8317 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-105162' /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-105162/g' /etc/hosts;
else
echo '127.0.1.1 addons-105162' | sudo tee -a /etc/hosts;
fi
fi
I0216 16:42:48.700387 8317 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0216 16:42:48.700416 8317 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17936-2208/.minikube CaCertPath:/home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17936-2208/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17936-2208/.minikube}
I0216 16:42:48.700438 8317 ubuntu.go:177] setting up certificates
I0216 16:42:48.700447 8317 provision.go:83] configureAuth start
I0216 16:42:48.700507 8317 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-105162
I0216 16:42:48.718316 8317 provision.go:138] copyHostCerts
I0216 16:42:48.718390 8317 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17936-2208/.minikube/ca.pem (1078 bytes)
I0216 16:42:48.718523 8317 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17936-2208/.minikube/cert.pem (1123 bytes)
I0216 16:42:48.718592 8317 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17936-2208/.minikube/key.pem (1675 bytes)
I0216 16:42:48.718644 8317 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17936-2208/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca-key.pem org=jenkins.addons-105162 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-105162]
I0216 16:42:49.168700 8317 provision.go:172] copyRemoteCerts
I0216 16:42:49.168760 8317 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0216 16:42:49.168816 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:49.184146 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:42:49.281015 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0216 16:42:49.303265 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0216 16:42:49.325774 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0216 16:42:49.348095 8317 provision.go:86] duration metric: configureAuth took 647.635936ms
I0216 16:42:49.348119 8317 ubuntu.go:193] setting minikube options for container-runtime
I0216 16:42:49.348308 8317 config.go:182] Loaded profile config "addons-105162": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I0216 16:42:49.348366 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:49.365015 8317 main.go:141] libmachine: Using SSH client type: native
I0216 16:42:49.365409 8317 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0216 16:42:49.365425 8317 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0216 16:42:49.508835 8317 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0216 16:42:49.508856 8317 ubuntu.go:71] root file system type: overlay
I0216 16:42:49.508968 8317 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
I0216 16:42:49.509042 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:49.524999 8317 main.go:141] libmachine: Using SSH client type: native
I0216 16:42:49.525412 8317 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0216 16:42:49.525498 8317 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %!s(MISSING) "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0216 16:42:49.675781 8317 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0216 16:42:49.675865 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:49.692505 8317 main.go:141] libmachine: Using SSH client type: native
I0216 16:42:49.692951 8317 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bf490] 0x3c1c00 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0216 16:42:49.692976 8317 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0216 16:42:50.426805 8317 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-02-06 21:12:51.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-02-16 16:42:49.672305591 +0000
@@ -1,46 +1,49 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
+LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0216 16:42:50.426909 8317 machine.go:91] provisioned docker machine in 5.052469078s
I0216 16:42:50.426949 8317 client.go:171] LocalClient.Create took 13.038829198s
I0216 16:42:50.426985 8317 start.go:167] duration metric: libmachine.API.Create for "addons-105162" took 13.038921351s
I0216 16:42:50.427007 8317 start.go:300] post-start starting for "addons-105162" (driver="docker")
I0216 16:42:50.427032 8317 start.go:329] 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]
I0216 16:42:50.427113 8317 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
I0216 16:42:50.427173 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:50.444916 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:42:50.541253 8317 ssh_runner.go:195] Run: cat /etc/os-release
I0216 16:42:50.544026 8317 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0216 16:42:50.544062 8317 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0216 16:42:50.544074 8317 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0216 16:42:50.544081 8317 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0216 16:42:50.544093 8317 filesync.go:126] Scanning /home/jenkins/minikube-integration/17936-2208/.minikube/addons for local assets ...
I0216 16:42:50.544154 8317 filesync.go:126] Scanning /home/jenkins/minikube-integration/17936-2208/.minikube/files for local assets ...
I0216 16:42:50.544178 8317 start.go:303] post-start completed in 117.152489ms
I0216 16:42:50.544457 8317 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-105162
I0216 16:42:50.559376 8317 profile.go:148] Saving config to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/config.json ...
I0216 16:42:50.559646 8317 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0216 16:42:50.559694 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:50.574653 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:42:50.669215 8317 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0216 16:42:50.673728 8317 start.go:128] duration metric: createHost completed in 13.288335841s
I0216 16:42:50.673798 8317 start.go:83] releasing machines lock for "addons-105162", held for 13.288518316s
I0216 16:42:50.673891 8317 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-105162
I0216 16:42:50.689168 8317 ssh_runner.go:195] Run: cat /version.json
I0216 16:42:50.689223 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:50.689470 8317 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0216 16:42:50.689520 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:42:50.707966 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:42:50.709325 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:42:50.944998 8317 ssh_runner.go:195] Run: systemctl --version
I0216 16:42:50.949022 8317 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0216 16:42:50.952984 8317 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' {}" ;
I0216 16:42:50.978008 8317 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0216 16:42:50.978135 8317 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" ;
I0216 16:42:51.020882 8317 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0216 16:42:51.020961 8317 start.go:475] detecting cgroup driver to use...
I0216 16:42:51.021001 8317 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0216 16:42:51.021129 8317 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"
I0216 16:42:51.038270 8317 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"
I0216 16:42:51.048429 8317 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"
I0216 16:42:51.058675 8317 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0216 16:42:51.058747 8317 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0216 16:42:51.069180 8317 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"
I0216 16:42:51.079492 8317 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0216 16:42:51.090378 8317 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0216 16:42:51.101229 8317 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0216 16:42:51.111247 8317 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"
I0216 16:42:51.121754 8317 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0216 16:42:51.130450 8317 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0216 16:42:51.138857 8317 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0216 16:42:51.231594 8317 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0216 16:42:51.333229 8317 start.go:475] detecting cgroup driver to use...
I0216 16:42:51.333275 8317 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0216 16:42:51.333343 8317 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0216 16:42:51.348252 8317 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0216 16:42:51.348335 8317 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0216 16:42:51.360807 8317 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0216 16:42:51.377409 8317 ssh_runner.go:195] Run: which cri-dockerd
I0216 16:42:51.380785 8317 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0216 16:42:51.389471 8317 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (189 bytes)
I0216 16:42:51.410521 8317 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0216 16:42:51.511869 8317 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0216 16:42:51.610533 8317 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
I0216 16:42:51.610719 8317 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0216 16:42:51.631070 8317 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0216 16:42:51.724887 8317 ssh_runner.go:195] Run: sudo systemctl restart docker
I0216 16:42:51.969714 8317 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0216 16:42:51.981577 8317 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0216 16:42:51.992798 8317 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0216 16:42:52.078561 8317 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0216 16:42:52.161038 8317 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0216 16:42:52.256820 8317 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0216 16:42:52.270119 8317 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0216 16:42:52.281399 8317 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0216 16:42:52.367071 8317 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0216 16:42:52.436867 8317 start.go:522] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0216 16:42:52.436954 8317 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0216 16:42:52.443064 8317 start.go:543] Will wait 60s for crictl version
I0216 16:42:52.443125 8317 ssh_runner.go:195] Run: which crictl
I0216 16:42:52.446747 8317 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0216 16:42:52.493529 8317 start.go:559] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 25.0.3
RuntimeApiVersion: v1
I0216 16:42:52.493614 8317 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0216 16:42:52.515493 8317 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0216 16:42:52.544300 8317 out.go:204] * Preparing Kubernetes v1.28.4 on Docker 25.0.3 ...
I0216 16:42:52.544399 8317 cli_runner.go:164] Run: docker network inspect addons-105162 --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}}]}"
I0216 16:42:52.559438 8317 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0216 16:42:52.562849 8317 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""
I0216 16:42:52.573389 8317 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime docker
I0216 16:42:52.573462 8317 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0216 16:42:52.590568 8317 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.28.4
registry.k8s.io/kube-controller-manager:v1.28.4
registry.k8s.io/kube-scheduler:v1.28.4
registry.k8s.io/kube-proxy:v1.28.4
registry.k8s.io/etcd:3.5.9-0
registry.k8s.io/coredns/coredns:v1.10.1
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0216 16:42:52.590592 8317 docker.go:615] Images already preloaded, skipping extraction
I0216 16:42:52.590655 8317 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0216 16:42:52.607531 8317 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.28.4
registry.k8s.io/kube-controller-manager:v1.28.4
registry.k8s.io/kube-scheduler:v1.28.4
registry.k8s.io/kube-proxy:v1.28.4
registry.k8s.io/etcd:3.5.9-0
registry.k8s.io/coredns/coredns:v1.10.1
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0216 16:42:52.607559 8317 cache_images.go:84] Images are preloaded, skipping loading
I0216 16:42:52.607626 8317 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0216 16:42:52.656971 8317 cni.go:84] Creating CNI manager for ""
I0216 16:42:52.656998 8317 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0216 16:42:52.657016 8317 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0216 16:42:52.657034 8317 kubeadm.go:176] 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-105162 NodeName:addons-105162 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0216 16:42:52.657183 8317 kubeadm.go:181] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/cri-dockerd.sock
name: "addons-105162"
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
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
I0216 16:42:52.657255 8317 kubeadm.go:976] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/cri-dockerd.sock --hostname-override=addons-105162 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-105162 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I0216 16:42:52.657337 8317 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0216 16:42:52.666158 8317 binaries.go:44] Found k8s binaries, skipping transfer
I0216 16:42:52.666225 8317 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0216 16:42:52.674137 8317 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (374 bytes)
I0216 16:42:52.690620 8317 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0216 16:42:52.707641 8317 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2096 bytes)
I0216 16:42:52.724975 8317 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0216 16:42:52.728184 8317 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""
I0216 16:42:52.738327 8317 certs.go:56] Setting up /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162 for IP: 192.168.49.2
I0216 16:42:52.738405 8317 certs.go:190] acquiring lock for shared ca certs: {Name:mkc4dfb4b2b1da0d6a80fb9567025307b764443b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:52.738572 8317 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17936-2208/.minikube/ca.key
I0216 16:42:53.264929 8317 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-2208/.minikube/ca.crt ...
I0216 16:42:53.264960 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/ca.crt: {Name:mk0a9a0e629f90571977da000ad9a1314e49724f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:53.265164 8317 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-2208/.minikube/ca.key ...
I0216 16:42:53.265177 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/ca.key: {Name:mk44bf004a4de7fec2e726f50963232c842bda97 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:53.265264 8317 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17936-2208/.minikube/proxy-client-ca.key
I0216 16:42:53.765913 8317 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-2208/.minikube/proxy-client-ca.crt ...
I0216 16:42:53.765945 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/proxy-client-ca.crt: {Name:mk17e38f606329c8e224ac6648bcce2386ecee78 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:53.766118 8317 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-2208/.minikube/proxy-client-ca.key ...
I0216 16:42:53.766131 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/proxy-client-ca.key: {Name:mk9cf1cc4aaa9f818337da742ecfa2da30e5e364 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:53.766248 8317 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/client.key
I0216 16:42:53.766266 8317 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/client.crt with IP's: []
I0216 16:42:54.218749 8317 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/client.crt ...
I0216 16:42:54.218780 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/client.crt: {Name:mkfe47ac7511d961c40348c2ac46d92c7c95c901 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:54.218960 8317 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/client.key ...
I0216 16:42:54.218972 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/client.key: {Name:mk0600e896790b3d191edd6a9dde2c2a2af760e8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:54.219047 8317 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.key.dd3b5fb2
I0216 16:42:54.219066 8317 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0216 16:42:54.751396 8317 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.crt.dd3b5fb2 ...
I0216 16:42:54.751432 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.crt.dd3b5fb2: {Name:mk32fe6a96f96b1e53a3152f507841553be5943f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:54.751678 8317 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.key.dd3b5fb2 ...
I0216 16:42:54.751696 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.key.dd3b5fb2: {Name:mkfa99860461a47b35427d02a196adf288709fb0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:54.751790 8317 certs.go:337] copying /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.crt
I0216 16:42:54.751864 8317 certs.go:341] copying /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.key
I0216 16:42:54.751915 8317 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.key
I0216 16:42:54.751933 8317 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.crt with IP's: []
I0216 16:42:55.618016 8317 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.crt ...
I0216 16:42:55.618045 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.crt: {Name:mkd26cfb937bc6768a41e663243d2d41ff408dae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:55.618240 8317 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.key ...
I0216 16:42:55.618251 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.key: {Name:mk7b12108de07d59b1f899f234e29dedfc176ac0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:42:55.618437 8317 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca-key.pem (1679 bytes)
I0216 16:42:55.618482 8317 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/home/jenkins/minikube-integration/17936-2208/.minikube/certs/ca.pem (1078 bytes)
I0216 16:42:55.618516 8317 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/home/jenkins/minikube-integration/17936-2208/.minikube/certs/cert.pem (1123 bytes)
I0216 16:42:55.618554 8317 certs.go:437] found cert: /home/jenkins/minikube-integration/17936-2208/.minikube/certs/home/jenkins/minikube-integration/17936-2208/.minikube/certs/key.pem (1675 bytes)
I0216 16:42:55.619147 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0216 16:42:55.643588 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0216 16:42:55.666857 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0216 16:42:55.689434 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/profiles/addons-105162/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0216 16:42:55.713695 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0216 16:42:55.735852 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0216 16:42:55.757980 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0216 16:42:55.779919 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0216 16:42:55.802193 8317 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17936-2208/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0216 16:42:55.825179 8317 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0216 16:42:55.841428 8317 ssh_runner.go:195] Run: openssl version
I0216 16:42:55.846661 8317 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"
I0216 16:42:55.855590 8317 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0216 16:42:55.858818 8317 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Feb 16 16:42 /usr/share/ca-certificates/minikubeCA.pem
I0216 16:42:55.858871 8317 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0216 16:42:55.865651 8317 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"
I0216 16:42:55.874460 8317 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0216 16:42:55.877566 8317 certs.go:353] certs directory doesn't exist, likely first start: ls /var/lib/minikube/certs/etcd: Process exited with status 2
stdout:
stderr:
ls: cannot access '/var/lib/minikube/certs/etcd': No such file or directory
I0216 16:42:55.877615 8317 kubeadm.go:404] StartCluster: {Name:addons-105162 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708008208-17936@sha256:4ea1136332ba1476cda33a97bf12e2f96995cc120674fbafd3ade22d1118ecdf Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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-105162 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetri
cs:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0216 16:42:55.877747 8317 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0216 16:42:55.894179 8317 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0216 16:42:55.902550 8317 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0216 16:42:55.910480 8317 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0216 16:42:55.910562 8317 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
I0216 16:42:55.918570 8317 kubeadm.go:152] 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
I0216 16:42:55.918608 8317 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"
I0216 16:42:55.962458 8317 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I0216 16:42:55.962787 8317 kubeadm.go:322] [preflight] Running pre-flight checks
I0216 16:42:56.015380 8317 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0216 16:42:56.015458 8317 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1053-aws[0m
I0216 16:42:56.015497 8317 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0216 16:42:56.015545 8317 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0216 16:42:56.015594 8317 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0216 16:42:56.015642 8317 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0216 16:42:56.015692 8317 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0216 16:42:56.015741 8317 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0216 16:42:56.015790 8317 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0216 16:42:56.015837 8317 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0216 16:42:56.015887 8317 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0216 16:42:56.015939 8317 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0216 16:42:56.084044 8317 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0216 16:42:56.084219 8317 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0216 16:42:56.084347 8317 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0216 16:42:56.386540 8317 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0216 16:42:56.390814 8317 out.go:204] - Generating certificates and keys ...
I0216 16:42:56.390911 8317 kubeadm.go:322] [certs] Using existing ca certificate authority
I0216 16:42:56.390980 8317 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0216 16:42:56.767907 8317 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0216 16:42:57.210413 8317 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0216 16:42:58.597753 8317 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0216 16:42:59.139673 8317 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0216 16:43:00.203239 8317 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0216 16:43:00.203497 8317 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-105162 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0216 16:43:00.591618 8317 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0216 16:43:00.591768 8317 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-105162 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0216 16:43:00.859105 8317 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0216 16:43:01.127295 8317 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0216 16:43:01.533366 8317 kubeadm.go:322] [certs] Generating "sa" key and public key
I0216 16:43:01.533633 8317 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0216 16:43:01.845068 8317 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0216 16:43:02.294001 8317 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0216 16:43:03.082945 8317 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0216 16:43:03.631593 8317 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0216 16:43:03.632367 8317 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0216 16:43:03.635205 8317 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0216 16:43:03.637782 8317 out.go:204] - Booting up control plane ...
I0216 16:43:03.637883 8317 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0216 16:43:03.637988 8317 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0216 16:43:03.638531 8317 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0216 16:43:03.652738 8317 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0216 16:43:03.653765 8317 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0216 16:43:03.653973 8317 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0216 16:43:03.761276 8317 kubeadm.go:322] [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
I0216 16:43:11.264584 8317 kubeadm.go:322] [apiclient] All control plane components are healthy after 7.508160 seconds
I0216 16:43:11.264723 8317 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0216 16:43:11.277408 8317 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0216 16:43:11.800937 8317 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0216 16:43:11.801125 8317 kubeadm.go:322] [mark-control-plane] Marking the node addons-105162 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0216 16:43:12.313162 8317 kubeadm.go:322] [bootstrap-token] Using token: ddkzr1.h32hlke3z8pik8na
I0216 16:43:12.315688 8317 out.go:204] - Configuring RBAC rules ...
I0216 16:43:12.315816 8317 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0216 16:43:12.322284 8317 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0216 16:43:12.332815 8317 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0216 16:43:12.336869 8317 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0216 16:43:12.340865 8317 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0216 16:43:12.344952 8317 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0216 16:43:12.359063 8317 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0216 16:43:12.585762 8317 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0216 16:43:12.727947 8317 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0216 16:43:12.729413 8317 kubeadm.go:322]
I0216 16:43:12.729480 8317 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0216 16:43:12.729487 8317 kubeadm.go:322]
I0216 16:43:12.729559 8317 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0216 16:43:12.729564 8317 kubeadm.go:322]
I0216 16:43:12.729588 8317 kubeadm.go:322] mkdir -p $HOME/.kube
I0216 16:43:12.730006 8317 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0216 16:43:12.730060 8317 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0216 16:43:12.730068 8317 kubeadm.go:322]
I0216 16:43:12.730119 8317 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0216 16:43:12.730124 8317 kubeadm.go:322]
I0216 16:43:12.730169 8317 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0216 16:43:12.730174 8317 kubeadm.go:322]
I0216 16:43:12.730231 8317 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0216 16:43:12.730301 8317 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0216 16:43:12.730366 8317 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0216 16:43:12.730371 8317 kubeadm.go:322]
I0216 16:43:12.730649 8317 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0216 16:43:12.730726 8317 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0216 16:43:12.730731 8317 kubeadm.go:322]
I0216 16:43:12.731003 8317 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token ddkzr1.h32hlke3z8pik8na \
I0216 16:43:12.731104 8317 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:985c0c270eb19ee200225b2f669d5c43e8649dded41ae1ed84720452ba5310cd \
I0216 16:43:12.731296 8317 kubeadm.go:322] --control-plane
I0216 16:43:12.731305 8317 kubeadm.go:322]
I0216 16:43:12.731567 8317 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0216 16:43:12.731577 8317 kubeadm.go:322]
I0216 16:43:12.731830 8317 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token ddkzr1.h32hlke3z8pik8na \
I0216 16:43:12.732100 8317 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:985c0c270eb19ee200225b2f669d5c43e8649dded41ae1ed84720452ba5310cd
I0216 16:43:12.735763 8317 kubeadm.go:322] [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-1053-aws\n", err: exit status 1
I0216 16:43:12.735869 8317 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0216 16:43:12.735888 8317 cni.go:84] Creating CNI manager for ""
I0216 16:43:12.735911 8317 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0216 16:43:12.738740 8317 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0216 16:43:12.740851 8317 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0216 16:43:12.751931 8317 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (457 bytes)
I0216 16:43:12.780201 8317 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0216 16:43:12.780346 8317 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
I0216 16:43:12.780434 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl label nodes minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=fdce3bf7146356e37c4eabb07ae105993e4520f9 minikube.k8s.io/name=addons-105162 minikube.k8s.io/updated_at=2024_02_16T16_43_12_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:12.816463 8317 ops.go:34] apiserver oom_adj: -16
I0216 16:43:13.059327 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:13.560091 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:14.059461 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:14.560329 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:15.059907 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:15.559951 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:16.060154 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:16.559453 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:17.059557 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:17.560082 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:18.060310 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:18.559992 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:19.059966 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:19.560386 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:20.059659 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:20.559443 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:21.060165 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:21.559645 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:22.059486 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:22.559936 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:23.060140 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:23.559971 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:24.060356 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:24.559982 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:25.059968 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:25.559524 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:26.059955 8317 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0216 16:43:26.149919 8317 kubeadm.go:1088] duration metric: took 13.369615282s to wait for elevateKubeSystemPrivileges.
I0216 16:43:26.149948 8317 kubeadm.go:406] StartCluster complete in 30.272343159s
I0216 16:43:26.149964 8317 settings.go:142] acquiring lock: {Name:mkb7d1073df18b92aae32c7933eb8e8868b57c4b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:43:26.150073 8317 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17936-2208/kubeconfig
I0216 16:43:26.150438 8317 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17936-2208/kubeconfig: {Name:mk22ab392afde309b066ab7073c4430ce25196e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0216 16:43:26.150743 8317 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"
I0216 16:43:26.151002 8317 config.go:182] Loaded profile config "addons-105162": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I0216 16:43:26.151064 8317 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]
I0216 16:43:26.151133 8317 addons.go:69] Setting yakd=true in profile "addons-105162"
I0216 16:43:26.151153 8317 addons.go:234] Setting addon yakd=true in "addons-105162"
I0216 16:43:26.151197 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.151687 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.151981 8317 addons.go:69] Setting metrics-server=true in profile "addons-105162"
I0216 16:43:26.152031 8317 addons.go:234] Setting addon metrics-server=true in "addons-105162"
I0216 16:43:26.152067 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.152104 8317 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-105162"
I0216 16:43:26.152117 8317 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-105162"
I0216 16:43:26.152148 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.152534 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.153042 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.153361 8317 addons.go:69] Setting registry=true in profile "addons-105162"
I0216 16:43:26.153383 8317 addons.go:234] Setting addon registry=true in "addons-105162"
I0216 16:43:26.153419 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.153811 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.154661 8317 addons.go:69] Setting cloud-spanner=true in profile "addons-105162"
I0216 16:43:26.154686 8317 addons.go:234] Setting addon cloud-spanner=true in "addons-105162"
I0216 16:43:26.154731 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.155103 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.155545 8317 addons.go:69] Setting storage-provisioner=true in profile "addons-105162"
I0216 16:43:26.155567 8317 addons.go:234] Setting addon storage-provisioner=true in "addons-105162"
I0216 16:43:26.155603 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.155967 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.158094 8317 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-105162"
I0216 16:43:26.158156 8317 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-105162"
I0216 16:43:26.158197 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.158575 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.162614 8317 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-105162"
I0216 16:43:26.162646 8317 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-105162"
I0216 16:43:26.162945 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.167621 8317 addons.go:69] Setting default-storageclass=true in profile "addons-105162"
I0216 16:43:26.167659 8317 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-105162"
I0216 16:43:26.168025 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.169293 8317 addons.go:69] Setting volumesnapshots=true in profile "addons-105162"
I0216 16:43:26.169320 8317 addons.go:234] Setting addon volumesnapshots=true in "addons-105162"
I0216 16:43:26.169374 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.169781 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.186243 8317 addons.go:69] Setting gcp-auth=true in profile "addons-105162"
I0216 16:43:26.186282 8317 mustload.go:65] Loading cluster: addons-105162
I0216 16:43:26.186475 8317 config.go:182] Loaded profile config "addons-105162": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.28.4
I0216 16:43:26.186720 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.204885 8317 addons.go:69] Setting ingress=true in profile "addons-105162"
I0216 16:43:26.204935 8317 addons.go:234] Setting addon ingress=true in "addons-105162"
I0216 16:43:26.205013 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.205516 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.248563 8317 addons.go:69] Setting ingress-dns=true in profile "addons-105162"
I0216 16:43:26.248600 8317 addons.go:234] Setting addon ingress-dns=true in "addons-105162"
I0216 16:43:26.248684 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.249132 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.281849 8317 addons.go:69] Setting inspektor-gadget=true in profile "addons-105162"
I0216 16:43:26.281879 8317 addons.go:234] Setting addon inspektor-gadget=true in "addons-105162"
I0216 16:43:26.281925 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.284164 8317 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.4
I0216 16:43:26.285949 8317 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0216 16:43:26.285976 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0216 16:43:26.286042 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.282355 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.323685 8317 out.go:177] - Using image docker.io/registry:2.8.3
I0216 16:43:26.325722 8317 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0216 16:43:26.327775 8317 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0216 16:43:26.327792 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0216 16:43:26.327864 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.330939 8317 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0216 16:43:26.332797 8317 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0216 16:43:26.332814 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0216 16:43:26.332881 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.368720 8317 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0216 16:43:26.370433 8317 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0216 16:43:26.370464 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0216 16:43:26.370535 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.377044 8317 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0216 16:43:26.379055 8317 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0216 16:43:26.381983 8317 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0216 16:43:26.384616 8317 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0216 16:43:26.388280 8317 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0216 16:43:26.391369 8317 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0216 16:43:26.400983 8317 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0216 16:43:26.409623 8317 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-105162"
I0216 16:43:26.411049 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.411581 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.438509 8317 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0216 16:43:26.465830 8317 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0216 16:43:26.465895 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0216 16:43:26.465972 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.472462 8317 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0216 16:43:26.410988 8317 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0216 16:43:26.410993 8317 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0216 16:43:26.410999 8317 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0216 16:43:26.430564 8317 addons.go:234] Setting addon default-storageclass=true in "addons-105162"
I0216 16:43:26.474918 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.478911 8317 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0216 16:43:26.478934 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0216 16:43:26.478999 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.475491 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:26.475199 8317 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0216 16:43:26.503326 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.505105 8317 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0216 16:43:26.505155 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0216 16:43:26.505244 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.533199 8317 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0216 16:43:26.528682 8317 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
W0216 16:43:26.529605 8317 kapi.go:245] failed rescaling "coredns" deployment in "kube-system" namespace and "addons-105162" context to 1 replicas: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
I0216 16:43:26.531646 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:26.531660 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0216 16:43:26.533525 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.540892 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.546865 8317 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0216 16:43:26.542505 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
E0216 16:43:26.542519 8317 start.go:219] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again
I0216 16:43:26.542729 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.569229 8317 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.6
I0216 16:43:26.567331 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.567354 8317 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:docker ControlPlane:true Worker:true}
I0216 16:43:26.582240 8317 out.go:177] * Verifying Kubernetes components...
I0216 16:43:26.572909 8317 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0216 16:43:26.584490 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I0216 16:43:26.584559 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.596201 8317 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0216 16:43:26.611406 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.617002 8317 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0216 16:43:26.619297 8317 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0216 16:43:26.619313 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0216 16:43:26.619378 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.652617 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.699006 8317 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0216 16:43:26.700929 8317 out.go:177] - Using image docker.io/busybox:stable
I0216 16:43:26.710564 8317 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0216 16:43:26.710585 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0216 16:43:26.710653 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.732194 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.760768 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.769650 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.770528 8317 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0216 16:43:26.770542 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0216 16:43:26.770597 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:26.788470 8317 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 -"
I0216 16:43:26.809397 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.811189 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.828793 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.836589 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:26.837683 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
W0216 16:43:26.847280 8317 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0216 16:43:26.847305 8317 retry.go:31] will retry after 168.52181ms: ssh: handshake failed: EOF
I0216 16:43:26.862642 8317 node_ready.go:35] waiting up to 6m0s for node "addons-105162" to be "Ready" ...
I0216 16:43:26.865783 8317 node_ready.go:49] node "addons-105162" has status "Ready":"True"
I0216 16:43:26.865804 8317 node_ready.go:38] duration metric: took 3.14016ms waiting for node "addons-105162" to be "Ready" ...
I0216 16:43:26.865814 8317 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" ...
I0216 16:43:26.873814 8317 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-g6lr7" in "kube-system" namespace to be "Ready" ...
I0216 16:43:26.987561 8317 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0216 16:43:26.987586 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0216 16:43:27.045360 8317 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0216 16:43:27.045392 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0216 16:43:27.122165 8317 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
I0216 16:43:27.235918 8317 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0216 16:43:27.235947 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0216 16:43:27.239364 8317 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
I0216 16:43:27.256237 8317 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
I0216 16:43:27.270697 8317 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0216 16:43:27.270721 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0216 16:43:27.306904 8317 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0216 16:43:27.306937 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0216 16:43:27.320518 8317 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
I0216 16:43:27.348626 8317 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0216 16:43:27.348704 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0216 16:43:27.392455 8317 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0216 16:43:27.392487 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0216 16:43:27.395075 8317 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0216 16:43:27.395106 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0216 16:43:27.404670 8317 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0216 16:43:27.404694 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0216 16:43:27.461219 8317 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0216 16:43:27.461244 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0216 16:43:27.494830 8317 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
I0216 16:43:27.514254 8317 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
I0216 16:43:27.552394 8317 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0216 16:43:27.552426 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0216 16:43:27.694133 8317 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
I0216 16:43:27.721398 8317 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0216 16:43:27.721470 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0216 16:43:27.722662 8317 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0216 16:43:27.722708 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0216 16:43:27.795107 8317 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
I0216 16:43:27.800185 8317 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0216 16:43:27.800245 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0216 16:43:27.884221 8317 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0216 16:43:27.884295 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0216 16:43:27.982376 8317 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0216 16:43:27.982440 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0216 16:43:28.001852 8317 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
I0216 16:43:28.292871 8317 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
I0216 16:43:28.358247 8317 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0216 16:43:28.358351 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0216 16:43:28.494398 8317 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0216 16:43:28.494476 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0216 16:43:28.557390 8317 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0216 16:43:28.557454 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0216 16:43:28.558692 8317 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0216 16:43:28.558749 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0216 16:43:28.661986 8317 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0216 16:43:28.662010 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0216 16:43:28.880150 8317 pod_ready.go:102] pod "coredns-5dd5756b68-g6lr7" in "kube-system" namespace has status "Ready":"False"
I0216 16:43:28.937281 8317 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0216 16:43:28.937344 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0216 16:43:29.063489 8317 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0216 16:43:29.063568 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0216 16:43:29.095416 8317 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0216 16:43:29.095483 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0216 16:43:29.227020 8317 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0216 16:43:29.227096 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0216 16:43:29.331222 8317 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
I0216 16:43:29.357527 8317 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0216 16:43:29.357604 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0216 16:43:29.361534 8317 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0216 16:43:29.361616 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0216 16:43:29.797324 8317 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0216 16:43:29.797387 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0216 16:43:29.807345 8317 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0216 16:43:29.807408 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0216 16:43:29.881125 8317 pod_ready.go:92] pod "coredns-5dd5756b68-g6lr7" in "kube-system" namespace has status "Ready":"True"
I0216 16:43:29.881155 8317 pod_ready.go:81] duration metric: took 3.007269022s waiting for pod "coredns-5dd5756b68-g6lr7" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.881169 8317 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-q8dhn" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.887708 8317 pod_ready.go:92] pod "coredns-5dd5756b68-q8dhn" in "kube-system" namespace has status "Ready":"True"
I0216 16:43:29.887735 8317 pod_ready.go:81] duration metric: took 6.557279ms waiting for pod "coredns-5dd5756b68-q8dhn" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.887758 8317 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.895777 8317 pod_ready.go:92] pod "etcd-addons-105162" in "kube-system" namespace has status "Ready":"True"
I0216 16:43:29.895810 8317 pod_ready.go:81] duration metric: took 8.041639ms waiting for pod "etcd-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.895822 8317 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.902544 8317 pod_ready.go:92] pod "kube-apiserver-addons-105162" in "kube-system" namespace has status "Ready":"True"
I0216 16:43:29.902568 8317 pod_ready.go:81] duration metric: took 6.738802ms waiting for pod "kube-apiserver-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.902580 8317 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.913370 8317 pod_ready.go:92] pod "kube-controller-manager-addons-105162" in "kube-system" namespace has status "Ready":"True"
I0216 16:43:29.913393 8317 pod_ready.go:81] duration metric: took 10.805321ms waiting for pod "kube-controller-manager-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.913405 8317 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-dznk7" in "kube-system" namespace to be "Ready" ...
I0216 16:43:29.998901 8317 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0216 16:43:29.998925 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0216 16:43:30.019269 8317 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
I0216 16:43:30.247002 8317 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0216 16:43:30.247034 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0216 16:43:30.278085 8317 pod_ready.go:92] pod "kube-proxy-dznk7" in "kube-system" namespace has status "Ready":"True"
I0216 16:43:30.278110 8317 pod_ready.go:81] duration metric: took 364.698267ms waiting for pod "kube-proxy-dznk7" in "kube-system" namespace to be "Ready" ...
I0216 16:43:30.278122 8317 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:30.295038 8317 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.506533968s)
I0216 16:43:30.295067 8317 start.go:929] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0216 16:43:30.295120 8317 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: (3.172929393s)
I0216 16:43:30.440838 8317 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: (3.201427809s)
I0216 16:43:30.502053 8317 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
I0216 16:43:30.678217 8317 pod_ready.go:92] pod "kube-scheduler-addons-105162" in "kube-system" namespace has status "Ready":"True"
I0216 16:43:30.678296 8317 pod_ready.go:81] duration metric: took 400.165304ms waiting for pod "kube-scheduler-addons-105162" in "kube-system" namespace to be "Ready" ...
I0216 16:43:30.678320 8317 pod_ready.go:38] duration metric: took 3.812492797s 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" ...
I0216 16:43:30.678361 8317 api_server.go:52] waiting for apiserver process to appear ...
I0216 16:43:30.678435 8317 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0216 16:43:31.633197 8317 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: (4.376925614s)
I0216 16:43:33.145320 8317 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0216 16:43:33.145483 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:33.165656 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:33.197178 8317 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: (5.876612502s)
I0216 16:43:33.934876 8317 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0216 16:43:34.039546 8317 addons.go:234] Setting addon gcp-auth=true in "addons-105162"
I0216 16:43:34.039713 8317 host.go:66] Checking if "addons-105162" exists ...
I0216 16:43:34.041564 8317 cli_runner.go:164] Run: docker container inspect addons-105162 --format={{.State.Status}}
I0216 16:43:34.064897 8317 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0216 16:43:34.064949 8317 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-105162
I0216 16:43:34.089645 8317 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/17936-2208/.minikube/machines/addons-105162/id_rsa Username:docker}
I0216 16:43:36.343024 8317 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.828741798s)
I0216 16:43:36.343023 8317 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.848157624s)
I0216 16:43:36.343123 8317 addons.go:470] Verifying addon ingress=true in "addons-105162"
I0216 16:43:36.343192 8317 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: (8.050247182s)
I0216 16:43:36.343213 8317 addons.go:470] Verifying addon metrics-server=true in "addons-105162"
I0216 16:43:36.348090 8317 out.go:177] * Verifying ingress addon...
I0216 16:43:36.343130 8317 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: (8.341199043s)
I0216 16:43:36.343313 8317 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: (7.012015287s)
I0216 16:43:36.343098 8317 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: (8.547923981s)
I0216 16:43:36.343358 8317 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.324052575s)
I0216 16:43:36.343074 8317 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: (8.648907699s)
I0216 16:43:36.350297 8317 addons.go:470] Verifying addon registry=true in "addons-105162"
I0216 16:43:36.352820 8317 out.go:177] * Verifying registry addon...
W0216 16:43:36.350453 8317 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
I0216 16:43:36.352894 8317 retry.go:31] will retry after 253.232623ms: 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
I0216 16:43:36.355659 8317 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-105162 service yakd-dashboard -n yakd-dashboard
I0216 16:43:36.351455 8317 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0216 16:43:36.360613 8317 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0216 16:43:36.366374 8317 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0216 16:43:36.366394 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:36.373255 8317 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0216 16:43:36.373323 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:36.607030 8317 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
I0216 16:43:36.861804 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:36.864766 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:37.386878 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:37.387952 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:37.611192 8317 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: (7.109094715s)
I0216 16:43:37.611265 8317 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-105162"
I0216 16:43:37.613462 8317 out.go:177] * Verifying csi-hostpath-driver addon...
I0216 16:43:37.611462 8317 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (6.932994669s)
I0216 16:43:37.613561 8317 api_server.go:72] duration metric: took 11.04232558s to wait for apiserver process to appear ...
I0216 16:43:37.613570 8317 api_server.go:88] waiting for apiserver healthz status ...
I0216 16:43:37.613602 8317 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0216 16:43:37.611491 8317 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.546575817s)
I0216 16:43:37.616213 8317 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0216 16:43:37.618948 8317 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0216 16:43:37.621196 8317 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0216 16:43:37.623613 8317 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0216 16:43:37.623654 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0216 16:43:37.634905 8317 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0216 16:43:37.641210 8317 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0216 16:43:37.641273 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:37.648670 8317 api_server.go:141] control plane version: v1.28.4
I0216 16:43:37.648742 8317 api_server.go:131] duration metric: took 35.152335ms to wait for apiserver health ...
I0216 16:43:37.648765 8317 system_pods.go:43] waiting for kube-system pods to appear ...
I0216 16:43:37.716983 8317 system_pods.go:59] 18 kube-system pods found
I0216 16:43:37.717066 8317 system_pods.go:61] "coredns-5dd5756b68-g6lr7" [1fa4302d-87dc-4799-9199-92d2f84554ea] Running
I0216 16:43:37.717087 8317 system_pods.go:61] "coredns-5dd5756b68-q8dhn" [f538f9dc-6eae-427d-b0a1-a174a67a970d] Running
I0216 16:43:37.717129 8317 system_pods.go:61] "csi-hostpath-attacher-0" [fe081b6b-22c6-41d4-868b-576bc33d04ec] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0216 16:43:37.717152 8317 system_pods.go:61] "csi-hostpath-resizer-0" [23d944f8-9bb3-42fd-8355-db09ec83d7fa] Pending
I0216 16:43:37.717173 8317 system_pods.go:61] "csi-hostpathplugin-qgfd8" [23c90673-c4f8-4268-8778-2cd9f07380d9] 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])
I0216 16:43:37.717197 8317 system_pods.go:61] "etcd-addons-105162" [7fdb78e8-42ef-49a1-906e-84b5d924b7af] Running
I0216 16:43:37.717228 8317 system_pods.go:61] "kube-apiserver-addons-105162" [43c8b4ee-8da0-4a16-84a2-2929bf9d093e] Running
I0216 16:43:37.717250 8317 system_pods.go:61] "kube-controller-manager-addons-105162" [62d2c3c0-900b-4503-8bde-2c6c3a711f96] Running
I0216 16:43:37.717272 8317 system_pods.go:61] "kube-ingress-dns-minikube" [b62dd41c-86c0-4b36-b0b3-aa6aa0befa69] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0216 16:43:37.717294 8317 system_pods.go:61] "kube-proxy-dznk7" [15c24ad0-06f3-4698-904a-5cd6d34393f9] Running
I0216 16:43:37.717314 8317 system_pods.go:61] "kube-scheduler-addons-105162" [79be534b-cc5d-4ab5-97e3-2116a0e706a5] Running
I0216 16:43:37.717348 8317 system_pods.go:61] "metrics-server-69cf46c98-cfmzq" [64d818de-dd93-47b2-958e-c9ceef37374b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0216 16:43:37.717370 8317 system_pods.go:61] "nvidia-device-plugin-daemonset-b9xb9" [72e6dd2f-3d43-4897-aa2a-ceb463bb124e] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0216 16:43:37.717392 8317 system_pods.go:61] "registry-8w4b4" [97a11573-b083-44c5-ae7a-d82fb336cc2d] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0216 16:43:37.717423 8317 system_pods.go:61] "registry-proxy-27c7c" [6f79633b-2c8d-4708-9f8b-3ce114882530] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0216 16:43:37.717451 8317 system_pods.go:61] "snapshot-controller-58dbcc7b99-bplx7" [92282b54-5ed3-430d-aa02-82c322db1b6d] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0216 16:43:37.717474 8317 system_pods.go:61] "snapshot-controller-58dbcc7b99-r9f97" [498b01d6-1b52-4efe-b6fa-52b244752f70] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0216 16:43:37.717494 8317 system_pods.go:61] "storage-provisioner" [438751b9-3958-4531-a8c9-d0ddb7cb3a25] Running
I0216 16:43:37.717523 8317 system_pods.go:74] duration metric: took 68.740622ms to wait for pod list to return data ...
I0216 16:43:37.717547 8317 default_sa.go:34] waiting for default service account to be created ...
I0216 16:43:37.722848 8317 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0216 16:43:37.722906 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0216 16:43:37.740978 8317 default_sa.go:45] found service account: "default"
I0216 16:43:37.741044 8317 default_sa.go:55] duration metric: took 23.477765ms for default service account to be created ...
I0216 16:43:37.741069 8317 system_pods.go:116] waiting for k8s-apps to be running ...
I0216 16:43:37.776797 8317 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0216 16:43:37.776858 8317 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I0216 16:43:37.789359 8317 system_pods.go:86] 18 kube-system pods found
I0216 16:43:37.789427 8317 system_pods.go:89] "coredns-5dd5756b68-g6lr7" [1fa4302d-87dc-4799-9199-92d2f84554ea] Running
I0216 16:43:37.789448 8317 system_pods.go:89] "coredns-5dd5756b68-q8dhn" [f538f9dc-6eae-427d-b0a1-a174a67a970d] Running
I0216 16:43:37.789472 8317 system_pods.go:89] "csi-hostpath-attacher-0" [fe081b6b-22c6-41d4-868b-576bc33d04ec] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0216 16:43:37.789508 8317 system_pods.go:89] "csi-hostpath-resizer-0" [23d944f8-9bb3-42fd-8355-db09ec83d7fa] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0216 16:43:37.789540 8317 system_pods.go:89] "csi-hostpathplugin-qgfd8" [23c90673-c4f8-4268-8778-2cd9f07380d9] 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])
I0216 16:43:37.789561 8317 system_pods.go:89] "etcd-addons-105162" [7fdb78e8-42ef-49a1-906e-84b5d924b7af] Running
I0216 16:43:37.789591 8317 system_pods.go:89] "kube-apiserver-addons-105162" [43c8b4ee-8da0-4a16-84a2-2929bf9d093e] Running
I0216 16:43:37.789620 8317 system_pods.go:89] "kube-controller-manager-addons-105162" [62d2c3c0-900b-4503-8bde-2c6c3a711f96] Running
I0216 16:43:37.789649 8317 system_pods.go:89] "kube-ingress-dns-minikube" [b62dd41c-86c0-4b36-b0b3-aa6aa0befa69] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0216 16:43:37.789669 8317 system_pods.go:89] "kube-proxy-dznk7" [15c24ad0-06f3-4698-904a-5cd6d34393f9] Running
I0216 16:43:37.789701 8317 system_pods.go:89] "kube-scheduler-addons-105162" [79be534b-cc5d-4ab5-97e3-2116a0e706a5] Running
I0216 16:43:37.789729 8317 system_pods.go:89] "metrics-server-69cf46c98-cfmzq" [64d818de-dd93-47b2-958e-c9ceef37374b] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0216 16:43:37.789754 8317 system_pods.go:89] "nvidia-device-plugin-daemonset-b9xb9" [72e6dd2f-3d43-4897-aa2a-ceb463bb124e] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0216 16:43:37.789778 8317 system_pods.go:89] "registry-8w4b4" [97a11573-b083-44c5-ae7a-d82fb336cc2d] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0216 16:43:37.789809 8317 system_pods.go:89] "registry-proxy-27c7c" [6f79633b-2c8d-4708-9f8b-3ce114882530] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0216 16:43:37.789846 8317 system_pods.go:89] "snapshot-controller-58dbcc7b99-bplx7" [92282b54-5ed3-430d-aa02-82c322db1b6d] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0216 16:43:37.789867 8317 system_pods.go:89] "snapshot-controller-58dbcc7b99-r9f97" [498b01d6-1b52-4efe-b6fa-52b244752f70] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0216 16:43:37.789887 8317 system_pods.go:89] "storage-provisioner" [438751b9-3958-4531-a8c9-d0ddb7cb3a25] Running
I0216 16:43:37.789919 8317 system_pods.go:126] duration metric: took 48.830286ms to wait for k8s-apps to be running ...
I0216 16:43:37.789944 8317 system_svc.go:44] waiting for kubelet service to be running ....
I0216 16:43:37.790023 8317 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0216 16:43:37.893434 8317 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
I0216 16:43:37.917643 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:37.918462 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:38.124704 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:38.363122 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:38.368102 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:38.625298 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:38.869462 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:38.881393 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:38.970505 8317 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (1.18044436s)
I0216 16:43:38.970544 8317 system_svc.go:56] duration metric: took 1.180596206s WaitForService to wait for kubelet.
I0216 16:43:38.970552 8317 kubeadm.go:581] duration metric: took 12.399321268s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0216 16:43:38.970570 8317 node_conditions.go:102] verifying NodePressure condition ...
I0216 16:43:38.970777 8317 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.363642682s)
I0216 16:43:38.973431 8317 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0216 16:43:38.973472 8317 node_conditions.go:123] node cpu capacity is 2
I0216 16:43:38.973483 8317 node_conditions.go:105] duration metric: took 2.907255ms to run NodePressure ...
I0216 16:43:38.973495 8317 start.go:228] waiting for startup goroutines ...
I0216 16:43:39.125214 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:39.378276 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:39.392294 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:39.449816 8317 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.556341673s)
I0216 16:43:39.452792 8317 addons.go:470] Verifying addon gcp-auth=true in "addons-105162"
I0216 16:43:39.456315 8317 out.go:177] * Verifying gcp-auth addon...
I0216 16:43:39.459564 8317 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0216 16:43:39.463449 8317 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0216 16:43:39.463471 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:39.624716 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:39.862016 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:39.866520 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:39.963302 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:40.125495 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:40.366501 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:40.367743 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:40.463773 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:40.625152 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:40.863739 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:40.867958 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:40.963438 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:41.124029 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:41.362764 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:41.366837 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:41.463942 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:41.625349 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:41.863737 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:41.870713 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:41.963765 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:42.127515 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:42.363496 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:42.367062 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:42.464762 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:42.625444 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:42.862826 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:42.867208 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:42.963490 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:43.125354 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:43.366641 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:43.367226 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:43.463382 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:43.627329 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:43.867594 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:43.869706 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:43.963609 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:44.124779 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:44.364813 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:44.372301 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:44.465498 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:44.625350 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:44.863751 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:44.869807 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:44.963624 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:45.127398 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:45.367725 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:45.368470 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:45.463034 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:45.625233 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:45.863982 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:45.865773 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:45.963670 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:46.124736 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:46.362197 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:46.365564 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:46.462930 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:46.624971 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:46.862426 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:46.865286 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:46.963961 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:47.124797 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:47.362756 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:47.366871 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:47.463610 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:47.625753 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:47.861934 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:47.866358 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:47.963852 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:48.125155 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:48.366344 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:48.367286 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:48.463818 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:48.633202 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:48.862686 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:48.866652 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:48.963570 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:49.125047 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:49.362684 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:49.366656 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:49.463539 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:49.624530 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:49.864265 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:49.866655 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:49.963745 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:50.125863 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:50.362847 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:50.367212 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:50.464671 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:50.625180 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:50.863365 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:50.866334 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:50.963633 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:51.125810 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:51.362796 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:51.369929 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:51.463212 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:51.624862 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:51.865657 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:51.868030 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:51.963792 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:52.124985 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:52.362553 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:52.366812 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:52.463448 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:52.625161 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:52.863395 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:52.867519 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:52.963007 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:53.124903 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:53.362539 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:53.365592 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:53.463413 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:53.624674 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:53.862867 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:53.872140 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:53.964073 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:54.126405 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:54.365976 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:54.368675 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:54.463749 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:54.626432 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:54.863725 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:54.870700 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:54.965379 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:55.125279 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:55.370728 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:55.373443 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:55.463965 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:55.634525 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:55.863512 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:55.866678 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:55.964220 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:56.129117 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:56.365595 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:56.366467 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:56.463527 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:56.624231 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:56.863195 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:56.866039 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:56.963594 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:57.125425 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:57.363314 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:57.367791 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:57.463608 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:57.625735 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:57.862026 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:57.866274 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:57.963773 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:58.125193 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:58.363985 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:58.368221 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0216 16:43:58.463229 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:58.630193 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:58.863050 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:58.867069 8317 kapi.go:107] duration metric: took 22.506456811s to wait for kubernetes.io/minikube-addons=registry ...
I0216 16:43:58.964182 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:59.124987 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:59.363350 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:59.464100 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:43:59.624783 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:43:59.861996 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:43:59.963723 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:00.129620 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:00.362872 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:00.463683 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:00.625585 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:00.866483 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:00.965738 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:01.126317 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:01.363650 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:01.463543 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:01.625206 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:01.862399 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:01.967344 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:02.124734 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:02.363375 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:02.464366 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:02.624722 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:02.862967 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:02.963249 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:03.126082 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:03.362457 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:03.467366 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:03.625751 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:03.862422 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:03.964315 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:04.126588 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:04.364068 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:04.464617 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:04.625444 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:04.863517 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:04.963288 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:05.125591 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:05.362527 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:05.464135 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:05.625886 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:05.861947 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:05.964864 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:06.124931 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:06.363509 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:06.464458 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:06.626674 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:06.861973 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:06.963814 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:07.125718 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:07.362584 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:07.463290 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:07.631888 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:07.863046 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:07.963737 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:08.125108 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:08.362177 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:08.464113 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:08.625178 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:08.867437 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:08.963694 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:09.124809 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:09.362029 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:09.463666 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:09.626313 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:09.863062 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:09.963725 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:10.125170 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:10.362127 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:10.463739 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:10.625273 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:10.863310 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:10.964351 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:11.126404 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:11.362918 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:11.463899 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:11.659723 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:11.862260 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:11.964517 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:12.125728 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:12.362574 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:12.463402 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:12.624896 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:12.862279 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:12.964113 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:13.124551 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:13.362652 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:13.464610 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:13.625269 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:13.862954 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:13.963828 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:14.125653 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:14.362902 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:14.464838 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:14.629013 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:14.862608 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:14.963803 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:15.126107 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:15.362093 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:15.464751 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:15.629425 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:15.863458 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:15.971052 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:16.129615 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:16.362670 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:16.465347 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:16.626124 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:16.862998 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:16.963328 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:17.124957 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:17.361891 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:17.463963 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:17.624535 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:17.861877 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:17.963479 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:18.125051 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:18.362737 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:18.463306 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:18.625016 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:18.862508 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:18.962808 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:19.125056 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:19.364313 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:19.466009 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:19.630917 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:19.862556 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:19.963458 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:20.125239 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:20.362975 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:20.465996 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:20.624575 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:20.862612 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:20.963278 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:21.125293 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:21.363199 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:21.463698 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:21.624228 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:21.862429 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:21.962986 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:22.130798 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:22.362757 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:22.463140 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:22.625081 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:22.861995 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:22.963648 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:23.127858 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:23.361861 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:23.463267 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:23.624531 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0216 16:44:23.862164 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:23.963539 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:24.125078 8317 kapi.go:107] duration metric: took 46.506123512s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0216 16:44:24.361999 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:24.463700 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:24.862515 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:24.963865 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:25.362289 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:25.463767 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:25.862651 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:25.963047 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:26.362360 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:26.463830 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:26.862506 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:26.962783 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:27.362009 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:27.463836 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:27.861936 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:27.963390 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:28.362699 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:28.463155 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:28.862654 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:28.963318 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:29.362019 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:29.463380 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:29.861991 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:29.963503 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:30.362091 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:30.463391 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:30.862296 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:30.963749 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:31.362070 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:31.463594 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:31.862332 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:31.963872 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:32.362176 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:32.463866 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:32.861793 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:32.963201 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:33.363047 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:33.463785 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:33.862348 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:33.964482 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:34.362191 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:34.463899 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:34.867337 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:34.964393 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:35.361828 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:35.463322 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:35.862786 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:35.963088 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:36.362318 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:36.463902 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:36.862637 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:36.963224 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:37.362836 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:37.463429 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:37.862066 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:37.963501 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:38.361839 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:38.463305 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:38.862595 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:38.963019 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:39.362557 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:39.462869 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:39.864154 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:39.963600 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:40.361809 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:40.463707 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:40.862382 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:40.963934 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:41.361873 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:41.463624 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:41.861589 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:41.962876 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:42.362515 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:42.465050 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:42.862479 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:42.963032 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:43.362765 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:43.463481 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:43.862590 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:43.963027 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:44.362214 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:44.479447 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:44.862721 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:44.963335 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:45.363360 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:45.464066 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:45.864525 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:45.964072 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:46.366474 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:46.462950 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:46.862993 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:46.963764 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:47.364480 8317 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0216 16:44:47.466476 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:47.862526 8317 kapi.go:107] duration metric: took 1m11.511066793s to wait for app.kubernetes.io/name=ingress-nginx ...
I0216 16:44:47.963024 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:48.463286 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:48.963187 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:49.464713 8317 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0216 16:44:49.963236 8317 kapi.go:107] duration metric: took 1m10.503670627s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0216 16:44:49.965010 8317 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-105162 cluster.
I0216 16:44:49.967097 8317 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.
I0216 16:44:49.969514 8317 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0216 16:44:49.971475 8317 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, ingress-dns, storage-provisioner-rancher, storage-provisioner, metrics-server, inspektor-gadget, yakd, default-storageclass, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0216 16:44:49.973383 8317 addons.go:505] enable addons completed in 1m23.822322183s: enabled=[nvidia-device-plugin cloud-spanner ingress-dns storage-provisioner-rancher storage-provisioner metrics-server inspektor-gadget yakd default-storageclass volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0216 16:44:49.973423 8317 start.go:233] waiting for cluster config update ...
I0216 16:44:49.973454 8317 start.go:242] writing updated cluster config ...
I0216 16:44:49.974293 8317 ssh_runner.go:195] Run: rm -f paused
I0216 16:44:50.302307 8317 start.go:601] kubectl: 1.29.2, cluster: 1.28.4 (minor skew: 1)
I0216 16:44:50.304481 8317 out.go:177] * Done! kubectl is now configured to use "addons-105162" cluster and "default" namespace by default
==> Docker <==
Feb 16 16:46:11 addons-105162 dockerd[1126]: time="2024-02-16T16:46:11.132297281Z" level=info msg="ignoring event" container=08c2a21396e4fad62abf0758225c7b46a71801b2bf4d9b70f2313b31f96ea8ef module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:11 addons-105162 dockerd[1126]: time="2024-02-16T16:46:11.137886985Z" level=info msg="ignoring event" container=974b235c576b7ad73cdd870ed824471820b70d1400da6c472518acb73ddb1694 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:11 addons-105162 dockerd[1126]: time="2024-02-16T16:46:11.145713695Z" level=info msg="ignoring event" container=0d7a39997f099df68708bbd9d2f9465fb5889842b386446fb8d08cd643761063 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:11 addons-105162 dockerd[1126]: time="2024-02-16T16:46:11.189686036Z" level=info msg="ignoring event" container=036100a8a819736507573230c07232b0f7c2d7617d1e9a038a74204ecf372df0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:11 addons-105162 dockerd[1126]: time="2024-02-16T16:46:11.280801177Z" level=info msg="ignoring event" container=489af0549c820d819d8cb59974bb4f7543279a0e117859e4843490db4df42b16 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:11 addons-105162 dockerd[1126]: time="2024-02-16T16:46:11.354013873Z" level=info msg="ignoring event" container=151b2cf5c272b1c6f201f12111a490cdf433c1c2be5c737a8ce07b76126083be module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:11 addons-105162 dockerd[1126]: time="2024-02-16T16:46:11.383617873Z" level=info msg="ignoring event" container=4a3c8a71359f154258042ae3b9792c3510d2ff915d9945934e1522f8e23b36c0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:17 addons-105162 dockerd[1126]: time="2024-02-16T16:46:17.643049550Z" level=info msg="ignoring event" container=f633cfcd24bac3ca6bbe7470c749bb48c8025ff0aaf1d2034ebda2f4678619cb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:17 addons-105162 dockerd[1126]: time="2024-02-16T16:46:17.647447483Z" level=info msg="ignoring event" container=50ee5837cd233228db06e5390f10d196849b05ece08f7d0e38ada16c52c1f436 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:17 addons-105162 dockerd[1126]: time="2024-02-16T16:46:17.810763528Z" level=info msg="ignoring event" container=6e512a8520b7d69f0f25cb62e5636394ad8f5bd2985a165d86a2649ccfe2e1be module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:17 addons-105162 dockerd[1126]: time="2024-02-16T16:46:17.849091279Z" level=info msg="ignoring event" container=a46537c7b844d3cca6cde33210af00f4e74e6a45a7e8440301e6098800fb8569 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:18 addons-105162 cri-dockerd[1336]: time="2024-02-16T16:46:18Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/09fdffd13e6d92106d08c39ea68cb605fdc1017d091ff5e1a01a511d8ecf7626/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Feb 16 16:46:20 addons-105162 dockerd[1126]: time="2024-02-16T16:46:20.609303921Z" level=info msg="ignoring event" container=a3c7d9ed829247ae6a320b55a147f5d70da778dabc58b6f01f72e3d0dc06c5e4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:20 addons-105162 cri-dockerd[1336]: time="2024-02-16T16:46:20Z" level=info msg="Stop pulling image docker.io/nginx:alpine: Status: Downloaded newer image for nginx:alpine"
Feb 16 16:46:20 addons-105162 dockerd[1126]: time="2024-02-16T16:46:20.824568071Z" level=info msg="ignoring event" container=c213423bbd1c653353c8aac9d68a476c97267197980ef3d1e203ac9cf25f000e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:28 addons-105162 cri-dockerd[1336]: time="2024-02-16T16:46:28Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/3025fce01bb9000e91bdf9b362dfb4571458fd05fd5fd080c46690e6999ade8e/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Feb 16 16:46:30 addons-105162 cri-dockerd[1336]: time="2024-02-16T16:46:30Z" level=info msg="Stop pulling image gcr.io/google-samples/hello-app:1.0: Status: Downloaded newer image for gcr.io/google-samples/hello-app:1.0"
Feb 16 16:46:30 addons-105162 dockerd[1126]: time="2024-02-16T16:46:30.745566975Z" level=info msg="ignoring event" container=2f14f7a75104a3c638b4da1eab991a4e66adca3af6cea008d8741fe25e628333 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:31 addons-105162 dockerd[1126]: time="2024-02-16T16:46:31.394765614Z" level=info msg="ignoring event" container=60273f6b6ae967d39e165616a4abcd6b9415768f3a6260fc5cd0a13d44c0c7ea module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:38 addons-105162 dockerd[1126]: time="2024-02-16T16:46:38.838444789Z" level=info msg="ignoring event" container=a7734de761225331432455962038ec50a04e60f9eacc44d97a57fc6b9baeb4d0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:44 addons-105162 dockerd[1126]: time="2024-02-16T16:46:44.039438701Z" level=info msg="ignoring event" container=8babf60c443b9871d3fb3a5a6faf3e7c8bad673c9fa181a628082eb7e0d72df7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:45 addons-105162 dockerd[1126]: time="2024-02-16T16:46:45.833290360Z" level=info msg="ignoring event" container=b97800f54e3f1279e343379ee26e155f722642149af88973ddb55e0daea3989e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:48 addons-105162 dockerd[1126]: time="2024-02-16T16:46:48.126961052Z" level=info msg="Container failed to exit within 2s of signal 15 - using the force" container=cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010
Feb 16 16:46:48 addons-105162 dockerd[1126]: time="2024-02-16T16:46:48.193822607Z" level=info msg="ignoring event" container=cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 16 16:46:48 addons-105162 dockerd[1126]: time="2024-02-16T16:46:48.319451599Z" level=info msg="ignoring event" container=406593c5d0162553f811b335d853bd0761f5bf4a69402bd27b095bc9ae803f0d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
b97800f54e3f1 dd1b12fcb6097 8 seconds ago Exited hello-world-app 2 3025fce01bb90 hello-world-app-5d77478584-rbzrd
64f0fd23d1a7c nginx@sha256:cedce0b6e276efe62bbf15345053f44cdc5d1c834a63ab7619aa8355093f85d2 33 seconds ago Running nginx 0 09fdffd13e6d9 nginx
d29a9d10f0a95 ghcr.io/headlamp-k8s/headlamp@sha256:3c6da859a989f285b2fd2ac2f4763d1884d54a51e4405301e5324e0b2b70bd67 About a minute ago Running headlamp 0 1df19870e7025 headlamp-7ddfbb94ff-qgck5
f4abefab9f38c gcr.io/k8s-minikube/gcp-auth-webhook@sha256:d730651bb6584f969d95d8279a754cf9d8d31b5055c43dbdb8d7363a8c6371cf 2 minutes ago Running gcp-auth 0 d14ae638b8b7d gcp-auth-d4c87556c-jkt6g
dff4550cbbff5 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084 2 minutes ago Exited patch 0 9ada2b93f1994 ingress-nginx-admission-patch-mkkgw
e44ec286761c3 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084 2 minutes ago Exited create 0 4a7e73e5d479b ingress-nginx-admission-create-qk5wf
ddc3f5ed2e456 marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 2 minutes ago Running yakd 0 9e160361ee882 yakd-dashboard-9947fc6bf-gfmnx
227236451ea50 ba04bb24b9575 3 minutes ago Running storage-provisioner 0 305f5b945cf1e storage-provisioner
6a664d1c63770 97e04611ad434 3 minutes ago Running coredns 0 185201a1f8b97 coredns-5dd5756b68-g6lr7
57b2e1f2cb65a 97e04611ad434 3 minutes ago Running coredns 0 665e2eb9a22d7 coredns-5dd5756b68-q8dhn
4d9f1198e1d6c 3ca3ca488cf13 3 minutes ago Running kube-proxy 0 1be6d94e30a30 kube-proxy-dznk7
7175d721a6e1b 9961cbceaf234 3 minutes ago Running kube-controller-manager 0 3cec49d3e690e kube-controller-manager-addons-105162
0ad7c340b7f33 05c284c929889 3 minutes ago Running kube-scheduler 0 c4bb26cbae813 kube-scheduler-addons-105162
5012d73b86b53 04b4c447bb9d4 3 minutes ago Running kube-apiserver 0 ff73cc10782f6 kube-apiserver-addons-105162
eee39bfd2a5e5 9cdd6470f48c8 3 minutes ago Running etcd 0 4facaba957e9c etcd-addons-105162
==> coredns [57b2e1f2cb65] <==
[INFO] plugin/reload: Running configuration SHA512 = 05e3eaddc414b2d71a69b2e2bc6f2681fc1f4d04bcdd3acc1a41457bb7db518208b95ddfc4c9fffedc59c25a8faf458be1af4915a4a3c0d6777cb7a346bc5d86
[INFO] Reloading complete
[INFO] 127.0.0.1:41416 - 62074 "HINFO IN 2855861165925763818.953127427498345236. udp 56 false 512" NXDOMAIN qr,rd,ra 56 0.012965074s
[INFO] 10.244.0.7:57423 - 51569 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000267129s
[INFO] 10.244.0.7:57423 - 12655 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000155054s
[INFO] 10.244.0.7:43968 - 21626 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000118089s
[INFO] 10.244.0.7:43968 - 8295 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000235858s
[INFO] 10.244.0.7:59008 - 25393 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000102015s
[INFO] 10.244.0.7:59008 - 43055 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000081748s
[INFO] 10.244.0.7:48944 - 7643 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000121839s
[INFO] 10.244.0.7:48944 - 46557 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000229761s
[INFO] 10.244.0.7:55971 - 51376 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001247354s
[INFO] 10.244.0.21:49266 - 52150 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000229811s
[INFO] 10.244.0.21:36760 - 39805 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000143878s
[INFO] 10.244.0.21:41580 - 55074 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 268 0.000731403s
[INFO] 10.244.0.23:54447 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000224748s
[INFO] 10.244.0.20:51911 - 45720 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000232478s
[INFO] 10.244.0.20:51911 - 60992 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000161216s
[INFO] 10.244.0.20:51911 - 16182 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000135024s
[INFO] 10.244.0.20:51911 - 14750 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000101244s
[INFO] 10.244.0.20:51911 - 23362 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000123111s
[INFO] 10.244.0.20:51911 - 61414 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00009943s
[INFO] 10.244.0.20:51911 - 24463 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001457529s
[INFO] 10.244.0.20:51911 - 56913 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001029071s
[INFO] 10.244.0.20:51911 - 32262 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000146783s
==> coredns [6a664d1c6377] <==
[INFO] 10.244.0.20:59208 - 44840 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000106962s
[INFO] 10.244.0.20:59208 - 55374 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00017939s
[INFO] 10.244.0.20:59208 - 14688 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000125999s
[INFO] 10.244.0.20:59208 - 43219 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000191123s
[INFO] 10.244.0.20:59208 - 20714 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002254885s
[INFO] 10.244.0.20:59208 - 32478 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001652418s
[INFO] 10.244.0.20:59208 - 62097 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000200363s
[INFO] 10.244.0.20:45264 - 65463 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00111813s
[INFO] 10.244.0.20:45264 - 15641 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00012485s
[INFO] 10.244.0.20:45264 - 59063 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000123594s
[INFO] 10.244.0.20:45264 - 64800 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000100325s
[INFO] 10.244.0.20:45264 - 42222 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000088304s
[INFO] 10.244.0.20:45264 - 59673 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000058347s
[INFO] 10.244.0.20:45264 - 27550 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001787042s
[INFO] 10.244.0.20:45264 - 16512 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001034888s
[INFO] 10.244.0.20:45264 - 21019 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000137207s
[INFO] 10.244.0.20:38550 - 22691 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000105486s
[INFO] 10.244.0.20:38550 - 51935 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000069884s
[INFO] 10.244.0.20:38550 - 54439 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000113707s
[INFO] 10.244.0.20:38550 - 53763 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00005541s
[INFO] 10.244.0.20:38550 - 62261 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000093745s
[INFO] 10.244.0.20:38550 - 47090 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.0000534s
[INFO] 10.244.0.20:38550 - 45160 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001150523s
[INFO] 10.244.0.20:38550 - 57597 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001185339s
[INFO] 10.244.0.20:38550 - 14895 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000078868s
==> describe nodes <==
Name: addons-105162
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-105162
kubernetes.io/os=linux
minikube.k8s.io/commit=fdce3bf7146356e37c4eabb07ae105993e4520f9
minikube.k8s.io/name=addons-105162
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_02_16T16_43_12_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-105162
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Fri, 16 Feb 2024 16:43:09 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-105162
AcquireTime: <unset>
RenewTime: Fri, 16 Feb 2024 16:46:47 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Fri, 16 Feb 2024 16:46:48 +0000 Fri, 16 Feb 2024 16:43:06 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Fri, 16 Feb 2024 16:46:48 +0000 Fri, 16 Feb 2024 16:43:06 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Fri, 16 Feb 2024 16:46:48 +0000 Fri, 16 Feb 2024 16:43:06 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Fri, 16 Feb 2024 16:46:48 +0000 Fri, 16 Feb 2024 16:43:23 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-105162
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022504Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022504Ki
pods: 110
System Info:
Machine ID: 5499c03149aa4320a0073eda64cc4457
System UUID: bdd4b972-e889-4e5b-a3e6-9420949b1891
Boot ID: 28e061af-c4a8-40ad-8619-080c07806076
Kernel Version: 5.15.0-1053-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: docker://25.0.3
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: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-rbzrd 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) 35s
gcp-auth gcp-auth-d4c87556c-jkt6g 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m14s
headlamp headlamp-7ddfbb94ff-qgck5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m2s
kube-system coredns-5dd5756b68-g6lr7 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m27s
kube-system coredns-5dd5756b68-q8dhn 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m27s
kube-system etcd-addons-105162 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m40s
kube-system kube-apiserver-addons-105162 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m40s
kube-system kube-controller-manager-addons-105162 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m41s
kube-system kube-proxy-dznk7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m27s
kube-system kube-scheduler-addons-105162 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m40s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m21s
yakd-dashboard yakd-dashboard-9947fc6bf-gfmnx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 3m20s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 0 (0%!)(MISSING)
memory 368Mi (4%!)(MISSING) 596Mi (7%!)(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 3m25s kube-proxy
Normal Starting 3m48s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m48s (x8 over 3m48s) kubelet Node addons-105162 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m48s (x8 over 3m48s) kubelet Node addons-105162 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m48s (x7 over 3m48s) kubelet Node addons-105162 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 3m48s kubelet Updated Node Allocatable limit across pods
Normal Starting 3m41s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m41s kubelet Node addons-105162 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m41s kubelet Node addons-105162 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m41s kubelet Node addons-105162 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m41s kubelet Node addons-105162 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m41s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m30s kubelet Node addons-105162 status is now: NodeReady
Normal RegisteredNode 3m28s node-controller Node addons-105162 event: Registered Node addons-105162 in Controller
==> dmesg <==
[Feb16 16: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.015128] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +1.135828] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +6.504151] kauditd_printk_skb: 26 callbacks suppressed
==> etcd [eee39bfd2a5e] <==
{"level":"info","ts":"2024-02-16T16:43:05.997472Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap.db","max":5,"interval":"30s"}
{"level":"info","ts":"2024-02-16T16:43:05.997499Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2024-02-16T16:43:05.997507Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2024-02-16T16:43:05.997922Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-02-16T16:43:05.997938Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-02-16T16:43:06.001117Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-02-16T16:43:06.00122Z","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-02-16T16:43:06.2407Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-02-16T16:43:06.240906Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-02-16T16:43:06.241006Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-02-16T16:43:06.241115Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-02-16T16:43:06.2412Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-16T16:43:06.241283Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-02-16T16:43:06.241381Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-16T16:43:06.244753Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-16T16:43:06.248821Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-105162 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-02-16T16:43:06.250923Z","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-02-16T16:43:06.251103Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-16T16:43:06.251199Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-16T16:43:06.251297Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-16T16:43:06.252313Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-02-16T16:43:06.252676Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-02-16T16:43:06.252708Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-02-16T16:43:06.252683Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-16T16:43:06.257657Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
==> gcp-auth [f4abefab9f38] <==
2024/02/16 16:44:48 GCP Auth Webhook started!
2024/02/16 16:44:51 Ready to marshal response ...
2024/02/16 16:44:51 Ready to write response ...
2024/02/16 16:44:51 Ready to marshal response ...
2024/02/16 16:44:51 Ready to write response ...
2024/02/16 16:44:51 Ready to marshal response ...
2024/02/16 16:44:51 Ready to write response ...
2024/02/16 16:45:00 Ready to marshal response ...
2024/02/16 16:45:00 Ready to write response ...
2024/02/16 16:45:10 Ready to marshal response ...
2024/02/16 16:45:10 Ready to write response ...
2024/02/16 16:45:10 Ready to marshal response ...
2024/02/16 16:45:10 Ready to write response ...
2024/02/16 16:45:19 Ready to marshal response ...
2024/02/16 16:45:19 Ready to write response ...
2024/02/16 16:45:26 Ready to marshal response ...
2024/02/16 16:45:26 Ready to write response ...
2024/02/16 16:46:00 Ready to marshal response ...
2024/02/16 16:46:00 Ready to write response ...
2024/02/16 16:46:18 Ready to marshal response ...
2024/02/16 16:46:18 Ready to write response ...
2024/02/16 16:46:27 Ready to marshal response ...
2024/02/16 16:46:27 Ready to write response ...
==> kernel <==
16:46:53 up 29 min, 0 users, load average: 0.86, 1.20, 0.59
Linux addons-105162 5.15.0-1053-aws #58~20.04.1-Ubuntu SMP Mon Jan 22 17:19:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kube-apiserver [5012d73b86b5] <==
I0216 16:46:08.632303 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0216 16:46:09.533971 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
W0216 16:46:09.648420 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0216 16:46:17.397098 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.397145 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:17.404597 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.405785 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:17.423156 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.423195 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:17.439148 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.439787 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:17.456075 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.456131 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:17.477951 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.478008 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:17.479496 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.479739 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:17.490967 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0216 16:46:17.491193 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0216 16:46:18.105437 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
W0216 16:46:18.423831 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
I0216 16:46:18.451802 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.84.190"}
W0216 16:46:18.480449 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0216 16:46:18.509965 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0216 16:46:28.261145 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.72.3"}
==> kube-controller-manager [7175d721a6e1] <==
I0216 16:46:27.950450 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="33.070857ms"
I0216 16:46:27.967011 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="16.51211ms"
I0216 16:46:27.967793 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="31.336µs"
I0216 16:46:27.968088 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="28.529µs"
W0216 16:46:28.756036 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
E0216 16:46:28.756070 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
I0216 16:46:31.270566 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="59.43µs"
W0216 16:46:32.270378 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
E0216 16:46:32.270424 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
I0216 16:46:32.294466 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="75.118µs"
I0216 16:46:33.315489 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="46.015µs"
W0216 16:46:34.783353 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
E0216 16:46:34.783384 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
W0216 16:46:36.172743 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
E0216 16:46:36.172791 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
W0216 16:46:36.922150 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
E0216 16:46:36.922190 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
I0216 16:46:45.075026 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0216 16:46:45.080329 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-7967645744" duration="5.325µs"
I0216 16:46:45.087981 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0216 16:46:46.495148 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="45.965µs"
W0216 16:46:49.615442 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
E0216 16:46:49.615477 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
W0216 16:46:51.137669 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
E0216 16:46:51.137705 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
==> kube-proxy [4d9f1198e1d6] <==
I0216 16:43:27.482582 1 server_others.go:69] "Using iptables proxy"
I0216 16:43:27.638423 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0216 16:43:28.260289 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0216 16:43:28.263000 1 server_others.go:152] "Using iptables Proxier"
I0216 16:43:28.263040 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0216 16:43:28.263055 1 server_others.go:438] "Defaulting to no-op detect-local"
I0216 16:43:28.263087 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"
I0216 16:43:28.263322 1 server.go:846] "Version info" version="v1.28.4"
I0216 16:43:28.263340 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0216 16:43:28.264549 1 config.go:188] "Starting service config controller"
I0216 16:43:28.264565 1 shared_informer.go:311] Waiting for caches to sync for service config
I0216 16:43:28.264585 1 config.go:97] "Starting endpoint slice config controller"
I0216 16:43:28.264589 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0216 16:43:28.265128 1 config.go:315] "Starting node config controller"
I0216 16:43:28.265141 1 shared_informer.go:311] Waiting for caches to sync for node config
I0216 16:43:28.365035 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0216 16:43:28.365098 1 shared_informer.go:318] Caches are synced for service config
I0216 16:43:28.365351 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [0ad7c340b7f3] <==
W0216 16:43:10.555543 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
E0216 16:43:10.556151 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
W0216 16:43:10.555600 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
E0216 16:43:10.556462 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
W0216 16:43:10.555638 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
E0216 16:43:10.556717 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
W0216 16:43:10.555764 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
E0216 16:43:10.556896 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
W0216 16:43:10.555811 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0216 16:43:10.557096 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0216 16:43:10.555859 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0216 16:43:10.557284 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0216 16:43:10.555906 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
E0216 16:43:10.557455 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
W0216 16:43:10.555952 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
E0216 16:43:10.557618 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
W0216 16:43:10.555987 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
E0216 16:43:10.557782 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
W0216 16:43:10.555455 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
E0216 16:43:10.557941 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
W0216 16:43:10.558185 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
E0216 16:43:10.558305 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
W0216 16:43:10.558874 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
E0216 16:43:10.558987 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
I0216 16:43:11.439396 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Feb 16 16:46:39 addons-105162 kubelet[2344]: I0216 16:46:39.387007 2344 scope.go:117] "RemoveContainer" containerID="660f647bb8c743507d62842fa63785abb0075aa7c7cfff16888bff8d9a80411b"
Feb 16 16:46:39 addons-105162 kubelet[2344]: I0216 16:46:39.387355 2344 scope.go:117] "RemoveContainer" containerID="a7734de761225331432455962038ec50a04e60f9eacc44d97a57fc6b9baeb4d0"
Feb 16 16:46:39 addons-105162 kubelet[2344]: E0216 16:46:39.387638 2344 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(b62dd41c-86c0-4b36-b0b3-aa6aa0befa69)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="b62dd41c-86c0-4b36-b0b3-aa6aa0befa69"
Feb 16 16:46:44 addons-105162 kubelet[2344]: I0216 16:46:44.236859 2344 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-7bpjv\" (UniqueName: \"kubernetes.io/projected/b62dd41c-86c0-4b36-b0b3-aa6aa0befa69-kube-api-access-7bpjv\") pod \"b62dd41c-86c0-4b36-b0b3-aa6aa0befa69\" (UID: \"b62dd41c-86c0-4b36-b0b3-aa6aa0befa69\") "
Feb 16 16:46:44 addons-105162 kubelet[2344]: I0216 16:46:44.238863 2344 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b62dd41c-86c0-4b36-b0b3-aa6aa0befa69-kube-api-access-7bpjv" (OuterVolumeSpecName: "kube-api-access-7bpjv") pod "b62dd41c-86c0-4b36-b0b3-aa6aa0befa69" (UID: "b62dd41c-86c0-4b36-b0b3-aa6aa0befa69"). InnerVolumeSpecName "kube-api-access-7bpjv". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 16 16:46:44 addons-105162 kubelet[2344]: I0216 16:46:44.337099 2344 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-7bpjv\" (UniqueName: \"kubernetes.io/projected/b62dd41c-86c0-4b36-b0b3-aa6aa0befa69-kube-api-access-7bpjv\") on node \"addons-105162\" DevicePath \"\""
Feb 16 16:46:44 addons-105162 kubelet[2344]: I0216 16:46:44.448192 2344 scope.go:117] "RemoveContainer" containerID="a7734de761225331432455962038ec50a04e60f9eacc44d97a57fc6b9baeb4d0"
Feb 16 16:46:44 addons-105162 kubelet[2344]: I0216 16:46:44.734127 2344 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="b62dd41c-86c0-4b36-b0b3-aa6aa0befa69" path="/var/lib/kubelet/pods/b62dd41c-86c0-4b36-b0b3-aa6aa0befa69/volumes"
Feb 16 16:46:45 addons-105162 kubelet[2344]: I0216 16:46:45.722500 2344 scope.go:117] "RemoveContainer" containerID="60273f6b6ae967d39e165616a4abcd6b9415768f3a6260fc5cd0a13d44c0c7ea"
Feb 16 16:46:46 addons-105162 kubelet[2344]: I0216 16:46:46.481281 2344 scope.go:117] "RemoveContainer" containerID="60273f6b6ae967d39e165616a4abcd6b9415768f3a6260fc5cd0a13d44c0c7ea"
Feb 16 16:46:46 addons-105162 kubelet[2344]: I0216 16:46:46.481854 2344 scope.go:117] "RemoveContainer" containerID="b97800f54e3f1279e343379ee26e155f722642149af88973ddb55e0daea3989e"
Feb 16 16:46:46 addons-105162 kubelet[2344]: E0216 16:46:46.485182 2344 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-rbzrd_default(49899055-65a5-45c8-baca-d3c230e5801b)\"" pod="default/hello-world-app-5d77478584-rbzrd" podUID="49899055-65a5-45c8-baca-d3c230e5801b"
Feb 16 16:46:46 addons-105162 kubelet[2344]: I0216 16:46:46.733331 2344 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="7962e9ad-bec4-4f42-acdc-b75db9330708" path="/var/lib/kubelet/pods/7962e9ad-bec4-4f42-acdc-b75db9330708/volumes"
Feb 16 16:46:46 addons-105162 kubelet[2344]: I0216 16:46:46.733732 2344 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="fb2210b2-ab86-475d-ba0c-4edc4abbed07" path="/var/lib/kubelet/pods/fb2210b2-ab86-475d-ba0c-4edc4abbed07/volumes"
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.462739 2344 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c77dd473-a451-4b2d-b53b-4619d1b23811-webhook-cert\") pod \"c77dd473-a451-4b2d-b53b-4619d1b23811\" (UID: \"c77dd473-a451-4b2d-b53b-4619d1b23811\") "
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.462808 2344 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-x7hx4\" (UniqueName: \"kubernetes.io/projected/c77dd473-a451-4b2d-b53b-4619d1b23811-kube-api-access-x7hx4\") pod \"c77dd473-a451-4b2d-b53b-4619d1b23811\" (UID: \"c77dd473-a451-4b2d-b53b-4619d1b23811\") "
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.465058 2344 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/c77dd473-a451-4b2d-b53b-4619d1b23811-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "c77dd473-a451-4b2d-b53b-4619d1b23811" (UID: "c77dd473-a451-4b2d-b53b-4619d1b23811"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.465696 2344 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c77dd473-a451-4b2d-b53b-4619d1b23811-kube-api-access-x7hx4" (OuterVolumeSpecName: "kube-api-access-x7hx4") pod "c77dd473-a451-4b2d-b53b-4619d1b23811" (UID: "c77dd473-a451-4b2d-b53b-4619d1b23811"). InnerVolumeSpecName "kube-api-access-x7hx4". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.516537 2344 scope.go:117] "RemoveContainer" containerID="cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010"
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.536907 2344 scope.go:117] "RemoveContainer" containerID="cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010"
Feb 16 16:46:48 addons-105162 kubelet[2344]: E0216 16:46:48.537760 2344 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010" containerID="cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010"
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.537811 2344 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010"} err="failed to get container status \"cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010\": rpc error: code = Unknown desc = Error response from daemon: No such container: cf86160c231351074367a78a2e6930f3196d4594e004de457beb5257a3a96010"
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.563005 2344 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/c77dd473-a451-4b2d-b53b-4619d1b23811-webhook-cert\") on node \"addons-105162\" DevicePath \"\""
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.563045 2344 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-x7hx4\" (UniqueName: \"kubernetes.io/projected/c77dd473-a451-4b2d-b53b-4619d1b23811-kube-api-access-x7hx4\") on node \"addons-105162\" DevicePath \"\""
Feb 16 16:46:48 addons-105162 kubelet[2344]: I0216 16:46:48.731464 2344 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="c77dd473-a451-4b2d-b53b-4619d1b23811" path="/var/lib/kubelet/pods/c77dd473-a451-4b2d-b53b-4619d1b23811/volumes"
==> storage-provisioner [227236451ea5] <==
I0216 16:43:34.821462 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0216 16:43:34.837197 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0216 16:43:34.837237 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0216 16:43:34.846280 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0216 16:43:34.846480 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-105162_3a213c8b-797b-4689-9248-94ab254ebfcf!
I0216 16:43:34.850421 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"259c1ab0-e112-4f90-9644-631b0b5285a5", APIVersion:"v1", ResourceVersion:"661", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-105162_3a213c8b-797b-4689-9248-94ab254ebfcf became leader
I0216 16:43:34.947613 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-105162_3a213c8b-797b-4689-9248-94ab254ebfcf!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-105162 -n addons-105162
helpers_test.go:261: (dbg) Run: kubectl --context addons-105162 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (36.52s)