=== RUN TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry
=== CONT TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 4.976834ms
addons_test.go:334: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-fd6l9" [22ee96cc-eafb-42a6-9f00-4d14a9bbfa5a] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.010630646s
addons_test.go:337: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-8mf99" [7567e96d-94ff-4199-aa1d-8f7b62234e4d] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.004261846s
addons_test.go:342: (dbg) Run: kubectl --context addons-810228 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run: kubectl --context addons-810228 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:347: (dbg) Non-zero exit: kubectl --context addons-810228 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.113399082s)
-- stdout --
pod "registry-test" deleted
-- /stdout --
** stderr **
error: timed out waiting for the condition
** /stderr **
addons_test.go:349: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-810228 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:353: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:361: (dbg) Run: out/minikube-linux-arm64 -p addons-810228 ip
2024/09/19 18:52:54 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run: out/minikube-linux-arm64 -p addons-810228 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-810228
helpers_test.go:235: (dbg) docker inspect addons-810228:
-- stdout --
[
{
"Id": "c018a4786ebd36725ca299d08412c4a94d35b731e92f9f4966208e7b3da73067",
"Created": "2024-09-19T18:39:40.944129893Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 739284,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-09-19T18:39:41.082004655Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f8be4f9f9351784955e36c0e64d55ad19451839d9f6d0c057285eb8f9072963b",
"ResolvConfPath": "/var/lib/docker/containers/c018a4786ebd36725ca299d08412c4a94d35b731e92f9f4966208e7b3da73067/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/c018a4786ebd36725ca299d08412c4a94d35b731e92f9f4966208e7b3da73067/hostname",
"HostsPath": "/var/lib/docker/containers/c018a4786ebd36725ca299d08412c4a94d35b731e92f9f4966208e7b3da73067/hosts",
"LogPath": "/var/lib/docker/containers/c018a4786ebd36725ca299d08412c4a94d35b731e92f9f4966208e7b3da73067/c018a4786ebd36725ca299d08412c4a94d35b731e92f9f4966208e7b3da73067-json.log",
"Name": "/addons-810228",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-810228:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-810228",
"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/efc04905829fe2b7a9c393935b87e79b63b22d1c92b19206454465fa8ab9b3fb-init/diff:/var/lib/docker/overlay2/f96c25cbe84b7425e40f60239fa13d2111bbc164bcf24ae221a7a470db6b8798/diff",
"MergedDir": "/var/lib/docker/overlay2/efc04905829fe2b7a9c393935b87e79b63b22d1c92b19206454465fa8ab9b3fb/merged",
"UpperDir": "/var/lib/docker/overlay2/efc04905829fe2b7a9c393935b87e79b63b22d1c92b19206454465fa8ab9b3fb/diff",
"WorkDir": "/var/lib/docker/overlay2/efc04905829fe2b7a9c393935b87e79b63b22d1c92b19206454465fa8ab9b3fb/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-810228",
"Source": "/var/lib/docker/volumes/addons-810228/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-810228",
"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-810228",
"name.minikube.sigs.k8s.io": "addons-810228",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "fbe969cc3c5ee99e599f5f0d7cdfc343ec4c2c3cb9445c827cfdf54a13302331",
"SandboxKey": "/var/run/docker/netns/fbe969cc3c5e",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33533"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33534"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33537"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33535"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33536"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-810228": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "f7f5e4cac6faa1e5a698967e456fb7ee2ad68221578d3d831123767c4a8907f4",
"EndpointID": "8c147caff28c9170e7ac838532908e7794a142b734bda70a17511b5cf12c910a",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-810228",
"c018a4786ebd"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-810228 -n addons-810228
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-arm64 -p addons-810228 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-810228 logs -n 25: (1.27813484s)
helpers_test.go:252: TestAddons/parallel/Registry logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-266640 | jenkins | v1.34.0 | 19 Sep 24 18:38 UTC | |
| | -p download-only-266640 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| delete | -p download-only-266640 | download-only-266640 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| start | -o=json --download-only | download-only-736260 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | |
| | -p download-only-736260 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.1 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| delete | -p download-only-736260 | download-only-736260 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| delete | -p download-only-266640 | download-only-266640 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| delete | -p download-only-736260 | download-only-736260 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| start | --download-only -p | download-docker-690855 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | |
| | download-docker-690855 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-690855 | download-docker-690855 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| start | --download-only -p | binary-mirror-490984 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | |
| | binary-mirror-490984 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:42445 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-490984 | binary-mirror-490984 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:39 UTC |
| addons | enable dashboard -p | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | |
| | addons-810228 | | | | | |
| addons | disable dashboard -p | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | |
| | addons-810228 | | | | | |
| start | -p addons-810228 --wait=true | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:39 UTC | 19 Sep 24 18:42 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-810228 addons disable | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:43 UTC | 19 Sep 24 18:43 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-810228 addons disable | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:51 UTC | 19 Sep 24 18:51 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | addons-810228 addons | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:52 UTC | 19 Sep 24 18:52 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-810228 addons | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:52 UTC | 19 Sep 24 18:52 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:52 UTC | 19 Sep 24 18:52 UTC |
| | -p addons-810228 | | | | | |
| ssh | addons-810228 ssh cat | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:52 UTC | 19 Sep 24 18:52 UTC |
| | /opt/local-path-provisioner/pvc-4341cf70-6fd2-4a6e-bbb3-41f9710dd0f7_default_test-pvc/file1 | | | | | |
| addons | addons-810228 addons disable | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:52 UTC | |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-810228 ip | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:52 UTC | 19 Sep 24 18:52 UTC |
| addons | addons-810228 addons disable | addons-810228 | jenkins | v1.34.0 | 19 Sep 24 18:52 UTC | 19 Sep 24 18:52 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/09/19 18:39:17
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.23.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0919 18:39:17.338184 738797 out.go:345] Setting OutFile to fd 1 ...
I0919 18:39:17.338511 738797 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0919 18:39:17.338525 738797 out.go:358] Setting ErrFile to fd 2...
I0919 18:39:17.338531 738797 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0919 18:39:17.338819 738797 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19664-732615/.minikube/bin
I0919 18:39:17.339322 738797 out.go:352] Setting JSON to false
I0919 18:39:17.340240 738797 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":12098,"bootTime":1726759060,"procs":165,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0919 18:39:17.340326 738797 start.go:139] virtualization:
I0919 18:39:17.342875 738797 out.go:177] * [addons-810228] minikube v1.34.0 on Ubuntu 20.04 (arm64)
I0919 18:39:17.344808 738797 out.go:177] - MINIKUBE_LOCATION=19664
I0919 18:39:17.344883 738797 notify.go:220] Checking for updates...
I0919 18:39:17.348643 738797 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0919 18:39:17.350445 738797 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19664-732615/kubeconfig
I0919 18:39:17.352455 738797 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19664-732615/.minikube
I0919 18:39:17.354118 738797 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0919 18:39:17.355699 738797 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0919 18:39:17.357689 738797 driver.go:394] Setting default libvirt URI to qemu:///system
I0919 18:39:17.381558 738797 docker.go:123] docker version: linux-27.2.1:Docker Engine - Community
I0919 18:39:17.381681 738797 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0919 18:39:17.442298 738797 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-19 18:39:17.432401308 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 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:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0919 18:39:17.442407 738797 docker.go:318] overlay module found
I0919 18:39:17.444501 738797 out.go:177] * Using the docker driver based on user configuration
I0919 18:39:17.446291 738797 start.go:297] selected driver: docker
I0919 18:39:17.446311 738797 start.go:901] validating driver "docker" against <nil>
I0919 18:39:17.446325 738797 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0919 18:39:17.446961 738797 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0919 18:39:17.503274 738797 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-19 18:39:17.49350899 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.1 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:<nil> ServerError
s:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0919 18:39:17.503503 738797 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0919 18:39:17.503737 738797 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]
I0919 18:39:17.505538 738797 out.go:177] * Using Docker driver with root privileges
I0919 18:39:17.507305 738797 cni.go:84] Creating CNI manager for ""
I0919 18:39:17.507383 738797 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0919 18:39:17.507402 738797 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0919 18:39:17.507487 738797 start.go:340] cluster config:
{Name:addons-810228 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-810228 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}
I0919 18:39:17.509313 738797 out.go:177] * Starting "addons-810228" primary control-plane node in "addons-810228" cluster
I0919 18:39:17.511097 738797 cache.go:121] Beginning downloading kic base image for docker with docker
I0919 18:39:17.512781 738797 out.go:177] * Pulling base image v0.0.45-1726589491-19662 ...
I0919 18:39:17.514503 738797 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0919 18:39:17.514554 738797 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19664-732615/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4
I0919 18:39:17.514562 738797 cache.go:56] Caching tarball of preloaded images
I0919 18:39:17.514657 738797 preload.go:172] Found /home/jenkins/minikube-integration/19664-732615/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I0919 18:39:17.514673 738797 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on docker
I0919 18:39:17.515039 738797 profile.go:143] Saving config to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/config.json ...
I0919 18:39:17.515068 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/config.json: {Name:mkee134a451e9b9a1d68445992a80a62382c1584 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:17.515248 738797 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 in local docker daemon
I0919 18:39:17.530449 738797 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 to local cache
I0919 18:39:17.530567 738797 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 in local cache directory
I0919 18:39:17.530585 738797 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 in local cache directory, skipping pull
I0919 18:39:17.530590 738797 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 exists in cache, skipping pull
I0919 18:39:17.530597 738797 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 as a tarball
I0919 18:39:17.530602 738797 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 from local cache
I0919 18:39:34.430433 738797 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 from cached tarball
I0919 18:39:34.430483 738797 cache.go:194] Successfully downloaded all kic artifacts
I0919 18:39:34.430521 738797 start.go:360] acquireMachinesLock for addons-810228: {Name:mkf32b04ff477728ed0dff3e81b55c61a4b83769 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0919 18:39:34.430653 738797 start.go:364] duration metric: took 109.029µs to acquireMachinesLock for "addons-810228"
I0919 18:39:34.430685 738797 start.go:93] Provisioning new machine with config: &{Name:addons-810228 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-810228 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}
I0919 18:39:34.430767 738797 start.go:125] createHost starting for "" (driver="docker")
I0919 18:39:34.433180 738797 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0919 18:39:34.433427 738797 start.go:159] libmachine.API.Create for "addons-810228" (driver="docker")
I0919 18:39:34.433464 738797 client.go:168] LocalClient.Create starting
I0919 18:39:34.433581 738797 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca.pem
I0919 18:39:34.878949 738797 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/cert.pem
I0919 18:39:35.050664 738797 cli_runner.go:164] Run: docker network inspect addons-810228 --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}}]}"
W0919 18:39:35.069190 738797 cli_runner.go:211] docker network inspect addons-810228 --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
I0919 18:39:35.069282 738797 network_create.go:284] running [docker network inspect addons-810228] to gather additional debugging logs...
I0919 18:39:35.069305 738797 cli_runner.go:164] Run: docker network inspect addons-810228
W0919 18:39:35.085954 738797 cli_runner.go:211] docker network inspect addons-810228 returned with exit code 1
I0919 18:39:35.085993 738797 network_create.go:287] error running [docker network inspect addons-810228]: docker network inspect addons-810228: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-810228 not found
I0919 18:39:35.086010 738797 network_create.go:289] output of [docker network inspect addons-810228]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-810228 not found
** /stderr **
I0919 18:39:35.086128 738797 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}}]}"
I0919 18:39:35.102397 738797 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:0x4001ba0280}
I0919 18:39:35.102455 738797 network_create.go:124] attempt to create docker network addons-810228 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0919 18:39:35.102531 738797 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-810228 addons-810228
I0919 18:39:35.183124 738797 network_create.go:108] docker network addons-810228 192.168.49.0/24 created
I0919 18:39:35.183163 738797 kic.go:121] calculated static IP "192.168.49.2" for the "addons-810228" container
I0919 18:39:35.183310 738797 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0919 18:39:35.197817 738797 cli_runner.go:164] Run: docker volume create addons-810228 --label name.minikube.sigs.k8s.io=addons-810228 --label created_by.minikube.sigs.k8s.io=true
I0919 18:39:35.215582 738797 oci.go:103] Successfully created a docker volume addons-810228
I0919 18:39:35.215687 738797 cli_runner.go:164] Run: docker run --rm --name addons-810228-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-810228 --entrypoint /usr/bin/test -v addons-810228:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -d /var/lib
I0919 18:39:37.165416 738797 cli_runner.go:217] Completed: docker run --rm --name addons-810228-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-810228 --entrypoint /usr/bin/test -v addons-810228:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -d /var/lib: (1.949663438s)
I0919 18:39:37.165447 738797 oci.go:107] Successfully prepared a docker volume addons-810228
I0919 18:39:37.165479 738797 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0919 18:39:37.165498 738797 kic.go:194] Starting extracting preloaded images to volume ...
I0919 18:39:37.165572 738797 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19664-732615/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-810228:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -I lz4 -xf /preloaded.tar -C /extractDir
I0919 18:39:40.879228 738797 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19664-732615/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-810228:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 -I lz4 -xf /preloaded.tar -C /extractDir: (3.713577163s)
I0919 18:39:40.879261 738797 kic.go:203] duration metric: took 3.713759373s to extract preloaded images to volume ...
W0919 18:39:40.879432 738797 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0919 18:39:40.879589 738797 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0919 18:39:40.930042 738797 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-810228 --name addons-810228 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-810228 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-810228 --network addons-810228 --ip 192.168.49.2 --volume addons-810228:/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
I0919 18:39:41.245014 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Running}}
I0919 18:39:41.280573 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:39:41.303256 738797 cli_runner.go:164] Run: docker exec addons-810228 stat /var/lib/dpkg/alternatives/iptables
I0919 18:39:41.361460 738797 oci.go:144] the created container "addons-810228" has a running status.
I0919 18:39:41.361489 738797 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa...
I0919 18:39:42.161867 738797 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0919 18:39:42.191067 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:39:42.215786 738797 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0919 18:39:42.215810 738797 kic_runner.go:114] Args: [docker exec --privileged addons-810228 chown docker:docker /home/docker/.ssh/authorized_keys]
I0919 18:39:42.284767 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:39:42.309219 738797 machine.go:93] provisionDockerMachine start ...
I0919 18:39:42.309351 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:42.337139 738797 main.go:141] libmachine: Using SSH client type: native
I0919 18:39:42.337430 738797 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0919 18:39:42.337442 738797 main.go:141] libmachine: About to run SSH command:
hostname
I0919 18:39:42.492304 738797 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-810228
I0919 18:39:42.492330 738797 ubuntu.go:169] provisioning hostname "addons-810228"
I0919 18:39:42.492427 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:42.509352 738797 main.go:141] libmachine: Using SSH client type: native
I0919 18:39:42.509607 738797 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0919 18:39:42.509626 738797 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-810228 && echo "addons-810228" | sudo tee /etc/hostname
I0919 18:39:42.666512 738797 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-810228
I0919 18:39:42.666603 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:42.683254 738797 main.go:141] libmachine: Using SSH client type: native
I0919 18:39:42.683492 738797 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0919 18:39:42.683510 738797 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-810228' /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-810228/g' /etc/hosts;
else
echo '127.0.1.1 addons-810228' | sudo tee -a /etc/hosts;
fi
fi
I0919 18:39:42.827083 738797 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0919 18:39:42.827114 738797 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19664-732615/.minikube CaCertPath:/home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19664-732615/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19664-732615/.minikube}
I0919 18:39:42.827134 738797 ubuntu.go:177] setting up certificates
I0919 18:39:42.827143 738797 provision.go:84] configureAuth start
I0919 18:39:42.827237 738797 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-810228
I0919 18:39:42.843835 738797 provision.go:143] copyHostCerts
I0919 18:39:42.843917 738797 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19664-732615/.minikube/ca.pem (1082 bytes)
I0919 18:39:42.844042 738797 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19664-732615/.minikube/cert.pem (1123 bytes)
I0919 18:39:42.844105 738797 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19664-732615/.minikube/key.pem (1675 bytes)
I0919 18:39:42.844164 738797 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19664-732615/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca-key.pem org=jenkins.addons-810228 san=[127.0.0.1 192.168.49.2 addons-810228 localhost minikube]
I0919 18:39:43.591880 738797 provision.go:177] copyRemoteCerts
I0919 18:39:43.591956 738797 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0919 18:39:43.592000 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:43.607632 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:39:43.707614 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0919 18:39:43.733901 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0919 18:39:43.757993 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0919 18:39:43.781110 738797 provision.go:87] duration metric: took 953.952886ms to configureAuth
I0919 18:39:43.781134 738797 ubuntu.go:193] setting minikube options for container-runtime
I0919 18:39:43.781329 738797 config.go:182] Loaded profile config "addons-810228": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0919 18:39:43.781386 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:43.797704 738797 main.go:141] libmachine: Using SSH client type: native
I0919 18:39:43.797958 738797 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0919 18:39:43.797977 738797 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0919 18:39:43.943549 738797 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0919 18:39:43.943570 738797 ubuntu.go:71] root file system type: overlay
I0919 18:39:43.943686 738797 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0919 18:39:43.943756 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:43.960750 738797 main.go:141] libmachine: Using SSH client type: native
I0919 18:39:43.961000 738797 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0919 18:39:43.961091 738797 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
I0919 18:39:44.123955 738797 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
I0919 18:39:44.124046 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:44.141680 738797 main.go:141] libmachine: Using SSH client type: native
I0919 18:39:44.141933 738797 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x41abe0] 0x41d420 <nil> [] 0s} 127.0.0.1 33533 <nil> <nil>}
I0919 18:39:44.141962 738797 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; }
I0919 18:39:44.908512 738797 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-09-06 12:06:36.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-09-19 18:39:44.117254782 +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
I0919 18:39:44.908544 738797 machine.go:96] duration metric: took 2.599303656s to provisionDockerMachine
I0919 18:39:44.908556 738797 client.go:171] duration metric: took 10.475081837s to LocalClient.Create
I0919 18:39:44.908569 738797 start.go:167] duration metric: took 10.475143154s to libmachine.API.Create "addons-810228"
I0919 18:39:44.908575 738797 start.go:293] postStartSetup for "addons-810228" (driver="docker")
I0919 18:39:44.908586 738797 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]
I0919 18:39:44.908660 738797 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
I0919 18:39:44.908705 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:44.926892 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:39:45.050576 738797 ssh_runner.go:195] Run: cat /etc/os-release
I0919 18:39:45.067051 738797 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0919 18:39:45.067090 738797 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0919 18:39:45.067102 738797 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0919 18:39:45.067110 738797 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0919 18:39:45.067121 738797 filesync.go:126] Scanning /home/jenkins/minikube-integration/19664-732615/.minikube/addons for local assets ...
I0919 18:39:45.067226 738797 filesync.go:126] Scanning /home/jenkins/minikube-integration/19664-732615/.minikube/files for local assets ...
I0919 18:39:45.067264 738797 start.go:296] duration metric: took 158.675832ms for postStartSetup
I0919 18:39:45.067633 738797 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-810228
I0919 18:39:45.109619 738797 profile.go:143] Saving config to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/config.json ...
I0919 18:39:45.110070 738797 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0919 18:39:45.110143 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:45.163769 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:39:45.271929 738797 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0919 18:39:45.277938 738797 start.go:128] duration metric: took 10.847153173s to createHost
I0919 18:39:45.277967 738797 start.go:83] releasing machines lock for "addons-810228", held for 10.847300077s
I0919 18:39:45.278108 738797 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-810228
I0919 18:39:45.300637 738797 ssh_runner.go:195] Run: cat /version.json
I0919 18:39:45.300702 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:45.300996 738797 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0919 18:39:45.301063 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:39:45.323758 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:39:45.330980 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:39:45.423131 738797 ssh_runner.go:195] Run: systemctl --version
I0919 18:39:45.555074 738797 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0919 18:39:45.559505 738797 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' {}" ;
I0919 18:39:45.586892 738797 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0919 18:39:45.586979 738797 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" ;
I0919 18:39:45.615870 738797 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0919 18:39:45.615900 738797 start.go:495] detecting cgroup driver to use...
I0919 18:39:45.615934 738797 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0919 18:39:45.616040 738797 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"
I0919 18:39:45.632451 738797 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"
I0919 18:39:45.642846 738797 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"
I0919 18:39:45.652926 738797 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0919 18:39:45.653042 738797 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0919 18:39:45.663060 738797 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"
I0919 18:39:45.673960 738797 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0919 18:39:45.683854 738797 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0919 18:39:45.694802 738797 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0919 18:39:45.704637 738797 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"
I0919 18:39:45.714368 738797 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0919 18:39:45.727999 738797 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"
I0919 18:39:45.737956 738797 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0919 18:39:45.746461 738797 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0919 18:39:45.755297 738797 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0919 18:39:45.843333 738797 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0919 18:39:45.938684 738797 start.go:495] detecting cgroup driver to use...
I0919 18:39:45.938733 738797 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0919 18:39:45.938783 738797 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0919 18:39:45.952336 738797 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0919 18:39:45.952405 738797 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0919 18:39:45.966701 738797 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"
I0919 18:39:45.984443 738797 ssh_runner.go:195] Run: which cri-dockerd
I0919 18:39:45.989289 738797 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0919 18:39:46.000169 738797 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
I0919 18:39:46.023553 738797 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0919 18:39:46.126864 738797 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0919 18:39:46.230649 738797 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
I0919 18:39:46.230854 738797 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0919 18:39:46.249742 738797 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0919 18:39:46.348341 738797 ssh_runner.go:195] Run: sudo systemctl restart docker
I0919 18:39:46.624267 738797 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0919 18:39:46.636779 738797 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0919 18:39:46.649037 738797 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0919 18:39:46.741782 738797 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0919 18:39:46.833874 738797 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0919 18:39:46.924571 738797 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0919 18:39:46.938473 738797 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0919 18:39:46.949828 738797 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0919 18:39:47.046208 738797 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0919 18:39:47.119544 738797 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0919 18:39:47.119634 738797 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0919 18:39:47.123844 738797 start.go:563] Will wait 60s for crictl version
I0919 18:39:47.123911 738797 ssh_runner.go:195] Run: which crictl
I0919 18:39:47.127696 738797 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0919 18:39:47.165055 738797 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 27.2.1
RuntimeApiVersion: v1
I0919 18:39:47.165128 738797 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0919 18:39:47.187852 738797 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0919 18:39:47.212923 738797 out.go:235] * Preparing Kubernetes v1.31.1 on Docker 27.2.1 ...
I0919 18:39:47.213057 738797 cli_runner.go:164] Run: docker network inspect addons-810228 --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}}]}"
I0919 18:39:47.228457 738797 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0919 18:39:47.232100 738797 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""
I0919 18:39:47.243103 738797 kubeadm.go:883] updating cluster {Name:addons-810228 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-810228 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} ...
I0919 18:39:47.243249 738797 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0919 18:39:47.243317 738797 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0919 18:39:47.261663 738797 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 --
I0919 18:39:47.261687 738797 docker.go:615] Images already preloaded, skipping extraction
I0919 18:39:47.261768 738797 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0919 18:39:47.279459 738797 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 --
I0919 18:39:47.279482 738797 cache_images.go:84] Images are preloaded, skipping loading
I0919 18:39:47.279492 738797 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 docker true true} ...
I0919 18:39:47.279605 738797 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-810228 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.1 ClusterName:addons-810228 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:}
I0919 18:39:47.279678 738797 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0919 18:39:47.328227 738797 cni.go:84] Creating CNI manager for ""
I0919 18:39:47.328253 738797 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0919 18:39:47.328264 738797 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0919 18:39:47.328285 738797 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-810228 NodeName:addons-810228 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}
I0919 18:39:47.328434 738797 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-810228"
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
I0919 18:39:47.328508 738797 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
I0919 18:39:47.337489 738797 binaries.go:44] Found k8s binaries, skipping transfer
I0919 18:39:47.337562 738797 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0919 18:39:47.346497 738797 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I0919 18:39:47.364214 738797 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0919 18:39:47.383061 738797 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
I0919 18:39:47.400752 738797 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0919 18:39:47.404035 738797 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""
I0919 18:39:47.414649 738797 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0919 18:39:47.508776 738797 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0919 18:39:47.527707 738797 certs.go:68] Setting up /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228 for IP: 192.168.49.2
I0919 18:39:47.527731 738797 certs.go:194] generating shared ca certs ...
I0919 18:39:47.527773 738797 certs.go:226] acquiring lock for ca certs: {Name:mkd15cc829a7fa3f9965faa1d82fa6a7c42cfbb1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:47.527948 738797 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19664-732615/.minikube/ca.key
I0919 18:39:47.880734 738797 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19664-732615/.minikube/ca.crt ...
I0919 18:39:47.880765 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/ca.crt: {Name:mk2027b5daa4fa31cae09f9fb635340e3fe48298 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:47.881380 738797 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19664-732615/.minikube/ca.key ...
I0919 18:39:47.881398 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/ca.key: {Name:mkb2da3a0564b610f83227e88fa55789e23cd4a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:47.881503 738797 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19664-732615/.minikube/proxy-client-ca.key
I0919 18:39:48.508154 738797 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19664-732615/.minikube/proxy-client-ca.crt ...
I0919 18:39:48.508189 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/proxy-client-ca.crt: {Name:mkf2b766b0b62ef51b52902a72f8e70cf3557784 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:48.508391 738797 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19664-732615/.minikube/proxy-client-ca.key ...
I0919 18:39:48.508405 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/proxy-client-ca.key: {Name:mke9675c79ef0c651651098df3d1259fdfc9953f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:48.508492 738797 certs.go:256] generating profile certs ...
I0919 18:39:48.508552 738797 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/client.key
I0919 18:39:48.508570 738797 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/client.crt with IP's: []
I0919 18:39:48.638241 738797 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/client.crt ...
I0919 18:39:48.638275 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/client.crt: {Name:mk2a0d69831cbbc47aa4123ed129a30525733375 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:48.638947 738797 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/client.key ...
I0919 18:39:48.638963 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/client.key: {Name:mk51a3e65a8f5fd4ccfa6ad945f4f88e0676ff63 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:48.639050 738797 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.key.a475a18e
I0919 18:39:48.639067 738797 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.crt.a475a18e with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0919 18:39:49.003138 738797 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.crt.a475a18e ...
I0919 18:39:49.003173 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.crt.a475a18e: {Name:mk5b22a339bce7a65430a352f5cf810de4de04c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:49.003823 738797 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.key.a475a18e ...
I0919 18:39:49.003846 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.key.a475a18e: {Name:mk9f6268e9b661c7546982e2981375cc46e4e129 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:49.004496 738797 certs.go:381] copying /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.crt.a475a18e -> /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.crt
I0919 18:39:49.004592 738797 certs.go:385] copying /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.key.a475a18e -> /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.key
I0919 18:39:49.004655 738797 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.key
I0919 18:39:49.004681 738797 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.crt with IP's: []
I0919 18:39:49.475894 738797 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.crt ...
I0919 18:39:49.475928 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.crt: {Name:mk5fd9ed7d156ab38737cd2db1157e82e2871ab5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:49.476725 738797 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.key ...
I0919 18:39:49.476755 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.key: {Name:mk68716098a2e7f77b5af02b455889b7e44c9692 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:39:49.476962 738797 certs.go:484] found cert: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca-key.pem (1675 bytes)
I0919 18:39:49.477003 738797 certs.go:484] found cert: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/ca.pem (1082 bytes)
I0919 18:39:49.477040 738797 certs.go:484] found cert: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/cert.pem (1123 bytes)
I0919 18:39:49.477069 738797 certs.go:484] found cert: /home/jenkins/minikube-integration/19664-732615/.minikube/certs/key.pem (1675 bytes)
I0919 18:39:49.477904 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0919 18:39:49.503933 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0919 18:39:49.529203 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0919 18:39:49.553346 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0919 18:39:49.577838 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0919 18:39:49.601819 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0919 18:39:49.626162 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0919 18:39:49.649946 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/profiles/addons-810228/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0919 18:39:49.673984 738797 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19664-732615/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0919 18:39:49.699029 738797 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0919 18:39:49.718668 738797 ssh_runner.go:195] Run: openssl version
I0919 18:39:49.724404 738797 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"
I0919 18:39:49.734237 738797 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0919 18:39:49.738089 738797 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 19 18:39 /usr/share/ca-certificates/minikubeCA.pem
I0919 18:39:49.738183 738797 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0919 18:39:49.745467 738797 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"
I0919 18:39:49.755307 738797 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0919 18:39:49.758862 738797 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
I0919 18:39:49.758914 738797 kubeadm.go:392] StartCluster: {Name:addons-810228 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-810228 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}
I0919 18:39:49.759045 738797 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0919 18:39:49.775664 738797 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0919 18:39:49.784448 738797 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0919 18:39:49.793420 738797 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0919 18:39:49.793483 738797 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
I0919 18:39:49.802199 738797 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
I0919 18:39:49.802220 738797 kubeadm.go:157] found existing configuration files:
I0919 18:39:49.802283 738797 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0919 18:39:49.816648 738797 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
I0919 18:39:49.816741 738797 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0919 18:39:49.825514 738797 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0919 18:39:49.835309 738797 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
I0919 18:39:49.835404 738797 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0919 18:39:49.843998 738797 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0919 18:39:49.853360 738797 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
I0919 18:39:49.853455 738797 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0919 18:39:49.861975 738797 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0919 18:39:49.871209 738797 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
I0919 18:39:49.871302 738797 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0919 18:39:49.881516 738797 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"
I0919 18:39:49.927528 738797 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
I0919 18:39:49.927619 738797 kubeadm.go:310] [preflight] Running pre-flight checks
I0919 18:39:49.955543 738797 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0919 18:39:49.955639 738797 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1070-aws[0m
I0919 18:39:49.955693 738797 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0919 18:39:49.955757 738797 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0919 18:39:49.955825 738797 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0919 18:39:49.955892 738797 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0919 18:39:49.955980 738797 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0919 18:39:49.956061 738797 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0919 18:39:49.956140 738797 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0919 18:39:49.956223 738797 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0919 18:39:49.956306 738797 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0919 18:39:49.956376 738797 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0919 18:39:50.026894 738797 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0919 18:39:50.027026 738797 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0919 18:39:50.027147 738797 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0919 18:39:50.041968 738797 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0919 18:39:50.046678 738797 out.go:235] - Generating certificates and keys ...
I0919 18:39:50.046871 738797 kubeadm.go:310] [certs] Using existing ca certificate authority
I0919 18:39:50.046967 738797 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0919 18:39:50.461348 738797 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0919 18:39:51.009565 738797 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0919 18:39:51.255240 738797 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0919 18:39:52.024840 738797 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0919 18:39:52.257388 738797 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0919 18:39:52.257774 738797 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-810228 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0919 18:39:52.782865 738797 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0919 18:39:52.783204 738797 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-810228 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0919 18:39:53.063567 738797 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0919 18:39:53.476295 738797 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0919 18:39:54.288142 738797 kubeadm.go:310] [certs] Generating "sa" key and public key
I0919 18:39:54.288436 738797 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0919 18:39:54.521811 738797 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0919 18:39:54.889781 738797 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0919 18:39:55.436015 738797 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0919 18:39:56.354496 738797 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0919 18:39:56.513602 738797 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0919 18:39:56.514248 738797 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0919 18:39:56.517267 738797 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0919 18:39:56.521345 738797 out.go:235] - Booting up control plane ...
I0919 18:39:56.521458 738797 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0919 18:39:56.521538 738797 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0919 18:39:56.521608 738797 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0919 18:39:56.536783 738797 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0919 18:39:56.543352 738797 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0919 18:39:56.543416 738797 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0919 18:39:56.651613 738797 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0919 18:39:56.651738 738797 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0919 18:39:58.651216 738797 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 2.001559052s
I0919 18:39:58.651303 738797 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0919 18:40:05.152906 738797 kubeadm.go:310] [api-check] The API server is healthy after 6.501531943s
I0919 18:40:05.173078 738797 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0919 18:40:05.187401 738797 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0919 18:40:05.211028 738797 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0919 18:40:05.211250 738797 kubeadm.go:310] [mark-control-plane] Marking the node addons-810228 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0919 18:40:05.221537 738797 kubeadm.go:310] [bootstrap-token] Using token: 083xy0.8ammfpt2wo1kksxc
I0919 18:40:05.223572 738797 out.go:235] - Configuring RBAC rules ...
I0919 18:40:05.223710 738797 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0919 18:40:05.231458 738797 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0919 18:40:05.239223 738797 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
I0919 18:40:05.243021 738797 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0919 18:40:05.248527 738797 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0919 18:40:05.252396 738797 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0919 18:40:05.559942 738797 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0919 18:40:05.986815 738797 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0919 18:40:06.560046 738797 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0919 18:40:06.561408 738797 kubeadm.go:310]
I0919 18:40:06.561486 738797 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0919 18:40:06.561499 738797 kubeadm.go:310]
I0919 18:40:06.561578 738797 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0919 18:40:06.561587 738797 kubeadm.go:310]
I0919 18:40:06.561613 738797 kubeadm.go:310] mkdir -p $HOME/.kube
I0919 18:40:06.561674 738797 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0919 18:40:06.561728 738797 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0919 18:40:06.561736 738797 kubeadm.go:310]
I0919 18:40:06.561790 738797 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0919 18:40:06.561798 738797 kubeadm.go:310]
I0919 18:40:06.561845 738797 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0919 18:40:06.561853 738797 kubeadm.go:310]
I0919 18:40:06.561904 738797 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0919 18:40:06.561991 738797 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0919 18:40:06.562082 738797 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0919 18:40:06.562091 738797 kubeadm.go:310]
I0919 18:40:06.562174 738797 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0919 18:40:06.562253 738797 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0919 18:40:06.562264 738797 kubeadm.go:310]
I0919 18:40:06.562351 738797 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 083xy0.8ammfpt2wo1kksxc \
I0919 18:40:06.562456 738797 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:00199610007e05caaa6b3b5ce7b116886bfcdfea16b5b13af731d9b283172a41 \
I0919 18:40:06.562481 738797 kubeadm.go:310] --control-plane
I0919 18:40:06.562490 738797 kubeadm.go:310]
I0919 18:40:06.562573 738797 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0919 18:40:06.562582 738797 kubeadm.go:310]
I0919 18:40:06.562662 738797 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 083xy0.8ammfpt2wo1kksxc \
I0919 18:40:06.562762 738797 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:00199610007e05caaa6b3b5ce7b116886bfcdfea16b5b13af731d9b283172a41
I0919 18:40:06.565698 738797 kubeadm.go:310] W0919 18:39:49.924076 1816 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.
I0919 18:40:06.565993 738797 kubeadm.go:310] W0919 18:39:49.924955 1816 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.
I0919 18:40:06.566224 738797 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-1070-aws\n", err: exit status 1
I0919 18:40:06.566334 738797 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0919 18:40:06.566355 738797 cni.go:84] Creating CNI manager for ""
I0919 18:40:06.566380 738797 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0919 18:40:06.568445 738797 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0919 18:40:06.570257 738797 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0919 18:40:06.579626 738797 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0919 18:40:06.601396 738797 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0919 18:40:06.601526 738797 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
I0919 18:40:06.601605 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-810228 minikube.k8s.io/updated_at=2024_09_19T18_40_06_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=add7f35814b0dd6a5321a564d1b48a9e50f303ef minikube.k8s.io/name=addons-810228 minikube.k8s.io/primary=true
I0919 18:40:06.746895 738797 ops.go:34] apiserver oom_adj: -16
I0919 18:40:06.747053 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:07.247343 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:07.747969 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:08.247866 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:08.747777 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:09.247454 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:09.747170 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:10.247390 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:10.747609 738797 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0919 18:40:10.883978 738797 kubeadm.go:1113] duration metric: took 4.282500903s to wait for elevateKubeSystemPrivileges
I0919 18:40:10.884014 738797 kubeadm.go:394] duration metric: took 21.125104395s to StartCluster
I0919 18:40:10.884035 738797 settings.go:142] acquiring lock: {Name:mke3f95111e4ca2f9d5245ea7f2c8e6c113288ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:40:10.884823 738797 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19664-732615/kubeconfig
I0919 18:40:10.885224 738797 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19664-732615/kubeconfig: {Name:mk128c87ff0a219fb59fab900f5934625428ac86 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0919 18:40:10.885805 738797 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"
I0919 18:40:10.885825 738797 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}
I0919 18:40:10.886101 738797 config.go:182] Loaded profile config "addons-810228": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0919 18:40:10.886153 738797 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 helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0919 18:40:10.886231 738797 addons.go:69] Setting yakd=true in profile "addons-810228"
I0919 18:40:10.886245 738797 addons.go:234] Setting addon yakd=true in "addons-810228"
I0919 18:40:10.886269 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.886722 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.887274 738797 addons.go:69] Setting cloud-spanner=true in profile "addons-810228"
I0919 18:40:10.887292 738797 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-810228"
I0919 18:40:10.887313 738797 addons.go:69] Setting registry=true in profile "addons-810228"
I0919 18:40:10.887330 738797 addons.go:234] Setting addon registry=true in "addons-810228"
I0919 18:40:10.887351 738797 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-810228"
I0919 18:40:10.887355 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.887375 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.887775 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.887821 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.890129 738797 addons.go:69] Setting default-storageclass=true in profile "addons-810228"
I0919 18:40:10.890161 738797 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-810228"
I0919 18:40:10.890377 738797 addons.go:69] Setting storage-provisioner=true in profile "addons-810228"
I0919 18:40:10.890669 738797 addons.go:234] Setting addon storage-provisioner=true in "addons-810228"
I0919 18:40:10.890704 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.887297 738797 addons.go:234] Setting addon cloud-spanner=true in "addons-810228"
I0919 18:40:10.890883 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.891096 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.893381 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.890496 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.887281 738797 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-810228"
I0919 18:40:10.890505 738797 addons.go:69] Setting gcp-auth=true in profile "addons-810228"
I0919 18:40:10.890513 738797 addons.go:69] Setting ingress=true in profile "addons-810228"
I0919 18:40:10.890521 738797 addons.go:69] Setting ingress-dns=true in profile "addons-810228"
I0919 18:40:10.890527 738797 addons.go:69] Setting inspektor-gadget=true in profile "addons-810228"
I0919 18:40:10.890535 738797 addons.go:69] Setting metrics-server=true in profile "addons-810228"
I0919 18:40:10.890575 738797 out.go:177] * Verifying Kubernetes components...
I0919 18:40:10.890616 738797 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-810228"
I0919 18:40:10.890623 738797 addons.go:69] Setting volcano=true in profile "addons-810228"
I0919 18:40:10.890630 738797 addons.go:69] Setting volumesnapshots=true in profile "addons-810228"
I0919 18:40:10.895328 738797 addons.go:234] Setting addon volumesnapshots=true in "addons-810228"
I0919 18:40:10.895373 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.895842 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.898756 738797 addons.go:234] Setting addon ingress-dns=true in "addons-810228"
I0919 18:40:10.898860 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.899507 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.903488 738797 addons.go:234] Setting addon inspektor-gadget=true in "addons-810228"
I0919 18:40:10.903545 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.904022 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.923751 738797 addons.go:234] Setting addon metrics-server=true in "addons-810228"
I0919 18:40:10.923810 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.924290 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.942162 738797 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0919 18:40:10.942269 738797 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-810228"
I0919 18:40:10.942629 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.948153 738797 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-810228"
I0919 18:40:10.948215 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.948698 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.971221 738797 mustload.go:65] Loading cluster: addons-810228
I0919 18:40:10.971433 738797 config.go:182] Loaded profile config "addons-810228": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0919 18:40:10.971691 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.972631 738797 addons.go:234] Setting addon volcano=true in "addons-810228"
I0919 18:40:10.972691 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.973141 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:10.996872 738797 addons.go:234] Setting addon ingress=true in "addons-810228"
I0919 18:40:10.996941 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:10.997443 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:11.108363 738797 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0919 18:40:11.129134 738797 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0919 18:40:11.131386 738797 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0919 18:40:11.131704 738797 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0919 18:40:11.131719 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0919 18:40:11.131781 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.131950 738797 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0919 18:40:11.139299 738797 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0919 18:40:11.139419 738797 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0919 18:40:11.140005 738797 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0919 18:40:11.140082 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.156318 738797 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0919 18:40:11.156342 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0919 18:40:11.156408 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.160582 738797 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0919 18:40:11.160819 738797 out.go:177] - Using image docker.io/registry:2.8.3
I0919 18:40:11.162834 738797 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0919 18:40:11.162917 738797 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
I0919 18:40:11.162972 738797 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
I0919 18:40:11.166355 738797 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0919 18:40:11.166385 738797 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0919 18:40:11.166459 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.171382 738797 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0919 18:40:11.171615 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0919 18:40:11.171816 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.181558 738797 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0919 18:40:11.181587 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0919 18:40:11.181649 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.196789 738797 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0919 18:40:11.207364 738797 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0919 18:40:11.209318 738797 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-810228"
I0919 18:40:11.209358 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:11.209777 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:11.212082 738797 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0919 18:40:11.212104 738797 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0919 18:40:11.212166 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.228509 738797 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 -"
I0919 18:40:11.231389 738797 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0919 18:40:11.229027 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:11.231342 738797 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0919 18:40:11.233637 738797 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0919 18:40:11.233777 738797 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0919 18:40:11.233788 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0919 18:40:11.233849 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.252043 738797 addons.go:234] Setting addon default-storageclass=true in "addons-810228"
I0919 18:40:11.252091 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:11.252504 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:11.266339 738797 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0919 18:40:11.268578 738797 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0919 18:40:11.270342 738797 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0919 18:40:11.275324 738797 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0919 18:40:11.275355 738797 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0919 18:40:11.275451 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.282358 738797 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0919 18:40:11.287142 738797 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0919 18:40:11.290659 738797 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0919 18:40:11.290686 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0919 18:40:11.290756 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.314757 738797 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0919 18:40:11.323069 738797 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0919 18:40:11.325872 738797 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0919 18:40:11.333340 738797 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0919 18:40:11.333371 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0919 18:40:11.333440 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.398684 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.404323 738797 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0919 18:40:11.404552 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.406887 738797 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0919 18:40:11.406912 738797 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0919 18:40:11.406980 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.411305 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.414068 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.414791 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.422916 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.457459 738797 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0919 18:40:11.458823 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.463635 738797 out.go:177] - Using image docker.io/busybox:stable
I0919 18:40:11.465778 738797 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0919 18:40:11.465802 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0919 18:40:11.465872 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.473155 738797 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0919 18:40:11.473176 738797 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0919 18:40:11.473240 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:11.493638 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.516452 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.529103 738797 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0919 18:40:11.540546 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.540631 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
W0919 18:40:11.555457 738797 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0919 18:40:11.555499 738797 retry.go:31] will retry after 166.506311ms: ssh: handshake failed: EOF
I0919 18:40:11.561960 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.570343 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:11.596547 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
W0919 18:40:11.598373 738797 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0919 18:40:11.598401 738797 retry.go:31] will retry after 332.661085ms: ssh: handshake failed: EOF
I0919 18:40:11.839445 738797 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
I0919 18:40:11.925092 738797 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0919 18:40:11.925122 738797 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0919 18:40:11.978654 738797 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0919 18:40:11.978682 738797 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0919 18:40:12.047382 738797 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
I0919 18:40:12.057930 738797 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
I0919 18:40:12.067240 738797 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0919 18:40:12.067284 738797 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0919 18:40:12.142252 738797 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0919 18:40:12.142282 738797 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0919 18:40:12.149950 738797 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
I0919 18:40:12.188777 738797 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0919 18:40:12.188805 738797 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0919 18:40:12.190928 738797 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
I0919 18:40:12.223836 738797 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
I0919 18:40:12.228802 738797 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0919 18:40:12.228830 738797 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0919 18:40:12.269782 738797 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0919 18:40:12.269807 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0919 18:40:12.283218 738797 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
I0919 18:40:12.294946 738797 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0919 18:40:12.294974 738797 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0919 18:40:12.307428 738797 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0919 18:40:12.307452 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0919 18:40:12.328469 738797 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0919 18:40:12.328508 738797 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0919 18:40:12.386794 738797 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0919 18:40:12.386836 738797 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0919 18:40:12.394484 738797 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0919 18:40:12.394531 738797 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0919 18:40:12.414970 738797 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0919 18:40:12.415011 738797 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0919 18:40:12.450068 738797 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0919 18:40:12.450097 738797 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)
I0919 18:40:12.478016 738797 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
I0919 18:40:12.527226 738797 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0919 18:40:12.527254 738797 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0919 18:40:12.542340 738797 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
I0919 18:40:12.612037 738797 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0919 18:40:12.612079 738797 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0919 18:40:12.622592 738797 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0919 18:40:12.622631 738797 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0919 18:40:12.660201 738797 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0919 18:40:12.660234 738797 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0919 18:40:12.669699 738797 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0919 18:40:12.669728 738797 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0919 18:40:12.826153 738797 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0919 18:40:12.826184 738797 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0919 18:40:12.941721 738797 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 -": (1.713149238s)
I0919 18:40:12.941765 738797 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0919 18:40:12.942470 738797 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.413342029s)
I0919 18:40:12.944053 738797 node_ready.go:35] waiting up to 6m0s for node "addons-810228" to be "Ready" ...
I0919 18:40:12.952660 738797 node_ready.go:49] node "addons-810228" has status "Ready":"True"
I0919 18:40:12.952689 738797 node_ready.go:38] duration metric: took 8.61246ms for node "addons-810228" to be "Ready" ...
I0919 18:40:12.952700 738797 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" ...
I0919 18:40:12.961946 738797 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace to be "Ready" ...
I0919 18:40:12.996672 738797 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
I0919 18:40:13.098533 738797 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0919 18:40:13.098559 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0919 18:40:13.105821 738797 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0919 18:40:13.105853 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0919 18:40:13.363234 738797 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0919 18:40:13.363264 738797 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0919 18:40:13.446892 738797 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-810228" context rescaled to 1 replicas
I0919 18:40:13.612462 738797 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0919 18:40:13.612503 738797 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0919 18:40:13.654862 738797 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
I0919 18:40:13.727260 738797 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
I0919 18:40:13.873745 738797 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0919 18:40:13.873775 738797 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0919 18:40:14.014797 738797 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0919 18:40:14.014825 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0919 18:40:14.140050 738797 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0919 18:40:14.140085 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0919 18:40:14.354802 738797 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0919 18:40:14.354844 738797 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0919 18:40:14.359572 738797 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
I0919 18:40:14.860520 738797 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.021029735s)
I0919 18:40:14.867416 738797 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0919 18:40:14.867444 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0919 18:40:14.968839 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:15.192242 738797 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0919 18:40:15.192276 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0919 18:40:15.491282 738797 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0919 18:40:15.491309 738797 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0919 18:40:15.836917 738797 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
I0919 18:40:15.989863 738797 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: (3.942444685s)
I0919 18:40:16.968896 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:18.245189 738797 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0919 18:40:18.245275 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:18.279490 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:19.260053 738797 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0919 18:40:19.499945 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:19.818085 738797 addons.go:234] Setting addon gcp-auth=true in "addons-810228"
I0919 18:40:19.818215 738797 host.go:66] Checking if "addons-810228" exists ...
I0919 18:40:19.818742 738797 cli_runner.go:164] Run: docker container inspect addons-810228 --format={{.State.Status}}
I0919 18:40:19.840245 738797 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0919 18:40:19.840300 738797 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-810228
I0919 18:40:19.866140 738797 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19664-732615/.minikube/machines/addons-810228/id_rsa Username:docker}
I0919 18:40:21.575879 738797 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.51790631s)
I0919 18:40:21.575984 738797 addons.go:475] Verifying addon ingress=true in "addons-810228"
I0919 18:40:21.578656 738797 out.go:177] * Verifying ingress addon...
I0919 18:40:21.581123 738797 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0919 18:40:21.586393 738797 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0919 18:40:21.586570 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:22.044127 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:22.168352 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:22.642716 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:23.095340 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:23.482977 738797 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.332975734s)
I0919 18:40:23.483056 738797 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: (11.292106431s)
I0919 18:40:23.483098 738797 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.259238245s)
I0919 18:40:23.483342 738797 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.200101515s)
I0919 18:40:23.483422 738797 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: (11.005374556s)
I0919 18:40:23.483606 738797 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.941233023s)
I0919 18:40:23.483691 738797 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.486986039s)
I0919 18:40:23.483714 738797 addons.go:475] Verifying addon metrics-server=true in "addons-810228"
I0919 18:40:23.483793 738797 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.828903433s)
W0919 18:40:23.483818 738797 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
I0919 18:40:23.483838 738797 retry.go:31] will retry after 314.994357ms: 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
I0919 18:40:23.483883 738797 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.756598988s)
I0919 18:40:23.484024 738797 addons.go:475] Verifying addon registry=true in "addons-810228"
I0919 18:40:23.484402 738797 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: (9.124788452s)
I0919 18:40:23.486152 738797 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-810228 service yakd-dashboard -n yakd-dashboard
I0919 18:40:23.486238 738797 out.go:177] * Verifying registry addon...
I0919 18:40:23.489298 738797 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0919 18:40:23.586460 738797 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0919 18:40:23.586489 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0919 18:40:23.630346 738797 out.go:270] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0919 18:40:23.672983 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:23.799568 738797 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
I0919 18:40:24.048575 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:24.077187 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:24.226725 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:24.496737 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:24.620825 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:24.752613 738797 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: (8.915641508s)
I0919 18:40:24.752692 738797 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-810228"
I0919 18:40:24.752945 738797 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (4.912679313s)
I0919 18:40:24.755534 738797 out.go:177] * Verifying csi-hostpath-driver addon...
I0919 18:40:24.755651 738797 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0919 18:40:24.761323 738797 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0919 18:40:24.763776 738797 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0919 18:40:24.766569 738797 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0919 18:40:24.766744 738797 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0919 18:40:24.768548 738797 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0919 18:40:24.768578 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:24.883264 738797 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0919 18:40:24.883291 738797 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0919 18:40:24.988595 738797 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0919 18:40:24.988626 738797 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0919 18:40:24.994071 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:25.081667 738797 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
I0919 18:40:25.095500 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:25.268303 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:25.494690 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:25.586179 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:25.766346 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:25.993909 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:26.086541 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:26.270515 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:26.468712 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:26.495486 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:26.597256 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:26.607996 738797 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.808275419s)
I0919 18:40:26.608122 738797 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.526429579s)
I0919 18:40:26.611238 738797 addons.go:475] Verifying addon gcp-auth=true in "addons-810228"
I0919 18:40:26.614259 738797 out.go:177] * Verifying gcp-auth addon...
I0919 18:40:26.617270 738797 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0919 18:40:26.621053 738797 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0919 18:40:26.766837 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:26.993538 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:27.087464 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:27.266536 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:27.493653 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:27.585848 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:27.766864 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:27.993327 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:28.086226 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:28.267070 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:28.493718 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:28.586217 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:28.767376 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:28.968975 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:28.995012 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:29.095862 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:29.266956 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:29.493929 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:29.586298 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:29.766542 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:29.993623 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:30.094168 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:30.266371 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:30.495141 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:30.594630 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:30.766760 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:30.994374 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:31.095899 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:31.269395 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:31.468574 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:31.494074 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:31.597438 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:31.766236 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:31.994044 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:32.085621 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:32.266462 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:32.493317 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:32.586071 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:32.766277 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:32.993898 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:33.086495 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:33.266253 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:33.468875 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:33.493869 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:33.586431 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:33.766354 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:33.994021 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:34.085653 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:34.266656 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:34.493871 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:34.586206 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:34.766493 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:34.993865 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:35.087083 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:35.266068 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:35.469440 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:35.493302 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:35.585761 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:35.774468 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:35.993680 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:36.086481 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:36.266920 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:36.492908 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:36.586901 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:36.766358 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:36.994065 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:37.089612 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:37.267158 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:37.493634 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:37.585993 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:37.765974 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:37.968830 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:37.993573 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:38.091258 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:38.266808 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:38.494707 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:38.597530 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:38.766067 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:38.993514 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:39.086390 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:39.267616 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:39.494163 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:39.585436 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:39.766817 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:39.994326 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:40.086871 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:40.266482 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:40.505471 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:40.515244 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:40.589532 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:40.767148 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:40.994589 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:41.085987 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:41.266973 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:41.494456 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:41.586730 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:41.766546 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:41.993797 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:42.087150 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:42.267698 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:42.494077 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:42.586104 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:42.770813 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:42.968029 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:42.993535 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:43.085829 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:43.267722 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:43.492737 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:43.586801 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:43.766306 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:43.993537 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:44.086036 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:44.266458 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:44.493281 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:44.586004 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:44.766971 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:44.969645 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:44.995890 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:45.140900 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:45.267927 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:45.493858 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0919 18:40:45.586109 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:45.766611 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:45.994098 738797 kapi.go:107] duration metric: took 22.504800911s to wait for kubernetes.io/minikube-addons=registry ...
I0919 18:40:46.085734 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:46.266833 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:46.586742 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:46.768303 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:47.086828 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:47.266633 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:47.468995 738797 pod_ready.go:103] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"False"
I0919 18:40:47.586232 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:47.766366 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:48.086850 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:48.266950 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:48.587183 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:48.779398 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:48.973126 738797 pod_ready.go:93] pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace has status "Ready":"True"
I0919 18:40:48.973209 738797 pod_ready.go:82] duration metric: took 36.011221383s for pod "coredns-7c65d6cfc9-fhvjq" in "kube-system" namespace to be "Ready" ...
I0919 18:40:48.973237 738797 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-kndrw" in "kube-system" namespace to be "Ready" ...
I0919 18:40:48.977101 738797 pod_ready.go:98] error getting pod "coredns-7c65d6cfc9-kndrw" in "kube-system" namespace (skipping!): pods "coredns-7c65d6cfc9-kndrw" not found
I0919 18:40:48.977169 738797 pod_ready.go:82] duration metric: took 3.910753ms for pod "coredns-7c65d6cfc9-kndrw" in "kube-system" namespace to be "Ready" ...
E0919 18:40:48.977195 738797 pod_ready.go:67] WaitExtra: waitPodCondition: error getting pod "coredns-7c65d6cfc9-kndrw" in "kube-system" namespace (skipping!): pods "coredns-7c65d6cfc9-kndrw" not found
I0919 18:40:48.977217 738797 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:48.983832 738797 pod_ready.go:93] pod "etcd-addons-810228" in "kube-system" namespace has status "Ready":"True"
I0919 18:40:48.983921 738797 pod_ready.go:82] duration metric: took 6.671233ms for pod "etcd-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:48.983957 738797 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:48.992816 738797 pod_ready.go:93] pod "kube-apiserver-addons-810228" in "kube-system" namespace has status "Ready":"True"
I0919 18:40:48.992889 738797 pod_ready.go:82] duration metric: took 8.891533ms for pod "kube-apiserver-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:48.992916 738797 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:49.013156 738797 pod_ready.go:93] pod "kube-controller-manager-addons-810228" in "kube-system" namespace has status "Ready":"True"
I0919 18:40:49.013181 738797 pod_ready.go:82] duration metric: took 20.244011ms for pod "kube-controller-manager-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:49.013194 738797 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-c9r5f" in "kube-system" namespace to be "Ready" ...
I0919 18:40:49.089394 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:49.166508 738797 pod_ready.go:93] pod "kube-proxy-c9r5f" in "kube-system" namespace has status "Ready":"True"
I0919 18:40:49.166539 738797 pod_ready.go:82] duration metric: took 153.337916ms for pod "kube-proxy-c9r5f" in "kube-system" namespace to be "Ready" ...
I0919 18:40:49.166549 738797 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:49.268582 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:49.568930 738797 pod_ready.go:93] pod "kube-scheduler-addons-810228" in "kube-system" namespace has status "Ready":"True"
I0919 18:40:49.568956 738797 pod_ready.go:82] duration metric: took 402.39829ms for pod "kube-scheduler-addons-810228" in "kube-system" namespace to be "Ready" ...
I0919 18:40:49.568965 738797 pod_ready.go:39] duration metric: took 36.616254312s 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" ...
I0919 18:40:49.568993 738797 api_server.go:52] waiting for apiserver process to appear ...
I0919 18:40:49.569067 738797 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0919 18:40:49.592963 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:49.640590 738797 api_server.go:72] duration metric: took 38.754733429s to wait for apiserver process to appear ...
I0919 18:40:49.640627 738797 api_server.go:88] waiting for apiserver healthz status ...
I0919 18:40:49.640649 738797 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0919 18:40:49.652040 738797 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0919 18:40:49.653518 738797 api_server.go:141] control plane version: v1.31.1
I0919 18:40:49.653548 738797 api_server.go:131] duration metric: took 12.91271ms to wait for apiserver health ...
I0919 18:40:49.653558 738797 system_pods.go:43] waiting for kube-system pods to appear ...
I0919 18:40:49.767801 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:49.777749 738797 system_pods.go:59] 17 kube-system pods found
I0919 18:40:49.777789 738797 system_pods.go:61] "coredns-7c65d6cfc9-fhvjq" [dd8b0777-d8b4-4ca1-a17f-9882d8125c02] Running
I0919 18:40:49.777802 738797 system_pods.go:61] "csi-hostpath-attacher-0" [9f7d35fc-a216-46b1-b985-806564137d3e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0919 18:40:49.777810 738797 system_pods.go:61] "csi-hostpath-resizer-0" [c8ae5991-891a-4332-a3fe-a59832909de7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0919 18:40:49.777820 738797 system_pods.go:61] "csi-hostpathplugin-mwch8" [e053f2d9-ad13-4ed9-9897-bb280f40436a] 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])
I0919 18:40:49.777826 738797 system_pods.go:61] "etcd-addons-810228" [658e4d40-1d03-49d8-823d-dbd45b05f468] Running
I0919 18:40:49.777832 738797 system_pods.go:61] "kube-apiserver-addons-810228" [3a880ebe-50d7-4a64-8b62-4dc847ad683d] Running
I0919 18:40:49.777840 738797 system_pods.go:61] "kube-controller-manager-addons-810228" [571fc519-faaf-4855-b16c-14d86a2e2663] Running
I0919 18:40:49.777845 738797 system_pods.go:61] "kube-ingress-dns-minikube" [d18a22d5-16b5-476b-a6b0-8d6709de3aa0] Running
I0919 18:40:49.777849 738797 system_pods.go:61] "kube-proxy-c9r5f" [eba6e1b3-80b2-4365-bd5e-a3081b58bf46] Running
I0919 18:40:49.777862 738797 system_pods.go:61] "kube-scheduler-addons-810228" [4e0ea48f-d14f-4966-8892-b5cf588bada9] Running
I0919 18:40:49.777869 738797 system_pods.go:61] "metrics-server-84c5f94fbc-lxrnr" [29562cd5-ea79-4850-8f5a-af67127f08a7] Running / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0919 18:40:49.777881 738797 system_pods.go:61] "nvidia-device-plugin-daemonset-gtn9v" [5894bc48-dcaa-4555-a48a-4648d0d4a6c4] Running
I0919 18:40:49.777889 738797 system_pods.go:61] "registry-66c9cd494c-fd6l9" [22ee96cc-eafb-42a6-9f00-4d14a9bbfa5a] Running
I0919 18:40:49.777900 738797 system_pods.go:61] "registry-proxy-8mf99" [7567e96d-94ff-4199-aa1d-8f7b62234e4d] Running
I0919 18:40:49.777908 738797 system_pods.go:61] "snapshot-controller-56fcc65765-7rhtc" [6305125f-9acf-43f3-9cb2-e5b158474a0a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0919 18:40:49.777923 738797 system_pods.go:61] "snapshot-controller-56fcc65765-g9gnd" [16c9d372-2509-4a83-877d-a00fb10ec6c4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0919 18:40:49.777928 738797 system_pods.go:61] "storage-provisioner" [f7b250ff-a723-4ea4-87fd-8682f7488768] Running
I0919 18:40:49.777935 738797 system_pods.go:74] duration metric: took 124.371489ms to wait for pod list to return data ...
I0919 18:40:49.777947 738797 default_sa.go:34] waiting for default service account to be created ...
I0919 18:40:49.966755 738797 default_sa.go:45] found service account: "default"
I0919 18:40:49.966782 738797 default_sa.go:55] duration metric: took 188.828197ms for default service account to be created ...
I0919 18:40:49.966791 738797 system_pods.go:116] waiting for k8s-apps to be running ...
I0919 18:40:50.089180 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:50.179215 738797 system_pods.go:86] 17 kube-system pods found
I0919 18:40:50.179252 738797 system_pods.go:89] "coredns-7c65d6cfc9-fhvjq" [dd8b0777-d8b4-4ca1-a17f-9882d8125c02] Running
I0919 18:40:50.179264 738797 system_pods.go:89] "csi-hostpath-attacher-0" [9f7d35fc-a216-46b1-b985-806564137d3e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0919 18:40:50.179271 738797 system_pods.go:89] "csi-hostpath-resizer-0" [c8ae5991-891a-4332-a3fe-a59832909de7] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0919 18:40:50.179280 738797 system_pods.go:89] "csi-hostpathplugin-mwch8" [e053f2d9-ad13-4ed9-9897-bb280f40436a] 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])
I0919 18:40:50.179286 738797 system_pods.go:89] "etcd-addons-810228" [658e4d40-1d03-49d8-823d-dbd45b05f468] Running
I0919 18:40:50.179291 738797 system_pods.go:89] "kube-apiserver-addons-810228" [3a880ebe-50d7-4a64-8b62-4dc847ad683d] Running
I0919 18:40:50.179297 738797 system_pods.go:89] "kube-controller-manager-addons-810228" [571fc519-faaf-4855-b16c-14d86a2e2663] Running
I0919 18:40:50.179302 738797 system_pods.go:89] "kube-ingress-dns-minikube" [d18a22d5-16b5-476b-a6b0-8d6709de3aa0] Running
I0919 18:40:50.179306 738797 system_pods.go:89] "kube-proxy-c9r5f" [eba6e1b3-80b2-4365-bd5e-a3081b58bf46] Running
I0919 18:40:50.179318 738797 system_pods.go:89] "kube-scheduler-addons-810228" [4e0ea48f-d14f-4966-8892-b5cf588bada9] Running
I0919 18:40:50.179324 738797 system_pods.go:89] "metrics-server-84c5f94fbc-lxrnr" [29562cd5-ea79-4850-8f5a-af67127f08a7] Running / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0919 18:40:50.179342 738797 system_pods.go:89] "nvidia-device-plugin-daemonset-gtn9v" [5894bc48-dcaa-4555-a48a-4648d0d4a6c4] Running
I0919 18:40:50.179347 738797 system_pods.go:89] "registry-66c9cd494c-fd6l9" [22ee96cc-eafb-42a6-9f00-4d14a9bbfa5a] Running
I0919 18:40:50.179351 738797 system_pods.go:89] "registry-proxy-8mf99" [7567e96d-94ff-4199-aa1d-8f7b62234e4d] Running
I0919 18:40:50.179359 738797 system_pods.go:89] "snapshot-controller-56fcc65765-7rhtc" [6305125f-9acf-43f3-9cb2-e5b158474a0a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0919 18:40:50.179370 738797 system_pods.go:89] "snapshot-controller-56fcc65765-g9gnd" [16c9d372-2509-4a83-877d-a00fb10ec6c4] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0919 18:40:50.179375 738797 system_pods.go:89] "storage-provisioner" [f7b250ff-a723-4ea4-87fd-8682f7488768] Running
I0919 18:40:50.179384 738797 system_pods.go:126] duration metric: took 212.583586ms to wait for k8s-apps to be running ...
I0919 18:40:50.179399 738797 system_svc.go:44] waiting for kubelet service to be running ....
I0919 18:40:50.179462 738797 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0919 18:40:50.209824 738797 system_svc.go:56] duration metric: took 30.416415ms WaitForService to wait for kubelet
I0919 18:40:50.209854 738797 kubeadm.go:582] duration metric: took 39.324002757s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0919 18:40:50.209873 738797 node_conditions.go:102] verifying NodePressure condition ...
I0919 18:40:50.266813 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:50.368163 738797 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0919 18:40:50.368205 738797 node_conditions.go:123] node cpu capacity is 2
I0919 18:40:50.368219 738797 node_conditions.go:105] duration metric: took 158.339996ms to run NodePressure ...
I0919 18:40:50.368232 738797 start.go:241] waiting for startup goroutines ...
I0919 18:40:50.589504 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:50.770063 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:51.086904 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:51.268217 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:51.586284 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:51.785457 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:52.086100 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:52.267883 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:52.586557 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:52.785621 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:53.086393 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:53.267563 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:53.586477 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:53.767972 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:54.090146 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:54.267777 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:54.586468 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:54.768067 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:55.087345 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:55.267496 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:55.585573 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:55.766675 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:56.087006 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:56.267043 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:56.586033 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:56.765916 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:57.086080 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:57.267123 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:57.586210 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:57.768008 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:58.085751 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:58.265713 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:58.586201 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:58.766283 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:59.085714 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:59.265638 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:40:59.588216 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:40:59.767997 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:00.094924 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:00.303244 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:00.586283 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:00.767077 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:01.085795 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:01.267492 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:01.586286 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:01.774538 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:02.086751 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:02.288131 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:02.586567 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:02.767818 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:03.085946 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:03.266118 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:03.587294 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:03.767679 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:04.086080 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:04.267655 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:04.585803 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:04.766690 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:05.088306 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:05.266207 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:05.586324 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:05.767140 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:06.085972 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:06.267343 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:06.585474 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:06.767287 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:07.085907 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:07.266356 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:07.586413 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:07.766636 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:08.085804 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:08.266450 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:08.586461 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:08.766516 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:09.087557 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:09.266956 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:09.586122 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:09.767060 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:10.108651 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:10.266819 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:10.588221 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:10.789216 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:11.087317 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:11.266005 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:11.586973 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:11.781779 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:12.086287 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:12.268678 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:12.586358 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:12.766031 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:13.086980 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:13.267079 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:13.586194 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:13.766600 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:14.087011 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:14.267153 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:14.585920 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:14.770461 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:15.086874 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:15.266474 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:15.586398 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:15.766620 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:16.086370 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:16.266838 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:16.586951 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:16.766383 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:17.086736 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:17.266231 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:17.586154 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:17.766588 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:18.086240 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:18.266466 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:18.587299 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:18.788054 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:19.085686 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:19.266221 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:19.586025 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:19.766107 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0919 18:41:20.086577 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:20.266795 738797 kapi.go:107] duration metric: took 55.505467385s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0919 18:41:20.585445 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:21.086473 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:21.585649 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:22.085784 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:22.586346 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:23.085270 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:23.585491 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:24.085756 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:24.586554 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:25.086460 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:25.586348 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:26.085753 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:26.586693 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:27.086586 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:27.586794 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:28.086000 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:28.585903 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:29.087150 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:29.585969 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:30.089836 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:30.585828 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:31.085549 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:31.587528 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:32.086575 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:32.590401 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:33.085423 738797 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0919 18:41:33.588175 738797 kapi.go:107] duration metric: took 1m12.007051217s to wait for app.kubernetes.io/name=ingress-nginx ...
I0919 18:41:48.621732 738797 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0919 18:41:48.621762 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:49.120804 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:49.620842 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:50.122176 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:50.620938 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:51.120796 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:51.620641 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:52.121067 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:52.621722 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:53.121487 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:53.621384 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:54.121608 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:54.622078 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:55.121444 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:55.621656 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:56.121785 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:56.621513 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:57.121753 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:57.620660 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:58.121482 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:58.621325 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:59.120919 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:41:59.621174 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:00.126512 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:00.621198 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:01.121332 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:01.620510 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:02.121229 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:02.620994 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:03.121618 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:03.621433 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:04.122079 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:04.621492 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:05.121173 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:05.620622 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:06.121880 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:06.620891 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:07.121125 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:07.621473 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:08.121345 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:08.621340 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:09.121873 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:09.621635 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:10.121731 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:10.621527 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:11.121280 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:11.621417 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:12.128192 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:12.621225 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:13.121308 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:13.621862 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:14.120940 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:14.621550 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:15.122279 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:15.620355 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:16.121323 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:16.621131 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:17.121398 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:17.620880 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:18.120968 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:18.620587 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:19.121073 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:19.620936 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:20.125017 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:20.621731 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:21.121270 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:21.621685 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:22.121839 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:22.620626 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:23.121355 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:23.621116 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:24.121397 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:24.621422 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:25.121481 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:25.621089 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:26.121193 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:26.621550 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:27.121741 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:27.621092 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:28.120872 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:28.621207 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:29.121320 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:29.621369 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:30.121836 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:30.620698 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:31.121606 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:31.621106 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:32.121184 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:32.620900 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:33.121091 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:33.621271 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:34.120878 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:34.620688 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:35.122044 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:35.620473 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:36.121564 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:36.621435 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:37.121396 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:37.625603 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:38.121784 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:38.620178 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:39.120761 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:39.621738 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:40.122604 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:40.620660 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:41.121393 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:41.621443 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:42.122561 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:42.620700 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:43.121235 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:43.620730 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:44.121096 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:44.622145 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:45.125528 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:45.621072 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:46.120851 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:46.621491 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:47.121298 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:47.621728 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:48.121944 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:48.621212 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:49.121900 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:49.621126 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:50.121696 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:50.621251 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:51.120838 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:51.621208 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:52.121358 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:52.621455 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:53.122710 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:53.621669 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:54.121739 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:54.622848 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:55.120702 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:55.621415 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:56.121438 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:56.621371 738797 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0919 18:42:57.122029 738797 kapi.go:107] duration metric: took 2m30.504754094s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0919 18:42:57.124207 738797 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-810228 cluster.
I0919 18:42:57.126899 738797 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.
I0919 18:42:57.129031 738797 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0919 18:42:57.131356 738797 out.go:177] * Enabled addons: ingress-dns, storage-provisioner, volcano, cloud-spanner, nvidia-device-plugin, metrics-server, inspektor-gadget, yakd, storage-provisioner-rancher, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0919 18:42:57.133196 738797 addons.go:510] duration metric: took 2m46.247048801s for enable addons: enabled=[ingress-dns storage-provisioner volcano cloud-spanner nvidia-device-plugin metrics-server inspektor-gadget yakd storage-provisioner-rancher volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0919 18:42:57.133256 738797 start.go:246] waiting for cluster config update ...
I0919 18:42:57.133278 738797 start.go:255] writing updated cluster config ...
I0919 18:42:57.133580 738797 ssh_runner.go:195] Run: rm -f paused
I0919 18:42:57.509948 738797 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
I0919 18:42:57.512697 738797 out.go:177] * Done! kubectl is now configured to use "addons-810228" cluster and "default" namespace by default
==> Docker <==
Sep 19 18:52:34 addons-810228 dockerd[1285]: time="2024-09-19T18:52:34.606618806Z" level=error msg="Error running exec af43647fe41b1edaaf2ba3e0ebab029c84607c229e35b5d400d6873f84918a57 in container: OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown"
Sep 19 18:52:34 addons-810228 dockerd[1285]: time="2024-09-19T18:52:34.683292103Z" level=info msg="ignoring event" container=4c519899e669055d04cef09b9774caeaa356fa69b38f094399170e4bf4b21153 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:40 addons-810228 dockerd[1285]: time="2024-09-19T18:52:40.119006796Z" level=info msg="ignoring event" container=684fac07fa43945ced2ce834c049bb857094af37e0f4b6791c9f5a47a2277e02 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:40 addons-810228 dockerd[1285]: time="2024-09-19T18:52:40.136052795Z" level=info msg="ignoring event" container=bce384e9ccb15a775e7de37cf723723802508c0d7608ae009406ca76e418b10f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:40 addons-810228 dockerd[1285]: time="2024-09-19T18:52:40.295520947Z" level=info msg="ignoring event" container=71ae09c5157e7e09786969568eb9e822b68ade3bf78e9b2ce21fa01601150204 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:40 addons-810228 dockerd[1285]: time="2024-09-19T18:52:40.331716633Z" level=info msg="ignoring event" container=ba934f78e5031eb7b0d45c1cb59fe2f5433999018beb5dec9a503faebea8d683 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:45 addons-810228 dockerd[1285]: time="2024-09-19T18:52:45.897741711Z" level=info msg="ignoring event" container=4ba81da3c38c2573c57d5e9aa4c5360baf624b09f1c8004416382076d0e26c8d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:46 addons-810228 dockerd[1285]: time="2024-09-19T18:52:46.053456132Z" level=info msg="ignoring event" container=4ac3f7a453a4ca8f557b18729790b85775c81bba1d8a64bc0a9c74053ec89313 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:46 addons-810228 cri-dockerd[1543]: time="2024-09-19T18:52:46Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/7788ef97c8b2cfcb82799a1124fe1b6ba198336ee0deead50f4768c507d6d4a1/resolv.conf as [nameserver 10.96.0.10 search local-path-storage.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Sep 19 18:52:47 addons-810228 dockerd[1285]: time="2024-09-19T18:52:47.019502895Z" level=warning msg="reference for unknown type: " digest="sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" remote="docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
Sep 19 18:52:47 addons-810228 cri-dockerd[1543]: time="2024-09-19T18:52:47Z" level=info msg="Stop pulling image docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: Status: Downloaded newer image for busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
Sep 19 18:52:47 addons-810228 dockerd[1285]: time="2024-09-19T18:52:47.645603123Z" level=info msg="ignoring event" container=0a47f144ae4d0d76e65a149962b59fa3b0bf20cf8f83bce1e845c56ec903d877 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:49 addons-810228 dockerd[1285]: time="2024-09-19T18:52:49.041004732Z" level=info msg="ignoring event" container=7788ef97c8b2cfcb82799a1124fe1b6ba198336ee0deead50f4768c507d6d4a1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:50 addons-810228 cri-dockerd[1543]: time="2024-09-19T18:52:50Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/afe8db0fe10dd46aa334ddfd4de1f06741f02de39b94b8055cb9dff219244ca4/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Sep 19 18:52:51 addons-810228 cri-dockerd[1543]: time="2024-09-19T18:52:51Z" level=info msg="Stop pulling image busybox:stable: Status: Downloaded newer image for busybox:stable"
Sep 19 18:52:51 addons-810228 dockerd[1285]: time="2024-09-19T18:52:51.920976172Z" level=info msg="ignoring event" container=055769b7186a5160d0c9d047433c8b0a0d26f638001cf165544a447753a427f9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:53 addons-810228 dockerd[1285]: time="2024-09-19T18:52:53.123777828Z" level=info msg="ignoring event" container=afe8db0fe10dd46aa334ddfd4de1f06741f02de39b94b8055cb9dff219244ca4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:54 addons-810228 cri-dockerd[1543]: time="2024-09-19T18:52:54Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/8cf9e7640b64568064564ca9af7e2cd528c10ef8a2f1ba9ef9a1f77f9776df55/resolv.conf as [nameserver 10.96.0.10 search local-path-storage.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Sep 19 18:52:54 addons-810228 dockerd[1285]: time="2024-09-19T18:52:54.748497206Z" level=info msg="ignoring event" container=c93badaf065477bc172a43aec79cac62f8f38366c2a602560b8a7305ffa9bbc2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:54 addons-810228 dockerd[1285]: time="2024-09-19T18:52:54.912539770Z" level=info msg="ignoring event" container=70795d5f64f7ca0f7b242077240055a11f4d9dca39a6c39574447ae7db86b819 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:55 addons-810228 dockerd[1285]: time="2024-09-19T18:52:55.555324007Z" level=info msg="ignoring event" container=6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:55 addons-810228 dockerd[1285]: time="2024-09-19T18:52:55.647005332Z" level=info msg="ignoring event" container=69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:55 addons-810228 dockerd[1285]: time="2024-09-19T18:52:55.790244960Z" level=info msg="ignoring event" container=c90d8e8c633126cc9b3f543870ebe57761a8f8c44202c89024613be0e722b43e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:55 addons-810228 dockerd[1285]: time="2024-09-19T18:52:55.883839827Z" level=info msg="ignoring event" container=a5575b9d005e705fb66b7061c14d3ea2f9d6e98217be2513e3980da6c1b51453 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 19 18:52:56 addons-810228 dockerd[1285]: time="2024-09-19T18:52:56.349227477Z" level=info msg="ignoring event" container=8cf9e7640b64568064564ca9af7e2cd528c10ef8a2f1ba9ef9a1f77f9776df55 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
c93badaf06547 fc9db2894f4e4 2 seconds ago Exited helper-pod 0 8cf9e7640b645 helper-pod-delete-pvc-4341cf70-6fd2-4a6e-bbb3-41f9710dd0f7
4c519899e6690 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec 25 seconds ago Exited gadget 7 f41180999da98 gadget-d957r
cdc7af92d1409 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 10 minutes ago Running gcp-auth 0 52de0e85053bf gcp-auth-89d5ffd79-fqk56
297ecf5004f42 registry.k8s.io/ingress-nginx/controller@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce 11 minutes ago Running controller 0 b8ea292b9a43d ingress-nginx-controller-bc57996ff-g9mmb
3f1fba29df758 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited patch 0 7c140d53b1f0c ingress-nginx-admission-patch-spdtf
46fb1fc2b4230 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited create 0 f74a2c2417809 ingress-nginx-admission-create-q2rdm
9ee2f8cf9e70c registry.k8s.io/metrics-server/metrics-server@sha256:ffcb2bf004d6aa0a17d90e0247cf94f2865c8901dcab4427034c341951c239f9 12 minutes ago Running metrics-server 0 55aa60c4376b7 metrics-server-84c5f94fbc-lxrnr
8461de00e71d0 rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 12 minutes ago Running local-path-provisioner 0 e898337d909c3 local-path-provisioner-86d989889c-d94gx
0bb8a3fe2ee09 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 12 minutes ago Running minikube-ingress-dns 0 36d195b2b0cb3 kube-ingress-dns-minikube
b143243dd44ca gcr.io/cloud-spanner-emulator/emulator@sha256:636fdfc528824bae5f0ea2eca6ae307fe81092f05ec21038008bc0d6100e52fc 12 minutes ago Running cloud-spanner-emulator 0 17079649bc3af cloud-spanner-emulator-769b77f747-dvfn8
819d5bc52458c ba04bb24b9575 12 minutes ago Running storage-provisioner 0 62ef32b86de73 storage-provisioner
13dd9e42645de 2f6c962e7b831 12 minutes ago Running coredns 0 c46b1268ecaad coredns-7c65d6cfc9-fhvjq
d4ca805f7bf16 24a140c548c07 12 minutes ago Running kube-proxy 0 afe2fec0aae59 kube-proxy-c9r5f
4a2fcde9a7791 d3f53a98c0a9d 12 minutes ago Running kube-apiserver 0 983e4a4cf8834 kube-apiserver-addons-810228
0cbc4c46b15cc 279f381cb3736 12 minutes ago Running kube-controller-manager 0 353f7b474616d kube-controller-manager-addons-810228
b7b8965a96a96 7f8aa378bb47d 12 minutes ago Running kube-scheduler 0 a396e893fa74e kube-scheduler-addons-810228
102164d699fc3 27e3830e14027 12 minutes ago Running etcd 0 a72f17815d889 etcd-addons-810228
==> controller_ingress [297ecf5004f4] <==
NGINX Ingress controller
Release: v1.11.2
Build: 46e76e5916813cfca2a9b0bfdc34b69a0000f6b9
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.25.5
-------------------------------------------------------------------------------
I0919 18:41:32.209304 6 main.go:248] "Running in Kubernetes cluster" major="1" minor="31" git="v1.31.1" state="clean" commit="948afe5ca072329a73c8e79ed5938717a5cb3d21" platform="linux/arm64"
I0919 18:41:33.212026 6 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I0919 18:41:33.245746 6 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I0919 18:41:33.261688 6 nginx.go:271] "Starting NGINX Ingress controller"
I0919 18:41:33.270055 6 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"74981e39-5147-4142-b172-34339ed4c5ce", APIVersion:"v1", ResourceVersion:"665", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I0919 18:41:33.270333 6 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"0d93ed7d-e7d8-4665-9b76-76d8af2ab750", APIVersion:"v1", ResourceVersion:"666", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I0919 18:41:33.270933 6 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"d56f8c84-27b7-4290-9d8f-9d45671fd6da", APIVersion:"v1", ResourceVersion:"667", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I0919 18:41:34.464021 6 nginx.go:317] "Starting NGINX process"
I0919 18:41:34.464104 6 leaderelection.go:250] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
I0919 18:41:34.464981 6 nginx.go:337] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I0919 18:41:34.465201 6 controller.go:193] "Configuration changes detected, backend reload required"
I0919 18:41:34.491615 6 leaderelection.go:260] successfully acquired lease ingress-nginx/ingress-nginx-leader
I0919 18:41:34.493973 6 status.go:85] "New leader elected" identity="ingress-nginx-controller-bc57996ff-g9mmb"
I0919 18:41:34.510037 6 status.go:219] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-bc57996ff-g9mmb" node="addons-810228"
I0919 18:41:34.520872 6 controller.go:213] "Backend successfully reloaded"
I0919 18:41:34.520962 6 controller.go:224] "Initial sync, sleeping for 1 second"
I0919 18:41:34.521042 6 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-bc57996ff-g9mmb", UID:"cb17b124-068f-49ef-a6c8-d584e741f910", APIVersion:"v1", ResourceVersion:"691", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
==> coredns [13dd9e42645d] <==
[INFO] Reloading
[INFO] plugin/reload: Running configuration SHA512 = 05e3eaddc414b2d71a69b2e2bc6f2681fc1f4d04bcdd3acc1a41457bb7db518208b95ddfc4c9fffedc59c25a8faf458be1af4915a4a3c0d6777cb7a346bc5d86
[INFO] Reloading complete
[INFO] 10.244.0.7:33456 - 48305 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000323001s
[INFO] 10.244.0.7:33456 - 32700 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000376483s
[INFO] 10.244.0.7:42632 - 41649 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000192926s
[INFO] 10.244.0.7:42632 - 18365 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00027387s
[INFO] 10.244.0.7:56771 - 38561 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000128664s
[INFO] 10.244.0.7:56771 - 21154 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000065001s
[INFO] 10.244.0.7:56223 - 47768 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000119147s
[INFO] 10.244.0.7:56223 - 49050 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000081903s
[INFO] 10.244.0.7:46388 - 46092 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.0023023s
[INFO] 10.244.0.7:46388 - 56330 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001887828s
[INFO] 10.244.0.7:36760 - 22441 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000077423s
[INFO] 10.244.0.7:36760 - 48552 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000096475s
[INFO] 10.244.0.25:42846 - 59339 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000242331s
[INFO] 10.244.0.25:43610 - 24158 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000082543s
[INFO] 10.244.0.25:53580 - 4736 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000107627s
[INFO] 10.244.0.25:52146 - 33407 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000069342s
[INFO] 10.244.0.25:39639 - 31453 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000082133s
[INFO] 10.244.0.25:36737 - 53535 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000059578s
[INFO] 10.244.0.25:42051 - 24242 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002307036s
[INFO] 10.244.0.25:60163 - 27181 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002442905s
[INFO] 10.244.0.25:44776 - 53895 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001618467s
[INFO] 10.244.0.25:46538 - 32494 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 610 0.000787154s
==> describe nodes <==
Name: addons-810228
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-810228
kubernetes.io/os=linux
minikube.k8s.io/commit=add7f35814b0dd6a5321a564d1b48a9e50f303ef
minikube.k8s.io/name=addons-810228
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_09_19T18_40_06_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-810228
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: Thu, 19 Sep 2024 18:40:03 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-810228
AcquireTime: <unset>
RenewTime: Thu, 19 Sep 2024 18:52:51 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 19 Sep 2024 18:48:47 +0000 Thu, 19 Sep 2024 18:39:59 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 19 Sep 2024 18:48:47 +0000 Thu, 19 Sep 2024 18:39:59 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 19 Sep 2024 18:48:47 +0000 Thu, 19 Sep 2024 18:39:59 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 19 Sep 2024 18:48:47 +0000 Thu, 19 Sep 2024 18:40:03 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-810228
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022296Ki
pods: 110
System Info:
Machine ID: e3782e1194304d448713f98c4821eebe
System UUID: b8b50c90-300c-4c15-a597-54029fbfe7ca
Boot ID: d978711d-6560-4648-a132-b62ea922575e
Kernel Version: 5.15.0-1070-aws
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: arm64
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: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m18s
default cloud-spanner-emulator-769b77f747-dvfn8 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gadget gadget-d957r 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gcp-auth gcp-auth-89d5ffd79-fqk56 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
ingress-nginx ingress-nginx-controller-bc57996ff-g9mmb 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 12m
kube-system coredns-7c65d6cfc9-fhvjq 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 12m
kube-system etcd-addons-810228 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 12m
kube-system kube-apiserver-addons-810228 250m (12%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-controller-manager-addons-810228 200m (10%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-proxy-c9r5f 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-scheduler-addons-810228 100m (5%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system metrics-server-84c5f94fbc-lxrnr 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 12m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
local-path-storage local-path-provisioner-86d989889c-d94gx 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 950m (47%) 0 (0%)
memory 460Mi (5%) 170Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 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-810228 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m kubelet Node addons-810228 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m kubelet Node addons-810228 status is now: NodeHasSufficientPID
Normal RegisteredNode 12m node-controller Node addons-810228 event: Registered Node addons-810228 in Controller
==> dmesg <==
[Sep19 17:36] systemd-journald[216]: Failed to send WATCHDOG=1 notification message: Connection refused
[Sep19 18:12] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.009249] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.001831] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
==> etcd [102164d699fc] <==
{"level":"info","ts":"2024-09-19T18:39:59.256852Z","caller":"embed/etcd.go:599","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-09-19T18:39:59.256868Z","caller":"embed/etcd.go:571","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-09-19T18:39:59.445361Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-09-19T18:39:59.445411Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-09-19T18:39:59.445435Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-09-19T18:39:59.445451Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-09-19T18:39:59.445457Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-09-19T18:39:59.445467Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-09-19T18:39:59.445474Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-09-19T18:39:59.455475Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-810228 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-09-19T18:39:59.455631Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-19T18:39:59.459178Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-09-19T18:39:59.459287Z","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-19T18:39:59.459374Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-19T18:39:59.459395Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-09-19T18:39:59.459433Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-09-19T18:39:59.459443Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-09-19T18:39:59.459453Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-09-19T18:39:59.460116Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-09-19T18:39:59.460149Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-09-19T18:39:59.461171Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-09-19T18:39:59.467817Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-09-19T18:50:00.951304Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1848}
{"level":"info","ts":"2024-09-19T18:50:01.009815Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1848,"took":"57.464265ms","hash":3003539869,"current-db-size-bytes":8953856,"current-db-size":"9.0 MB","current-db-size-in-use-bytes":4890624,"current-db-size-in-use":"4.9 MB"}
{"level":"info","ts":"2024-09-19T18:50:01.009875Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3003539869,"revision":1848,"compact-revision":-1}
==> gcp-auth [cdc7af92d140] <==
2024/09/19 18:42:56 GCP Auth Webhook started!
2024/09/19 18:43:14 Ready to marshal response ...
2024/09/19 18:43:14 Ready to write response ...
2024/09/19 18:43:14 Ready to marshal response ...
2024/09/19 18:43:14 Ready to write response ...
2024/09/19 18:43:38 Ready to marshal response ...
2024/09/19 18:43:38 Ready to write response ...
2024/09/19 18:43:39 Ready to marshal response ...
2024/09/19 18:43:39 Ready to write response ...
2024/09/19 18:43:39 Ready to marshal response ...
2024/09/19 18:43:39 Ready to write response ...
2024/09/19 18:51:54 Ready to marshal response ...
2024/09/19 18:51:54 Ready to write response ...
2024/09/19 18:52:04 Ready to marshal response ...
2024/09/19 18:52:04 Ready to write response ...
2024/09/19 18:52:23 Ready to marshal response ...
2024/09/19 18:52:23 Ready to write response ...
2024/09/19 18:52:46 Ready to marshal response ...
2024/09/19 18:52:46 Ready to write response ...
2024/09/19 18:52:46 Ready to marshal response ...
2024/09/19 18:52:46 Ready to write response ...
2024/09/19 18:52:53 Ready to marshal response ...
2024/09/19 18:52:53 Ready to write response ...
==> kernel <==
18:52:57 up 3:35, 0 users, load average: 0.36, 0.61, 1.71
Linux addons-810228 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kube-apiserver [4a2fcde9a779] <==
I0919 18:43:29.452175 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0919 18:43:29.496459 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0919 18:43:29.578747 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0919 18:43:29.904568 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0919 18:43:29.970962 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0919 18:43:30.054047 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0919 18:43:30.307335 1 cacher.go:171] Terminating all watchers from cacher commands.bus.volcano.sh
W0919 18:43:30.553013 1 cacher.go:171] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0919 18:43:30.578711 1 cacher.go:171] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0919 18:43:30.692005 1 cacher.go:171] Terminating all watchers from cacher jobs.batch.volcano.sh
W0919 18:43:30.745877 1 cacher.go:171] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0919 18:43:31.054048 1 cacher.go:171] Terminating all watchers from cacher jobflows.flow.volcano.sh
W0919 18:43:31.340836 1 cacher.go:171] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
I0919 18:52:11.759839 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0919 18:52:39.874528 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0919 18:52:39.874796 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0919 18:52:39.911505 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0919 18:52:39.911553 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0919 18:52:39.914973 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0919 18:52:39.915004 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0919 18:52:39.934948 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0919 18:52:39.934993 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0919 18:52:40.915662 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0919 18:52:41.093691 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
W0919 18:52:41.093692 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
==> kube-controller-manager [0cbc4c46b15c] <==
E0919 18:52:41.097602 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"
W0919 18:52:42.025429 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
E0919 18:52:42.025486 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"
W0919 18:52:42.129357 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
E0919 18:52:42.129419 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"
W0919 18:52:42.190515 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
E0919 18:52:42.190565 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"
W0919 18:52:44.073333 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
E0919 18:52:44.073376 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"
W0919 18:52:44.758111 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
E0919 18:52:44.758159 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"
W0919 18:52:44.771623 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
E0919 18:52:44.771665 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"
W0919 18:52:47.677046 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
E0919 18:52:47.677089 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"
W0919 18:52:48.800172 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
E0919 18:52:48.800221 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"
W0919 18:52:49.566561 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
E0919 18:52:49.566606 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"
W0919 18:52:54.297050 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
E0919 18:52:54.297094 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"
I0919 18:52:54.588858 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="local-path-storage/local-path-provisioner-86d989889c" duration="9.978µs"
W0919 18:52:55.149969 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
E0919 18:52:55.150016 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"
I0919 18:52:55.483120 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="19.569µs"
==> kube-proxy [d4ca805f7bf1] <==
I0919 18:40:13.840084 1 server_linux.go:66] "Using iptables proxy"
I0919 18:40:13.948714 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0919 18:40:13.948776 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`"
I0919 18:40:13.993050 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0919 18:40:13.993118 1 server_linux.go:169] "Using iptables Proxier"
I0919 18:40:14.001734 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"
I0919 18:40:14.002552 1 server.go:483] "Version info" version="v1.31.1"
I0919 18:40:14.002577 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0919 18:40:14.016939 1 config.go:199] "Starting service config controller"
I0919 18:40:14.016999 1 shared_informer.go:313] Waiting for caches to sync for service config
I0919 18:40:14.017025 1 config.go:105] "Starting endpoint slice config controller"
I0919 18:40:14.017030 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0919 18:40:14.018197 1 config.go:328] "Starting node config controller"
I0919 18:40:14.018210 1 shared_informer.go:313] Waiting for caches to sync for node config
I0919 18:40:14.120274 1 shared_informer.go:320] Caches are synced for node config
I0919 18:40:14.120312 1 shared_informer.go:320] Caches are synced for service config
I0919 18:40:14.120354 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [b7b8965a96a9] <==
W0919 18:40:03.488055 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: 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
E0919 18:40:03.488079 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"
W0919 18:40:03.488174 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
E0919 18:40:03.488191 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"
W0919 18:40:03.488280 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
E0919 18:40:03.488300 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"
W0919 18:40:04.302074 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
E0919 18:40:04.302185 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"
W0919 18:40:04.337135 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
E0919 18:40:04.337493 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"
W0919 18:40:04.362494 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
E0919 18:40:04.362706 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"
W0919 18:40:04.371181 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
E0919 18:40:04.371359 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"
W0919 18:40:04.394620 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
E0919 18:40:04.394876 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"
W0919 18:40:04.496493 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
E0919 18:40:04.496762 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"
W0919 18:40:04.580348 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0919 18:40:04.580558 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0919 18:40:04.589069 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0919 18:40:04.589326 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0919 18:40:04.814636 1 reflector.go:561] runtime/asm_arm64.s:1222: 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"
E0919 18:40:04.814691 1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: 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"
I0919 18:40:06.677032 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.069356 2333 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-5gbld\" (UniqueName: \"kubernetes.io/projected/22ee96cc-eafb-42a6-9f00-4d14a9bbfa5a-kube-api-access-5gbld\") on node \"addons-810228\" DevicePath \"\""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.072553 2333 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/7567e96d-94ff-4199-aa1d-8f7b62234e4d-kube-api-access-xntjb" (OuterVolumeSpecName: "kube-api-access-xntjb") pod "7567e96d-94ff-4199-aa1d-8f7b62234e4d" (UID: "7567e96d-94ff-4199-aa1d-8f7b62234e4d"). InnerVolumeSpecName "kube-api-access-xntjb". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.142433 2333 scope.go:117] "RemoveContainer" containerID="69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb"
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.170055 2333 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-xntjb\" (UniqueName: \"kubernetes.io/projected/7567e96d-94ff-4199-aa1d-8f7b62234e4d-kube-api-access-xntjb\") on node \"addons-810228\" DevicePath \"\""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.205731 2333 scope.go:117] "RemoveContainer" containerID="69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb"
Sep 19 18:52:56 addons-810228 kubelet[2333]: E0919 18:52:56.211599 2333 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb" containerID="69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb"
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.211683 2333 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb"} err="failed to get container status \"69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb\": rpc error: code = Unknown desc = Error response from daemon: No such container: 69fcd04d32e5390745c80dd9192620b6eff502227484e0bdf6465dfba430f1bb"
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.211733 2333 scope.go:117] "RemoveContainer" containerID="6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0"
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.265642 2333 scope.go:117] "RemoveContainer" containerID="6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0"
Sep 19 18:52:56 addons-810228 kubelet[2333]: E0919 18:52:56.267615 2333 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0" containerID="6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0"
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.267668 2333 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0"} err="failed to get container status \"6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0\": rpc error: code = Unknown desc = Error response from daemon: No such container: 6bd3ac0d1a024a2fe4b6fa450542646b52a29679bbf8c8d0369ab3f71bf107e0"
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.573413 2333 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-zf498\" (UniqueName: \"kubernetes.io/projected/4f6432ab-b074-4e10-b3c1-db37df07e679-kube-api-access-zf498\") pod \"4f6432ab-b074-4e10-b3c1-db37df07e679\" (UID: \"4f6432ab-b074-4e10-b3c1-db37df07e679\") "
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.573477 2333 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"script\" (UniqueName: \"kubernetes.io/configmap/4f6432ab-b074-4e10-b3c1-db37df07e679-script\") pod \"4f6432ab-b074-4e10-b3c1-db37df07e679\" (UID: \"4f6432ab-b074-4e10-b3c1-db37df07e679\") "
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.573505 2333 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"data\" (UniqueName: \"kubernetes.io/host-path/4f6432ab-b074-4e10-b3c1-db37df07e679-data\") pod \"4f6432ab-b074-4e10-b3c1-db37df07e679\" (UID: \"4f6432ab-b074-4e10-b3c1-db37df07e679\") "
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.573524 2333 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/4f6432ab-b074-4e10-b3c1-db37df07e679-gcp-creds\") pod \"4f6432ab-b074-4e10-b3c1-db37df07e679\" (UID: \"4f6432ab-b074-4e10-b3c1-db37df07e679\") "
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.573630 2333 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/4f6432ab-b074-4e10-b3c1-db37df07e679-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "4f6432ab-b074-4e10-b3c1-db37df07e679" (UID: "4f6432ab-b074-4e10-b3c1-db37df07e679"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.574036 2333 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/4f6432ab-b074-4e10-b3c1-db37df07e679-script" (OuterVolumeSpecName: "script") pod "4f6432ab-b074-4e10-b3c1-db37df07e679" (UID: "4f6432ab-b074-4e10-b3c1-db37df07e679"). InnerVolumeSpecName "script". PluginName "kubernetes.io/configmap", VolumeGidValue ""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.574071 2333 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/4f6432ab-b074-4e10-b3c1-db37df07e679-data" (OuterVolumeSpecName: "data") pod "4f6432ab-b074-4e10-b3c1-db37df07e679" (UID: "4f6432ab-b074-4e10-b3c1-db37df07e679"). InnerVolumeSpecName "data". PluginName "kubernetes.io/host-path", VolumeGidValue ""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.578739 2333 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/4f6432ab-b074-4e10-b3c1-db37df07e679-kube-api-access-zf498" (OuterVolumeSpecName: "kube-api-access-zf498") pod "4f6432ab-b074-4e10-b3c1-db37df07e679" (UID: "4f6432ab-b074-4e10-b3c1-db37df07e679"). InnerVolumeSpecName "kube-api-access-zf498". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.674184 2333 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/4f6432ab-b074-4e10-b3c1-db37df07e679-gcp-creds\") on node \"addons-810228\" DevicePath \"\""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.674223 2333 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-zf498\" (UniqueName: \"kubernetes.io/projected/4f6432ab-b074-4e10-b3c1-db37df07e679-kube-api-access-zf498\") on node \"addons-810228\" DevicePath \"\""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.674237 2333 reconciler_common.go:288] "Volume detached for volume \"script\" (UniqueName: \"kubernetes.io/configmap/4f6432ab-b074-4e10-b3c1-db37df07e679-script\") on node \"addons-810228\" DevicePath \"\""
Sep 19 18:52:56 addons-810228 kubelet[2333]: I0919 18:52:56.674246 2333 reconciler_common.go:288] "Volume detached for volume \"data\" (UniqueName: \"kubernetes.io/host-path/4f6432ab-b074-4e10-b3c1-db37df07e679-data\") on node \"addons-810228\" DevicePath \"\""
Sep 19 18:52:56 addons-810228 kubelet[2333]: E0919 18:52:56.899988 2333 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="4678c168-7b7a-41e7-8b5e-eece6e883d5d"
Sep 19 18:52:57 addons-810228 kubelet[2333]: I0919 18:52:57.202927 2333 pod_container_deletor.go:80] "Container not found in pod's containers" containerID="8cf9e7640b64568064564ca9af7e2cd528c10ef8a2f1ba9ef9a1f77f9776df55"
==> storage-provisioner [819d5bc52458] <==
I0919 18:40:16.948451 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0919 18:40:16.970851 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0919 18:40:16.970912 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0919 18:40:16.984682 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0919 18:40:16.987407 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-810228_b92812d6-e501-49c4-b552-0c22e14a3568!
I0919 18:40:16.994623 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"b5ca5390-1e3a-4a6a-bddb-8c5f0b4317e6", APIVersion:"v1", ResourceVersion:"490", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-810228_b92812d6-e501-49c4-b552-0c22e14a3568 became leader
I0919 18:40:17.088403 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-810228_b92812d6-e501-49c4-b552-0c22e14a3568!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-810228 -n addons-810228
helpers_test.go:261: (dbg) Run: kubectl --context addons-810228 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox ingress-nginx-admission-create-q2rdm ingress-nginx-admission-patch-spdtf helper-pod-delete-pvc-4341cf70-6fd2-4a6e-bbb3-41f9710dd0f7
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-810228 describe pod busybox ingress-nginx-admission-create-q2rdm ingress-nginx-admission-patch-spdtf helper-pod-delete-pvc-4341cf70-6fd2-4a6e-bbb3-41f9710dd0f7
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-810228 describe pod busybox ingress-nginx-admission-create-q2rdm ingress-nginx-admission-patch-spdtf helper-pod-delete-pvc-4341cf70-6fd2-4a6e-bbb3-41f9710dd0f7: exit status 1 (101.905462ms)
-- stdout --
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-810228/192.168.49.2
Start Time: Thu, 19 Sep 2024 18:43:39 +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-w6lhw (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-w6lhw:
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 9m19s default-scheduler Successfully assigned default/busybox to addons-810228
Normal Pulling 7m48s (x4 over 9m19s) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 7m47s (x4 over 9m19s) 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 7m47s (x4 over 9m19s) kubelet Error: ErrImagePull
Warning Failed 7m34s (x6 over 9m18s) kubelet Error: ImagePullBackOff
Normal BackOff 4m16s (x20 over 9m18s) kubelet Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-q2rdm" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-spdtf" not found
Error from server (NotFound): pods "helper-pod-delete-pvc-4341cf70-6fd2-4a6e-bbb3-41f9710dd0f7" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-810228 describe pod busybox ingress-nginx-admission-create-q2rdm ingress-nginx-admission-patch-spdtf helper-pod-delete-pvc-4341cf70-6fd2-4a6e-bbb3-41f9710dd0f7: exit status 1
--- FAIL: TestAddons/parallel/Registry (75.56s)