=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-847636 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-847636 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-847636 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" [73a8f7aa-6339-44e2-b445-e951fd88c0ca] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [73a8f7aa-6339-44e2-b445-e951fd88c0ca] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003775228s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-847636 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-847636 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.482128621s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-847636 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-847636 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.077352709s)
-- 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-847636 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-847636 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-847636 addons disable ingress --alsologtostderr -v=1: (7.729105761s)
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-847636
helpers_test.go:235: (dbg) docker inspect addons-847636:
-- stdout --
[
{
"Id": "0592fa3c8d3a326c40877f5b724973839712a7af67dff19d2fed49e8de7c30d3",
"Created": "2024-02-29T02:26:36.955477107Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1154904,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-02-29T02:26:37.284587041Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:4a9b65157dd7fb2ddb7cb7afe975b3dc288e9877c60d13613a69dd41a70e2e4e",
"ResolvConfPath": "/var/lib/docker/containers/0592fa3c8d3a326c40877f5b724973839712a7af67dff19d2fed49e8de7c30d3/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/0592fa3c8d3a326c40877f5b724973839712a7af67dff19d2fed49e8de7c30d3/hostname",
"HostsPath": "/var/lib/docker/containers/0592fa3c8d3a326c40877f5b724973839712a7af67dff19d2fed49e8de7c30d3/hosts",
"LogPath": "/var/lib/docker/containers/0592fa3c8d3a326c40877f5b724973839712a7af67dff19d2fed49e8de7c30d3/0592fa3c8d3a326c40877f5b724973839712a7af67dff19d2fed49e8de7c30d3-json.log",
"Name": "/addons-847636",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-847636:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-847636",
"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/80848cc9026b05cf1f6672d0c30b63512f280d046e9001518cb09e69900ee58a-init/diff:/var/lib/docker/overlay2/330c2f3296cde464d6c1a52ceb432efd04754f92c402ca5b9f20e3ccc2c40d71/diff",
"MergedDir": "/var/lib/docker/overlay2/80848cc9026b05cf1f6672d0c30b63512f280d046e9001518cb09e69900ee58a/merged",
"UpperDir": "/var/lib/docker/overlay2/80848cc9026b05cf1f6672d0c30b63512f280d046e9001518cb09e69900ee58a/diff",
"WorkDir": "/var/lib/docker/overlay2/80848cc9026b05cf1f6672d0c30b63512f280d046e9001518cb09e69900ee58a/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-847636",
"Source": "/var/lib/docker/volumes/addons-847636/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-847636",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-847636",
"name.minikube.sigs.k8s.io": "addons-847636",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "5f06fac4d55185f2aa2c7e931e939394aa8ea81a2ebe5f373bef880a8c149d7b",
"SandboxKey": "/var/run/docker/netns/5f06fac4d551",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34037"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34036"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34033"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34035"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34034"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-847636": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"0592fa3c8d3a",
"addons-847636"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "75e4d3cbdb0222970403847b8e17a2213c2e122b4e9721944ed9e527a3db5116",
"EndpointID": "a86626a58ec79095942a3c25111504905d950267a7f664ced33478c6cb28fa3a",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-847636",
"0592fa3c8d3a"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-847636 -n addons-847636
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-847636 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-847636 logs -n 25: (1.465862006s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-096542 | download-only-096542 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | 29 Feb 24 02:26 UTC |
| delete | -p download-only-382285 | download-only-382285 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | 29 Feb 24 02:26 UTC |
| delete | -p download-only-400877 | download-only-400877 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | 29 Feb 24 02:26 UTC |
| start | --download-only -p | download-docker-591946 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | |
| | download-docker-591946 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-591946 | download-docker-591946 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | 29 Feb 24 02:26 UTC |
| start | --download-only -p | binary-mirror-495072 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | |
| | binary-mirror-495072 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36415 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-495072 | binary-mirror-495072 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | 29 Feb 24 02:26 UTC |
| addons | enable dashboard -p | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | |
| | addons-847636 | | | | | |
| addons | disable dashboard -p | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | |
| | addons-847636 | | | | | |
| start | -p addons-847636 --wait=true | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:26 UTC | 29 Feb 24 02:28 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=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-847636 ip | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:28 UTC | 29 Feb 24 02:28 UTC |
| addons | addons-847636 addons disable | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:28 UTC | 29 Feb 24 02:28 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-847636 addons | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:28 UTC | 29 Feb 24 02:28 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | addons-847636 | | | | | |
| addons | disable nvidia-device-plugin | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | -p addons-847636 | | | | | |
| ssh | addons-847636 ssh cat | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | /opt/local-path-provisioner/pvc-1ea50d5e-da40-42ee-8a27-66caf9ac73b4_default_test-pvc/file1 | | | | | |
| addons | addons-847636 addons disable | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | addons-847636 | | | | | |
| addons | enable headlamp | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | -p addons-847636 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-847636 addons | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-847636 addons | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | 29 Feb 24 02:29 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-847636 ssh curl -s | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:29 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-847636 ip | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:32 UTC | 29 Feb 24 02:32 UTC |
| addons | addons-847636 addons disable | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:32 UTC | 29 Feb 24 02:32 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-847636 addons disable | addons-847636 | jenkins | v1.32.0 | 29 Feb 24 02:32 UTC | 29 Feb 24 02:32 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/02/29 02:26:12
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0229 02:26:12.760702 1154458 out.go:291] Setting OutFile to fd 1 ...
I0229 02:26:12.760849 1154458 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0229 02:26:12.760860 1154458 out.go:304] Setting ErrFile to fd 2...
I0229 02:26:12.760865 1154458 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0229 02:26:12.761132 1154458 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18063-1148303/.minikube/bin
I0229 02:26:12.761554 1154458 out.go:298] Setting JSON to false
I0229 02:26:12.762391 1154458 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":22119,"bootTime":1709151454,"procs":162,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1055-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0229 02:26:12.762498 1154458 start.go:139] virtualization:
I0229 02:26:12.766690 1154458 out.go:177] * [addons-847636] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0229 02:26:12.768485 1154458 out.go:177] - MINIKUBE_LOCATION=18063
I0229 02:26:12.768573 1154458 notify.go:220] Checking for updates...
I0229 02:26:12.772815 1154458 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0229 02:26:12.774928 1154458 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18063-1148303/kubeconfig
I0229 02:26:12.776810 1154458 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18063-1148303/.minikube
I0229 02:26:12.778812 1154458 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0229 02:26:12.780676 1154458 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0229 02:26:12.783021 1154458 driver.go:392] Setting default libvirt URI to qemu:///system
I0229 02:26:12.807399 1154458 docker.go:122] docker version: linux-25.0.3:Docker Engine - Community
I0229 02:26:12.807521 1154458 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0229 02:26:12.873656 1154458 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-29 02:26:12.864300185 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.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.6]] Warnings:<nil>}}
I0229 02:26:12.873766 1154458 docker.go:295] overlay module found
I0229 02:26:12.877660 1154458 out.go:177] * Using the docker driver based on user configuration
I0229 02:26:12.879724 1154458 start.go:299] selected driver: docker
I0229 02:26:12.879742 1154458 start.go:903] validating driver "docker" against <nil>
I0229 02:26:12.879755 1154458 start.go:914] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0229 02:26:12.880435 1154458 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0229 02:26:12.936311 1154458 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-02-29 02:26:12.927349787 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.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.6]] Warnings:<nil>}}
I0229 02:26:12.936469 1154458 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I0229 02:26:12.936711 1154458 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]
I0229 02:26:12.938915 1154458 out.go:177] * Using Docker driver with root privileges
I0229 02:26:12.940963 1154458 cni.go:84] Creating CNI manager for ""
I0229 02:26:12.940981 1154458 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0229 02:26:12.940992 1154458 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I0229 02:26:12.941007 1154458 start_flags.go:323] config:
{Name:addons-847636 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 Memory:4000 CPUs:2 DiskSize:20000 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-847636 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: 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}
I0229 02:26:12.943487 1154458 out.go:177] * Starting control plane node addons-847636 in cluster addons-847636
I0229 02:26:12.945407 1154458 cache.go:121] Beginning downloading kic base image for docker with crio
I0229 02:26:12.947256 1154458 out.go:177] * Pulling base image v0.0.42-1708944392-18244 ...
I0229 02:26:12.948816 1154458 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0229 02:26:12.948869 1154458 preload.go:148] Found local preload: /home/jenkins/minikube-integration/18063-1148303/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I0229 02:26:12.948880 1154458 cache.go:56] Caching tarball of preloaded images
I0229 02:26:12.948919 1154458 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local docker daemon
I0229 02:26:12.948959 1154458 preload.go:174] Found /home/jenkins/minikube-integration/18063-1148303/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0229 02:26:12.948969 1154458 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I0229 02:26:12.949319 1154458 profile.go:148] Saving config to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/config.json ...
I0229 02:26:12.949344 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/config.json: {Name:mk0cce2da8f53e8309f705ef63b590dc79150d0e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:12.963605 1154458 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 to local cache
I0229 02:26:12.963725 1154458 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory
I0229 02:26:12.963744 1154458 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory, skipping pull
I0229 02:26:12.963749 1154458 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 exists in cache, skipping pull
I0229 02:26:12.963756 1154458 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 as a tarball
I0229 02:26:12.963761 1154458 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from local cache
I0229 02:26:28.775966 1154458 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from cached tarball
I0229 02:26:28.776023 1154458 cache.go:194] Successfully downloaded all kic artifacts
I0229 02:26:28.776055 1154458 start.go:365] acquiring machines lock for addons-847636: {Name:mk1e9b4e6106f6a8a7594173a4d65c3f86fce72d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0229 02:26:28.776953 1154458 start.go:369] acquired machines lock for "addons-847636" in 867.104µs
I0229 02:26:28.777010 1154458 start.go:93] Provisioning new machine with config: &{Name:addons-847636 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 Memory:4000 CPUs:2 DiskSize:20000 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-847636 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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:crio 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 Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0229 02:26:28.777114 1154458 start.go:125] createHost starting for "" (driver="docker")
I0229 02:26:28.779486 1154458 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0229 02:26:28.779733 1154458 start.go:159] libmachine.API.Create for "addons-847636" (driver="docker")
I0229 02:26:28.779767 1154458 client.go:168] LocalClient.Create starting
I0229 02:26:28.779882 1154458 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca.pem
I0229 02:26:29.851067 1154458 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/cert.pem
I0229 02:26:30.648775 1154458 cli_runner.go:164] Run: docker network inspect addons-847636 --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}}]}"
W0229 02:26:30.666878 1154458 cli_runner.go:211] docker network inspect addons-847636 --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
I0229 02:26:30.666972 1154458 network_create.go:281] running [docker network inspect addons-847636] to gather additional debugging logs...
I0229 02:26:30.666996 1154458 cli_runner.go:164] Run: docker network inspect addons-847636
W0229 02:26:30.681675 1154458 cli_runner.go:211] docker network inspect addons-847636 returned with exit code 1
I0229 02:26:30.681711 1154458 network_create.go:284] error running [docker network inspect addons-847636]: docker network inspect addons-847636: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-847636 not found
I0229 02:26:30.681732 1154458 network_create.go:286] output of [docker network inspect addons-847636]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-847636 not found
** /stderr **
I0229 02:26:30.681832 1154458 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}}]}"
I0229 02:26:30.696904 1154458 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:0x400253dba0}
I0229 02:26:30.696949 1154458 network_create.go:124] attempt to create docker network addons-847636 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0229 02:26:30.697006 1154458 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-847636 addons-847636
I0229 02:26:30.757238 1154458 network_create.go:108] docker network addons-847636 192.168.49.0/24 created
I0229 02:26:30.757272 1154458 kic.go:121] calculated static IP "192.168.49.2" for the "addons-847636" container
I0229 02:26:30.757347 1154458 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0229 02:26:30.771903 1154458 cli_runner.go:164] Run: docker volume create addons-847636 --label name.minikube.sigs.k8s.io=addons-847636 --label created_by.minikube.sigs.k8s.io=true
I0229 02:26:30.787432 1154458 oci.go:103] Successfully created a docker volume addons-847636
I0229 02:26:30.787537 1154458 cli_runner.go:164] Run: docker run --rm --name addons-847636-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-847636 --entrypoint /usr/bin/test -v addons-847636:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib
I0229 02:26:32.705295 1154458 cli_runner.go:217] Completed: docker run --rm --name addons-847636-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-847636 --entrypoint /usr/bin/test -v addons-847636:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib: (1.917718472s)
I0229 02:26:32.705327 1154458 oci.go:107] Successfully prepared a docker volume addons-847636
I0229 02:26:32.705348 1154458 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0229 02:26:32.705367 1154458 kic.go:194] Starting extracting preloaded images to volume ...
I0229 02:26:32.705471 1154458 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18063-1148303/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-847636:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir
I0229 02:26:36.858079 1154458 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18063-1148303/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-847636:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir: (4.152567462s)
I0229 02:26:36.858115 1154458 kic.go:203] duration metric: took 4.152744 seconds to extract preloaded images to volume
W0229 02:26:36.858277 1154458 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0229 02:26:36.858377 1154458 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0229 02:26:36.937542 1154458 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-847636 --name addons-847636 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-847636 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-847636 --network addons-847636 --ip 192.168.49.2 --volume addons-847636:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08
I0229 02:26:37.292369 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Running}}
I0229 02:26:37.320370 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:26:37.341865 1154458 cli_runner.go:164] Run: docker exec addons-847636 stat /var/lib/dpkg/alternatives/iptables
I0229 02:26:37.406062 1154458 oci.go:144] the created container "addons-847636" has a running status.
I0229 02:26:37.406090 1154458 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa...
I0229 02:26:38.383041 1154458 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0229 02:26:38.405870 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:26:38.422081 1154458 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0229 02:26:38.422101 1154458 kic_runner.go:114] Args: [docker exec --privileged addons-847636 chown docker:docker /home/docker/.ssh/authorized_keys]
I0229 02:26:38.477447 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:26:38.492832 1154458 machine.go:88] provisioning docker machine ...
I0229 02:26:38.492865 1154458 ubuntu.go:169] provisioning hostname "addons-847636"
I0229 02:26:38.492933 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:38.509152 1154458 main.go:141] libmachine: Using SSH client type: native
I0229 02:26:38.509427 1154458 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 34037 <nil> <nil>}
I0229 02:26:38.509445 1154458 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-847636 && echo "addons-847636" | sudo tee /etc/hostname
I0229 02:26:38.648689 1154458 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-847636
I0229 02:26:38.648775 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:38.665104 1154458 main.go:141] libmachine: Using SSH client type: native
I0229 02:26:38.665362 1154458 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 34037 <nil> <nil>}
I0229 02:26:38.665386 1154458 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-847636' /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-847636/g' /etc/hosts;
else
echo '127.0.1.1 addons-847636' | sudo tee -a /etc/hosts;
fi
fi
I0229 02:26:38.791856 1154458 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0229 02:26:38.791884 1154458 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18063-1148303/.minikube CaCertPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18063-1148303/.minikube}
I0229 02:26:38.791904 1154458 ubuntu.go:177] setting up certificates
I0229 02:26:38.791914 1154458 provision.go:83] configureAuth start
I0229 02:26:38.792021 1154458 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-847636
I0229 02:26:38.808201 1154458 provision.go:138] copyHostCerts
I0229 02:26:38.808285 1154458 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18063-1148303/.minikube/key.pem (1675 bytes)
I0229 02:26:38.808416 1154458 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.pem (1082 bytes)
I0229 02:26:38.808502 1154458 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18063-1148303/.minikube/cert.pem (1123 bytes)
I0229 02:26:38.808574 1154458 provision.go:112] generating server cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca-key.pem org=jenkins.addons-847636 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-847636]
I0229 02:26:39.225469 1154458 provision.go:172] copyRemoteCerts
I0229 02:26:39.225547 1154458 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0229 02:26:39.225594 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:39.246670 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:26:39.340600 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0229 02:26:39.363661 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0229 02:26:39.386746 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0229 02:26:39.410017 1154458 provision.go:86] duration metric: configureAuth took 618.090291ms
I0229 02:26:39.410045 1154458 ubuntu.go:193] setting minikube options for container-runtime
I0229 02:26:39.410236 1154458 config.go:182] Loaded profile config "addons-847636": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0229 02:26:39.410367 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:39.428094 1154458 main.go:141] libmachine: Using SSH client type: native
I0229 02:26:39.428331 1154458 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1c40] 0x3e44a0 <nil> [] 0s} 127.0.0.1 34037 <nil> <nil>}
I0229 02:26:39.428351 1154458 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0229 02:26:39.652249 1154458 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0229 02:26:39.652274 1154458 machine.go:91] provisioned docker machine in 1.159419959s
I0229 02:26:39.652285 1154458 client.go:171] LocalClient.Create took 10.872510621s
I0229 02:26:39.652340 1154458 start.go:167] duration metric: libmachine.API.Create for "addons-847636" took 10.872594091s
I0229 02:26:39.652355 1154458 start.go:300] post-start starting for "addons-847636" (driver="docker")
I0229 02:26:39.652384 1154458 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]
I0229 02:26:39.652472 1154458 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
I0229 02:26:39.652547 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:39.669655 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:26:39.760959 1154458 ssh_runner.go:195] Run: cat /etc/os-release
I0229 02:26:39.763863 1154458 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0229 02:26:39.763899 1154458 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0229 02:26:39.763910 1154458 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0229 02:26:39.763917 1154458 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0229 02:26:39.763927 1154458 filesync.go:126] Scanning /home/jenkins/minikube-integration/18063-1148303/.minikube/addons for local assets ...
I0229 02:26:39.764019 1154458 filesync.go:126] Scanning /home/jenkins/minikube-integration/18063-1148303/.minikube/files for local assets ...
I0229 02:26:39.764046 1154458 start.go:303] post-start completed in 111.685218ms
I0229 02:26:39.764368 1154458 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-847636
I0229 02:26:39.779360 1154458 profile.go:148] Saving config to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/config.json ...
I0229 02:26:39.779638 1154458 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0229 02:26:39.779690 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:39.794315 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:26:39.884759 1154458 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0229 02:26:39.888897 1154458 start.go:128] duration metric: createHost completed in 11.111764449s
I0229 02:26:39.888922 1154458 start.go:83] releasing machines lock for "addons-847636", held for 11.111939857s
I0229 02:26:39.888993 1154458 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-847636
I0229 02:26:39.906056 1154458 ssh_runner.go:195] Run: cat /version.json
I0229 02:26:39.906087 1154458 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0229 02:26:39.906113 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:39.906165 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:26:39.922982 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:26:39.933522 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:26:40.129537 1154458 ssh_runner.go:195] Run: systemctl --version
I0229 02:26:40.133863 1154458 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0229 02:26:40.275956 1154458 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0229 02:26:40.280136 1154458 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 "sudo mv {} {}.mk_disabled" ;
I0229 02:26:40.299791 1154458 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0229 02:26:40.299905 1154458 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" ;
I0229 02:26:40.334294 1154458 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0229 02:26:40.334317 1154458 start.go:475] detecting cgroup driver to use...
I0229 02:26:40.334364 1154458 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0229 02:26:40.334442 1154458 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0229 02:26:40.350704 1154458 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0229 02:26:40.361943 1154458 docker.go:217] disabling cri-docker service (if available) ...
I0229 02:26:40.362059 1154458 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0229 02:26:40.376386 1154458 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0229 02:26:40.390457 1154458 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0229 02:26:40.483800 1154458 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0229 02:26:40.580168 1154458 docker.go:233] disabling docker service ...
I0229 02:26:40.580240 1154458 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0229 02:26:40.601661 1154458 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0229 02:26:40.614850 1154458 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0229 02:26:40.704433 1154458 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0229 02:26:40.804990 1154458 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0229 02:26:40.816356 1154458 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0229 02:26:40.833318 1154458 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0229 02:26:40.833406 1154458 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I0229 02:26:40.843122 1154458 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0229 02:26:40.843225 1154458 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0229 02:26:40.852970 1154458 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0229 02:26:40.863051 1154458 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0229 02:26:40.873430 1154458 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0229 02:26:40.882003 1154458 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0229 02:26:40.890221 1154458 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0229 02:26:40.898714 1154458 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0229 02:26:40.989472 1154458 ssh_runner.go:195] Run: sudo systemctl restart crio
I0229 02:26:41.105780 1154458 start.go:522] Will wait 60s for socket path /var/run/crio/crio.sock
I0229 02:26:41.105875 1154458 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0229 02:26:41.112179 1154458 start.go:543] Will wait 60s for crictl version
I0229 02:26:41.112293 1154458 ssh_runner.go:195] Run: which crictl
I0229 02:26:41.115678 1154458 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0229 02:26:41.155507 1154458 start.go:559] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0229 02:26:41.155619 1154458 ssh_runner.go:195] Run: crio --version
I0229 02:26:41.195362 1154458 ssh_runner.go:195] Run: crio --version
I0229 02:26:41.235343 1154458 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I0229 02:26:41.237282 1154458 cli_runner.go:164] Run: docker network inspect addons-847636 --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}}]}"
I0229 02:26:41.252412 1154458 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0229 02:26:41.255922 1154458 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""
I0229 02:26:41.266478 1154458 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0229 02:26:41.266556 1154458 ssh_runner.go:195] Run: sudo crictl images --output json
I0229 02:26:41.334649 1154458 crio.go:496] all images are preloaded for cri-o runtime.
I0229 02:26:41.334675 1154458 crio.go:415] Images already preloaded, skipping extraction
I0229 02:26:41.334731 1154458 ssh_runner.go:195] Run: sudo crictl images --output json
I0229 02:26:41.370781 1154458 crio.go:496] all images are preloaded for cri-o runtime.
I0229 02:26:41.370806 1154458 cache_images.go:84] Images are preloaded, skipping loading
I0229 02:26:41.370888 1154458 ssh_runner.go:195] Run: crio config
I0229 02:26:41.436260 1154458 cni.go:84] Creating CNI manager for ""
I0229 02:26:41.436286 1154458 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0229 02:26:41.436312 1154458 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0229 02:26:41.436333 1154458 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-847636 NodeName:addons-847636 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0229 02:26:41.436499 1154458 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/crio/crio.sock
name: "addons-847636"
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
I0229 02:26:41.436600 1154458 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-847636 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-847636 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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:}
I0229 02:26:41.436682 1154458 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0229 02:26:41.445719 1154458 binaries.go:44] Found k8s binaries, skipping transfer
I0229 02:26:41.445820 1154458 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0229 02:26:41.454823 1154458 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I0229 02:26:41.472584 1154458 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0229 02:26:41.490820 1154458 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I0229 02:26:41.508845 1154458 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0229 02:26:41.512331 1154458 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""
I0229 02:26:41.523053 1154458 certs.go:56] Setting up /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636 for IP: 192.168.49.2
I0229 02:26:41.523087 1154458 certs.go:190] acquiring lock for shared ca certs: {Name:mk629bf08f2bf9bf9dfe188d027237a0e3bc8e94 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:41.523725 1154458 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.key
I0229 02:26:41.691648 1154458 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.crt ...
I0229 02:26:41.691678 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.crt: {Name:mkb879b69bfa8811fd279001636e8ebfda14298a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:41.691873 1154458 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.key ...
I0229 02:26:41.691887 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.key: {Name:mke211ff4aec60d15910dec780dc1b822f5453dd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:41.692001 1154458 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/18063-1148303/.minikube/proxy-client-ca.key
I0229 02:26:42.017237 1154458 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18063-1148303/.minikube/proxy-client-ca.crt ...
I0229 02:26:42.017272 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/proxy-client-ca.crt: {Name:mk194f93effbcceb914f75b91defaba2232a6b71 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:42.017464 1154458 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18063-1148303/.minikube/proxy-client-ca.key ...
I0229 02:26:42.017485 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/proxy-client-ca.key: {Name:mk5bca22b9257b4c649539291101f08e33480dcf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:42.018149 1154458 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/client.key
I0229 02:26:42.018174 1154458 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/client.crt with IP's: []
I0229 02:26:42.568209 1154458 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/client.crt ...
I0229 02:26:42.568241 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/client.crt: {Name:mk990938593fffce4134df4346107911d4da9826 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:42.568914 1154458 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/client.key ...
I0229 02:26:42.568930 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/client.key: {Name:mk5750c58bd006e4b116ca0db03c8c9b0480b4ee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:42.569657 1154458 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.key.dd3b5fb2
I0229 02:26:42.569682 1154458 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0229 02:26:42.888966 1154458 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.crt.dd3b5fb2 ...
I0229 02:26:42.889000 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.crt.dd3b5fb2: {Name:mk7939bc7876192c4ee7c4e31dd0f0f041013961 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:42.889193 1154458 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.key.dd3b5fb2 ...
I0229 02:26:42.889211 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.key.dd3b5fb2: {Name:mkcd2aa7b2d223f4c9f8bbf3b98aae7f1e8302c8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:42.889302 1154458 certs.go:337] copying /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.crt
I0229 02:26:42.889380 1154458 certs.go:341] copying /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.key
I0229 02:26:42.889434 1154458 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.key
I0229 02:26:42.889456 1154458 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.crt with IP's: []
I0229 02:26:43.175575 1154458 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.crt ...
I0229 02:26:43.175606 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.crt: {Name:mk9dea1497474d6bc5a2582187332bc7de4a774c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:43.175800 1154458 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.key ...
I0229 02:26:43.175816 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.key: {Name:mk2d34a13e2c836dc2eadda0312b267e814315ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:26:43.176070 1154458 certs.go:437] found cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca-key.pem (1675 bytes)
I0229 02:26:43.176112 1154458 certs.go:437] found cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/ca.pem (1082 bytes)
I0229 02:26:43.176139 1154458 certs.go:437] found cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/cert.pem (1123 bytes)
I0229 02:26:43.176172 1154458 certs.go:437] found cert: /home/jenkins/minikube-integration/18063-1148303/.minikube/certs/home/jenkins/minikube-integration/18063-1148303/.minikube/certs/key.pem (1675 bytes)
I0229 02:26:43.176814 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0229 02:26:43.201335 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0229 02:26:43.225414 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0229 02:26:43.249793 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/profiles/addons-847636/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0229 02:26:43.272981 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0229 02:26:43.296208 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0229 02:26:43.319594 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0229 02:26:43.342676 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0229 02:26:43.365689 1154458 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18063-1148303/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0229 02:26:43.388639 1154458 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0229 02:26:43.405520 1154458 ssh_runner.go:195] Run: openssl version
I0229 02:26:43.410937 1154458 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"
I0229 02:26:43.420627 1154458 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0229 02:26:43.424289 1154458 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Feb 29 02:26 /usr/share/ca-certificates/minikubeCA.pem
I0229 02:26:43.424359 1154458 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0229 02:26:43.431814 1154458 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"
I0229 02:26:43.441116 1154458 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0229 02:26:43.444301 1154458 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
I0229 02:26:43.444355 1154458 kubeadm.go:404] StartCluster: {Name:addons-847636 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 Memory:4000 CPUs:2 DiskSize:20000 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-847636 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0229 02:26:43.444446 1154458 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0229 02:26:43.444505 1154458 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0229 02:26:43.484556 1154458 cri.go:89] found id: ""
I0229 02:26:43.484626 1154458 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0229 02:26:43.493151 1154458 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0229 02:26:43.501578 1154458 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0229 02:26:43.501669 1154458 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
I0229 02:26:43.510310 1154458 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
I0229 02:26:43.510356 1154458 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"
I0229 02:26:43.558169 1154458 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I0229 02:26:43.558597 1154458 kubeadm.go:322] [preflight] Running pre-flight checks
I0229 02:26:43.598914 1154458 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0229 02:26:43.599055 1154458 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1055-aws[0m
I0229 02:26:43.599113 1154458 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0229 02:26:43.599185 1154458 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0229 02:26:43.599263 1154458 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0229 02:26:43.599341 1154458 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0229 02:26:43.599419 1154458 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0229 02:26:43.599496 1154458 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0229 02:26:43.599573 1154458 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0229 02:26:43.599642 1154458 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0229 02:26:43.599719 1154458 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0229 02:26:43.599790 1154458 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0229 02:26:43.674102 1154458 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0229 02:26:43.674224 1154458 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0229 02:26:43.674322 1154458 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0229 02:26:43.895401 1154458 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0229 02:26:43.898547 1154458 out.go:204] - Generating certificates and keys ...
I0229 02:26:43.898642 1154458 kubeadm.go:322] [certs] Using existing ca certificate authority
I0229 02:26:43.898712 1154458 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0229 02:26:44.132668 1154458 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0229 02:26:44.323687 1154458 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0229 02:26:44.479360 1154458 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0229 02:26:44.948518 1154458 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0229 02:26:45.515180 1154458 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0229 02:26:45.515322 1154458 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-847636 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0229 02:26:46.467263 1154458 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0229 02:26:46.467415 1154458 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-847636 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0229 02:26:46.990393 1154458 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0229 02:26:47.284874 1154458 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0229 02:26:47.555263 1154458 kubeadm.go:322] [certs] Generating "sa" key and public key
I0229 02:26:47.555530 1154458 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0229 02:26:47.810792 1154458 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0229 02:26:48.454566 1154458 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0229 02:26:49.328297 1154458 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0229 02:26:49.900264 1154458 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0229 02:26:49.900883 1154458 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0229 02:26:49.904995 1154458 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0229 02:26:49.910938 1154458 out.go:204] - Booting up control plane ...
I0229 02:26:49.911058 1154458 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0229 02:26:49.911156 1154458 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0229 02:26:49.911241 1154458 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0229 02:26:49.919442 1154458 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0229 02:26:49.920684 1154458 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0229 02:26:49.920883 1154458 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0229 02:26:50.021633 1154458 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
I0229 02:26:58.024786 1154458 kubeadm.go:322] [apiclient] All control plane components are healthy after 8.002879 seconds
I0229 02:26:58.024915 1154458 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0229 02:26:58.046251 1154458 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0229 02:26:58.579818 1154458 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0229 02:26:58.580022 1154458 kubeadm.go:322] [mark-control-plane] Marking the node addons-847636 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0229 02:26:59.091437 1154458 kubeadm.go:322] [bootstrap-token] Using token: 0u0s9n.5kpi0cazn1zodshq
I0229 02:26:59.093480 1154458 out.go:204] - Configuring RBAC rules ...
I0229 02:26:59.093597 1154458 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0229 02:26:59.099808 1154458 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0229 02:26:59.108447 1154458 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
I0229 02:26:59.112414 1154458 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0229 02:26:59.116239 1154458 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0229 02:26:59.120928 1154458 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0229 02:26:59.134092 1154458 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0229 02:26:59.349276 1154458 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0229 02:26:59.504888 1154458 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0229 02:26:59.505856 1154458 kubeadm.go:322]
I0229 02:26:59.505924 1154458 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0229 02:26:59.505929 1154458 kubeadm.go:322]
I0229 02:26:59.506007 1154458 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0229 02:26:59.506012 1154458 kubeadm.go:322]
I0229 02:26:59.506036 1154458 kubeadm.go:322] mkdir -p $HOME/.kube
I0229 02:26:59.506092 1154458 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0229 02:26:59.506141 1154458 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0229 02:26:59.506145 1154458 kubeadm.go:322]
I0229 02:26:59.506197 1154458 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0229 02:26:59.506201 1154458 kubeadm.go:322]
I0229 02:26:59.506246 1154458 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0229 02:26:59.506251 1154458 kubeadm.go:322]
I0229 02:26:59.506301 1154458 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0229 02:26:59.506373 1154458 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0229 02:26:59.506438 1154458 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0229 02:26:59.506442 1154458 kubeadm.go:322]
I0229 02:26:59.506522 1154458 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0229 02:26:59.506595 1154458 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0229 02:26:59.506599 1154458 kubeadm.go:322]
I0229 02:26:59.506679 1154458 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 0u0s9n.5kpi0cazn1zodshq \
I0229 02:26:59.506778 1154458 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:0eed3bb06de93eaacfde26833aa0934eb72e0c80231d6eec065ff79fcf497e29 \
I0229 02:26:59.506798 1154458 kubeadm.go:322] --control-plane
I0229 02:26:59.506806 1154458 kubeadm.go:322]
I0229 02:26:59.506887 1154458 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0229 02:26:59.506892 1154458 kubeadm.go:322]
I0229 02:26:59.508612 1154458 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 0u0s9n.5kpi0cazn1zodshq \
I0229 02:26:59.508794 1154458 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:0eed3bb06de93eaacfde26833aa0934eb72e0c80231d6eec065ff79fcf497e29
I0229 02:26:59.510557 1154458 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-1055-aws\n", err: exit status 1
I0229 02:26:59.510664 1154458 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0229 02:26:59.510680 1154458 cni.go:84] Creating CNI manager for ""
I0229 02:26:59.510687 1154458 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0229 02:26:59.514694 1154458 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0229 02:26:59.516550 1154458 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0229 02:26:59.529245 1154458 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0229 02:26:59.529264 1154458 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0229 02:26:59.570053 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0229 02:27:00.566741 1154458 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0229 02:27:00.566872 1154458 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
I0229 02:27:00.566945 1154458 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=f83faa3abac33ca85ff15afa19006ad0a2554d61 minikube.k8s.io/name=addons-847636 minikube.k8s.io/updated_at=2024_02_29T02_27_00_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:00.755271 1154458 ops.go:34] apiserver oom_adj: -16
I0229 02:27:00.755353 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:01.255927 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:01.755946 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:02.255453 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:02.755814 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:03.256062 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:03.756380 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:04.256003 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:04.755464 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:05.256094 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:05.755744 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:06.256180 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:06.756055 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:07.255591 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:07.755967 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:08.255517 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:08.755488 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:09.256181 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:09.756359 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:10.255701 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:10.755735 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:11.255757 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:11.755442 1154458 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0229 02:27:11.872317 1154458 kubeadm.go:1088] duration metric: took 11.305492886s to wait for elevateKubeSystemPrivileges.
I0229 02:27:11.872349 1154458 kubeadm.go:406] StartCluster complete in 28.427998296s
I0229 02:27:11.872374 1154458 settings.go:142] acquiring lock: {Name:mk749db1aa854bc5a32d1a0b4d36b81f911e799c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:27:11.872495 1154458 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18063-1148303/kubeconfig
I0229 02:27:11.872868 1154458 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18063-1148303/kubeconfig: {Name:mka2c9192ec48968c9ed900867eac085a9478c66 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0229 02:27:11.875629 1154458 config.go:182] Loaded profile config "addons-847636": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0229 02:27:11.875689 1154458 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"
I0229 02:27:11.875853 1154458 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]
I0229 02:27:11.875964 1154458 addons.go:69] Setting yakd=true in profile "addons-847636"
I0229 02:27:11.876002 1154458 addons.go:234] Setting addon yakd=true in "addons-847636"
I0229 02:27:11.876048 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.876182 1154458 addons.go:69] Setting cloud-spanner=true in profile "addons-847636"
I0229 02:27:11.876199 1154458 addons.go:234] Setting addon cloud-spanner=true in "addons-847636"
I0229 02:27:11.876223 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.876739 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.877083 1154458 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-847636"
I0229 02:27:11.877121 1154458 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-847636"
I0229 02:27:11.877156 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.877532 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.878156 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.878499 1154458 addons.go:69] Setting default-storageclass=true in profile "addons-847636"
I0229 02:27:11.878524 1154458 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-847636"
I0229 02:27:11.878768 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.884143 1154458 addons.go:69] Setting gcp-auth=true in profile "addons-847636"
I0229 02:27:11.884182 1154458 mustload.go:65] Loading cluster: addons-847636
I0229 02:27:11.884378 1154458 config.go:182] Loaded profile config "addons-847636": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0229 02:27:11.884638 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.887698 1154458 addons.go:69] Setting registry=true in profile "addons-847636"
I0229 02:27:11.887724 1154458 addons.go:234] Setting addon registry=true in "addons-847636"
I0229 02:27:11.887777 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.888291 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.898648 1154458 addons.go:69] Setting ingress=true in profile "addons-847636"
I0229 02:27:11.898698 1154458 addons.go:234] Setting addon ingress=true in "addons-847636"
I0229 02:27:11.898755 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.899226 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.900026 1154458 addons.go:69] Setting storage-provisioner=true in profile "addons-847636"
I0229 02:27:11.900056 1154458 addons.go:234] Setting addon storage-provisioner=true in "addons-847636"
I0229 02:27:11.900096 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.900597 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.926022 1154458 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-847636"
I0229 02:27:11.926068 1154458 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-847636"
I0229 02:27:11.926410 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.926573 1154458 addons.go:69] Setting ingress-dns=true in profile "addons-847636"
I0229 02:27:11.926589 1154458 addons.go:234] Setting addon ingress-dns=true in "addons-847636"
I0229 02:27:11.926658 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.927093 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.946568 1154458 addons.go:69] Setting volumesnapshots=true in profile "addons-847636"
I0229 02:27:11.946606 1154458 addons.go:234] Setting addon volumesnapshots=true in "addons-847636"
I0229 02:27:11.946661 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:11.947175 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:11.991194 1154458 addons.go:69] Setting inspektor-gadget=true in profile "addons-847636"
I0229 02:27:11.993160 1154458 addons.go:234] Setting addon inspektor-gadget=true in "addons-847636"
I0229 02:27:11.993318 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:12.043138 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:12.033566 1154458 addons.go:69] Setting metrics-server=true in profile "addons-847636"
I0229 02:27:12.033597 1154458 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-847636"
I0229 02:27:12.073770 1154458 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-847636"
I0229 02:27:12.073825 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:12.074285 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:12.080805 1154458 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0229 02:27:12.086139 1154458 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0229 02:27:12.086213 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0229 02:27:12.086304 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.095290 1154458 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0229 02:27:12.093053 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0229 02:27:12.093078 1154458 addons.go:234] Setting addon metrics-server=true in "addons-847636"
I0229 02:27:12.094116 1154458 addons.go:234] Setting addon default-storageclass=true in "addons-847636"
I0229 02:27:12.096950 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:12.098592 1154458 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0229 02:27:12.098605 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0229 02:27:12.098659 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.113304 1154458 out.go:177] - Using image docker.io/registry:2.8.3
I0229 02:27:12.111406 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:12.111436 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:12.115457 1154458 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.6
I0229 02:27:12.116373 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:12.118603 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:12.120539 1154458 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0229 02:27:12.143151 1154458 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0229 02:27:12.149711 1154458 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0229 02:27:12.156471 1154458 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0229 02:27:12.156497 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I0229 02:27:12.156569 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.152523 1154458 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 -"
I0229 02:27:12.152532 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0229 02:27:12.167959 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0229 02:27:12.164166 1154458 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-847636"
I0229 02:27:12.164185 1154458 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0229 02:27:12.164260 1154458 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0229 02:27:12.170604 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:12.170665 1154458 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0229 02:27:12.170684 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0229 02:27:12.172597 1154458 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0229 02:27:12.173132 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:12.173142 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0229 02:27:12.177725 1154458 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0229 02:27:12.177797 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.198167 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.200185 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0229 02:27:12.205210 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0229 02:27:12.207403 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0229 02:27:12.211230 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0229 02:27:12.213330 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0229 02:27:12.217371 1154458 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0229 02:27:12.219371 1154458 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0229 02:27:12.219391 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0229 02:27:12.219463 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.269695 1154458 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0229 02:27:12.269718 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0229 02:27:12.269786 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.218003 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0229 02:27:12.292320 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.303396 1154458 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0229 02:27:12.301641 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.305706 1154458 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0229 02:27:12.305724 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0229 02:27:12.305798 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.311298 1154458 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0229 02:27:12.313305 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0229 02:27:12.313326 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0229 02:27:12.313393 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.365467 1154458 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.4
I0229 02:27:12.377621 1154458 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0229 02:27:12.377644 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0229 02:27:12.377724 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.428618 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.461850 1154458 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0229 02:27:12.465332 1154458 out.go:177] - Using image docker.io/busybox:stable
I0229 02:27:12.467439 1154458 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0229 02:27:12.467493 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0229 02:27:12.467576 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.477185 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.487100 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.503073 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.503859 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.517681 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.544959 1154458 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0229 02:27:12.544983 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0229 02:27:12.545047 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:12.566461 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.567558 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.569214 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.569803 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.592423 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
W0229 02:27:12.600228 1154458 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0229 02:27:12.600266 1154458 retry.go:31] will retry after 291.161349ms: ssh: handshake failed: EOF
I0229 02:27:12.619152 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:12.677347 1154458 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0229 02:27:12.677383 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0229 02:27:12.796870 1154458 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
I0229 02:27:12.813404 1154458 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-847636" context rescaled to 1 replicas
I0229 02:27:12.813443 1154458 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0229 02:27:12.815550 1154458 out.go:177] * Verifying Kubernetes components...
I0229 02:27:12.817469 1154458 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0229 02:27:12.848922 1154458 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
I0229 02:27:12.852963 1154458 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0229 02:27:12.852987 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0229 02:27:12.858202 1154458 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0229 02:27:12.858228 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0229 02:27:12.897000 1154458 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
I0229 02:27:12.904798 1154458 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
I0229 02:27:12.906568 1154458 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0229 02:27:12.906590 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0229 02:27:12.941910 1154458 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
I0229 02:27:12.946455 1154458 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0229 02:27:12.946477 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0229 02:27:12.956703 1154458 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0229 02:27:12.956730 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0229 02:27:13.009839 1154458 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0229 02:27:13.009867 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0229 02:27:13.033917 1154458 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0229 02:27:13.033943 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0229 02:27:13.035436 1154458 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
I0229 02:27:13.044816 1154458 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0229 02:27:13.044839 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0229 02:27:13.078454 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0229 02:27:13.078480 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0229 02:27:13.090270 1154458 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0229 02:27:13.090295 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0229 02:27:13.153884 1154458 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0229 02:27:13.153918 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0229 02:27:13.196871 1154458 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0229 02:27:13.196905 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0229 02:27:13.224779 1154458 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0229 02:27:13.224805 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0229 02:27:13.242831 1154458 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
I0229 02:27:13.272849 1154458 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0229 02:27:13.272876 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0229 02:27:13.286345 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0229 02:27:13.286377 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0229 02:27:13.323425 1154458 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0229 02:27:13.323451 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0229 02:27:13.377139 1154458 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0229 02:27:13.377167 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0229 02:27:13.417279 1154458 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
I0229 02:27:13.432973 1154458 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
I0229 02:27:13.451320 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0229 02:27:13.451358 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0229 02:27:13.461173 1154458 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
I0229 02:27:13.481901 1154458 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0229 02:27:13.481924 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0229 02:27:13.578799 1154458 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0229 02:27:13.578823 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0229 02:27:13.608010 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0229 02:27:13.608037 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0229 02:27:13.634573 1154458 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0229 02:27:13.634600 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0229 02:27:13.689347 1154458 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
I0229 02:27:13.695322 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0229 02:27:13.695363 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0229 02:27:13.773224 1154458 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0229 02:27:13.773247 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0229 02:27:13.793069 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0229 02:27:13.793092 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0229 02:27:13.894253 1154458 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0229 02:27:13.894281 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0229 02:27:13.907915 1154458 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0229 02:27:13.907956 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0229 02:27:14.005655 1154458 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
I0229 02:27:14.024127 1154458 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0229 02:27:14.024153 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0229 02:27:14.114571 1154458 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0229 02:27:14.114602 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0229 02:27:14.221573 1154458 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0229 02:27:14.221598 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0229 02:27:14.313437 1154458 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
I0229 02:27:14.743192 1154458 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 -": (2.578908315s)
I0229 02:27:14.743233 1154458 start.go:929] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0229 02:27:16.917475 1154458 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.120573006s)
I0229 02:27:16.917568 1154458 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (4.100068412s)
I0229 02:27:16.918646 1154458 node_ready.go:35] waiting up to 6m0s for node "addons-847636" to be "Ready" ...
I0229 02:27:18.934497 1154458 node_ready.go:58] node "addons-847636" has status "Ready":"False"
I0229 02:27:19.059744 1154458 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: (6.21078519s)
I0229 02:27:19.059783 1154458 addons.go:470] Verifying addon ingress=true in "addons-847636"
I0229 02:27:19.062066 1154458 out.go:177] * Verifying ingress addon...
I0229 02:27:19.059939 1154458 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: (6.162912786s)
I0229 02:27:19.059958 1154458 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: (6.155131601s)
I0229 02:27:19.060094 1154458 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: (6.118141839s)
I0229 02:27:19.060133 1154458 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: (6.02467007s)
I0229 02:27:19.060184 1154458 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: (5.817328492s)
I0229 02:27:19.060218 1154458 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: (5.642907996s)
I0229 02:27:19.060268 1154458 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.627274382s)
I0229 02:27:19.060330 1154458 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: (5.599132242s)
I0229 02:27:19.060414 1154458 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: (5.371042297s)
I0229 02:27:19.060472 1154458 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: (5.054782535s)
I0229 02:27:19.064916 1154458 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0229 02:27:19.065258 1154458 addons.go:470] Verifying addon registry=true in "addons-847636"
I0229 02:27:19.067182 1154458 out.go:177] * Verifying registry addon...
I0229 02:27:19.065650 1154458 addons.go:470] Verifying addon metrics-server=true in "addons-847636"
W0229 02:27:19.065673 1154458 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
I0229 02:27:19.075064 1154458 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-847636 service yakd-dashboard -n yakd-dashboard
I0229 02:27:19.070801 1154458 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0229 02:27:19.070822 1154458 retry.go:31] will retry after 340.703701ms: 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
I0229 02:27:19.075008 1154458 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0229 02:27:19.077731 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:19.086980 1154458 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0229 02:27:19.087005 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0229 02:27:19.087592 1154458 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0229 02:27:19.418667 1154458 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
I0229 02:27:19.435776 1154458 node_ready.go:49] node "addons-847636" has status "Ready":"True"
I0229 02:27:19.435808 1154458 node_ready.go:38] duration metric: took 2.517084552s waiting for node "addons-847636" to be "Ready" ...
I0229 02:27:19.435820 1154458 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" ...
I0229 02:27:19.590527 1154458 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: (5.277017731s)
I0229 02:27:19.590565 1154458 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-847636"
I0229 02:27:19.594408 1154458 out.go:177] * Verifying csi-hostpath-driver addon...
I0229 02:27:19.596862 1154458 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0229 02:27:19.676959 1154458 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-wkr6n" in "kube-system" namespace to be "Ready" ...
I0229 02:27:19.700825 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:19.714588 1154458 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0229 02:27:19.714613 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:19.729163 1154458 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0229 02:27:19.729188 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:20.289646 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:20.301120 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:20.302944 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:20.444510 1154458 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0229 02:27:20.444655 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:20.472653 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:20.653785 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:20.657545 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:20.663620 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:20.723947 1154458 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0229 02:27:20.820826 1154458 addons.go:234] Setting addon gcp-auth=true in "addons-847636"
I0229 02:27:20.820927 1154458 host.go:66] Checking if "addons-847636" exists ...
I0229 02:27:20.821435 1154458 cli_runner.go:164] Run: docker container inspect addons-847636 --format={{.State.Status}}
I0229 02:27:20.847372 1154458 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0229 02:27:20.847428 1154458 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-847636
I0229 02:27:20.879752 1154458 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34037 SSHKeyPath:/home/jenkins/minikube-integration/18063-1148303/.minikube/machines/addons-847636/id_rsa Username:docker}
I0229 02:27:21.130109 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:21.133234 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:21.136044 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:21.570565 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:21.583312 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:21.603870 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:21.687541 1154458 pod_ready.go:102] pod "coredns-5dd5756b68-wkr6n" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:22.085233 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:22.098363 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:22.113262 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:22.230437 1154458 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.383034537s)
I0229 02:27:22.233874 1154458 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231226-1a7112e06
I0229 02:27:22.230740 1154458 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.812022722s)
I0229 02:27:22.236415 1154458 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.1
I0229 02:27:22.238763 1154458 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0229 02:27:22.238818 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0229 02:27:22.262195 1154458 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0229 02:27:22.262222 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0229 02:27:22.314889 1154458 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0229 02:27:22.314916 1154458 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5447 bytes)
I0229 02:27:22.375199 1154458 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
I0229 02:27:22.570760 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:22.591896 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:22.602824 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:23.079182 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:23.113215 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:23.114605 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:23.599871 1154458 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.224632079s)
I0229 02:27:23.602623 1154458 addons.go:470] Verifying addon gcp-auth=true in "addons-847636"
I0229 02:27:23.605830 1154458 out.go:177] * Verifying gcp-auth addon...
I0229 02:27:23.608499 1154458 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0229 02:27:23.611336 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:23.625798 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:23.644183 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:23.649001 1154458 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0229 02:27:23.649034 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:24.071142 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:24.084283 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:24.103381 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:24.114685 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:24.185036 1154458 pod_ready.go:92] pod "coredns-5dd5756b68-wkr6n" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:24.185061 1154458 pod_ready.go:81] duration metric: took 4.508067776s waiting for pod "coredns-5dd5756b68-wkr6n" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.185082 1154458 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.196597 1154458 pod_ready.go:92] pod "etcd-addons-847636" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:24.196624 1154458 pod_ready.go:81] duration metric: took 11.52002ms waiting for pod "etcd-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.196640 1154458 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.205101 1154458 pod_ready.go:92] pod "kube-apiserver-addons-847636" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:24.205126 1154458 pod_ready.go:81] duration metric: took 8.479124ms waiting for pod "kube-apiserver-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.205138 1154458 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.213664 1154458 pod_ready.go:92] pod "kube-controller-manager-addons-847636" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:24.213694 1154458 pod_ready.go:81] duration metric: took 8.547924ms waiting for pod "kube-controller-manager-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.213708 1154458 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-9lb2m" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.222178 1154458 pod_ready.go:92] pod "kube-proxy-9lb2m" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:24.222203 1154458 pod_ready.go:81] duration metric: took 8.488101ms waiting for pod "kube-proxy-9lb2m" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.222215 1154458 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.569416 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:24.583724 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:24.584156 1154458 pod_ready.go:92] pod "kube-scheduler-addons-847636" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:24.584172 1154458 pod_ready.go:81] duration metric: took 361.94958ms waiting for pod "kube-scheduler-addons-847636" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.584191 1154458 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-xbb8t" in "kube-system" namespace to be "Ready" ...
I0229 02:27:24.603759 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:24.612008 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:25.071544 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:25.084795 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:25.123944 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:25.132253 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:25.571706 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:25.582080 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:25.603660 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:25.615242 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:26.070181 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:26.082994 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:26.102881 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:26.111977 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:26.574003 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:26.582721 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:26.609549 1154458 pod_ready.go:102] pod "metrics-server-69cf46c98-xbb8t" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:26.616253 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:26.619279 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:27.070287 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:27.084346 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:27.116752 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:27.119080 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:27.570283 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:27.583297 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:27.610329 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:27.624557 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:28.069890 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:28.083175 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:28.102850 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:28.112545 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:28.570137 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:28.591532 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:28.620889 1154458 pod_ready.go:102] pod "metrics-server-69cf46c98-xbb8t" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:28.625666 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:28.628635 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:29.070641 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:29.083078 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:29.116742 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:29.119504 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:29.570120 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:29.603836 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:29.628403 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:29.641244 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:30.070746 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:30.104990 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:30.123716 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:30.127642 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:30.571560 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:30.589395 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:30.607895 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:30.615455 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:31.076759 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:31.083672 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:31.107164 1154458 pod_ready.go:92] pod "metrics-server-69cf46c98-xbb8t" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:31.107192 1154458 pod_ready.go:81] duration metric: took 6.522987291s waiting for pod "metrics-server-69cf46c98-xbb8t" in "kube-system" namespace to be "Ready" ...
I0229 02:27:31.107205 1154458 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace to be "Ready" ...
I0229 02:27:31.114062 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:31.127642 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:31.572368 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:31.589494 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:31.604817 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:31.617067 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:32.071788 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:32.085778 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:32.105712 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:32.114014 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:32.570593 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:32.583783 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:32.603446 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:32.614614 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:33.069880 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:33.083090 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:33.102705 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:33.113437 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:33.119680 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:33.571269 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:33.582584 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:33.602992 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:33.612566 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:34.069775 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:34.082476 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:34.103208 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:34.111618 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:34.570496 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:34.583334 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:34.603121 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:34.614355 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:35.071055 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:35.084885 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:35.108495 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:35.117176 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:35.125916 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:35.569540 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:35.583463 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:35.603340 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:35.614491 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:36.071710 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:36.098878 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:36.121836 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:36.142758 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:36.570181 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:36.583254 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:36.609908 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:36.618920 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:37.070987 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:37.083343 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:37.107156 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:37.113661 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:37.570914 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:37.582902 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:37.603158 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:37.612904 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:37.616773 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:38.076900 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:38.083335 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:38.104160 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:38.113952 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:38.569941 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:38.583344 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:38.603767 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:38.613830 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:39.070936 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:39.084259 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:39.108959 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:39.118384 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:39.569453 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:39.583002 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:39.603837 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:39.612161 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:40.078474 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:40.084387 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:40.106601 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:40.115501 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:40.119626 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:40.570807 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:40.585518 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:40.606322 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:40.631874 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:41.072877 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:41.086082 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:41.107748 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:41.113032 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:41.571177 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:41.587261 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:41.604137 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:41.612474 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:42.074720 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:42.086781 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:42.103507 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:42.135140 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:42.139625 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:42.570025 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:42.583115 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:42.612979 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:42.618862 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:43.071093 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:43.083734 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:43.105250 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:43.115229 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:43.569354 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:43.582945 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0229 02:27:43.602937 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:43.612080 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:44.086610 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:44.088801 1154458 kapi.go:107] duration metric: took 25.018002967s to wait for kubernetes.io/minikube-addons=registry ...
I0229 02:27:44.105123 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:44.114525 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:44.570629 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:44.604994 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:44.617359 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:44.621199 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:45.084332 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:45.147219 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:45.152524 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:45.569624 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:45.602899 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:45.613840 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:46.070568 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:46.103340 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:46.112210 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:46.569739 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:46.603813 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:46.613946 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:47.069746 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:47.103486 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:47.121339 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:47.124136 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:47.569356 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:47.603539 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:47.613063 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:48.071838 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:48.104043 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:48.112363 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:48.577104 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:48.613202 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:48.641333 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:49.071890 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:49.104937 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:49.119319 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:49.570156 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:49.602447 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:49.612713 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:49.614508 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:50.072647 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:50.110655 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:50.116058 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:50.570502 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:50.603251 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:50.612273 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:51.072675 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:51.103655 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:51.112633 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:51.569879 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:51.609701 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:51.616541 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:51.623167 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:52.071008 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:52.103610 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:52.117228 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:52.570999 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:52.603560 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:52.614314 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:53.070563 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:53.104549 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:53.114828 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:53.569359 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:53.602928 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:53.613091 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:54.070752 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:54.104185 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:54.113107 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:54.117111 1154458 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"False"
I0229 02:27:54.570764 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:54.617021 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:54.617473 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:55.070606 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:55.103574 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:55.112218 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:55.569547 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:55.603051 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:55.614966 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:55.617222 1154458 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace has status "Ready":"True"
I0229 02:27:55.617287 1154458 pod_ready.go:81] duration metric: took 24.510073492s waiting for pod "nvidia-device-plugin-daemonset-m48gh" in "kube-system" namespace to be "Ready" ...
I0229 02:27:55.617323 1154458 pod_ready.go:38] duration metric: took 36.181490744s 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" ...
I0229 02:27:55.617362 1154458 api_server.go:52] waiting for apiserver process to appear ...
I0229 02:27:55.617455 1154458 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0229 02:27:55.654233 1154458 api_server.go:72] duration metric: took 42.84075998s to wait for apiserver process to appear ...
I0229 02:27:55.654254 1154458 api_server.go:88] waiting for apiserver healthz status ...
I0229 02:27:55.654274 1154458 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0229 02:27:55.668865 1154458 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0229 02:27:55.670400 1154458 api_server.go:141] control plane version: v1.28.4
I0229 02:27:55.670464 1154458 api_server.go:131] duration metric: took 16.202734ms to wait for apiserver health ...
I0229 02:27:55.670488 1154458 system_pods.go:43] waiting for kube-system pods to appear ...
I0229 02:27:55.681379 1154458 system_pods.go:59] 18 kube-system pods found
I0229 02:27:55.681451 1154458 system_pods.go:61] "coredns-5dd5756b68-wkr6n" [05c2d14f-60a4-4c46-99b6-ba4ed23bdabe] Running
I0229 02:27:55.681473 1154458 system_pods.go:61] "csi-hostpath-attacher-0" [ccf7758f-9bfa-4d2d-a3cd-1d3483d990b1] Running
I0229 02:27:55.681497 1154458 system_pods.go:61] "csi-hostpath-resizer-0" [60a21f80-6446-400e-a977-fe12ca471b9b] Running
I0229 02:27:55.681527 1154458 system_pods.go:61] "csi-hostpathplugin-tkfw7" [cb91acc5-2421-4cd6-93ec-786b5fad8ad9] 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])
I0229 02:27:55.681558 1154458 system_pods.go:61] "etcd-addons-847636" [4e951d65-09e8-4e3d-83e4-ae66796fc5e7] Running
I0229 02:27:55.681581 1154458 system_pods.go:61] "kindnet-gvcb9" [854f2d0d-34e0-4aaf-b0bc-2a83aeb547b9] Running
I0229 02:27:55.681606 1154458 system_pods.go:61] "kube-apiserver-addons-847636" [c9260b87-6a48-493b-9813-d091789e126d] Running
I0229 02:27:55.681634 1154458 system_pods.go:61] "kube-controller-manager-addons-847636" [3f3375fb-ce90-433d-85ca-af9a50fbc100] Running
I0229 02:27:55.681659 1154458 system_pods.go:61] "kube-ingress-dns-minikube" [7ae16640-9ae9-419c-80c8-be8130fa4f2a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0229 02:27:55.681681 1154458 system_pods.go:61] "kube-proxy-9lb2m" [d00e4d21-2064-4d8a-b279-479d134db246] Running
I0229 02:27:55.681712 1154458 system_pods.go:61] "kube-scheduler-addons-847636" [392df0f4-a41d-468d-a354-cd8072dc48f9] Running
I0229 02:27:55.681733 1154458 system_pods.go:61] "metrics-server-69cf46c98-xbb8t" [402b0b1e-9934-4ad8-b735-7b56a9bdab20] Running
I0229 02:27:55.681756 1154458 system_pods.go:61] "nvidia-device-plugin-daemonset-m48gh" [31959e7d-f3ce-4e2a-a4ce-26c05ed98a5f] Running
I0229 02:27:55.681779 1154458 system_pods.go:61] "registry-proxy-28lz9" [5a37001f-bc0a-46ed-8c02-1be6d3b01226] Running
I0229 02:27:55.681807 1154458 system_pods.go:61] "registry-swh5m" [7f7cef7c-c308-440d-9af0-a62ea6ff5afc] Running
I0229 02:27:55.681833 1154458 system_pods.go:61] "snapshot-controller-58dbcc7b99-lvpbh" [823e929a-42f5-4065-a198-9c205629994f] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0229 02:27:55.681856 1154458 system_pods.go:61] "snapshot-controller-58dbcc7b99-tpwb4" [580ef736-ed67-40ce-9cc7-9edc3095e703] Running
I0229 02:27:55.681880 1154458 system_pods.go:61] "storage-provisioner" [2a87c790-bf88-4cbd-a270-8ec38343dbc9] Running
I0229 02:27:55.681910 1154458 system_pods.go:74] duration metric: took 11.401654ms to wait for pod list to return data ...
I0229 02:27:55.681935 1154458 default_sa.go:34] waiting for default service account to be created ...
I0229 02:27:55.690476 1154458 default_sa.go:45] found service account: "default"
I0229 02:27:55.690548 1154458 default_sa.go:55] duration metric: took 8.590664ms for default service account to be created ...
I0229 02:27:55.690573 1154458 system_pods.go:116] waiting for k8s-apps to be running ...
I0229 02:27:55.701826 1154458 system_pods.go:86] 18 kube-system pods found
I0229 02:27:55.701898 1154458 system_pods.go:89] "coredns-5dd5756b68-wkr6n" [05c2d14f-60a4-4c46-99b6-ba4ed23bdabe] Running
I0229 02:27:55.701920 1154458 system_pods.go:89] "csi-hostpath-attacher-0" [ccf7758f-9bfa-4d2d-a3cd-1d3483d990b1] Running
I0229 02:27:55.701949 1154458 system_pods.go:89] "csi-hostpath-resizer-0" [60a21f80-6446-400e-a977-fe12ca471b9b] Running
I0229 02:27:55.701977 1154458 system_pods.go:89] "csi-hostpathplugin-tkfw7" [cb91acc5-2421-4cd6-93ec-786b5fad8ad9] 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])
I0229 02:27:55.702001 1154458 system_pods.go:89] "etcd-addons-847636" [4e951d65-09e8-4e3d-83e4-ae66796fc5e7] Running
I0229 02:27:55.702032 1154458 system_pods.go:89] "kindnet-gvcb9" [854f2d0d-34e0-4aaf-b0bc-2a83aeb547b9] Running
I0229 02:27:55.702056 1154458 system_pods.go:89] "kube-apiserver-addons-847636" [c9260b87-6a48-493b-9813-d091789e126d] Running
I0229 02:27:55.702080 1154458 system_pods.go:89] "kube-controller-manager-addons-847636" [3f3375fb-ce90-433d-85ca-af9a50fbc100] Running
I0229 02:27:55.702109 1154458 system_pods.go:89] "kube-ingress-dns-minikube" [7ae16640-9ae9-419c-80c8-be8130fa4f2a] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0229 02:27:55.702134 1154458 system_pods.go:89] "kube-proxy-9lb2m" [d00e4d21-2064-4d8a-b279-479d134db246] Running
I0229 02:27:55.702162 1154458 system_pods.go:89] "kube-scheduler-addons-847636" [392df0f4-a41d-468d-a354-cd8072dc48f9] Running
I0229 02:27:55.702187 1154458 system_pods.go:89] "metrics-server-69cf46c98-xbb8t" [402b0b1e-9934-4ad8-b735-7b56a9bdab20] Running
I0229 02:27:55.702209 1154458 system_pods.go:89] "nvidia-device-plugin-daemonset-m48gh" [31959e7d-f3ce-4e2a-a4ce-26c05ed98a5f] Running
I0229 02:27:55.702232 1154458 system_pods.go:89] "registry-proxy-28lz9" [5a37001f-bc0a-46ed-8c02-1be6d3b01226] Running
I0229 02:27:55.702256 1154458 system_pods.go:89] "registry-swh5m" [7f7cef7c-c308-440d-9af0-a62ea6ff5afc] Running
I0229 02:27:55.702412 1154458 system_pods.go:89] "snapshot-controller-58dbcc7b99-lvpbh" [823e929a-42f5-4065-a198-9c205629994f] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0229 02:27:55.702448 1154458 system_pods.go:89] "snapshot-controller-58dbcc7b99-tpwb4" [580ef736-ed67-40ce-9cc7-9edc3095e703] Running
I0229 02:27:55.702470 1154458 system_pods.go:89] "storage-provisioner" [2a87c790-bf88-4cbd-a270-8ec38343dbc9] Running
I0229 02:27:55.702495 1154458 system_pods.go:126] duration metric: took 11.902007ms to wait for k8s-apps to be running ...
I0229 02:27:55.702524 1154458 system_svc.go:44] waiting for kubelet service to be running ....
I0229 02:27:55.702601 1154458 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0229 02:27:55.739701 1154458 system_svc.go:56] duration metric: took 37.16892ms WaitForService to wait for kubelet.
I0229 02:27:55.739770 1154458 kubeadm.go:581] duration metric: took 42.926298828s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0229 02:27:55.739807 1154458 node_conditions.go:102] verifying NodePressure condition ...
I0229 02:27:55.749926 1154458 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0229 02:27:55.749999 1154458 node_conditions.go:123] node cpu capacity is 2
I0229 02:27:55.750029 1154458 node_conditions.go:105] duration metric: took 10.197454ms to run NodePressure ...
I0229 02:27:55.750059 1154458 start.go:228] waiting for startup goroutines ...
I0229 02:27:56.070917 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:56.102884 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:56.112451 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:56.577308 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:56.616189 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:56.624822 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:57.069322 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:57.103374 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:57.113305 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:57.573388 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:57.604241 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:57.613227 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:58.073193 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:58.104101 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:58.113027 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:58.570310 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:58.604506 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:58.612367 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:59.071493 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:59.103365 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:59.112524 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:27:59.569896 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:27:59.603626 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:27:59.613173 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:00.109755 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:00.149132 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:00.180182 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:00.569935 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:00.603020 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:00.613077 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:01.070159 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:01.102650 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:01.112612 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:01.570387 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:01.603582 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:01.612151 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:02.071125 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:02.104876 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:02.114000 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:02.572464 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:02.603009 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:02.617100 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:03.071459 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:03.105017 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:03.113397 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:03.570229 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:03.603511 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:03.612253 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:04.070807 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:04.102668 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:04.112439 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:04.570236 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:04.612312 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:04.616641 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:05.070276 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:05.103331 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:05.112875 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:05.570104 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:05.602879 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:05.618050 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:06.070494 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:06.103530 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:06.114298 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:06.570680 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:06.604390 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:06.612811 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:07.070134 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:07.103126 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:07.115836 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:07.573195 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:07.603223 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:07.628749 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:08.071143 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:08.105906 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:08.113100 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:08.569787 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:08.602182 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:08.613001 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:09.070454 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:09.103082 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:09.112374 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:09.572549 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:09.603871 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:09.612319 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:10.070406 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:10.104625 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:10.112561 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:10.586566 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:10.628934 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:10.629318 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:11.070258 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:11.115124 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:11.119117 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:11.569469 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:11.603030 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:11.612594 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:12.070431 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:12.103301 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:12.112967 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:12.569654 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:12.604017 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:12.613578 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:13.070588 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:13.105144 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:13.113488 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:13.569456 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:13.602935 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:13.612552 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:14.070516 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:14.103104 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:14.112470 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:14.574165 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:14.605255 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:14.612615 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:15.069758 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:15.105159 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:15.113594 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:15.571258 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:15.602818 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:15.612176 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:16.070425 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:16.104039 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:16.115032 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:16.569472 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:16.603467 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:16.613723 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:17.070078 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:17.102507 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:17.112118 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:17.569966 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:17.602618 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:17.613915 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:18.075620 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:18.104976 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:18.113604 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:18.569915 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:18.603293 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:18.613363 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:19.070343 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:19.103138 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0229 02:28:19.112758 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:19.569683 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:19.603296 1154458 kapi.go:107] duration metric: took 1m0.006431034s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0229 02:28:19.612745 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:20.070325 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:20.113424 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:20.569427 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:20.612030 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:21.070539 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:21.112714 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:21.569765 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:21.612403 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:22.069782 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:22.112662 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:22.570094 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:22.613021 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:23.070458 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:23.111897 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:23.569347 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:23.612849 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:24.071195 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:24.112770 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:24.571488 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:24.612153 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:25.070465 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:25.112196 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:25.572267 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:25.613051 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:26.072240 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:26.113317 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:26.569364 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:26.613721 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:27.069541 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:27.112458 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:27.570653 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:27.613785 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:28.070471 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:28.112267 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:28.570306 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:28.613258 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:29.081151 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:29.115591 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:29.570396 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:29.613348 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:30.073202 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:30.115537 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:30.570302 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:30.613302 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:31.070907 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:31.112937 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:31.570145 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:31.612765 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:32.075781 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:32.114205 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:32.570072 1154458 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0229 02:28:32.619962 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:33.070200 1154458 kapi.go:107] duration metric: took 1m14.005290682s to wait for app.kubernetes.io/name=ingress-nginx ...
I0229 02:28:33.113001 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:33.628834 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:34.114136 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:34.614784 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:35.113182 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:35.612196 1154458 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0229 02:28:36.112722 1154458 kapi.go:107] duration metric: took 1m12.504222059s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0229 02:28:36.114433 1154458 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-847636 cluster.
I0229 02:28:36.116207 1154458 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.
I0229 02:28:36.117845 1154458 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0229 02:28:36.119759 1154458 out.go:177] * Enabled addons: cloud-spanner, inspektor-gadget, nvidia-device-plugin, ingress-dns, storage-provisioner, metrics-server, yakd, default-storageclass, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0229 02:28:36.121277 1154458 addons.go:505] enable addons completed in 1m24.245418273s: enabled=[cloud-spanner inspektor-gadget nvidia-device-plugin ingress-dns storage-provisioner metrics-server yakd default-storageclass volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0229 02:28:36.121329 1154458 start.go:233] waiting for cluster config update ...
I0229 02:28:36.121348 1154458 start.go:242] writing updated cluster config ...
I0229 02:28:36.121683 1154458 ssh_runner.go:195] Run: rm -f paused
I0229 02:28:36.449318 1154458 start.go:601] kubectl: 1.29.2, cluster: 1.28.4 (minor skew: 1)
I0229 02:28:36.451881 1154458 out.go:177] * Done! kubectl is now configured to use "addons-847636" cluster and "default" namespace by default
==> CRI-O <==
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.467306673Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=d60d1935-62a5-4d2f-899b-2fde27241835 name=/runtime.v1.ImageService/ImageStatus
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.468343819Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=edd50a7e-0a23-490b-8c1a-39145a881ccb name=/runtime.v1.ImageService/ImageStatus
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.468542078Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=edd50a7e-0a23-490b-8c1a-39145a881ccb name=/runtime.v1.ImageService/ImageStatus
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.469268259Z" level=info msg="Creating container: default/hello-world-app-5d77478584-xt9m7/hello-world-app" id=c2e1d1ac-ad8d-4fe1-adc1-d6eb233c6ae1 name=/runtime.v1.RuntimeService/CreateContainer
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.469360574Z" level=warning msg="Allowed annotations are specified for workload []"
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.535613049Z" level=info msg="Created container 2274c8d8b9a656b556f21906689cf76550ade6ff07a4e1d8c4715493e8f48166: default/hello-world-app-5d77478584-xt9m7/hello-world-app" id=c2e1d1ac-ad8d-4fe1-adc1-d6eb233c6ae1 name=/runtime.v1.RuntimeService/CreateContainer
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.536580328Z" level=info msg="Starting container: 2274c8d8b9a656b556f21906689cf76550ade6ff07a4e1d8c4715493e8f48166" id=688b6eea-2e5c-47de-8b1f-9b0fc5ddaa96 name=/runtime.v1.RuntimeService/StartContainer
Feb 29 02:32:25 addons-847636 crio[905]: time="2024-02-29 02:32:25.544312980Z" level=info msg="Started container" PID=7822 containerID=2274c8d8b9a656b556f21906689cf76550ade6ff07a4e1d8c4715493e8f48166 description=default/hello-world-app-5d77478584-xt9m7/hello-world-app id=688b6eea-2e5c-47de-8b1f-9b0fc5ddaa96 name=/runtime.v1.RuntimeService/StartContainer sandboxID=b110631ee077547db7f84159ed46f3a1f423fa08035fd53ff9633e79dda44adc
Feb 29 02:32:25 addons-847636 conmon[7810]: conmon 2274c8d8b9a656b556f2 <ninfo>: container 7822 exited with status 1
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.073904390Z" level=warning msg="Stopping container 4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=af152b10-d5df-4ae3-830c-b08142dce9e8 name=/runtime.v1.RuntimeService/StopContainer
Feb 29 02:32:26 addons-847636 conmon[4841]: conmon 4471d3b6f8826a44036c <ninfo>: container 4853 exited with status 137
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.209403581Z" level=info msg="Stopped container 4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f: ingress-nginx/ingress-nginx-controller-7967645744-pqwmg/controller" id=af152b10-d5df-4ae3-830c-b08142dce9e8 name=/runtime.v1.RuntimeService/StopContainer
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.209917891Z" level=info msg="Stopping pod sandbox: a96208994db4e4ea43d32dc261187b14747e688ccdda0def6fd878ed3173e4db" id=6144e9f4-1cb2-40dc-9ed8-877c0b17aae0 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.213173974Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-FHITPCWEWLZHYKIQ - [0:0]\n:KUBE-HP-T2JODANYQQBWAZDU - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-T2JODANYQQBWAZDU\n-X KUBE-HP-FHITPCWEWLZHYKIQ\nCOMMIT\n"
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.214522165Z" level=info msg="Closing host port tcp:80"
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.214570558Z" level=info msg="Closing host port tcp:443"
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.215821183Z" level=info msg="Host port tcp:80 does not have an open socket"
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.215846126Z" level=info msg="Host port tcp:443 does not have an open socket"
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.216314652Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-7967645744-pqwmg Namespace:ingress-nginx ID:a96208994db4e4ea43d32dc261187b14747e688ccdda0def6fd878ed3173e4db UID:1309e9a0-804a-4d1a-82c9-39daf26ceb32 NetNS:/var/run/netns/4142cca8-f2c2-4c32-a4fe-643e7447b2fd Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.216467447Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-7967645744-pqwmg from CNI network \"kindnet\" (type=ptp)"
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.233564248Z" level=info msg="Stopped pod sandbox: a96208994db4e4ea43d32dc261187b14747e688ccdda0def6fd878ed3173e4db" id=6144e9f4-1cb2-40dc-9ed8-877c0b17aae0 name=/runtime.v1.RuntimeService/StopPodSandbox
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.383827802Z" level=info msg="Removing container: 4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f" id=a7d2e63a-7a47-4d38-9bed-d09c4b5484bd name=/runtime.v1.RuntimeService/RemoveContainer
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.413020431Z" level=info msg="Removed container 4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f: ingress-nginx/ingress-nginx-controller-7967645744-pqwmg/controller" id=a7d2e63a-7a47-4d38-9bed-d09c4b5484bd name=/runtime.v1.RuntimeService/RemoveContainer
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.414725518Z" level=info msg="Removing container: 1101c930aa07aefb3d4edda8d94e563c29135f6101771609d3a11c41320ff7c2" id=4258cf05-bbd9-4a88-a160-5585041d352e name=/runtime.v1.RuntimeService/RemoveContainer
Feb 29 02:32:26 addons-847636 crio[905]: time="2024-02-29 02:32:26.434285579Z" level=info msg="Removed container 1101c930aa07aefb3d4edda8d94e563c29135f6101771609d3a11c41320ff7c2: default/hello-world-app-5d77478584-xt9m7/hello-world-app" id=4258cf05-bbd9-4a88-a160-5585041d352e name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
2274c8d8b9a65 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 5 seconds ago Exited hello-world-app 2 b110631ee0775 hello-world-app-5d77478584-xt9m7
1a9e8da3c3763 docker.io/library/nginx@sha256:34aa0a372d3220dc0448131f809c72d8085f79bdec8058ad6970fc034a395674 2 minutes ago Running nginx 0 84554d4af8d6f nginx
ab23d52563c03 ghcr.io/headlamp-k8s/headlamp@sha256:0fe50c48c186b89ff3d341dba427174d8232a64c3062af5de854a3a7cb2105ce 2 minutes ago Running headlamp 0 32fbca0d7ab0c headlamp-7ddfbb94ff-97qj6
84bd50ad0c4f0 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:01b0de782aa30e7fc91ac5a91b5cc35e95e9679dee7ef07af06457b471f88f32 3 minutes ago Running gcp-auth 0 8a42bf5c9e357 gcp-auth-5f6b4f85fd-krfn5
db9c5b5306cdf f8c5dfd0ede5fc09af68292793e1622682ffc7336e487c703a1341e6248f1bdd 4 minutes ago Exited patch 1 a864f21a238a1 ingress-nginx-admission-patch-fr7md
cac3c90916c78 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:25d6a5f11211cc5c3f9f2bf552b585374af287b4debf693cacbe2da47daa5084 4 minutes ago Exited create 0 1ea880c842915 ingress-nginx-admission-create-rdmgq
57b8a8d201786 docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 4 minutes ago Running local-path-provisioner 0 7d0b937e07ff6 local-path-provisioner-78b46b4d5c-x5qj5
91403266bddcb docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 4 minutes ago Running yakd 0 c4c4802f2845d yakd-dashboard-9947fc6bf-grgbx
7eeb871a3830b 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 5 minutes ago Running coredns 0 1e6d0fca06cc8 coredns-5dd5756b68-wkr6n
5b6ba67b37067 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 9f04d44bc8292 storage-provisioner
93651cd6108ba docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988 5 minutes ago Running kindnet-cni 0 a1624abeacbc2 kindnet-gvcb9
b2d04fc89f8cc 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 5 minutes ago Running kube-proxy 0 0285a0bc6611f kube-proxy-9lb2m
c44467f60f283 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 5 minutes ago Running kube-scheduler 0 3000b9c41a2e3 kube-scheduler-addons-847636
e86b22466daf2 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 5 minutes ago Running kube-apiserver 0 e60a759d07349 kube-apiserver-addons-847636
1fdce7de4e02b 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 5 minutes ago Running kube-controller-manager 0 7009f7e6b53e7 kube-controller-manager-addons-847636
e94f7542acff1 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 5 minutes ago Running etcd 0 1deb883cbf62d etcd-addons-847636
==> coredns [7eeb871a3830bfa6eaaa97dacc172f52758996ad390db82a813adaba22be970e] <==
[INFO] 10.244.0.19:51374 - 46553 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.0000613s
[INFO] 10.244.0.19:51374 - 55229 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001147552s
[INFO] 10.244.0.19:37306 - 4058 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002285759s
[INFO] 10.244.0.19:51374 - 34613 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001846542s
[INFO] 10.244.0.19:37306 - 51458 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002215918s
[INFO] 10.244.0.19:37306 - 48517 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000121287s
[INFO] 10.244.0.19:51374 - 42313 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000194788s
[INFO] 10.244.0.19:53287 - 62601 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00010203s
[INFO] 10.244.0.19:58819 - 16243 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000040451s
[INFO] 10.244.0.19:53287 - 20149 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000073419s
[INFO] 10.244.0.19:58819 - 28787 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000058682s
[INFO] 10.244.0.19:53287 - 17887 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000059593s
[INFO] 10.244.0.19:58819 - 39835 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000038514s
[INFO] 10.244.0.19:53287 - 52922 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000061685s
[INFO] 10.244.0.19:58819 - 9607 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000039458s
[INFO] 10.244.0.19:53287 - 43576 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000052832s
[INFO] 10.244.0.19:58819 - 52223 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000039294s
[INFO] 10.244.0.19:53287 - 10912 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000060627s
[INFO] 10.244.0.19:58819 - 46580 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000043478s
[INFO] 10.244.0.19:53287 - 55908 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001203281s
[INFO] 10.244.0.19:58819 - 24548 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001379149s
[INFO] 10.244.0.19:53287 - 51713 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001213062s
[INFO] 10.244.0.19:53287 - 43274 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000074715s
[INFO] 10.244.0.19:58819 - 62778 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00126523s
[INFO] 10.244.0.19:58819 - 18323 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000213308s
==> describe nodes <==
Name: addons-847636
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-847636
kubernetes.io/os=linux
minikube.k8s.io/commit=f83faa3abac33ca85ff15afa19006ad0a2554d61
minikube.k8s.io/name=addons-847636
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_02_29T02_27_00_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-847636
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 29 Feb 2024 02:26:56 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-847636
AcquireTime: <unset>
RenewTime: Thu, 29 Feb 2024 02:32:26 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 29 Feb 2024 02:30:03 +0000 Thu, 29 Feb 2024 02:26:53 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 29 Feb 2024 02:30:03 +0000 Thu, 29 Feb 2024 02:26:53 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 29 Feb 2024 02:30:03 +0000 Thu, 29 Feb 2024 02:26:53 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 29 Feb 2024 02:30:03 +0000 Thu, 29 Feb 2024 02:27:19 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-847636
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: 489db9ea8dc64bc89aa5e19928737db2
System UUID: 26f97ae9-adda-4dcd-be1c-105381fb0d0e
Boot ID: d15cd6b5-a0a6-45f5-95b2-2521c5763941
Kernel Version: 5.15.0-1055-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
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: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-xt9m7 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) 2m46s
gcp-auth gcp-auth-5f6b4f85fd-krfn5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m8s
headlamp headlamp-7ddfbb94ff-97qj6 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m53s
kube-system coredns-5dd5756b68-wkr6n 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m18s
kube-system etcd-addons-847636 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m32s
kube-system kindnet-gvcb9 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m20s
kube-system kube-apiserver-addons-847636 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m34s
kube-system kube-controller-manager-addons-847636 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m32s
kube-system kube-proxy-9lb2m 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m20s
kube-system kube-scheduler-addons-847636 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m32s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m13s
local-path-storage local-path-provisioner-78b46b4d5c-x5qj5 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m13s
yakd-dashboard yakd-dashboard-9947fc6bf-grgbx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m13s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m12s kube-proxy
Normal Starting 5m40s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m40s (x8 over 5m40s) kubelet Node addons-847636 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m40s (x8 over 5m40s) kubelet Node addons-847636 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m40s (x8 over 5m40s) kubelet Node addons-847636 status is now: NodeHasSufficientPID
Normal Starting 5m32s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m32s kubelet Node addons-847636 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m32s kubelet Node addons-847636 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m32s kubelet Node addons-847636 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m20s node-controller Node addons-847636 event: Registered Node addons-847636 in Controller
Normal NodeReady 5m12s kubelet Node addons-847636 status is now: NodeReady
==> dmesg <==
[ +0.001066] FS-Cache: O-key=[8] '3a3e5c0100000000'
[ +0.000719] FS-Cache: N-cookie c=00000042 [p=00000039 fl=2 nc=0 na=1]
[ +0.000964] FS-Cache: N-cookie d=000000007d8e8356{9p.inode} n=000000008300a153
[ +0.001170] FS-Cache: N-key=[8] '3a3e5c0100000000'
[ +0.002926] FS-Cache: Duplicate cookie detected
[ +0.000709] FS-Cache: O-cookie c=0000003c [p=00000039 fl=226 nc=0 na=1]
[ +0.001140] FS-Cache: O-cookie d=000000007d8e8356{9p.inode} n=00000000aff28ed8
[ +0.001147] FS-Cache: O-key=[8] '3a3e5c0100000000'
[ +0.000713] FS-Cache: N-cookie c=00000043 [p=00000039 fl=2 nc=0 na=1]
[ +0.000968] FS-Cache: N-cookie d=000000007d8e8356{9p.inode} n=0000000058168a0d
[ +0.001153] FS-Cache: N-key=[8] '3a3e5c0100000000'
[ +2.636492] FS-Cache: Duplicate cookie detected
[ +0.000790] FS-Cache: O-cookie c=0000003a [p=00000039 fl=226 nc=0 na=1]
[ +0.001146] FS-Cache: O-cookie d=000000007d8e8356{9p.inode} n=00000000d8c7b9c4
[ +0.001157] FS-Cache: O-key=[8] '393e5c0100000000'
[ +0.000747] FS-Cache: N-cookie c=00000045 [p=00000039 fl=2 nc=0 na=1]
[ +0.000956] FS-Cache: N-cookie d=000000007d8e8356{9p.inode} n=000000008300a153
[ +0.001083] FS-Cache: N-key=[8] '393e5c0100000000'
[ +0.299075] FS-Cache: Duplicate cookie detected
[ +0.000712] FS-Cache: O-cookie c=0000003f [p=00000039 fl=226 nc=0 na=1]
[ +0.001037] FS-Cache: O-cookie d=000000007d8e8356{9p.inode} n=00000000aa687443
[ +0.001052] FS-Cache: O-key=[8] '3f3e5c0100000000'
[ +0.000728] FS-Cache: N-cookie c=00000046 [p=00000039 fl=2 nc=0 na=1]
[ +0.000979] FS-Cache: N-cookie d=000000007d8e8356{9p.inode} n=00000000f8ac0df1
[ +0.001102] FS-Cache: N-key=[8] '3f3e5c0100000000'
==> etcd [e94f7542acff19ec0b6444969c36cd8935eaa7b5b1221438574f919c2b2dff80] <==
{"level":"info","ts":"2024-02-29T02:26:52.447283Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-02-29T02:26:52.447585Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-02-29T02:26:52.450048Z","caller":"embed/etcd.go:278","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-02-29T02:26:52.450232Z","caller":"embed/etcd.go:855","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-02-29T02:26:52.694101Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-02-29T02:26:52.694154Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-02-29T02:26:52.69417Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-02-29T02:26:52.694192Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-02-29T02:26:52.694199Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-29T02:26:52.694209Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-02-29T02:26:52.694217Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-02-29T02:26:52.695257Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-29T02:26:52.700156Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-847636 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-02-29T02:26:52.700196Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-29T02:26:52.701305Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-02-29T02:26:52.702527Z","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-29T02:26:52.702619Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-29T02:26:52.702654Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-02-29T02:26:52.702665Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-02-29T02:26:52.703702Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-02-29T02:26:52.743058Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-02-29T02:26:52.743168Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-02-29T02:27:13.897682Z","caller":"traceutil/trace.go:171","msg":"trace[1766325203] transaction","detail":"{read_only:false; response_revision:385; number_of_response:1; }","duration":"127.441672ms","start":"2024-02-29T02:27:13.770224Z","end":"2024-02-29T02:27:13.897665Z","steps":["trace[1766325203] 'process raft request' (duration: 78.23075ms)","trace[1766325203] 'compare' (duration: 49.113692ms)"],"step_count":2}
{"level":"info","ts":"2024-02-29T02:27:14.932422Z","caller":"traceutil/trace.go:171","msg":"trace[1040333960] transaction","detail":"{read_only:false; response_revision:395; number_of_response:1; }","duration":"117.326532ms","start":"2024-02-29T02:27:14.815078Z","end":"2024-02-29T02:27:14.932405Z","steps":["trace[1040333960] 'process raft request' (duration: 65.273383ms)"],"step_count":1}
{"level":"info","ts":"2024-02-29T02:27:17.768011Z","caller":"traceutil/trace.go:171","msg":"trace[2134492581] transaction","detail":"{read_only:false; response_revision:507; number_of_response:1; }","duration":"108.658461ms","start":"2024-02-29T02:27:17.6593Z","end":"2024-02-29T02:27:17.767958Z","steps":["trace[2134492581] 'process raft request' (duration: 75.037215ms)"],"step_count":1}
==> gcp-auth [84bd50ad0c4f07715cdf41ae72931e6fcdeb5ba1740c66105092ca1514e00766] <==
2024/02/29 02:28:34 GCP Auth Webhook started!
2024/02/29 02:28:46 Ready to marshal response ...
2024/02/29 02:28:46 Ready to write response ...
2024/02/29 02:28:54 Ready to marshal response ...
2024/02/29 02:28:54 Ready to write response ...
2024/02/29 02:29:22 Ready to marshal response ...
2024/02/29 02:29:22 Ready to write response ...
2024/02/29 02:29:22 Ready to marshal response ...
2024/02/29 02:29:22 Ready to write response ...
2024/02/29 02:29:26 Ready to marshal response ...
2024/02/29 02:29:26 Ready to write response ...
2024/02/29 02:29:29 Ready to marshal response ...
2024/02/29 02:29:29 Ready to write response ...
2024/02/29 02:29:38 Ready to marshal response ...
2024/02/29 02:29:38 Ready to write response ...
2024/02/29 02:29:38 Ready to marshal response ...
2024/02/29 02:29:38 Ready to write response ...
2024/02/29 02:29:38 Ready to marshal response ...
2024/02/29 02:29:38 Ready to write response ...
2024/02/29 02:29:45 Ready to marshal response ...
2024/02/29 02:29:45 Ready to write response ...
2024/02/29 02:32:05 Ready to marshal response ...
2024/02/29 02:32:05 Ready to write response ...
==> kernel <==
02:32:31 up 6:14, 0 users, load average: 0.29, 1.41, 2.15
Linux addons-847636 5.15.0-1055-aws #60~20.04.1-Ubuntu SMP Thu Feb 22 15:54:21 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kindnet [93651cd6108ba68f41591180c5d1ac96f653546c952b2fdbde99d7105191c4fc] <==
I0229 02:30:29.179805 1 main.go:227] handling current node
I0229 02:30:39.184147 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:30:39.184171 1 main.go:227] handling current node
I0229 02:30:49.193359 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:30:49.193384 1 main.go:227] handling current node
I0229 02:30:59.220252 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:30:59.220283 1 main.go:227] handling current node
I0229 02:31:09.227065 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:31:09.227090 1 main.go:227] handling current node
I0229 02:31:19.231505 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:31:19.231725 1 main.go:227] handling current node
I0229 02:31:29.244958 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:31:29.244991 1 main.go:227] handling current node
I0229 02:31:39.248951 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:31:39.248978 1 main.go:227] handling current node
I0229 02:31:49.259247 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:31:49.259361 1 main.go:227] handling current node
I0229 02:31:59.263863 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:31:59.263891 1 main.go:227] handling current node
I0229 02:32:09.276036 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:32:09.276064 1 main.go:227] handling current node
I0229 02:32:19.280141 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:32:19.280170 1 main.go:227] handling current node
I0229 02:32:29.291533 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0229 02:32:29.291561 1 main.go:227] handling current node
==> kube-apiserver [e86b22466daf2e243b223dc2d80ef5eda2b627e92167fe55fddf32f3ca46130f] <==
I0229 02:29:32.101810 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0229 02:29:38.071901 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.96.155.195"}
I0229 02:29:44.198337 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.203832 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.213088 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.213164 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.227477 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.227530 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.240373 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.240500 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.249166 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.249222 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.260095 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.260228 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.275559 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.275621 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.285966 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0229 02:29:44.286380 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0229 02:29:44.840143 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
W0229 02:29:45.242029 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
I0229 02:29:45.257591 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.98.194.48"}
W0229 02:29:45.287404 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0229 02:29:45.300746 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0229 02:32:06.216349 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.12.223"}
E0229 02:32:22.396625 1 watch.go:287] unable to encode watch object *v1.WatchEvent: http2: stream closed (&streaming.encoderWithAllocator{writer:responsewriter.outerWithCloseNotifyAndFlush{UserProvidedDecorator:(*metrics.ResponseWriterDelegator)(0x4007eba2a0), InnerCloseNotifierFlusher:struct { httpsnoop.Unwrapper; http.ResponseWriter; http.Flusher; http.CloseNotifier; http.Pusher }{Unwrapper:(*httpsnoop.rw)(0x4006a046e0), ResponseWriter:(*httpsnoop.rw)(0x4006a046e0), Flusher:(*httpsnoop.rw)(0x4006a046e0), CloseNotifier:(*httpsnoop.rw)(0x4006a046e0), Pusher:(*httpsnoop.rw)(0x4006a046e0)}}, encoder:(*versioning.codec)(0x400d1228c0), memAllocator:(*runtime.Allocator)(0x4009a726d8)})
==> kube-controller-manager [1fdce7de4e02b6dd028100bdddf4b54f9906fa940e3747503754a093d378bc24] <==
W0229 02:31:11.978825 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
E0229 02:31:11.978866 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
W0229 02:31:24.125075 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
E0229 02:31:24.125112 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
W0229 02:31:49.311753 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
E0229 02:31:49.311787 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
W0229 02:31:50.091290 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
E0229 02:31:50.091324 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
W0229 02:31:54.874457 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
E0229 02:31:54.874493 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
W0229 02:31:58.853003 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
E0229 02:31:58.853036 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
I0229 02:32:05.920095 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0229 02:32:05.963399 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-xt9m7"
I0229 02:32:05.973409 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="53.110557ms"
I0229 02:32:05.994027 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="20.448694ms"
I0229 02:32:05.994125 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="51.774µs"
I0229 02:32:06.014331 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="82.173µs"
I0229 02:32:10.361791 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="38.539µs"
I0229 02:32:11.366786 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="86.539µs"
I0229 02:32:12.365406 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="218.214µs"
I0229 02:32:23.029318 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0229 02:32:23.035309 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-7967645744" duration="4.735µs"
I0229 02:32:23.038157 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0229 02:32:26.403004 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="41.107µs"
==> kube-proxy [b2d04fc89f8cc11cfe9f690a50a2f23cd8ef7fcb4d14f3f67092a6feeed9b8c3] <==
I0229 02:27:17.685563 1 server_others.go:69] "Using iptables proxy"
I0229 02:27:18.247478 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0229 02:27:18.588357 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0229 02:27:18.591830 1 server_others.go:152] "Using iptables Proxier"
I0229 02:27:18.591870 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0229 02:27:18.591877 1 server_others.go:438] "Defaulting to no-op detect-local"
I0229 02:27:18.591905 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"
I0229 02:27:18.592307 1 server.go:846] "Version info" version="v1.28.4"
I0229 02:27:18.592321 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0229 02:27:18.593416 1 config.go:188] "Starting service config controller"
I0229 02:27:18.593444 1 shared_informer.go:311] Waiting for caches to sync for service config
I0229 02:27:18.593468 1 config.go:97] "Starting endpoint slice config controller"
I0229 02:27:18.593473 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0229 02:27:18.622225 1 config.go:315] "Starting node config controller"
I0229 02:27:18.622351 1 shared_informer.go:311] Waiting for caches to sync for node config
I0229 02:27:18.693920 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0229 02:27:18.703189 1 shared_informer.go:318] Caches are synced for service config
I0229 02:27:18.722712 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [c44467f60f2830718966887810c6d446ee91949ac2f6661f417a8c4dec232b22] <==
W0229 02:26:56.623252 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
E0229 02:26:56.624598 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
W0229 02:26:56.623305 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
E0229 02:26:56.624627 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
W0229 02:26:56.623357 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
E0229 02:26:56.624655 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
W0229 02:26:56.623414 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
E0229 02:26:56.624678 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
W0229 02:26:56.623421 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
E0229 02:26:56.624694 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
W0229 02:26:56.623466 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
E0229 02:26:56.624707 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
W0229 02:26:56.623470 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0229 02:26:56.624724 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0229 02:26:57.547536 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
E0229 02:26:57.547676 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
W0229 02:26:57.647855 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
E0229 02:26:57.648066 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
W0229 02:26:57.648023 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
E0229 02:26:57.648157 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
W0229 02:26:57.676884 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
E0229 02:26:57.676987 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
W0229 02:26:57.706985 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
E0229 02:26:57.707099 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
I0229 02:26:58.201918 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Feb 29 02:32:22 addons-847636 kubelet[1363]: E0229 02:32:22.038614 1363 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/3a6ef8412f61be0eddd62e41dda5bdabf662cfff3615c536eedb48c6a1798e96/diff" to get inode usage: stat /var/lib/containers/storage/overlay/3a6ef8412f61be0eddd62e41dda5bdabf662cfff3615c536eedb48c6a1798e96/diff: no such file or directory, extraDiskErr: <nil>
Feb 29 02:32:22 addons-847636 kubelet[1363]: E0229 02:32:22.039116 1363 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/56ba150b9cf721b206e2955e0377c9ba3bf62900440d87e82fcd85c67ad3b2d7/diff" to get inode usage: stat /var/lib/containers/storage/overlay/56ba150b9cf721b206e2955e0377c9ba3bf62900440d87e82fcd85c67ad3b2d7/diff: no such file or directory, extraDiskErr: <nil>
Feb 29 02:32:22 addons-847636 kubelet[1363]: I0229 02:32:22.197412 1363 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-sq2h9\" (UniqueName: \"kubernetes.io/projected/7ae16640-9ae9-419c-80c8-be8130fa4f2a-kube-api-access-sq2h9\") pod \"7ae16640-9ae9-419c-80c8-be8130fa4f2a\" (UID: \"7ae16640-9ae9-419c-80c8-be8130fa4f2a\") "
Feb 29 02:32:22 addons-847636 kubelet[1363]: I0229 02:32:22.199377 1363 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/7ae16640-9ae9-419c-80c8-be8130fa4f2a-kube-api-access-sq2h9" (OuterVolumeSpecName: "kube-api-access-sq2h9") pod "7ae16640-9ae9-419c-80c8-be8130fa4f2a" (UID: "7ae16640-9ae9-419c-80c8-be8130fa4f2a"). InnerVolumeSpecName "kube-api-access-sq2h9". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 29 02:32:22 addons-847636 kubelet[1363]: I0229 02:32:22.298404 1363 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-sq2h9\" (UniqueName: \"kubernetes.io/projected/7ae16640-9ae9-419c-80c8-be8130fa4f2a-kube-api-access-sq2h9\") on node \"addons-847636\" DevicePath \"\""
Feb 29 02:32:22 addons-847636 kubelet[1363]: I0229 02:32:22.370850 1363 scope.go:117] "RemoveContainer" containerID="a6ae6ebea89ef0b4d0ab6ba5afd72ad1007f9aa913b8db19538451ac52af596a"
Feb 29 02:32:23 addons-847636 kubelet[1363]: I0229 02:32:23.467232 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="7ae16640-9ae9-419c-80c8-be8130fa4f2a" path="/var/lib/kubelet/pods/7ae16640-9ae9-419c-80c8-be8130fa4f2a/volumes"
Feb 29 02:32:23 addons-847636 kubelet[1363]: I0229 02:32:23.468306 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="7b0e77fd-e59c-4a15-ba06-fb5f0eeb2fb1" path="/var/lib/kubelet/pods/7b0e77fd-e59c-4a15-ba06-fb5f0eeb2fb1/volumes"
Feb 29 02:32:23 addons-847636 kubelet[1363]: I0229 02:32:23.468696 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="fcabc5a9-f6ff-4c7b-a981-e49b9307e27f" path="/var/lib/kubelet/pods/fcabc5a9-f6ff-4c7b-a981-e49b9307e27f/volumes"
Feb 29 02:32:25 addons-847636 kubelet[1363]: I0229 02:32:25.466539 1363 scope.go:117] "RemoveContainer" containerID="1101c930aa07aefb3d4edda8d94e563c29135f6101771609d3a11c41320ff7c2"
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.380912 1363 scope.go:117] "RemoveContainer" containerID="4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f"
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.386561 1363 scope.go:117] "RemoveContainer" containerID="2274c8d8b9a656b556f21906689cf76550ade6ff07a4e1d8c4715493e8f48166"
Feb 29 02:32:26 addons-847636 kubelet[1363]: E0229 02:32:26.387230 1363 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-xt9m7_default(4f0b5597-3005-44e5-9864-12fb8e257ed5)\"" pod="default/hello-world-app-5d77478584-xt9m7" podUID="4f0b5597-3005-44e5-9864-12fb8e257ed5"
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.413276 1363 scope.go:117] "RemoveContainer" containerID="4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f"
Feb 29 02:32:26 addons-847636 kubelet[1363]: E0229 02:32:26.413663 1363 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f\": container with ID starting with 4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f not found: ID does not exist" containerID="4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f"
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.413711 1363 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f"} err="failed to get container status \"4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f\": rpc error: code = NotFound desc = could not find container \"4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f\": container with ID starting with 4471d3b6f8826a44036ce087dd6acf435d41ee11a5f99a1b4e4f6e29f33b058f not found: ID does not exist"
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.413724 1363 scope.go:117] "RemoveContainer" containerID="1101c930aa07aefb3d4edda8d94e563c29135f6101771609d3a11c41320ff7c2"
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.425432 1363 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/1309e9a0-804a-4d1a-82c9-39daf26ceb32-webhook-cert\") pod \"1309e9a0-804a-4d1a-82c9-39daf26ceb32\" (UID: \"1309e9a0-804a-4d1a-82c9-39daf26ceb32\") "
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.425485 1363 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-p95zk\" (UniqueName: \"kubernetes.io/projected/1309e9a0-804a-4d1a-82c9-39daf26ceb32-kube-api-access-p95zk\") pod \"1309e9a0-804a-4d1a-82c9-39daf26ceb32\" (UID: \"1309e9a0-804a-4d1a-82c9-39daf26ceb32\") "
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.428028 1363 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/1309e9a0-804a-4d1a-82c9-39daf26ceb32-kube-api-access-p95zk" (OuterVolumeSpecName: "kube-api-access-p95zk") pod "1309e9a0-804a-4d1a-82c9-39daf26ceb32" (UID: "1309e9a0-804a-4d1a-82c9-39daf26ceb32"). InnerVolumeSpecName "kube-api-access-p95zk". PluginName "kubernetes.io/projected", VolumeGidValue ""
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.430099 1363 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/1309e9a0-804a-4d1a-82c9-39daf26ceb32-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "1309e9a0-804a-4d1a-82c9-39daf26ceb32" (UID: "1309e9a0-804a-4d1a-82c9-39daf26ceb32"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.526326 1363 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/1309e9a0-804a-4d1a-82c9-39daf26ceb32-webhook-cert\") on node \"addons-847636\" DevicePath \"\""
Feb 29 02:32:26 addons-847636 kubelet[1363]: I0229 02:32:26.526372 1363 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-p95zk\" (UniqueName: \"kubernetes.io/projected/1309e9a0-804a-4d1a-82c9-39daf26ceb32-kube-api-access-p95zk\") on node \"addons-847636\" DevicePath \"\""
Feb 29 02:32:26 addons-847636 kubelet[1363]: E0229 02:32:26.899307 1363 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/4859b0c916f002dbf4197f08dcda60d1c93120efa383be47d0322859fceeadf7/diff" to get inode usage: stat /var/lib/containers/storage/overlay/4859b0c916f002dbf4197f08dcda60d1c93120efa383be47d0322859fceeadf7/diff: no such file or directory, extraDiskErr: <nil>
Feb 29 02:32:27 addons-847636 kubelet[1363]: I0229 02:32:27.467520 1363 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="1309e9a0-804a-4d1a-82c9-39daf26ceb32" path="/var/lib/kubelet/pods/1309e9a0-804a-4d1a-82c9-39daf26ceb32/volumes"
==> storage-provisioner [5b6ba67b37067a84c2e26282ed5cae0a2fc6e482a16e16682bd3a5777dd56bf5] <==
I0229 02:27:19.982087 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0229 02:27:20.335269 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0229 02:27:20.335394 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0229 02:27:20.788191 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0229 02:27:20.970068 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-847636_d40cff8e-ca5b-4ef0-85a8-e7b1e5971e29!
I0229 02:27:21.004325 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"5c48cd6d-f41c-48a9-8f2e-1ae8de5a646f", APIVersion:"v1", ResourceVersion:"822", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-847636_d40cff8e-ca5b-4ef0-85a8-e7b1e5971e29 became leader
I0229 02:27:21.191176 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-847636_d40cff8e-ca5b-4ef0-85a8-e7b1e5971e29!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-847636 -n addons-847636
helpers_test.go:261: (dbg) Run: kubectl --context addons-847636 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 (168.07s)