=== RUN TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry
=== CONT TestAddons/parallel/Registry
addons_test.go:328: registry stabilized in 1.807401ms
addons_test.go:330: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-tl9b5" [0da9eb92-a72a-4e20-97a3-ff9fecea622f] Running
addons_test.go:330: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.002686559s
addons_test.go:333: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-xldsf" [2d465593-59aa-4922-8d50-d95af40b4d34] Running
addons_test.go:333: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.003327952s
addons_test.go:338: (dbg) Run: kubectl --context addons-535596 delete po -l run=registry-test --now
addons_test.go:343: (dbg) Run: kubectl --context addons-535596 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:343: (dbg) Non-zero exit: kubectl --context addons-535596 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": exit status 1 (1m0.143739157s)
-- stdout --
pod "registry-test" deleted
-- /stdout --
** stderr **
error: timed out waiting for the condition
** /stderr **
addons_test.go:345: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-535596 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c \"wget --spider -S http://registry.kube-system.svc.cluster.local\"" failed: exit status 1
addons_test.go:349: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:357: (dbg) Run: out/minikube-linux-amd64 -p addons-535596 ip
2024/09/20 18:05:14 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:386: (dbg) Run: out/minikube-linux-amd64 -p addons-535596 addons disable registry --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-535596
helpers_test.go:235: (dbg) docker inspect addons-535596:
-- stdout --
[
{
"Id": "f1d3e84c4b49a4de7f52fa503b5d86e772302aa6aa2de852054e504ad5b706d5",
"Created": "2024-09-20T17:52:13.830742372Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 89255,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-09-20T17:52:13.954637058Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:bb3bcbaabeeeadbf6b43ae7d1d07e504b3c8a94ec024df89bcb237eba4f5e9b3",
"ResolvConfPath": "/var/lib/docker/containers/f1d3e84c4b49a4de7f52fa503b5d86e772302aa6aa2de852054e504ad5b706d5/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/f1d3e84c4b49a4de7f52fa503b5d86e772302aa6aa2de852054e504ad5b706d5/hostname",
"HostsPath": "/var/lib/docker/containers/f1d3e84c4b49a4de7f52fa503b5d86e772302aa6aa2de852054e504ad5b706d5/hosts",
"LogPath": "/var/lib/docker/containers/f1d3e84c4b49a4de7f52fa503b5d86e772302aa6aa2de852054e504ad5b706d5/f1d3e84c4b49a4de7f52fa503b5d86e772302aa6aa2de852054e504ad5b706d5-json.log",
"Name": "/addons-535596",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-535596:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-535596",
"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/23f9af8f05d23bfa2780339d0fcda0f5af49642b088d8d57cee3de684fe57987-init/diff:/var/lib/docker/overlay2/d17c92da102880879ea982f35719cfe968bb9bb2362bb970ef505dec0cc6189e/diff",
"MergedDir": "/var/lib/docker/overlay2/23f9af8f05d23bfa2780339d0fcda0f5af49642b088d8d57cee3de684fe57987/merged",
"UpperDir": "/var/lib/docker/overlay2/23f9af8f05d23bfa2780339d0fcda0f5af49642b088d8d57cee3de684fe57987/diff",
"WorkDir": "/var/lib/docker/overlay2/23f9af8f05d23bfa2780339d0fcda0f5af49642b088d8d57cee3de684fe57987/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-535596",
"Source": "/var/lib/docker/volumes/addons-535596/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-535596",
"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.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4",
"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-535596",
"name.minikube.sigs.k8s.io": "addons-535596",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "c192d44b297ecd10d8e7a2886fb3d196a307f696482c389224772f4744648130",
"SandboxKey": "/var/run/docker/netns/c192d44b297e",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-535596": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "6eb80bab0fbbbd37106971346e69e5a38c60d83f19a984e8175e628f7c6a185f",
"EndpointID": "81af9e820d8271b041f5931243c533ae49e3c4196b5f14101353caa1e905e809",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-535596",
"f1d3e84c4b49"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-535596 -n addons-535596
helpers_test.go:244: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 -p addons-535596 logs -n 25
helpers_test.go:252: TestAddons/parallel/Registry logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | --download-only -p | download-docker-952527 | jenkins | v1.34.0 | 20 Sep 24 17:51 UTC | |
| | download-docker-952527 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-952527 | download-docker-952527 | jenkins | v1.34.0 | 20 Sep 24 17:51 UTC | 20 Sep 24 17:51 UTC |
| start | --download-only -p | binary-mirror-440140 | jenkins | v1.34.0 | 20 Sep 24 17:51 UTC | |
| | binary-mirror-440140 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39251 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-440140 | binary-mirror-440140 | jenkins | v1.34.0 | 20 Sep 24 17:51 UTC | 20 Sep 24 17:51 UTC |
| addons | enable dashboard -p | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 17:51 UTC | |
| | addons-535596 | | | | | |
| addons | disable dashboard -p | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 17:51 UTC | |
| | addons-535596 | | | | | |
| start | -p addons-535596 --wait=true | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 17:51 UTC | 20 Sep 24 17:55 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 --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | addons-535596 addons disable | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 17:55 UTC | 20 Sep 24 17:56 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | enable headlamp | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | -p addons-535596 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | -p addons-535596 | | | | | |
| addons | addons-535596 addons | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-535596 addons disable | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | addons-535596 | | | | | |
| ssh | addons-535596 ssh curl -s | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-535596 ip | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| addons | addons-535596 addons disable | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-535596 addons disable | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-535596 addons disable | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | addons-535596 | | | | | |
| ssh | addons-535596 ssh cat | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | 20 Sep 24 18:04 UTC |
| | /opt/local-path-provisioner/pvc-1a02ad53-06eb-4e3d-819b-4c8d67dfc852_default_test-pvc/file1 | | | | | |
| addons | addons-535596 addons disable | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:04 UTC | |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-535596 addons | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:05 UTC | 20 Sep 24 18:05 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-535596 addons | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:05 UTC | 20 Sep 24 18:05 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-535596 ip | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:05 UTC | 20 Sep 24 18:05 UTC |
| addons | addons-535596 addons disable | addons-535596 | jenkins | v1.34.0 | 20 Sep 24 18:05 UTC | 20 Sep 24 18:05 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/09/20 17:51:50
Running on machine: ubuntu-20-agent-3
Binary: Built with gc go1.23.0 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0920 17:51:50.758772 88492 out.go:345] Setting OutFile to fd 1 ...
I0920 17:51:50.758902 88492 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0920 17:51:50.758912 88492 out.go:358] Setting ErrFile to fd 2...
I0920 17:51:50.758916 88492 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0920 17:51:50.759074 88492 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19678-80428/.minikube/bin
I0920 17:51:50.759700 88492 out.go:352] Setting JSON to false
I0920 17:51:50.760579 88492 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-3","uptime":5663,"bootTime":1726849048,"procs":175,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1069-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0920 17:51:50.760675 88492 start.go:139] virtualization: kvm guest
I0920 17:51:50.762745 88492 out.go:177] * [addons-535596] minikube v1.34.0 on Ubuntu 20.04 (kvm/amd64)
I0920 17:51:50.764229 88492 out.go:177] - MINIKUBE_LOCATION=19678
I0920 17:51:50.764244 88492 notify.go:220] Checking for updates...
I0920 17:51:50.766868 88492 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0920 17:51:50.768321 88492 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19678-80428/kubeconfig
I0920 17:51:50.769675 88492 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19678-80428/.minikube
I0920 17:51:50.771003 88492 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0920 17:51:50.772204 88492 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0920 17:51:50.773602 88492 driver.go:394] Setting default libvirt URI to qemu:///system
I0920 17:51:50.793990 88492 docker.go:123] docker version: linux-27.3.0:Docker Engine - Community
I0920 17:51:50.794050 88492 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0920 17:51:50.840163 88492 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-20 17:51:50.832126357 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 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:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-3 Labels:[] ExperimentalBuild:false ServerVersion:27.3.0 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bri
dge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.6] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0920 17:51:50.840264 88492 docker.go:318] overlay module found
I0920 17:51:50.841986 88492 out.go:177] * Using the docker driver based on user configuration
I0920 17:51:50.843233 88492 start.go:297] selected driver: docker
I0920 17:51:50.843250 88492 start.go:901] validating driver "docker" against <nil>
I0920 17:51:50.843270 88492 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0920 17:51:50.844026 88492 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0920 17:51:50.887439 88492 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-20 17:51:50.879057341 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1069-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 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:8 MemTotal:33647935488 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-3 Labels:[] ExperimentalBuild:false ServerVersion:27.3.0 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bri
dge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] ServerErrors:[] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.6] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0920 17:51:50.887634 88492 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0920 17:51:50.887890 88492 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0920 17:51:50.889406 88492 out.go:177] * Using Docker driver with root privileges
I0920 17:51:50.890318 88492 cni.go:84] Creating CNI manager for ""
I0920 17:51:50.890403 88492 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0920 17:51:50.890415 88492 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0920 17:51:50.890463 88492 start.go:340] cluster config:
{Name:addons-535596 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-535596 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock:
SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0920 17:51:50.891744 88492 out.go:177] * Starting "addons-535596" primary control-plane node in "addons-535596" cluster
I0920 17:51:50.892888 88492 cache.go:121] Beginning downloading kic base image for docker with docker
I0920 17:51:50.894091 88492 out.go:177] * Pulling base image v0.0.45-1726589491-19662 ...
I0920 17:51:50.895132 88492 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0920 17:51:50.895158 88492 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 in local docker daemon
I0920 17:51:50.895174 88492 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19678-80428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4
I0920 17:51:50.895186 88492 cache.go:56] Caching tarball of preloaded images
I0920 17:51:50.895284 88492 preload.go:172] Found /home/jenkins/minikube-integration/19678-80428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I0920 17:51:50.895299 88492 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on docker
I0920 17:51:50.895649 88492 profile.go:143] Saving config to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/config.json ...
I0920 17:51:50.895677 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/config.json: {Name:mk306ba9e0556005f3109419766f916f5414f21a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:51:50.909397 88492 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 to local cache
I0920 17:51:50.909497 88492 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 in local cache directory
I0920 17:51:50.909511 88492 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 in local cache directory, skipping pull
I0920 17:51:50.909516 88492 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 exists in cache, skipping pull
I0920 17:51:50.909528 88492 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 as a tarball
I0920 17:51:50.909535 88492 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 from local cache
I0920 17:52:02.524862 88492 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 from cached tarball
I0920 17:52:02.524923 88492 cache.go:194] Successfully downloaded all kic artifacts
I0920 17:52:02.524998 88492 start.go:360] acquireMachinesLock for addons-535596: {Name:mkf2018feba7c889b64f8b8319e0c59aa6995edb Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0920 17:52:02.525125 88492 start.go:364] duration metric: took 100.594µs to acquireMachinesLock for "addons-535596"
I0920 17:52:02.525148 88492 start.go:93] Provisioning new machine with config: &{Name:addons-535596 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-535596 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Cust
omQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0920 17:52:02.525228 88492 start.go:125] createHost starting for "" (driver="docker")
I0920 17:52:02.527018 88492 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0920 17:52:02.527262 88492 start.go:159] libmachine.API.Create for "addons-535596" (driver="docker")
I0920 17:52:02.527300 88492 client.go:168] LocalClient.Create starting
I0920 17:52:02.527395 88492 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca.pem
I0920 17:52:02.640659 88492 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/cert.pem
I0920 17:52:02.754099 88492 cli_runner.go:164] Run: docker network inspect addons-535596 --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}}]}"
W0920 17:52:02.769341 88492 cli_runner.go:211] docker network inspect addons-535596 --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
I0920 17:52:02.769409 88492 network_create.go:284] running [docker network inspect addons-535596] to gather additional debugging logs...
I0920 17:52:02.769431 88492 cli_runner.go:164] Run: docker network inspect addons-535596
W0920 17:52:02.783729 88492 cli_runner.go:211] docker network inspect addons-535596 returned with exit code 1
I0920 17:52:02.783753 88492 network_create.go:287] error running [docker network inspect addons-535596]: docker network inspect addons-535596: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-535596 not found
I0920 17:52:02.783769 88492 network_create.go:289] output of [docker network inspect addons-535596]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-535596 not found
** /stderr **
I0920 17:52:02.783855 88492 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}}]}"
I0920 17:52:02.798604 88492 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc001a7ef60}
I0920 17:52:02.798652 88492 network_create.go:124] attempt to create docker network addons-535596 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0920 17:52:02.798693 88492 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-535596 addons-535596
I0920 17:52:02.853660 88492 network_create.go:108] docker network addons-535596 192.168.49.0/24 created
I0920 17:52:02.853696 88492 kic.go:121] calculated static IP "192.168.49.2" for the "addons-535596" container
I0920 17:52:02.853766 88492 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0920 17:52:02.867673 88492 cli_runner.go:164] Run: docker volume create addons-535596 --label name.minikube.sigs.k8s.io=addons-535596 --label created_by.minikube.sigs.k8s.io=true
I0920 17:52:02.883449 88492 oci.go:103] Successfully created a docker volume addons-535596
I0920 17:52:02.883538 88492 cli_runner.go:164] Run: docker run --rm --name addons-535596-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-535596 --entrypoint /usr/bin/test -v addons-535596:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -d /var/lib
I0920 17:52:09.938537 88492 cli_runner.go:217] Completed: docker run --rm --name addons-535596-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-535596 --entrypoint /usr/bin/test -v addons-535596:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -d /var/lib: (7.054918879s)
I0920 17:52:09.938566 88492 oci.go:107] Successfully prepared a docker volume addons-535596
I0920 17:52:09.938597 88492 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0920 17:52:09.938627 88492 kic.go:194] Starting extracting preloaded images to volume ...
I0920 17:52:09.938697 88492 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19678-80428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-535596:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -I lz4 -xf /preloaded.tar -C /extractDir
I0920 17:52:13.772162 88492 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19678-80428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-535596:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -I lz4 -xf /preloaded.tar -C /extractDir: (3.833421013s)
I0920 17:52:13.772195 88492 kic.go:203] duration metric: took 3.83356408s to extract preloaded images to volume ...
W0920 17:52:13.772336 88492 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0920 17:52:13.772448 88492 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0920 17:52:13.816652 88492 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-535596 --name addons-535596 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-535596 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-535596 --network addons-535596 --ip 192.168.49.2 --volume addons-535596:/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.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4
I0920 17:52:14.112809 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Running}}
I0920 17:52:14.129396 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:14.146338 88492 cli_runner.go:164] Run: docker exec addons-535596 stat /var/lib/dpkg/alternatives/iptables
I0920 17:52:14.186318 88492 oci.go:144] the created container "addons-535596" has a running status.
I0920 17:52:14.186351 88492 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa...
I0920 17:52:14.284607 88492 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0920 17:52:14.304079 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:14.320873 88492 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0920 17:52:14.320899 88492 kic_runner.go:114] Args: [docker exec --privileged addons-535596 chown docker:docker /home/docker/.ssh/authorized_keys]
I0920 17:52:14.363038 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:14.382626 88492 machine.go:93] provisionDockerMachine start ...
I0920 17:52:14.382730 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:14.402533 88492 main.go:141] libmachine: Using SSH client type: native
I0920 17:52:14.402782 88492 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0920 17:52:14.402802 88492 main.go:141] libmachine: About to run SSH command:
hostname
I0920 17:52:14.403488 88492 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42790->127.0.0.1:32768: read: connection reset by peer
I0920 17:52:17.533606 88492 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-535596
I0920 17:52:17.533640 88492 ubuntu.go:169] provisioning hostname "addons-535596"
I0920 17:52:17.533719 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:17.549386 88492 main.go:141] libmachine: Using SSH client type: native
I0920 17:52:17.549564 88492 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0920 17:52:17.549576 88492 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-535596 && echo "addons-535596" | sudo tee /etc/hostname
I0920 17:52:17.688479 88492 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-535596
I0920 17:52:17.688557 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:17.705468 88492 main.go:141] libmachine: Using SSH client type: native
I0920 17:52:17.705635 88492 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0920 17:52:17.705651 88492 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-535596' /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-535596/g' /etc/hosts;
else
echo '127.0.1.1 addons-535596' | sudo tee -a /etc/hosts;
fi
fi
I0920 17:52:17.833935 88492 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0920 17:52:17.833969 88492 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19678-80428/.minikube CaCertPath:/home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19678-80428/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19678-80428/.minikube}
I0920 17:52:17.834002 88492 ubuntu.go:177] setting up certificates
I0920 17:52:17.834013 88492 provision.go:84] configureAuth start
I0920 17:52:17.834061 88492 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-535596
I0920 17:52:17.849191 88492 provision.go:143] copyHostCerts
I0920 17:52:17.849287 88492 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19678-80428/.minikube/ca.pem (1078 bytes)
I0920 17:52:17.849393 88492 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19678-80428/.minikube/cert.pem (1123 bytes)
I0920 17:52:17.849451 88492 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19678-80428/.minikube/key.pem (1675 bytes)
I0920 17:52:17.849498 88492 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19678-80428/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca-key.pem org=jenkins.addons-535596 san=[127.0.0.1 192.168.49.2 addons-535596 localhost minikube]
I0920 17:52:18.052971 88492 provision.go:177] copyRemoteCerts
I0920 17:52:18.053033 88492 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0920 17:52:18.053068 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:18.070416 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:18.162329 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0920 17:52:18.182705 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0920 17:52:18.202478 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0920 17:52:18.222066 88492 provision.go:87] duration metric: took 388.038771ms to configureAuth
I0920 17:52:18.222089 88492 ubuntu.go:193] setting minikube options for container-runtime
I0920 17:52:18.222242 88492 config.go:182] Loaded profile config "addons-535596": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0920 17:52:18.222289 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:18.237642 88492 main.go:141] libmachine: Using SSH client type: native
I0920 17:52:18.237818 88492 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0920 17:52:18.237831 88492 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0920 17:52:18.370415 88492 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0920 17:52:18.370436 88492 ubuntu.go:71] root file system type: overlay
I0920 17:52:18.370556 88492 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0920 17:52:18.370626 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:18.387675 88492 main.go:141] libmachine: Using SSH client type: native
I0920 17:52:18.387852 88492 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0920 17:52:18.387909 88492 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0920 17:52:18.528106 88492 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0920 17:52:18.528176 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:18.544103 88492 main.go:141] libmachine: Using SSH client type: native
I0920 17:52:18.544267 88492 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0920 17:52:18.544291 88492 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0920 17:52:19.226190 88492 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-09-06 12:06:41.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-09-20 17:52:18.522847491 +0000
@@ -1,46 +1,49 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
+LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0920 17:52:19.226235 88492 machine.go:96] duration metric: took 4.843578185s to provisionDockerMachine
I0920 17:52:19.226253 88492 client.go:171] duration metric: took 16.698943791s to LocalClient.Create
I0920 17:52:19.226275 88492 start.go:167] duration metric: took 16.699013355s to libmachine.API.Create "addons-535596"
I0920 17:52:19.226287 88492 start.go:293] postStartSetup for "addons-535596" (driver="docker")
I0920 17:52:19.226302 88492 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0920 17:52:19.226369 88492 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
I0920 17:52:19.226416 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:19.244305 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:19.338514 88492 ssh_runner.go:195] Run: cat /etc/os-release
I0920 17:52:19.341247 88492 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0920 17:52:19.341277 88492 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0920 17:52:19.341284 88492 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0920 17:52:19.341292 88492 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0920 17:52:19.341304 88492 filesync.go:126] Scanning /home/jenkins/minikube-integration/19678-80428/.minikube/addons for local assets ...
I0920 17:52:19.341354 88492 filesync.go:126] Scanning /home/jenkins/minikube-integration/19678-80428/.minikube/files for local assets ...
I0920 17:52:19.341378 88492 start.go:296] duration metric: took 115.083184ms for postStartSetup
I0920 17:52:19.341643 88492 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-535596
I0920 17:52:19.357438 88492 profile.go:143] Saving config to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/config.json ...
I0920 17:52:19.357692 88492 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0920 17:52:19.357740 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:19.372913 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:19.462776 88492 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0920 17:52:19.466637 88492 start.go:128] duration metric: took 16.941391509s to createHost
I0920 17:52:19.466663 88492 start.go:83] releasing machines lock for "addons-535596", held for 16.941525074s
I0920 17:52:19.466720 88492 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-535596
I0920 17:52:19.482363 88492 ssh_runner.go:195] Run: cat /version.json
I0920 17:52:19.482404 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:19.482459 88492 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0920 17:52:19.482566 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:19.498017 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:19.498169 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:19.651366 88492 ssh_runner.go:195] Run: systemctl --version
I0920 17:52:19.655160 88492 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0920 17:52:19.658847 88492 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0920 17:52:19.679624 88492 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0920 17:52:19.679695 88492 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0920 17:52:19.702736 88492 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0920 17:52:19.702762 88492 start.go:495] detecting cgroup driver to use...
I0920 17:52:19.702795 88492 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0920 17:52:19.702906 88492 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0920 17:52:19.716416 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
I0920 17:52:19.724378 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0920 17:52:19.732233 88492 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0920 17:52:19.732274 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0920 17:52:19.740117 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0920 17:52:19.748220 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0920 17:52:19.755985 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0920 17:52:19.763885 88492 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0920 17:52:19.771351 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0920 17:52:19.779134 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0920 17:52:19.786823 88492 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0920 17:52:19.794672 88492 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0920 17:52:19.801433 88492 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0920 17:52:19.808043 88492 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0920 17:52:19.879466 88492 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0920 17:52:19.965879 88492 start.go:495] detecting cgroup driver to use...
I0920 17:52:19.965926 88492 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0920 17:52:19.965976 88492 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0920 17:52:19.976896 88492 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0920 17:52:19.976963 88492 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0920 17:52:19.987607 88492 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0920 17:52:20.002141 88492 ssh_runner.go:195] Run: which cri-dockerd
I0920 17:52:20.005260 88492 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0920 17:52:20.013635 88492 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
I0920 17:52:20.030933 88492 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0920 17:52:20.110007 88492 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0920 17:52:20.202052 88492 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
I0920 17:52:20.202219 88492 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0920 17:52:20.218123 88492 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0920 17:52:20.305626 88492 ssh_runner.go:195] Run: sudo systemctl restart docker
I0920 17:52:20.543328 88492 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0920 17:52:20.553811 88492 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0920 17:52:20.563516 88492 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0920 17:52:20.639039 88492 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0920 17:52:20.715584 88492 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0920 17:52:20.788109 88492 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0920 17:52:20.799429 88492 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0920 17:52:20.808468 88492 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0920 17:52:20.884356 88492 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0920 17:52:20.939853 88492 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0920 17:52:20.939933 88492 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0920 17:52:20.943553 88492 start.go:563] Will wait 60s for crictl version
I0920 17:52:20.943615 88492 ssh_runner.go:195] Run: which crictl
I0920 17:52:20.946790 88492 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0920 17:52:20.976847 88492 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 27.2.1
RuntimeApiVersion: v1
I0920 17:52:20.976899 88492 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0920 17:52:20.998178 88492 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0920 17:52:21.020005 88492 out.go:235] * Preparing Kubernetes v1.31.1 on Docker 27.2.1 ...
I0920 17:52:21.020079 88492 cli_runner.go:164] Run: docker network inspect addons-535596 --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}}]}"
I0920 17:52:21.035190 88492 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0920 17:52:21.038316 88492 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""
I0920 17:52:21.047810 88492 kubeadm.go:883] updating cluster {Name:addons-535596 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-535596 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuF
irmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0920 17:52:21.047926 88492 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0920 17:52:21.047988 88492 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0920 17:52:21.065558 88492 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/coredns/coredns:v1.11.3
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0920 17:52:21.065582 88492 docker.go:615] Images already preloaded, skipping extraction
I0920 17:52:21.065628 88492 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0920 17:52:21.084060 88492 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/coredns/coredns:v1.11.3
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0920 17:52:21.084083 88492 cache_images.go:84] Images are preloaded, skipping loading
I0920 17:52:21.084094 88492 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 docker true true} ...
I0920 17:52:21.084222 88492 kubeadm.go:946] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-535596 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.1 ClusterName:addons-535596 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0920 17:52:21.084272 88492 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0920 17:52:21.127871 88492 cni.go:84] Creating CNI manager for ""
I0920 17:52:21.127896 88492 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0920 17:52:21.127908 88492 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0920 17:52:21.127926 88492 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-535596 NodeName:addons-535596 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/cri-dockerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0920 17:52:21.128058 88492 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/cri-dockerd.sock
name: "addons-535596"
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.31.1
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/cri-dockerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
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
I0920 17:52:21.128111 88492 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
I0920 17:52:21.136023 88492 binaries.go:44] Found k8s binaries, skipping transfer
I0920 17:52:21.136077 88492 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0920 17:52:21.144242 88492 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I0920 17:52:21.159369 88492 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0920 17:52:21.174038 88492 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
I0920 17:52:21.189116 88492 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0920 17:52:21.192033 88492 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""
I0920 17:52:21.200900 88492 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0920 17:52:21.271252 88492 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0920 17:52:21.282442 88492 certs.go:68] Setting up /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596 for IP: 192.168.49.2
I0920 17:52:21.282464 88492 certs.go:194] generating shared ca certs ...
I0920 17:52:21.282486 88492 certs.go:226] acquiring lock for ca certs: {Name:mk95bc94f37f51e4ab78abaa125a6379bd5fd7b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:21.282637 88492 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19678-80428/.minikube/ca.key
I0920 17:52:21.430299 88492 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19678-80428/.minikube/ca.crt ...
I0920 17:52:21.430330 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/ca.crt: {Name:mk5e443394ae5aad1f8a260b1850e1fb982d7f20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:21.430545 88492 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19678-80428/.minikube/ca.key ...
I0920 17:52:21.430562 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/ca.key: {Name:mk0ff0e0db481e2ed6fec0bd338a68eb71b83d77 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:21.430675 88492 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19678-80428/.minikube/proxy-client-ca.key
I0920 17:52:21.699556 88492 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19678-80428/.minikube/proxy-client-ca.crt ...
I0920 17:52:21.699594 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/proxy-client-ca.crt: {Name:mk2ddc389372d268964f64a71965bbcbb94d0f0e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:21.699781 88492 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19678-80428/.minikube/proxy-client-ca.key ...
I0920 17:52:21.699796 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/proxy-client-ca.key: {Name:mk8402f645feabb82aebe12a1952ccb71d11f11c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:21.699899 88492 certs.go:256] generating profile certs ...
I0920 17:52:21.699976 88492 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/client.key
I0920 17:52:21.699996 88492 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/client.crt with IP's: []
I0920 17:52:22.025144 88492 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/client.crt ...
I0920 17:52:22.025187 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/client.crt: {Name:mk7cdc9376b6b3bc345745137cb18208dbf81207 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:22.025397 88492 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/client.key ...
I0920 17:52:22.025413 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/client.key: {Name:mk720366cbbaa343bf958f43b75374393fb9aedb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:22.025526 88492 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.key.1324324d
I0920 17:52:22.025554 88492 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.crt.1324324d with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0920 17:52:22.231140 88492 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.crt.1324324d ...
I0920 17:52:22.231176 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.crt.1324324d: {Name:mk72bab60aa77861561c6ffa38773706b42e587a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:22.231365 88492 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.key.1324324d ...
I0920 17:52:22.231385 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.key.1324324d: {Name:mkacb39b23b6711c3abfca8b58c3b9184559026e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:22.231496 88492 certs.go:381] copying /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.crt.1324324d -> /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.crt
I0920 17:52:22.231614 88492 certs.go:385] copying /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.key.1324324d -> /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.key
I0920 17:52:22.231691 88492 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.key
I0920 17:52:22.231718 88492 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.crt with IP's: []
I0920 17:52:22.366530 88492 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.crt ...
I0920 17:52:22.366562 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.crt: {Name:mkd9d40cc03603237325998d49672fbb9dc3b3e1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:22.366742 88492 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.key ...
I0920 17:52:22.366760 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.key: {Name:mk0c87f43062928cdcf9b1de07036d2301d351b7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:22.366977 88492 certs.go:484] found cert: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca-key.pem (1675 bytes)
I0920 17:52:22.367020 88492 certs.go:484] found cert: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/ca.pem (1078 bytes)
I0920 17:52:22.367055 88492 certs.go:484] found cert: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/cert.pem (1123 bytes)
I0920 17:52:22.367085 88492 certs.go:484] found cert: /home/jenkins/minikube-integration/19678-80428/.minikube/certs/key.pem (1675 bytes)
I0920 17:52:22.367716 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0920 17:52:22.388940 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0920 17:52:22.409088 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0920 17:52:22.428794 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0920 17:52:22.448968 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0920 17:52:22.468513 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0920 17:52:22.487657 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0920 17:52:22.507411 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/profiles/addons-535596/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0920 17:52:22.527050 88492 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19678-80428/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0920 17:52:22.546600 88492 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0920 17:52:22.561115 88492 ssh_runner.go:195] Run: openssl version
I0920 17:52:22.565718 88492 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"
I0920 17:52:22.573294 88492 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0920 17:52:22.576127 88492 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 20 17:52 /usr/share/ca-certificates/minikubeCA.pem
I0920 17:52:22.576171 88492 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0920 17:52:22.581899 88492 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"
I0920 17:52:22.589550 88492 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0920 17:52:22.592316 88492 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0920 17:52:22.592358 88492 kubeadm.go:392] StartCluster: {Name:addons-535596 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-535596 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirm
warePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0920 17:52:22.592462 88492 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0920 17:52:22.608376 88492 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0920 17:52:22.615726 88492 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0920 17:52:22.622846 88492 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0920 17:52:22.622881 88492 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
I0920 17:52:22.629895 88492 kubeadm.go:155] 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
I0920 17:52:22.629911 88492 kubeadm.go:157] found existing configuration files:
I0920 17:52:22.629940 88492 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0920 17:52:22.636754 88492 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0920 17:52:22.636789 88492 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0920 17:52:22.643574 88492 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0920 17:52:22.650645 88492 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0920 17:52:22.650690 88492 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0920 17:52:22.657352 88492 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0920 17:52:22.664329 88492 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0920 17:52:22.664364 88492 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0920 17:52:22.671173 88492 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0920 17:52:22.677943 88492 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0920 17:52:22.677978 88492 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0920 17:52:22.684738 88492 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$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"
I0920 17:52:22.717219 88492 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
I0920 17:52:22.717290 88492 kubeadm.go:310] [preflight] Running pre-flight checks
I0920 17:52:22.736346 88492 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0920 17:52:22.736427 88492 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1069-gcp[0m
I0920 17:52:22.736519 88492 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0920 17:52:22.736609 88492 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0920 17:52:22.736678 88492 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0920 17:52:22.736760 88492 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0920 17:52:22.736825 88492 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0920 17:52:22.736896 88492 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0920 17:52:22.736971 88492 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0920 17:52:22.737035 88492 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0920 17:52:22.737117 88492 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0920 17:52:22.737213 88492 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0920 17:52:22.785636 88492 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0920 17:52:22.785773 88492 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0920 17:52:22.785900 88492 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0920 17:52:22.796130 88492 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0920 17:52:22.798976 88492 out.go:235] - Generating certificates and keys ...
I0920 17:52:22.799069 88492 kubeadm.go:310] [certs] Using existing ca certificate authority
I0920 17:52:22.799143 88492 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0920 17:52:22.928213 88492 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0920 17:52:23.103104 88492 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0920 17:52:23.277393 88492 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0920 17:52:23.725844 88492 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0920 17:52:23.983220 88492 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0920 17:52:23.983377 88492 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-535596 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0920 17:52:24.081977 88492 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0920 17:52:24.082092 88492 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-535596 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0920 17:52:24.259697 88492 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0920 17:52:24.394050 88492 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0920 17:52:24.487299 88492 kubeadm.go:310] [certs] Generating "sa" key and public key
I0920 17:52:24.487369 88492 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0920 17:52:24.553790 88492 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0920 17:52:24.801699 88492 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0920 17:52:24.966853 88492 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0920 17:52:25.134831 88492 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0920 17:52:25.242717 88492 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0920 17:52:25.243115 88492 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0920 17:52:25.246621 88492 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0920 17:52:25.248899 88492 out.go:235] - Booting up control plane ...
I0920 17:52:25.249012 88492 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0920 17:52:25.249119 88492 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0920 17:52:25.249764 88492 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0920 17:52:25.258649 88492 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0920 17:52:25.263521 88492 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0920 17:52:25.263582 88492 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0920 17:52:25.351515 88492 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0920 17:52:25.351661 88492 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0920 17:52:25.853011 88492 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.604844ms
I0920 17:52:25.853152 88492 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0920 17:52:30.354987 88492 kubeadm.go:310] [api-check] The API server is healthy after 4.501918111s
I0920 17:52:30.365339 88492 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0920 17:52:30.375464 88492 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0920 17:52:30.392921 88492 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0920 17:52:30.393165 88492 kubeadm.go:310] [mark-control-plane] Marking the node addons-535596 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0920 17:52:30.399547 88492 kubeadm.go:310] [bootstrap-token] Using token: afv6cb.wjuz9eoem19xvicp
I0920 17:52:30.400740 88492 out.go:235] - Configuring RBAC rules ...
I0920 17:52:30.400905 88492 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0920 17:52:30.403642 88492 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0920 17:52:30.409345 88492 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0920 17:52:30.411553 88492 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0920 17:52:30.414015 88492 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0920 17:52:30.416182 88492 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0920 17:52:30.761200 88492 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0920 17:52:31.181139 88492 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0920 17:52:31.760791 88492 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0920 17:52:31.761693 88492 kubeadm.go:310]
I0920 17:52:31.761755 88492 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0920 17:52:31.761784 88492 kubeadm.go:310]
I0920 17:52:31.761907 88492 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0920 17:52:31.761919 88492 kubeadm.go:310]
I0920 17:52:31.761955 88492 kubeadm.go:310] mkdir -p $HOME/.kube
I0920 17:52:31.762034 88492 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0920 17:52:31.762111 88492 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0920 17:52:31.762128 88492 kubeadm.go:310]
I0920 17:52:31.762197 88492 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0920 17:52:31.762204 88492 kubeadm.go:310]
I0920 17:52:31.762249 88492 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0920 17:52:31.762255 88492 kubeadm.go:310]
I0920 17:52:31.762298 88492 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0920 17:52:31.762371 88492 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0920 17:52:31.762431 88492 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0920 17:52:31.762437 88492 kubeadm.go:310]
I0920 17:52:31.762562 88492 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0920 17:52:31.762635 88492 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0920 17:52:31.762641 88492 kubeadm.go:310]
I0920 17:52:31.762746 88492 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token afv6cb.wjuz9eoem19xvicp \
I0920 17:52:31.762843 88492 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:37aeac015b190bbca60b6598975ad964cc26cfb7a61a8664c43dd558ad786070 \
I0920 17:52:31.762866 88492 kubeadm.go:310] --control-plane
I0920 17:52:31.762873 88492 kubeadm.go:310]
I0920 17:52:31.762943 88492 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0920 17:52:31.762950 88492 kubeadm.go:310]
I0920 17:52:31.763026 88492 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token afv6cb.wjuz9eoem19xvicp \
I0920 17:52:31.763120 88492 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:37aeac015b190bbca60b6598975ad964cc26cfb7a61a8664c43dd558ad786070
I0920 17:52:31.765411 88492 kubeadm.go:310] W0920 17:52:22.714959 1921 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0920 17:52:31.765763 88492 kubeadm.go:310] W0920 17:52:22.715496 1921 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0920 17:52:31.765950 88492 kubeadm.go:310] [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-1069-gcp\n", err: exit status 1
I0920 17:52:31.766105 88492 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0920 17:52:31.766131 88492 cni.go:84] Creating CNI manager for ""
I0920 17:52:31.766151 88492 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0920 17:52:31.767960 88492 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0920 17:52:31.769415 88492 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0920 17:52:31.777580 88492 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0920 17:52:31.794935 88492 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0920 17:52:31.795009 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:31.795103 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-535596 minikube.k8s.io/updated_at=2024_09_20T17_52_31_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=57d42ff8d541388826f5d9c37044129ec69c3d0a minikube.k8s.io/name=addons-535596 minikube.k8s.io/primary=true
I0920 17:52:31.863609 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:31.863729 88492 ops.go:34] apiserver oom_adj: -16
I0920 17:52:32.363706 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:32.864337 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:33.364594 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:33.864436 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:34.364009 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:34.863871 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:35.363752 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:35.864466 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:36.364078 88492 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0920 17:52:36.427251 88492 kubeadm.go:1113] duration metric: took 4.63230148s to wait for elevateKubeSystemPrivileges
I0920 17:52:36.427288 88492 kubeadm.go:394] duration metric: took 13.834935798s to StartCluster
I0920 17:52:36.427309 88492 settings.go:142] acquiring lock: {Name:mk07ca267b6900dd07f138f20d0dcf257cf243ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:36.427451 88492 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19678-80428/kubeconfig
I0920 17:52:36.427915 88492 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19678-80428/kubeconfig: {Name:mk8ced1f9edc9f12273ef466e1d923169239757a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0920 17:52:36.428104 88492 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0920 17:52:36.428126 88492 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0920 17:52:36.428179 88492 addons.go:507] 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 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 volcano:true volumesnapshots:true yakd:true]
I0920 17:52:36.428265 88492 addons.go:69] Setting yakd=true in profile "addons-535596"
I0920 17:52:36.428297 88492 addons.go:69] Setting gcp-auth=true in profile "addons-535596"
I0920 17:52:36.428318 88492 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-535596"
I0920 17:52:36.428325 88492 addons.go:69] Setting cloud-spanner=true in profile "addons-535596"
I0920 17:52:36.428343 88492 config.go:182] Loaded profile config "addons-535596": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0920 17:52:36.428352 88492 addons.go:234] Setting addon cloud-spanner=true in "addons-535596"
I0920 17:52:36.428359 88492 mustload.go:65] Loading cluster: addons-535596
I0920 17:52:36.428369 88492 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-535596"
I0920 17:52:36.428389 88492 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-535596"
I0920 17:52:36.428395 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.428398 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.428411 88492 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-535596"
I0920 17:52:36.428389 88492 addons.go:69] Setting default-storageclass=true in profile "addons-535596"
I0920 17:52:36.428425 88492 addons.go:69] Setting registry=true in profile "addons-535596"
I0920 17:52:36.428441 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.428442 88492 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-535596"
I0920 17:52:36.428449 88492 addons.go:234] Setting addon registry=true in "addons-535596"
I0920 17:52:36.428470 88492 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-535596"
I0920 17:52:36.428484 88492 addons.go:69] Setting volcano=true in profile "addons-535596"
I0920 17:52:36.428491 88492 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-535596"
I0920 17:52:36.428495 88492 addons.go:234] Setting addon volcano=true in "addons-535596"
I0920 17:52:36.428512 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.428562 88492 config.go:182] Loaded profile config "addons-535596": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0920 17:52:36.428689 88492 addons.go:69] Setting storage-provisioner=true in profile "addons-535596"
I0920 17:52:36.428739 88492 addons.go:234] Setting addon storage-provisioner=true in "addons-535596"
I0920 17:52:36.428768 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.428783 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.428799 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.428807 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.428915 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.428929 88492 addons.go:69] Setting ingress=true in profile "addons-535596"
I0920 17:52:36.428931 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.428947 88492 addons.go:234] Setting addon ingress=true in "addons-535596"
I0920 17:52:36.428986 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.429144 88492 addons.go:69] Setting volumesnapshots=true in profile "addons-535596"
I0920 17:52:36.429166 88492 addons.go:234] Setting addon volumesnapshots=true in "addons-535596"
I0920 17:52:36.429189 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.428990 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.429358 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.429658 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.429687 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.428916 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.429010 88492 addons.go:69] Setting inspektor-gadget=true in profile "addons-535596"
I0920 17:52:36.429970 88492 addons.go:234] Setting addon inspektor-gadget=true in "addons-535596"
I0920 17:52:36.429001 88492 addons.go:69] Setting ingress-dns=true in profile "addons-535596"
I0920 17:52:36.430068 88492 addons.go:234] Setting addon ingress-dns=true in "addons-535596"
I0920 17:52:36.430160 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.429017 88492 addons.go:69] Setting metrics-server=true in profile "addons-535596"
I0920 17:52:36.430345 88492 addons.go:234] Setting addon metrics-server=true in "addons-535596"
I0920 17:52:36.430385 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.430109 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.430870 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.430917 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.431714 88492 out.go:177] * Verifying Kubernetes components...
I0920 17:52:36.428476 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.432591 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.434805 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.435050 88492 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0920 17:52:36.428413 88492 addons.go:234] Setting addon yakd=true in "addons-535596"
I0920 17:52:36.435320 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.435866 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.459182 88492 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0920 17:52:36.461343 88492 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0920 17:52:36.464883 88492 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0920 17:52:36.465111 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.468019 88492 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
I0920 17:52:36.468137 88492 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0920 17:52:36.468192 88492 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0920 17:52:36.470726 88492 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0920 17:52:36.470747 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0920 17:52:36.470806 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.471979 88492 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0920 17:52:36.472120 88492 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0920 17:52:36.472141 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0920 17:52:36.472189 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.473184 88492 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0920 17:52:36.473200 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0920 17:52:36.473242 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.473464 88492 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0920 17:52:36.474230 88492 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0920 17:52:36.475366 88492 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0920 17:52:36.475383 88492 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0920 17:52:36.475427 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.476484 88492 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0920 17:52:36.477666 88492 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0920 17:52:36.477891 88492 addons.go:234] Setting addon default-storageclass=true in "addons-535596"
I0920 17:52:36.477938 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.478415 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.480998 88492 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-535596"
I0920 17:52:36.481048 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:36.481501 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:36.483114 88492 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0920 17:52:36.484353 88492 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0920 17:52:36.484376 88492 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0920 17:52:36.484424 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.502543 88492 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0920 17:52:36.504581 88492 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0920 17:52:36.506139 88492 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0920 17:52:36.509317 88492 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0920 17:52:36.509349 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0920 17:52:36.509418 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.516277 88492 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0920 17:52:36.516284 88492 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0920 17:52:36.518128 88492 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0920 17:52:36.518150 88492 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0920 17:52:36.518217 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.519198 88492 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0920 17:52:36.522626 88492 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0920 17:52:36.523987 88492 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0920 17:52:36.524010 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0920 17:52:36.524077 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.530007 88492 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
I0920 17:52:36.532204 88492 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0920 17:52:36.532234 88492 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0920 17:52:36.532307 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.539134 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.539632 88492 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0920 17:52:36.541162 88492 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0920 17:52:36.541198 88492 out.go:177] - Using image docker.io/registry:2.8.3
I0920 17:52:36.541553 88492 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0920 17:52:36.543143 88492 out.go:177] - Using image docker.io/busybox:stable
I0920 17:52:36.543205 88492 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0920 17:52:36.543217 88492 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0920 17:52:36.543279 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.543518 88492 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0920 17:52:36.543535 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0920 17:52:36.543582 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.544325 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.545321 88492 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0920 17:52:36.545340 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0920 17:52:36.545381 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.555485 88492 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0920 17:52:36.558247 88492 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0920 17:52:36.558296 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0920 17:52:36.558489 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.564036 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.564461 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.567264 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.574749 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.586829 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.588365 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.593057 88492 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0920 17:52:36.593123 88492 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0920 17:52:36.593203 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:36.599921 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.606448 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.607983 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.609355 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.611427 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:36.612848 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
W0920 17:52:36.634967 88492 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0920 17:52:36.635011 88492 retry.go:31] will retry after 190.296317ms: ssh: handshake failed: EOF
I0920 17:52:36.743858 88492 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0920 17:52:36.743918 88492 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0920 17:52:36.853641 88492 node_ready.go:35] waiting up to 6m0s for node "addons-535596" to be "Ready" ...
I0920 17:52:36.933775 88492 node_ready.go:49] node "addons-535596" has status "Ready":"True"
I0920 17:52:36.933803 88492 node_ready.go:38] duration metric: took 80.124475ms for node "addons-535596" to be "Ready" ...
I0920 17:52:36.933815 88492 pod_ready.go:36] 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" ...
I0920 17:52:36.945090 88492 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace to be "Ready" ...
I0920 17:52:37.032930 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0920 17:52:37.041553 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0920 17:52:37.047266 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0920 17:52:37.048108 88492 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0920 17:52:37.048176 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0920 17:52:37.056487 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0920 17:52:37.131072 88492 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0920 17:52:37.131159 88492 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0920 17:52:37.140390 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0920 17:52:37.146921 88492 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0920 17:52:37.146951 88492 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0920 17:52:37.236399 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0920 17:52:37.236724 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0920 17:52:37.332274 88492 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0920 17:52:37.332356 88492 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0920 17:52:37.340970 88492 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0920 17:52:37.341064 88492 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0920 17:52:37.343621 88492 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0920 17:52:37.343695 88492 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0920 17:52:37.343942 88492 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0920 17:52:37.343988 88492 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0920 17:52:37.431473 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0920 17:52:37.454447 88492 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0920 17:52:37.454479 88492 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0920 17:52:37.550233 88492 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0920 17:52:37.550338 88492 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0920 17:52:37.638377 88492 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0920 17:52:37.638407 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0920 17:52:37.648969 88492 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0920 17:52:37.649047 88492 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0920 17:52:37.732302 88492 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0920 17:52:37.732391 88492 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0920 17:52:37.755029 88492 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0920 17:52:37.755111 88492 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0920 17:52:37.845819 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:38.138025 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0920 17:52:38.237331 88492 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0920 17:52:38.237424 88492 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0920 17:52:38.432839 88492 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0920 17:52:38.432931 88492 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0920 17:52:38.450040 88492 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0920 17:52:38.450141 88492 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0920 17:52:38.633831 88492 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0920 17:52:38.633868 88492 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0920 17:52:38.937195 88492 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0920 17:52:38.937289 88492 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0920 17:52:38.952537 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:39.032784 88492 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0920 17:52:39.032815 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0920 17:52:39.038888 88492 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0920 17:52:39.038912 88492 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0920 17:52:39.248892 88492 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.504924752s)
I0920 17:52:39.248986 88492 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0920 17:52:39.255011 88492 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0920 17:52:39.255110 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0920 17:52:39.349510 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (2.31647492s)
I0920 17:52:39.432625 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:39.553605 88492 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0920 17:52:39.553636 88492 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0920 17:52:39.631260 88492 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0920 17:52:39.631348 88492 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0920 17:52:39.636742 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:39.832245 88492 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-535596" context rescaled to 1 replicas
I0920 17:52:39.843523 88492 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0920 17:52:39.843570 88492 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0920 17:52:39.944543 88492 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0920 17:52:39.944639 88492 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0920 17:52:40.236379 88492 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0920 17:52:40.236419 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0920 17:52:40.347375 88492 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0920 17:52:40.347408 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0920 17:52:40.453557 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.411909192s)
I0920 17:52:40.737044 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:40.748925 88492 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0920 17:52:40.749016 88492 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0920 17:52:41.043134 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:41.133485 88492 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0920 17:52:41.133516 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0920 17:52:42.044960 88492 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0920 17:52:42.045002 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0920 17:52:42.334071 88492 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0920 17:52:42.334171 88492 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0920 17:52:42.735185 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:43.541335 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:43.543745 88492 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0920 17:52:43.543910 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:43.563637 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:44.351913 88492 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0920 17:52:44.737340 88492 addons.go:234] Setting addon gcp-auth=true in "addons-535596"
I0920 17:52:44.737402 88492 host.go:66] Checking if "addons-535596" exists ...
I0920 17:52:44.737896 88492 cli_runner.go:164] Run: docker container inspect addons-535596 --format={{.State.Status}}
I0920 17:52:44.763241 88492 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0920 17:52:44.763285 88492 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-535596
I0920 17:52:44.778434 88492 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19678-80428/.minikube/machines/addons-535596/id_rsa Username:docker}
I0920 17:52:45.956512 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:46.048630 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (8.992105422s)
I0920 17:52:46.048703 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (9.001349883s)
I0920 17:52:46.048719 88492 addons.go:475] Verifying addon ingress=true in "addons-535596"
I0920 17:52:46.048744 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (8.908317407s)
I0920 17:52:46.050584 88492 out.go:177] * Verifying ingress addon...
I0920 17:52:46.056723 88492 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0920 17:52:46.232851 88492 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0920 17:52:46.232952 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:46.635957 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:47.143304 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:47.637622 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:48.137591 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:48.536192 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:48.636369 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:48.642828 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (11.406333513s)
I0920 17:52:48.642967 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (11.40617626s)
I0920 17:52:48.643013 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (11.211433989s)
I0920 17:52:48.643073 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (10.797215736s)
I0920 17:52:48.643098 88492 addons.go:475] Verifying addon metrics-server=true in "addons-535596"
I0920 17:52:48.643160 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (10.505105361s)
I0920 17:52:48.643178 88492 addons.go:475] Verifying addon registry=true in "addons-535596"
I0920 17:52:48.643307 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (9.210586378s)
I0920 17:52:48.643532 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (9.006743665s)
W0920 17:52:48.643568 88492 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:48.643590 88492 retry.go:31] will retry after 184.641993ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:48.643669 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (7.90651408s)
I0920 17:52:48.644962 88492 out.go:177] * Verifying registry addon...
I0920 17:52:48.644966 88492 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-535596 service yakd-dashboard -n yakd-dashboard
I0920 17:52:48.647773 88492 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0920 17:52:48.734632 88492 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0920 17:52:48.734731 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:48.829285 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:49.145435 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:49.152322 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:49.561386 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:49.732361 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:50.057644 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (7.322398308s)
I0920 17:52:50.057747 88492 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-535596"
I0920 17:52:50.057674 88492 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (5.294406635s)
I0920 17:52:50.059228 88492 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0920 17:52:50.059240 88492 out.go:177] * Verifying csi-hostpath-driver addon...
I0920 17:52:50.060908 88492 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0920 17:52:50.061649 88492 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0920 17:52:50.062247 88492 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0920 17:52:50.062264 88492 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0920 17:52:50.062737 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:50.147425 88492 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0920 17:52:50.147455 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:50.150584 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:50.159717 88492 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0920 17:52:50.159742 88492 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0920 17:52:50.245634 88492 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0920 17:52:50.245656 88492 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0920 17:52:50.348795 88492 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0920 17:52:50.561793 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:50.565630 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:50.652534 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:50.952499 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:51.133142 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:51.135950 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:51.152125 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:51.445149 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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.615810378s)
I0920 17:52:51.452919 88492 pod_ready.go:98] pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:51 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.49.2 HostIPs:[{IP:192.168.49.2
}] PodIP:10.244.0.3 PodIPs:[{IP:10.244.0.3}] StartTime:2024-09-20 17:52:36 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-09-20 17:52:39 +0000 UTC,FinishedAt:2024-09-20 17:52:50 +0000 UTC,ContainerID:docker://b1247c916dde2c7df1a0e845607f204dddaba9091249111de62fad48cb68a13f,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://b1247c916dde2c7df1a0e845607f204dddaba9091249111de62fad48cb68a13f Started:0xc0021dc1f0 AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc0020d4a70} {Name:kube-api-access-lwq5w MountPath:/var/run/secrets/kubernetes.io/serviceaccount
ReadOnly:true RecursiveReadOnly:0xc0020d4a80}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0920 17:52:51.452952 88492 pod_ready.go:82] duration metric: took 14.507771818s for pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace to be "Ready" ...
E0920 17:52:51.452966 88492 pod_ready.go:67] WaitExtra: waitPodCondition: pod "coredns-7c65d6cfc9-cclxq" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:51 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-20 17:52:36 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.4
9.2 HostIPs:[{IP:192.168.49.2}] PodIP:10.244.0.3 PodIPs:[{IP:10.244.0.3}] StartTime:2024-09-20 17:52:36 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-09-20 17:52:39 +0000 UTC,FinishedAt:2024-09-20 17:52:50 +0000 UTC,ContainerID:docker://b1247c916dde2c7df1a0e845607f204dddaba9091249111de62fad48cb68a13f,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://b1247c916dde2c7df1a0e845607f204dddaba9091249111de62fad48cb68a13f Started:0xc0021dc1f0 AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc0020d4a70} {Name:kube-api-access-lwq5w MountPath:/var/run/secrets
/kubernetes.io/serviceaccount ReadOnly:true RecursiveReadOnly:0xc0020d4a80}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0920 17:52:51.452981 88492 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace to be "Ready" ...
I0920 17:52:51.560933 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:51.660433 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:51.661432 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:51.736580 88492 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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.387744004s)
I0920 17:52:51.739490 88492 addons.go:475] Verifying addon gcp-auth=true in "addons-535596"
I0920 17:52:51.741725 88492 out.go:177] * Verifying gcp-auth addon...
I0920 17:52:51.743833 88492 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0920 17:52:51.760391 88492 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0920 17:52:52.060937 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:52.065708 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:52.151970 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:52.561317 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:52.566273 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:52.651632 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:53.061737 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:53.065332 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:53.162264 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:53.458676 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:53.561731 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:53.565457 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:53.651894 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:54.061606 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:54.066163 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:54.161304 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:54.561564 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:54.565178 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:54.651726 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:55.063869 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:55.067260 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:55.151403 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:55.462626 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:55.561441 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:55.565930 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:55.651463 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:56.061818 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:56.065260 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:56.151618 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:56.561657 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:56.565335 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:56.652010 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:57.060810 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:57.066371 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:57.151545 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:57.561211 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:57.565765 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:57.651126 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:57.958714 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:52:58.061935 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:58.065437 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:58.151951 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:58.560704 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:58.564828 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:58.650803 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:59.061824 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:59.066094 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:59.152561 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:52:59.562273 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:52:59.565901 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:52:59.651401 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:00.061384 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:00.065864 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:00.151279 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:00.458788 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:53:00.562104 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:00.565716 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:00.651865 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:01.061790 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:01.065516 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:01.151877 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:01.562257 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:01.565668 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:01.652281 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:02.063614 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:02.065769 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:02.152516 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:02.458976 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:53:02.561856 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:02.565502 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:02.652095 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:03.061814 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:03.065599 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:03.152152 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:03.560572 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:03.565321 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:03.651537 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:04.060966 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:04.065459 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:04.151798 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:04.560769 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:04.565662 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:04.651630 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:04.958708 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:53:05.061674 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:05.065323 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:05.161988 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:05.561978 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:05.565835 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:05.651415 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:06.061935 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:06.135370 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:06.151123 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:06.561272 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:06.565541 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:06.651803 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:07.061384 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:07.066024 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:07.151495 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:07.460249 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:53:07.561341 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:07.565809 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:07.651038 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:08.061245 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:08.065572 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:08.160458 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:08.560666 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:08.567633 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:08.651763 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:09.061646 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:09.065968 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:09.152396 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:09.562084 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:09.565631 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:09.651888 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:09.958675 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:53:10.061398 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:10.066541 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:10.151725 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:10.560966 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:10.566013 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:10.651375 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:11.061258 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:11.066113 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:11.151035 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:11.561857 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:11.565411 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:11.651923 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:12.061680 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:12.065786 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:12.151590 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0920 17:53:12.457996 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:53:12.561082 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:12.565539 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:12.661149 88492 kapi.go:107] duration metric: took 24.013374214s to wait for kubernetes.io/minikube-addons=registry ...
I0920 17:53:13.060770 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:13.066136 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:13.561779 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:13.565599 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:14.061302 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:14.066490 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:14.458474 88492 pod_ready.go:103] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"False"
I0920 17:53:14.560953 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:14.565563 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:15.061859 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:15.065342 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:15.593375 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:15.593534 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:15.958399 88492 pod_ready.go:93] pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace has status "Ready":"True"
I0920 17:53:15.958420 88492 pod_ready.go:82] duration metric: took 24.505430449s for pod "coredns-7c65d6cfc9-kb66b" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.958429 88492 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.962147 88492 pod_ready.go:93] pod "etcd-addons-535596" in "kube-system" namespace has status "Ready":"True"
I0920 17:53:15.962163 88492 pod_ready.go:82] duration metric: took 3.728887ms for pod "etcd-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.962171 88492 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.966017 88492 pod_ready.go:93] pod "kube-apiserver-addons-535596" in "kube-system" namespace has status "Ready":"True"
I0920 17:53:15.966031 88492 pod_ready.go:82] duration metric: took 3.853913ms for pod "kube-apiserver-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.966038 88492 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.969406 88492 pod_ready.go:93] pod "kube-controller-manager-addons-535596" in "kube-system" namespace has status "Ready":"True"
I0920 17:53:15.969420 88492 pod_ready.go:82] duration metric: took 3.376211ms for pod "kube-controller-manager-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.969427 88492 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-5rlh4" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.972826 88492 pod_ready.go:93] pod "kube-proxy-5rlh4" in "kube-system" namespace has status "Ready":"True"
I0920 17:53:15.972844 88492 pod_ready.go:82] duration metric: took 3.411064ms for pod "kube-proxy-5rlh4" in "kube-system" namespace to be "Ready" ...
I0920 17:53:15.972854 88492 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:16.061411 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:16.065405 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:16.356978 88492 pod_ready.go:93] pod "kube-scheduler-addons-535596" in "kube-system" namespace has status "Ready":"True"
I0920 17:53:16.357005 88492 pod_ready.go:82] duration metric: took 384.142023ms for pod "kube-scheduler-addons-535596" in "kube-system" namespace to be "Ready" ...
I0920 17:53:16.357014 88492 pod_ready.go:39] duration metric: took 39.423185128s 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" ...
I0920 17:53:16.357045 88492 api_server.go:52] waiting for apiserver process to appear ...
I0920 17:53:16.357109 88492 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0920 17:53:16.375279 88492 api_server.go:72] duration metric: took 39.947117977s to wait for apiserver process to appear ...
I0920 17:53:16.375307 88492 api_server.go:88] waiting for apiserver healthz status ...
I0920 17:53:16.375336 88492 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0920 17:53:16.381130 88492 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0920 17:53:16.382117 88492 api_server.go:141] control plane version: v1.31.1
I0920 17:53:16.382141 88492 api_server.go:131] duration metric: took 6.821132ms to wait for apiserver health ...
I0920 17:53:16.382151 88492 system_pods.go:43] waiting for kube-system pods to appear ...
I0920 17:53:16.561208 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:16.563772 88492 system_pods.go:59] 17 kube-system pods found
I0920 17:53:16.563807 88492 system_pods.go:61] "coredns-7c65d6cfc9-kb66b" [0bd77b6b-a435-4bb4-a6a7-1552b9274413] Running
I0920 17:53:16.563822 88492 system_pods.go:61] "csi-hostpath-attacher-0" [4e4a13a8-fe1d-46c2-91f3-9bbd4878076d] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0920 17:53:16.563833 88492 system_pods.go:61] "csi-hostpath-resizer-0" [fe8cd22d-6310-4e88-9cc9-92aa3ac59d45] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0920 17:53:16.563848 88492 system_pods.go:61] "csi-hostpathplugin-twd6q" [13775150-b68f-4d87-a002-e168d03b9dd3] 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])
I0920 17:53:16.563859 88492 system_pods.go:61] "etcd-addons-535596" [3f4d79a3-f5d6-4175-9767-cfcb52693e51] Running
I0920 17:53:16.563865 88492 system_pods.go:61] "kube-apiserver-addons-535596" [17fe9f97-0de0-40d6-aba0-02940d16ab09] Running
I0920 17:53:16.563871 88492 system_pods.go:61] "kube-controller-manager-addons-535596" [9ccdf5d3-acf2-4b9e-b1a5-f15b719c626b] Running
I0920 17:53:16.563878 88492 system_pods.go:61] "kube-ingress-dns-minikube" [cc5e8296-28ac-419c-a13b-4f7d80cce4a6] Running
I0920 17:53:16.563883 88492 system_pods.go:61] "kube-proxy-5rlh4" [3c988b46-3034-49a5-ab41-a646ea47b63c] Running
I0920 17:53:16.563888 88492 system_pods.go:61] "kube-scheduler-addons-535596" [2202cf2b-035a-4b1f-866a-27a3ee4b432f] Running
I0920 17:53:16.563893 88492 system_pods.go:61] "metrics-server-84c5f94fbc-gtp88" [a1ca81cf-49a8-4226-814b-5471bd80feb6] Running
I0920 17:53:16.563899 88492 system_pods.go:61] "nvidia-device-plugin-daemonset-2qwl9" [8548f3fc-ad81-478f-ad1a-1f23a856925c] Running
I0920 17:53:16.563906 88492 system_pods.go:61] "registry-66c9cd494c-tl9b5" [0da9eb92-a72a-4e20-97a3-ff9fecea622f] Running
I0920 17:53:16.563911 88492 system_pods.go:61] "registry-proxy-xldsf" [2d465593-59aa-4922-8d50-d95af40b4d34] Running
I0920 17:53:16.563947 88492 system_pods.go:61] "snapshot-controller-56fcc65765-2tnds" [85a904ca-e1db-4211-b135-1955518d5246] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0920 17:53:16.563959 88492 system_pods.go:61] "snapshot-controller-56fcc65765-vm65r" [dbe43e0b-fb2d-4702-a4c9-b57ef880c114] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0920 17:53:16.563967 88492 system_pods.go:61] "storage-provisioner" [1946c3dd-7ddb-413c-9a67-cf09d5d76254] Running
I0920 17:53:16.563978 88492 system_pods.go:74] duration metric: took 181.817765ms to wait for pod list to return data ...
I0920 17:53:16.563991 88492 default_sa.go:34] waiting for default service account to be created ...
I0920 17:53:16.565881 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:16.756142 88492 default_sa.go:45] found service account: "default"
I0920 17:53:16.756171 88492 default_sa.go:55] duration metric: took 192.169239ms for default service account to be created ...
I0920 17:53:16.756182 88492 system_pods.go:116] waiting for k8s-apps to be running ...
I0920 17:53:16.962351 88492 system_pods.go:86] 17 kube-system pods found
I0920 17:53:16.962385 88492 system_pods.go:89] "coredns-7c65d6cfc9-kb66b" [0bd77b6b-a435-4bb4-a6a7-1552b9274413] Running
I0920 17:53:16.962398 88492 system_pods.go:89] "csi-hostpath-attacher-0" [4e4a13a8-fe1d-46c2-91f3-9bbd4878076d] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0920 17:53:16.962409 88492 system_pods.go:89] "csi-hostpath-resizer-0" [fe8cd22d-6310-4e88-9cc9-92aa3ac59d45] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0920 17:53:16.962420 88492 system_pods.go:89] "csi-hostpathplugin-twd6q" [13775150-b68f-4d87-a002-e168d03b9dd3] 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])
I0920 17:53:16.962431 88492 system_pods.go:89] "etcd-addons-535596" [3f4d79a3-f5d6-4175-9767-cfcb52693e51] Running
I0920 17:53:16.962438 88492 system_pods.go:89] "kube-apiserver-addons-535596" [17fe9f97-0de0-40d6-aba0-02940d16ab09] Running
I0920 17:53:16.962447 88492 system_pods.go:89] "kube-controller-manager-addons-535596" [9ccdf5d3-acf2-4b9e-b1a5-f15b719c626b] Running
I0920 17:53:16.962454 88492 system_pods.go:89] "kube-ingress-dns-minikube" [cc5e8296-28ac-419c-a13b-4f7d80cce4a6] Running
I0920 17:53:16.962460 88492 system_pods.go:89] "kube-proxy-5rlh4" [3c988b46-3034-49a5-ab41-a646ea47b63c] Running
I0920 17:53:16.962468 88492 system_pods.go:89] "kube-scheduler-addons-535596" [2202cf2b-035a-4b1f-866a-27a3ee4b432f] Running
I0920 17:53:16.962474 88492 system_pods.go:89] "metrics-server-84c5f94fbc-gtp88" [a1ca81cf-49a8-4226-814b-5471bd80feb6] Running
I0920 17:53:16.962482 88492 system_pods.go:89] "nvidia-device-plugin-daemonset-2qwl9" [8548f3fc-ad81-478f-ad1a-1f23a856925c] Running
I0920 17:53:16.962488 88492 system_pods.go:89] "registry-66c9cd494c-tl9b5" [0da9eb92-a72a-4e20-97a3-ff9fecea622f] Running
I0920 17:53:16.962495 88492 system_pods.go:89] "registry-proxy-xldsf" [2d465593-59aa-4922-8d50-d95af40b4d34] Running
I0920 17:53:16.962513 88492 system_pods.go:89] "snapshot-controller-56fcc65765-2tnds" [85a904ca-e1db-4211-b135-1955518d5246] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0920 17:53:16.962524 88492 system_pods.go:89] "snapshot-controller-56fcc65765-vm65r" [dbe43e0b-fb2d-4702-a4c9-b57ef880c114] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0920 17:53:16.962534 88492 system_pods.go:89] "storage-provisioner" [1946c3dd-7ddb-413c-9a67-cf09d5d76254] Running
I0920 17:53:16.962544 88492 system_pods.go:126] duration metric: took 206.354908ms to wait for k8s-apps to be running ...
I0920 17:53:16.962555 88492 system_svc.go:44] waiting for kubelet service to be running ....
I0920 17:53:16.962622 88492 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0920 17:53:16.976081 88492 system_svc.go:56] duration metric: took 13.516515ms WaitForService to wait for kubelet
I0920 17:53:16.976108 88492 kubeadm.go:582] duration metric: took 40.547953038s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0920 17:53:16.976130 88492 node_conditions.go:102] verifying NodePressure condition ...
I0920 17:53:17.061119 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:17.065940 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:17.157149 88492 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0920 17:53:17.157176 88492 node_conditions.go:123] node cpu capacity is 8
I0920 17:53:17.157190 88492 node_conditions.go:105] duration metric: took 181.053829ms to run NodePressure ...
I0920 17:53:17.157204 88492 start.go:241] waiting for startup goroutines ...
I0920 17:53:17.561965 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:17.565602 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:18.061660 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:18.064848 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:18.562594 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:18.566612 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:19.062262 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:19.065823 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:19.562073 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:19.566190 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:20.062013 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:20.065759 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:20.561307 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:20.566074 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:21.061836 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:21.065525 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:21.561328 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:21.565679 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:22.061053 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:22.065176 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:22.560948 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:22.565955 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:23.062548 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:23.065902 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:23.562313 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:23.565646 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:24.060796 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:24.065719 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:24.561389 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:24.565955 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:25.061478 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:25.065813 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:25.562064 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:25.565508 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:26.061535 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:26.065199 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:26.561015 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:26.565273 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:27.060791 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:27.065112 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:27.562030 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:27.565618 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:28.061073 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:28.065916 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:28.561156 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:28.565333 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:29.061190 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:29.065443 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:29.561801 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:29.565160 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:30.070725 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:30.070987 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:30.561637 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:30.565955 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:31.062093 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:31.065891 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:31.562227 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:31.566385 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:32.062007 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:32.065732 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:32.560459 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:32.566005 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:33.062492 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:33.066317 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:33.560540 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:33.565023 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:34.060828 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:34.065654 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:34.561890 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:34.565489 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:35.061515 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:35.064882 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:35.561534 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:35.566040 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:36.061555 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:36.065502 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0920 17:53:36.561267 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:36.565539 88492 kapi.go:107] duration metric: took 46.503890088s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0920 17:53:37.060780 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:37.561176 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:38.060945 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:38.561469 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:39.060917 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:39.560817 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:40.061106 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:40.560813 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:41.062289 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:41.560862 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:42.060361 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:42.561304 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:43.061317 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:43.560628 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:44.060483 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:44.561090 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:45.060969 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:45.560567 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:46.060609 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:46.561273 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:47.060817 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:47.560369 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:48.060780 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:48.560258 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:49.060716 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:49.561256 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:50.061449 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:50.561868 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:51.061084 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:51.562022 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:52.061995 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:52.560780 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:53.061427 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:53.561548 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:54.061150 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:54.561503 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:55.062261 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:55.561103 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:56.062172 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:56.560952 88492 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0920 17:53:57.061457 88492 kapi.go:107] duration metric: took 1m11.004736014s to wait for app.kubernetes.io/name=ingress-nginx ...
I0920 17:54:15.248042 88492 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0920 17:54:15.248067 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:15.747388 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:16.247900 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:16.747020 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:17.247044 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:17.746811 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:18.247148 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:18.747350 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:19.247783 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:19.746633 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:20.248083 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:20.747416 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:21.248021 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:21.747882 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:22.248227 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:22.747711 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:23.247772 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:23.747238 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:24.246712 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:24.747819 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:25.246748 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:25.746869 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:26.247469 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:26.748065 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:27.247013 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:27.747101 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:28.247679 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:28.746493 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:29.248155 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:29.747132 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:30.247515 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:30.748065 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:31.247758 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:31.747613 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:32.247968 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:32.746999 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:33.246810 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:33.746938 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:34.247007 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:34.747111 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:35.247427 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:35.747444 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:36.248278 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:36.747403 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:37.247348 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:37.747370 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:38.247958 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:38.746678 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:39.247766 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:39.746612 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:40.248019 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:40.747329 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:41.248045 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:41.747332 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:42.247846 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:42.746787 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:43.246634 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:43.747652 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:44.248968 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:44.747016 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:45.247224 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:45.746904 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:46.247417 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:46.747129 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:47.246719 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:47.747714 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:48.248157 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:48.746894 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:49.246847 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:49.746609 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:50.247595 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:50.746882 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:51.247494 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:51.747855 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:52.246924 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:52.746874 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:53.246849 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:53.746877 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:54.246789 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:54.746913 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:55.247099 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:55.746776 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:56.247443 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:56.747972 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:57.246966 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:57.746872 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:58.247365 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:58.747429 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:59.247309 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:54:59.747007 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:00.247150 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:00.747483 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:01.247834 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:01.746905 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:02.247435 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:02.747566 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:03.247530 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:03.747767 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:04.247106 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:04.747068 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:05.247476 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:05.747233 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:06.248051 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:06.747605 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:07.247745 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:07.747752 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:08.248028 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:08.746951 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:09.247039 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:09.747101 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:10.247550 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:10.747952 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:11.247159 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:11.747613 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:12.248018 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:12.746786 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:13.246854 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:13.746938 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:14.247709 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:14.748013 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:15.247128 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:15.747148 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:16.247910 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:16.748124 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:17.247045 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:17.746882 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:18.247248 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:18.747076 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:19.247361 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:19.747782 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:20.248341 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:20.747804 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:21.247750 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:21.747288 88492 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0920 17:55:22.247343 88492 kapi.go:107] duration metric: took 2m30.503507279s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0920 17:55:22.248897 88492 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-535596 cluster.
I0920 17:55:22.250039 88492 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.
I0920 17:55:22.251121 88492 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0920 17:55:22.252297 88492 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, storage-provisioner, storage-provisioner-rancher, volcano, nvidia-device-plugin, metrics-server, inspektor-gadget, yakd, default-storageclass, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0920 17:55:22.253401 88492 addons.go:510] duration metric: took 2m45.825223776s for enable addons: enabled=[cloud-spanner ingress-dns storage-provisioner storage-provisioner-rancher volcano nvidia-device-plugin metrics-server inspektor-gadget yakd default-storageclass volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0920 17:55:22.253450 88492 start.go:246] waiting for cluster config update ...
I0920 17:55:22.253472 88492 start.go:255] writing updated cluster config ...
I0920 17:55:22.253728 88492 ssh_runner.go:195] Run: rm -f paused
I0920 17:55:22.301022 88492 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
I0920 17:55:22.302908 88492 out.go:177] * Done! kubectl is now configured to use "addons-535596" cluster and "default" namespace by default
==> Docker <==
Sep 20 18:05:06 addons-535596 dockerd[1340]: time="2024-09-20T18:05:06.657890758Z" level=info msg="ignoring event" container=514ed59ffcf76cb79bee735baa1d020cc575171b64cacfcd2797a7baf49d0bd3 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.133838634Z" level=info msg="ignoring event" container=bc18a556a7c0a9748cd7f91603330f81d1e75030915bd48cbf7adc555e0682ee module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.231707660Z" level=info msg="ignoring event" container=3d0a8a73409412c1e969fcc91d7f8b95676b4c8b16fabada3f654e195716c05a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.234860317Z" level=info msg="ignoring event" container=0bc92f8f4b3230c6df15544dd67ced0b17aa3274491a3a2678e177f39f68d95b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.237126035Z" level=info msg="ignoring event" container=2bf6f6377c86e24144a536e75e387089ee6700f9fca2c558294e2574a9533980 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.241766113Z" level=info msg="ignoring event" container=dadc9c630bf0a8ba64573e908e55325cf2df76af9bc7856b69411b19e68e1d9c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.246901894Z" level=info msg="ignoring event" container=2a49133a7bc0fa34bf647c1922619baf79d5a88dab80ddb565fab7c40a9117f1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.246942616Z" level=info msg="ignoring event" container=f164a200ed53f9e3d99c389b94c7a8f449c74bb8f89b859054895a38909e3707 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.330916606Z" level=info msg="ignoring event" container=2e0cba76f7ec5a316f066aded9164b7e0ea9eac754e468ceb638026b3ff3f182 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.463572609Z" level=info msg="ignoring event" container=1a02e0b7091a33f5b6655cdec969fa7d031354db40ab401a2f72cb798e68851d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.524471720Z" level=info msg="ignoring event" container=e55c7406d79ab9a5b4e5b22c83da3815c11dd164a5f9826902e4f3de2fd6edc4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:08 addons-535596 dockerd[1340]: time="2024-09-20T18:05:08.555544583Z" level=info msg="ignoring event" container=bd3b6701bb24763d7bef1db2b34027848150e999864ed3f86ffd95ebd380e692 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:13 addons-535596 dockerd[1340]: time="2024-09-20T18:05:13.267097118Z" level=info msg="Container failed to exit within 30s of signal 15 - using the force" container=661f01decf06491b810e0810026f3befe9e1a5e0d93273f16c829372934384c7
Sep 20 18:05:13 addons-535596 dockerd[1340]: time="2024-09-20T18:05:13.287854217Z" level=info msg="ignoring event" container=661f01decf06491b810e0810026f3befe9e1a5e0d93273f16c829372934384c7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:13 addons-535596 cri-dockerd[1604]: time="2024-09-20T18:05:13Z" level=info msg="Failed to read pod IP from plugin/docker: networkPlugin cni failed on the status hook for pod \"local-path-provisioner-86d989889c-z6mvn_local-path-storage\": unexpected command output Device \"eth0\" does not exist.\n with error: exit status 1"
Sep 20 18:05:13 addons-535596 dockerd[1340]: time="2024-09-20T18:05:13.413172343Z" level=info msg="ignoring event" container=7fd64108a3e725b893202b7f5edad78751d5f8ace6b7cb0d94321ac005992f69 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:14 addons-535596 dockerd[1340]: time="2024-09-20T18:05:14.552556016Z" level=info msg="ignoring event" container=b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:14 addons-535596 dockerd[1340]: time="2024-09-20T18:05:14.561215544Z" level=info msg="ignoring event" container=8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:14 addons-535596 dockerd[1340]: time="2024-09-20T18:05:14.775387235Z" level=info msg="ignoring event" container=81dc3ce6b8c95117e89f9f731ea06779ba198de823a5c23016d54aaba6312b8d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:14 addons-535596 dockerd[1340]: time="2024-09-20T18:05:14.798934558Z" level=info msg="ignoring event" container=d604cf6a230c0b1f2272976d9434e1645b9b3f00ee3ff1fb36234edfefe3c619 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:14 addons-535596 dockerd[1340]: time="2024-09-20T18:05:14.832829555Z" level=info msg="ignoring event" container=8c802b531aec88fab3182009e51446c1bee998ffb82bf7f0ad3a3fa7f4033479 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:15 addons-535596 dockerd[1340]: time="2024-09-20T18:05:15.241313442Z" level=info msg="ignoring event" container=a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:15 addons-535596 dockerd[1340]: time="2024-09-20T18:05:15.294951512Z" level=info msg="ignoring event" container=623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:15 addons-535596 dockerd[1340]: time="2024-09-20T18:05:15.361349607Z" level=info msg="ignoring event" container=9c5ef7d30b7e80e94298f50e76a7633400c7a8bd37f7352bc783d66063eee7f7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 20 18:05:15 addons-535596 dockerd[1340]: time="2024-09-20T18:05:15.452604636Z" level=info msg="ignoring event" container=0394aebe80d7621654380d12941a2eafe2d345d77df5f6f03ebf13169df03f3a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
f25f327bb69da a416a98b71e22 33 seconds ago Exited helper-pod 0 0ceb2c877fba1 helper-pod-delete-pvc-1a02ad53-06eb-4e3d-819b-4c8d67dfc852
68555f95d7c02 busybox@sha256:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 36 seconds ago Exited busybox 0 32e91526ac1d6 test-local-path
db29515714b74 busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 41 seconds ago Exited helper-pod 0 e7a64638080ba helper-pod-create-pvc-1a02ad53-06eb-4e3d-819b-4c8d67dfc852
e0d5754ed09c7 kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 54 seconds ago Running hello-world-app 0 e5897f01080e5 hello-world-app-55bf9c44b4-764dj
8ae985aceac07 nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf About a minute ago Running nginx 0 09447d5a17b05 nginx
312ef4918365d gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 9 minutes ago Running gcp-auth 0 68666b5c33ceb gcp-auth-89d5ffd79-mjk69
047dca7997b2e 6e38f40d628db 12 minutes ago Running storage-provisioner 0 c6a00d1b88b33 storage-provisioner
077cef7a7d94d c69fa2e9cbf5f 12 minutes ago Running coredns 0 d0aaa951f3d11 coredns-7c65d6cfc9-kb66b
18c5f51ab1087 60c005f310ff3 12 minutes ago Running kube-proxy 0 7194d5f4f9bd4 kube-proxy-5rlh4
e8760faf3b7a4 2e96e5913fc06 12 minutes ago Running etcd 0 71dad05f762ee etcd-addons-535596
73848aa492fb1 9aa1fad941575 12 minutes ago Running kube-scheduler 0 4142862c4d69f kube-scheduler-addons-535596
36f37168d518d 175ffd71cce3d 12 minutes ago Running kube-controller-manager 0 c45997c59f66b kube-controller-manager-addons-535596
4f595087e3bbc 6bab7719df100 12 minutes ago Running kube-apiserver 0 1005763f8b077 kube-apiserver-addons-535596
==> coredns [077cef7a7d94] <==
[INFO] 10.244.0.6:59075 - 58545 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000104573s
[INFO] 10.244.0.6:56966 - 29954 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000158919s
[INFO] 10.244.0.6:56966 - 46080 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000090742s
[INFO] 10.244.0.6:38719 - 37629 "A IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.005145561s
[INFO] 10.244.0.6:38719 - 15352 "AAAA IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.005073341s
[INFO] 10.244.0.6:47259 - 1431 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004514084s
[INFO] 10.244.0.6:47259 - 9114 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.00586847s
[INFO] 10.244.0.6:57290 - 34300 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005003809s
[INFO] 10.244.0.6:57290 - 20704 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004939693s
[INFO] 10.244.0.6:59574 - 23535 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000152126s
[INFO] 10.244.0.6:59574 - 48115 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000220936s
[INFO] 10.244.0.25:56050 - 60864 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000380037s
[INFO] 10.244.0.25:48895 - 60991 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000478824s
[INFO] 10.244.0.25:42200 - 44088 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000161896s
[INFO] 10.244.0.25:58473 - 21950 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000174622s
[INFO] 10.244.0.25:56668 - 32875 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000124353s
[INFO] 10.244.0.25:33313 - 50056 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000174659s
[INFO] 10.244.0.25:43505 - 42476 "A IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006393039s
[INFO] 10.244.0.25:59450 - 23479 "AAAA IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.008076811s
[INFO] 10.244.0.25:36841 - 43532 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006227195s
[INFO] 10.244.0.25:56283 - 12028 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007916684s
[INFO] 10.244.0.25:35300 - 62305 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004025277s
[INFO] 10.244.0.25:52609 - 44043 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004288243s
[INFO] 10.244.0.25:32969 - 42605 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 458 0.000736335s
[INFO] 10.244.0.25:34075 - 63722 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000825414s
==> describe nodes <==
Name: addons-535596
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-535596
kubernetes.io/os=linux
minikube.k8s.io/commit=57d42ff8d541388826f5d9c37044129ec69c3d0a
minikube.k8s.io/name=addons-535596
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_09_20T17_52_31_0700
minikube.k8s.io/version=v1.34.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-535596
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Fri, 20 Sep 2024 17:52:29 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-535596
AcquireTime: <unset>
RenewTime: Fri, 20 Sep 2024 18:05:06 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Fri, 20 Sep 2024 18:05:04 +0000 Fri, 20 Sep 2024 17:52:27 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Fri, 20 Sep 2024 18:05:04 +0000 Fri, 20 Sep 2024 17:52:27 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Fri, 20 Sep 2024 18:05:04 +0000 Fri, 20 Sep 2024 17:52:27 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Fri, 20 Sep 2024 18:05:04 +0000 Fri, 20 Sep 2024 17:52:29 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-535596
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859312Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859312Ki
pods: 110
System Info:
Machine ID: 0c895f3fe3584e05aabd226c923bd20f
System UUID: f460337f-4a57-4b64-9549-3592911aa66d
Boot ID: e18ec7c8-f3b2-4a00-b841-fc395c9f5435
Kernel Version: 5.15.0-1069-gcp
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://27.2.1
Kubelet Version: v1.31.1
Kube-Proxy Version: v1.31.1
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (11 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m14s
default hello-world-app-55bf9c44b4-764dj 0 (0%) 0 (0%) 0 (0%) 0 (0%) 57s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 66s
gcp-auth gcp-auth-89d5ffd79-mjk69 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
kube-system coredns-7c65d6cfc9-kb66b 100m (1%) 0 (0%) 70Mi (0%) 170Mi (0%) 12m
kube-system etcd-addons-535596 100m (1%) 0 (0%) 100Mi (0%) 0 (0%) 12m
kube-system kube-apiserver-addons-535596 250m (3%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-controller-manager-addons-535596 200m (2%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-proxy-5rlh4 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-scheduler-addons-535596 100m (1%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 750m (9%) 0 (0%)
memory 170Mi (0%) 170Mi (0%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 12m kube-proxy
Normal Starting 12m kubelet Starting kubelet.
Warning CgroupV1 12m kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeAllocatableEnforced 12m kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 12m kubelet Node addons-535596 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m kubelet Node addons-535596 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m kubelet Node addons-535596 status is now: NodeHasSufficientPID
Normal RegisteredNode 12m node-controller Node addons-535596 event: Registered Node addons-535596 in Controller
==> dmesg <==
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 02 86 07 be 40 0e 08 06
[ +2.077618] IPv4: martian source 10.244.0.1 from 10.244.0.16, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 4e 60 23 e3 f8 eb 08 06
[ +2.152722] IPv4: martian source 10.244.0.1 from 10.244.0.17, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 8a 7c 1b 97 62 cf 08 06
[ +5.642728] IPv4: martian source 10.244.0.1 from 10.244.0.19, on dev eth0
[ +0.000004] ll header: 00000000: ff ff ff ff ff ff 2a fc f1 42 53 61 08 06
[ +0.133082] IPv4: martian source 10.244.0.1 from 10.244.0.20, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff 72 08 ab d3 d4 df 08 06
[ +0.287123] IPv4: martian source 10.244.0.1 from 10.244.0.18, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff 3e 45 49 db fc 89 08 06
[ +21.688679] IPv4: martian source 10.244.0.1 from 10.244.0.21, on dev eth0
[ +0.000005] ll header: 00000000: ff ff ff ff ff ff 5e dc 12 10 70 c5 08 06
[ +1.015773] IPv4: martian source 10.244.0.1 from 10.244.0.22, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 3e 36 b7 78 7b c4 08 06
[Sep20 17:54] IPv4: martian source 10.244.0.1 from 10.244.0.23, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff ba ed 17 98 5b c1 08 06
[ +0.071047] IPv4: martian source 10.244.0.1 from 10.244.0.24, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 1a eb 5f 97 eb 8d 08 06
[Sep20 17:55] IPv4: martian source 10.244.0.1 from 10.244.0.25, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff 4e 80 71 d7 ad b9 08 06
[ +0.000601] IPv4: martian source 10.244.0.25 from 10.244.0.2, on dev eth0
[ +0.000004] ll header: 00000000: ff ff ff ff ff ff ca 8d 80 f8 cb a2 08 06
[Sep20 18:04] IPv4: martian source 10.244.0.29 from 10.244.0.21, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff 5e dc 12 10 70 c5 08 06
==> etcd [e8760faf3b7a] <==
{"level":"info","ts":"2024-09-20T17:52:26.868406Z","caller":"embed/etcd.go:571","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-09-20T17:52:26.956779Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-09-20T17:52:26.956819Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-09-20T17:52:26.956845Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-09-20T17:52:26.956875Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-09-20T17:52:26.956889Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-09-20T17:52:26.956907Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-09-20T17:52:26.956922Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-09-20T17:52:26.957719Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-535596 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-09-20T17:52:26.957709Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-20T17:52:26.957749Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-09-20T17:52:26.957752Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-09-20T17:52:26.958043Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-09-20T17:52:26.958075Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-09-20T17:52:26.958275Z","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-09-20T17:52:26.958375Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-20T17:52:26.958401Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-20T17:52:26.958668Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-09-20T17:52:26.959005Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-09-20T17:52:26.959624Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-09-20T17:52:26.959808Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-09-20T17:52:42.333983Z","caller":"traceutil/trace.go:171","msg":"trace[222744135] transaction","detail":"{read_only:false; response_revision:510; number_of_response:1; }","duration":"100.909546ms","start":"2024-09-20T17:52:42.233056Z","end":"2024-09-20T17:52:42.333965Z","steps":["trace[222744135] 'process raft request' (duration: 100.784697ms)"],"step_count":1}
{"level":"info","ts":"2024-09-20T18:02:27.555047Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1853}
{"level":"info","ts":"2024-09-20T18:02:27.579491Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1853,"took":"23.896544ms","hash":3363923587,"current-db-size-bytes":9043968,"current-db-size":"9.0 MB","current-db-size-in-use-bytes":4939776,"current-db-size-in-use":"4.9 MB"}
{"level":"info","ts":"2024-09-20T18:02:27.579541Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3363923587,"revision":1853,"compact-revision":-1}
==> gcp-auth [312ef4918365] <==
2024/09/20 17:56:02 Ready to write response ...
2024/09/20 17:56:02 Ready to marshal response ...
2024/09/20 17:56:02 Ready to write response ...
2024/09/20 18:04:05 Ready to marshal response ...
2024/09/20 18:04:05 Ready to write response ...
2024/09/20 18:04:05 Ready to marshal response ...
2024/09/20 18:04:05 Ready to write response ...
2024/09/20 18:04:05 Ready to marshal response ...
2024/09/20 18:04:05 Ready to write response ...
2024/09/20 18:04:10 Ready to marshal response ...
2024/09/20 18:04:10 Ready to write response ...
2024/09/20 18:04:14 Ready to marshal response ...
2024/09/20 18:04:14 Ready to write response ...
2024/09/20 18:04:19 Ready to marshal response ...
2024/09/20 18:04:19 Ready to write response ...
2024/09/20 18:04:33 Ready to marshal response ...
2024/09/20 18:04:33 Ready to write response ...
2024/09/20 18:04:33 Ready to marshal response ...
2024/09/20 18:04:33 Ready to write response ...
2024/09/20 18:04:35 Ready to marshal response ...
2024/09/20 18:04:35 Ready to write response ...
2024/09/20 18:04:42 Ready to marshal response ...
2024/09/20 18:04:42 Ready to write response ...
2024/09/20 18:04:59 Ready to marshal response ...
2024/09/20 18:04:59 Ready to write response ...
==> kernel <==
18:05:16 up 1:47, 0 users, load average: 0.21, 0.40, 1.25
Linux addons-535596 5.15.0-1069-gcp #77~20.04.1-Ubuntu SMP Sun Sep 1 19:39:16 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kube-apiserver [4f595087e3bb] <==
I0920 18:04:05.050284 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.130.34"}
I0920 18:04:10.318622 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0920 18:04:10.486438 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.96.185.255"}
I0920 18:04:16.271115 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0920 18:04:17.347896 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0920 18:04:19.964450 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.109.13.36"}
I0920 18:04:43.333160 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
E0920 18:04:43.724810 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0920 18:04:43.730348 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0920 18:04:43.735552 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0920 18:04:58.737563 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0920 18:05:08.536406 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0920 18:05:14.321108 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0920 18:05:14.321164 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0920 18:05:14.333372 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0920 18:05:14.333422 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0920 18:05:14.333988 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0920 18:05:14.334045 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0920 18:05:14.344489 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0920 18:05:14.344534 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0920 18:05:14.360069 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0920 18:05:14.360112 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0920 18:05:15.334310 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0920 18:05:15.361063 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0920 18:05:15.365018 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [36f37168d518] <==
W0920 18:04:50.924310 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:04:50.924354 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0920 18:04:52.049117 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:04:52.049166 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0920 18:04:53.279911 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:04:53.279952 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0920 18:04:54.883393 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:04:54.883439 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0920 18:04:59.616617 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:04:59.616669 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0920 18:05:01.827912 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:05:01.827960 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I0920 18:05:04.944768 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-535596"
I0920 18:05:08.004957 1 stateful_set.go:466] "StatefulSet has been deleted" logger="statefulset-controller" key="kube-system/csi-hostpath-attacher"
I0920 18:05:08.050344 1 stateful_set.go:466] "StatefulSet has been deleted" logger="statefulset-controller" key="kube-system/csi-hostpath-resizer"
I0920 18:05:08.782388 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-535596"
W0920 18:05:10.663200 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:05:10.663246 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I0920 18:05:14.375252 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/snapshot-controller-56fcc65765" duration="10.672µs"
I0920 18:05:15.201598 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="10.624µs"
E0920 18:05:15.335805 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E0920 18:05:15.362626 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
E0920 18:05:15.366321 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0920 18:05:16.379123 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0920 18:05:16.379169 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
==> kube-proxy [18c5f51ab108] <==
I0920 17:52:39.335728 1 server_linux.go:66] "Using iptables proxy"
I0920 17:52:40.045325 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0920 17:52:40.045399 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I0920 17:52:40.442190 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0920 17:52:40.442262 1 server_linux.go:169] "Using iptables Proxier"
I0920 17:52:40.554074 1 proxier.go:255] "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" ipFamily="IPv4"
I0920 17:52:40.554474 1 server.go:483] "Version info" version="v1.31.1"
I0920 17:52:40.554509 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0920 17:52:40.556393 1 config.go:199] "Starting service config controller"
I0920 17:52:40.556425 1 shared_informer.go:313] Waiting for caches to sync for service config
I0920 17:52:40.556455 1 config.go:105] "Starting endpoint slice config controller"
I0920 17:52:40.556460 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0920 17:52:40.556994 1 config.go:328] "Starting node config controller"
I0920 17:52:40.557003 1 shared_informer.go:313] Waiting for caches to sync for node config
I0920 17:52:40.731561 1 shared_informer.go:320] Caches are synced for node config
I0920 17:52:40.731608 1 shared_informer.go:320] Caches are synced for service config
I0920 17:52:40.731652 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [73848aa492fb] <==
E0920 17:52:28.951418 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W0920 17:52:28.951423 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0920 17:52:28.951440 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
E0920 17:52:28.951464 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0920 17:52:28.951575 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0920 17:52:28.951609 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0920 17:52:29.867976 1 reflector.go:561] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0920 17:52:29.868026 1 reflector.go:158] "Unhandled Error" err="runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
W0920 17:52:29.874313 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0920 17:52:29.874355 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0920 17:52:29.899726 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E0920 17:52:29.899766 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W0920 17:52:29.931714 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0920 17:52:29.931759 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0920 17:52:29.981982 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0920 17:52:29.982023 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W0920 17:52:30.070627 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E0920 17:52:30.070675 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W0920 17:52:30.071065 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0920 17:52:30.071115 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0920 17:52:30.100074 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E0920 17:52:30.100109 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
W0920 17:52:30.136479 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E0920 17:52:30.136525 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: 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" logger="UnhandledError"
I0920 17:52:32.050014 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.136106 2443 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-cv8gf\" (UniqueName: \"kubernetes.io/projected/05bae9a3-f388-42c1-b91c-cc0a1a46f75b-kube-api-access-cv8gf\") on node \"addons-535596\" DevicePath \"\""
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.136119 2443 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/05bae9a3-f388-42c1-b91c-cc0a1a46f75b-gcp-creds\") on node \"addons-535596\" DevicePath \"\""
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.136128 2443 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-cf72r\" (UniqueName: \"kubernetes.io/projected/dbe43e0b-fb2d-4702-a4c9-b57ef880c114-kube-api-access-cf72r\") on node \"addons-535596\" DevicePath \"\""
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.538937 2443 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-bfzf4\" (UniqueName: \"kubernetes.io/projected/0da9eb92-a72a-4e20-97a3-ff9fecea622f-kube-api-access-bfzf4\") pod \"0da9eb92-a72a-4e20-97a3-ff9fecea622f\" (UID: \"0da9eb92-a72a-4e20-97a3-ff9fecea622f\") "
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.538980 2443 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-j8kdt\" (UniqueName: \"kubernetes.io/projected/2d465593-59aa-4922-8d50-d95af40b4d34-kube-api-access-j8kdt\") pod \"2d465593-59aa-4922-8d50-d95af40b4d34\" (UID: \"2d465593-59aa-4922-8d50-d95af40b4d34\") "
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.540956 2443 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/0da9eb92-a72a-4e20-97a3-ff9fecea622f-kube-api-access-bfzf4" (OuterVolumeSpecName: "kube-api-access-bfzf4") pod "0da9eb92-a72a-4e20-97a3-ff9fecea622f" (UID: "0da9eb92-a72a-4e20-97a3-ff9fecea622f"). InnerVolumeSpecName "kube-api-access-bfzf4". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.541022 2443 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/2d465593-59aa-4922-8d50-d95af40b4d34-kube-api-access-j8kdt" (OuterVolumeSpecName: "kube-api-access-j8kdt") pod "2d465593-59aa-4922-8d50-d95af40b4d34" (UID: "2d465593-59aa-4922-8d50-d95af40b4d34"). InnerVolumeSpecName "kube-api-access-j8kdt". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.553665 2443 scope.go:117] "RemoveContainer" containerID="623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.571157 2443 scope.go:117] "RemoveContainer" containerID="623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc"
Sep 20 18:05:15 addons-535596 kubelet[2443]: E0920 18:05:15.573147 2443 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc" containerID="623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.573197 2443 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc"} err="failed to get container status \"623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc\": rpc error: code = Unknown desc = Error response from daemon: No such container: 623f3ce1dca201d48289eab0e7176e760aa1fb6aac7e4a2b6fa2634d542629dc"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.573225 2443 scope.go:117] "RemoveContainer" containerID="a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.636812 2443 scope.go:117] "RemoveContainer" containerID="a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5"
Sep 20 18:05:15 addons-535596 kubelet[2443]: E0920 18:05:15.637768 2443 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5" containerID="a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.637812 2443 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5"} err="failed to get container status \"a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5\": rpc error: code = Unknown desc = Error response from daemon: No such container: a7e9fd10921f63ea91bd53cf3a86edb41530654b3ccdd6e7920705066edad9c5"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.637833 2443 scope.go:117] "RemoveContainer" containerID="b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.639356 2443 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-j8kdt\" (UniqueName: \"kubernetes.io/projected/2d465593-59aa-4922-8d50-d95af40b4d34-kube-api-access-j8kdt\") on node \"addons-535596\" DevicePath \"\""
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.639390 2443 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-bfzf4\" (UniqueName: \"kubernetes.io/projected/0da9eb92-a72a-4e20-97a3-ff9fecea622f-kube-api-access-bfzf4\") on node \"addons-535596\" DevicePath \"\""
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.655563 2443 scope.go:117] "RemoveContainer" containerID="b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8"
Sep 20 18:05:15 addons-535596 kubelet[2443]: E0920 18:05:15.656349 2443 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8" containerID="b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.656392 2443 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8"} err="failed to get container status \"b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8\": rpc error: code = Unknown desc = Error response from daemon: No such container: b773606b289431230ad010f261dc9050e6d110ad5104ca1beb3990cb38e5a8e8"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.656420 2443 scope.go:117] "RemoveContainer" containerID="8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.681893 2443 scope.go:117] "RemoveContainer" containerID="8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a"
Sep 20 18:05:15 addons-535596 kubelet[2443]: E0920 18:05:15.682824 2443 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a" containerID="8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a"
Sep 20 18:05:15 addons-535596 kubelet[2443]: I0920 18:05:15.682863 2443 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a"} err="failed to get container status \"8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a\": rpc error: code = Unknown desc = Error response from daemon: No such container: 8c6fdf1abfea23913e37fcc75a263c9df8118fb74ef5ecb35648cd4d054aad1a"
==> storage-provisioner [047dca7997b2] <==
I0920 17:52:44.832212 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0920 17:52:44.846026 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0920 17:52:44.846107 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0920 17:52:44.930946 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0920 17:52:44.931239 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-535596_31c30f7f-04d5-4127-a2b6-2aa0af72ccd0!
I0920 17:52:44.931607 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"1d4f7b27-960c-4098-b355-4472d96b4acf", APIVersion:"v1", ResourceVersion:"599", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-535596_31c30f7f-04d5-4127-a2b6-2aa0af72ccd0 became leader
I0920 17:52:45.033504 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-535596_31c30f7f-04d5-4127-a2b6-2aa0af72ccd0!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-535596 -n addons-535596
helpers_test.go:261: (dbg) Run: kubectl --context addons-535596 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-535596 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-535596 describe pod busybox:
-- stdout --
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-535596/192.168.49.2
Start Time: Fri, 20 Sep 2024 17:56:02 +0000
Labels: integration-test=busybox
Annotations: <none>
Status: Pending
IP: 10.244.0.27
IPs:
IP: 10.244.0.27
Containers:
busybox:
Container ID:
Image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
Image ID:
Port: <none>
Host Port: <none>
Command:
sleep
3600
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9m6vt (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-9m6vt:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 9m14s default-scheduler Successfully assigned default/busybox to addons-535596
Normal Pulling 7m53s (x4 over 9m14s) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 7m53s (x4 over 9m14s) kubelet Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": Error response from daemon: Head "https://gcr.io/v2/k8s-minikube/busybox/manifests/1.28.4-glibc": unauthorized: authentication failed
Warning Failed 7m53s (x4 over 9m14s) kubelet Error: ErrImagePull
Warning Failed 7m29s (x6 over 9m13s) kubelet Error: ImagePullBackOff
Normal BackOff 4m2s (x21 over 9m13s) kubelet Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/Registry FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Registry (72.53s)