=== RUN TestAddons/parallel/InspektorGadget
=== PAUSE TestAddons/parallel/InspektorGadget
=== CONT TestAddons/parallel/InspektorGadget
addons_test.go:840: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-46nhd" [96b8ed02-38a3-492e-8834-dcec4e592ad7] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:840: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 5.003377982s
addons_test.go:843: (dbg) Run: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-048281
addons_test.go:843: (dbg) Non-zero exit: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-048281: exit status 11 (296.254885ms)
-- stdout --
-- /stdout --
** stderr **
X Exiting due to MK_ADDON_DISABLE_PAUSED: disable failed: check paused: list paused: runc: sudo runc --root /run/containerd/runc/k8s.io list -f json: Process exited with status 1
stdout:
stderr:
time="2024-06-20T17:06:30Z" level=error msg="stat /run/containerd/runc/k8s.io/37ff693898507b9f7d719a4ff4a588484673f3b82dac972133c0849eeffe4f90: no such file or directory"
*
╭─────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ * If the above advice does not help, please let us know: │
│ https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue. │
│ * Please also attach the following file to the GitHub issue: │
│ * - /tmp/minikube_addons_07218961934993dd21acc63caaf1aa08873c018e_0.log │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────╯
** /stderr **
addons_test.go:844: failed to disable inspektor-gadget addon: args "out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-048281" : exit status 11
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/InspektorGadget]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-048281
helpers_test.go:235: (dbg) docker inspect addons-048281:
-- stdout --
[
{
"Id": "441a8ad4f2b27a6682ed968f4403c8b6ac2b9a58788494fae2052b4d56d9ee71",
"Created": "2024-06-20T17:02:50.537246093Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 22637,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-06-20T17:02:50.825197421Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:ff0292e3be0b37b087e3b018361ae588b97c0dced0b18e910dba53209bda9166",
"ResolvConfPath": "/var/lib/docker/containers/441a8ad4f2b27a6682ed968f4403c8b6ac2b9a58788494fae2052b4d56d9ee71/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/441a8ad4f2b27a6682ed968f4403c8b6ac2b9a58788494fae2052b4d56d9ee71/hostname",
"HostsPath": "/var/lib/docker/containers/441a8ad4f2b27a6682ed968f4403c8b6ac2b9a58788494fae2052b4d56d9ee71/hosts",
"LogPath": "/var/lib/docker/containers/441a8ad4f2b27a6682ed968f4403c8b6ac2b9a58788494fae2052b4d56d9ee71/441a8ad4f2b27a6682ed968f4403c8b6ac2b9a58788494fae2052b4d56d9ee71-json.log",
"Name": "/addons-048281",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-048281:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-048281",
"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/0026e7f94a81eeb19838cd065f4655004ec2cedac088f3adcfe90ea707c3867e-init/diff:/var/lib/docker/overlay2/5df5c80cbb8ecd2a7435e7abac867440e63c8a3129795bd59576cc02083d5821/diff",
"MergedDir": "/var/lib/docker/overlay2/0026e7f94a81eeb19838cd065f4655004ec2cedac088f3adcfe90ea707c3867e/merged",
"UpperDir": "/var/lib/docker/overlay2/0026e7f94a81eeb19838cd065f4655004ec2cedac088f3adcfe90ea707c3867e/diff",
"WorkDir": "/var/lib/docker/overlay2/0026e7f94a81eeb19838cd065f4655004ec2cedac088f3adcfe90ea707c3867e/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-048281",
"Source": "/var/lib/docker/volumes/addons-048281/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-048281",
"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.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636",
"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-048281",
"name.minikube.sigs.k8s.io": "addons-048281",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "717cb461c9c84e79dd7957101e7092b10c85770b1abf6c379cd5160ff01c1a34",
"SandboxKey": "/var/run/docker/netns/717cb461c9c8",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-048281": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "bed26d791f31e6e3d4c423b633c4812b02fd9818104f4eaf437b95552192e6f5",
"EndpointID": "84cdb1e26e96e4a458f1756847a6c07a9612f5db8f5bfcd123dc5d5eb070476f",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-048281",
"441a8ad4f2b2"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-048281 -n addons-048281
helpers_test.go:244: <<< TestAddons/parallel/InspektorGadget FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/InspektorGadget]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 -p addons-048281 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-048281 logs -n 25: (3.032492536s)
helpers_test.go:252: TestAddons/parallel/InspektorGadget logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-869426 | jenkins | v1.33.1 | 20 Jun 24 17:01 UTC | |
| | -p download-only-869426 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| delete | -p download-only-869426 | download-only-869426 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| start | -o=json --download-only | download-only-412689 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | |
| | -p download-only-412689 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.30.2 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| delete | -p download-only-412689 | download-only-412689 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| delete | -p download-only-869426 | download-only-869426 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| delete | -p download-only-412689 | download-only-412689 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| start | --download-only -p | download-docker-606572 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | |
| | download-docker-606572 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-606572 | download-docker-606572 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| start | --download-only -p | binary-mirror-570515 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | |
| | binary-mirror-570515 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:42789 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-570515 | binary-mirror-570515 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:02 UTC |
| addons | disable dashboard -p | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | |
| | addons-048281 | | | | | |
| addons | enable dashboard -p | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | |
| | addons-048281 | | | | | |
| start | -p addons-048281 --wait=true | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:02 UTC | 20 Jun 24 17:06 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=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=helm-tiller | | | | | |
| addons | enable headlamp | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:06 UTC | 20 Jun 24 17:06 UTC |
| | -p addons-048281 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:06 UTC | 20 Jun 24 17:06 UTC |
| | -p addons-048281 | | | | | |
| ip | addons-048281 ip | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:06 UTC | 20 Jun 24 17:06 UTC |
| addons | addons-048281 addons disable | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:06 UTC | 20 Jun 24 17:06 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-048281 addons | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:06 UTC | 20 Jun 24 17:06 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-048281 addons disable | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:06 UTC | 20 Jun 24 17:06 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-048281 | jenkins | v1.33.1 | 20 Jun 24 17:06 UTC | |
| | addons-048281 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/06/20 17:02:28
Running on machine: ubuntu-20-agent-10
Binary: Built with gc go1.22.4 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0620 17:02:28.621497 21919 out.go:291] Setting OutFile to fd 1 ...
I0620 17:02:28.621736 21919 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0620 17:02:28.621745 21919 out.go:304] Setting ErrFile to fd 2...
I0620 17:02:28.621749 21919 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0620 17:02:28.621896 21919 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19106-13266/.minikube/bin
I0620 17:02:28.622478 21919 out.go:298] Setting JSON to false
I0620 17:02:28.623327 21919 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-10","uptime":2694,"bootTime":1718900255,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0620 17:02:28.623380 21919 start.go:139] virtualization: kvm guest
I0620 17:02:28.625391 21919 out.go:177] * [addons-048281] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
I0620 17:02:28.626679 21919 out.go:177] - MINIKUBE_LOCATION=19106
I0620 17:02:28.626685 21919 notify.go:220] Checking for updates...
I0620 17:02:28.627947 21919 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0620 17:02:28.629164 21919 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19106-13266/kubeconfig
I0620 17:02:28.630293 21919 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19106-13266/.minikube
I0620 17:02:28.631374 21919 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0620 17:02:28.632445 21919 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0620 17:02:28.633687 21919 driver.go:392] Setting default libvirt URI to qemu:///system
I0620 17:02:28.654039 21919 docker.go:122] docker version: linux-26.1.4:Docker Engine - Community
I0620 17:02:28.654153 21919 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0620 17:02:28.698659 21919 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-06-20 17:02:28.69047484 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647951872 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-10 Labels:[] ExperimentalBuild:false ServerVersion:26.1.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d2d58213f83a351ca8f528a95fbd145f5654e957 Expected:d2d58213f83a351ca8f528a95fbd145f5654e957} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] 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.14.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0620 17:02:28.698758 21919 docker.go:295] overlay module found
I0620 17:02:28.701169 21919 out.go:177] * Using the docker driver based on user configuration
I0620 17:02:28.702500 21919 start.go:297] selected driver: docker
I0620 17:02:28.702515 21919 start.go:901] validating driver "docker" against <nil>
I0620 17:02:28.702526 21919 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0620 17:02:28.703265 21919 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0620 17:02:28.746629 21919 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-06-20 17:02:28.73903767 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647951872 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-10 Labels:[] ExperimentalBuild:false ServerVersion:26.1.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d2d58213f83a351ca8f528a95fbd145f5654e957 Expected:d2d58213f83a351ca8f528a95fbd145f5654e957} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] 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.14.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.27.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0620 17:02:28.746763 21919 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0620 17:02:28.746987 21919 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]
I0620 17:02:28.748533 21919 out.go:177] * Using Docker driver with root privileges
I0620 17:02:28.749835 21919 cni.go:84] Creating CNI manager for ""
I0620 17:02:28.749858 21919 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0620 17:02:28.749868 21919 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0620 17:02:28.749929 21919 start.go:340] cluster config:
{Name:addons-048281 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 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.30.2 ClusterName:addons-048281 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0620 17:02:28.751310 21919 out.go:177] * Starting "addons-048281" primary control-plane node in "addons-048281" cluster
I0620 17:02:28.752438 21919 cache.go:121] Beginning downloading kic base image for docker with containerd
I0620 17:02:28.753538 21919 out.go:177] * Pulling base image v0.0.44-1718753665-19106 ...
I0620 17:02:28.754556 21919 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0620 17:02:28.754578 21919 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 in local docker daemon
I0620 17:02:28.754583 21919 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19106-13266/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-amd64.tar.lz4
I0620 17:02:28.754589 21919 cache.go:56] Caching tarball of preloaded images
I0620 17:02:28.754688 21919 preload.go:173] Found /home/jenkins/minikube-integration/19106-13266/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
I0620 17:02:28.754700 21919 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on containerd
I0620 17:02:28.755013 21919 profile.go:143] Saving config to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/config.json ...
I0620 17:02:28.755049 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/config.json: {Name:mk95921a299015838231f8d3a35d3fd6bcf6e426 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:28.768915 21919 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 to local cache
I0620 17:02:28.769021 21919 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 in local cache directory
I0620 17:02:28.769036 21919 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 in local cache directory, skipping pull
I0620 17:02:28.769041 21919 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 exists in cache, skipping pull
I0620 17:02:28.769048 21919 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 as a tarball
I0620 17:02:28.769055 21919 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 from local cache
I0620 17:02:40.739053 21919 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 from cached tarball
I0620 17:02:40.739088 21919 cache.go:194] Successfully downloaded all kic artifacts
I0620 17:02:40.739135 21919 start.go:360] acquireMachinesLock for addons-048281: {Name:mkea66a4842f8160a382b973e9fdd1f6f8ee25c0 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0620 17:02:40.739238 21919 start.go:364] duration metric: took 78.821µs to acquireMachinesLock for "addons-048281"
I0620 17:02:40.739268 21919 start.go:93] Provisioning new machine with config: &{Name:addons-048281 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 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.30.2 ClusterName:addons-048281 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0620 17:02:40.739385 21919 start.go:125] createHost starting for "" (driver="docker")
I0620 17:02:40.741104 21919 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0620 17:02:40.741331 21919 start.go:159] libmachine.API.Create for "addons-048281" (driver="docker")
I0620 17:02:40.741360 21919 client.go:168] LocalClient.Create starting
I0620 17:02:40.741454 21919 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca.pem
I0620 17:02:41.046019 21919 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/cert.pem
I0620 17:02:41.118847 21919 cli_runner.go:164] Run: docker network inspect addons-048281 --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}}]}"
W0620 17:02:41.133379 21919 cli_runner.go:211] docker network inspect addons-048281 --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
I0620 17:02:41.133438 21919 network_create.go:284] running [docker network inspect addons-048281] to gather additional debugging logs...
I0620 17:02:41.133454 21919 cli_runner.go:164] Run: docker network inspect addons-048281
W0620 17:02:41.146927 21919 cli_runner.go:211] docker network inspect addons-048281 returned with exit code 1
I0620 17:02:41.146953 21919 network_create.go:287] error running [docker network inspect addons-048281]: docker network inspect addons-048281: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-048281 not found
I0620 17:02:41.146963 21919 network_create.go:289] output of [docker network inspect addons-048281]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-048281 not found
** /stderr **
I0620 17:02:41.147047 21919 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}}]}"
I0620 17:02:41.161340 21919 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:0xc00210c900}
I0620 17:02:41.161377 21919 network_create.go:124] attempt to create docker network addons-048281 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0620 17:02:41.161413 21919 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-048281 addons-048281
I0620 17:02:41.209777 21919 network_create.go:108] docker network addons-048281 192.168.49.0/24 created
I0620 17:02:41.209808 21919 kic.go:121] calculated static IP "192.168.49.2" for the "addons-048281" container
I0620 17:02:41.209863 21919 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0620 17:02:41.223980 21919 cli_runner.go:164] Run: docker volume create addons-048281 --label name.minikube.sigs.k8s.io=addons-048281 --label created_by.minikube.sigs.k8s.io=true
I0620 17:02:41.239520 21919 oci.go:103] Successfully created a docker volume addons-048281
I0620 17:02:41.239596 21919 cli_runner.go:164] Run: docker run --rm --name addons-048281-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-048281 --entrypoint /usr/bin/test -v addons-048281:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 -d /var/lib
I0620 17:02:46.052662 21919 cli_runner.go:217] Completed: docker run --rm --name addons-048281-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-048281 --entrypoint /usr/bin/test -v addons-048281:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 -d /var/lib: (4.813025683s)
I0620 17:02:46.052689 21919 oci.go:107] Successfully prepared a docker volume addons-048281
I0620 17:02:46.052717 21919 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0620 17:02:46.052736 21919 kic.go:194] Starting extracting preloaded images to volume ...
I0620 17:02:46.052787 21919 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19106-13266/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-048281:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 -I lz4 -xf /preloaded.tar -C /extractDir
I0620 17:02:50.480448 21919 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19106-13266/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-048281:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 -I lz4 -xf /preloaded.tar -C /extractDir: (4.427624068s)
I0620 17:02:50.480475 21919 kic.go:203] duration metric: took 4.427737513s to extract preloaded images to volume ...
W0620 17:02:50.480586 21919 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0620 17:02:50.480665 21919 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0620 17:02:50.523791 21919 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-048281 --name addons-048281 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-048281 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-048281 --network addons-048281 --ip 192.168.49.2 --volume addons-048281:/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.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636
I0620 17:02:50.832369 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Running}}
I0620 17:02:50.849672 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:02:50.867190 21919 cli_runner.go:164] Run: docker exec addons-048281 stat /var/lib/dpkg/alternatives/iptables
I0620 17:02:50.910314 21919 oci.go:144] the created container "addons-048281" has a running status.
I0620 17:02:50.910351 21919 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa...
I0620 17:02:50.985676 21919 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0620 17:02:51.004303 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:02:51.019455 21919 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0620 17:02:51.019474 21919 kic_runner.go:114] Args: [docker exec --privileged addons-048281 chown docker:docker /home/docker/.ssh/authorized_keys]
I0620 17:02:51.060952 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:02:51.078321 21919 machine.go:94] provisionDockerMachine start ...
I0620 17:02:51.078409 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:51.094151 21919 main.go:141] libmachine: Using SSH client type: native
I0620 17:02:51.094475 21919 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d960] 0x8306c0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0620 17:02:51.094497 21919 main.go:141] libmachine: About to run SSH command:
hostname
I0620 17:02:51.095137 21919 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42832->127.0.0.1:32772: read: connection reset by peer
I0620 17:02:54.221856 21919 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-048281
I0620 17:02:54.221883 21919 ubuntu.go:169] provisioning hostname "addons-048281"
I0620 17:02:54.221940 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:54.236974 21919 main.go:141] libmachine: Using SSH client type: native
I0620 17:02:54.237153 21919 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d960] 0x8306c0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0620 17:02:54.237172 21919 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-048281 && echo "addons-048281" | sudo tee /etc/hostname
I0620 17:02:54.372443 21919 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-048281
I0620 17:02:54.372523 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:54.391170 21919 main.go:141] libmachine: Using SSH client type: native
I0620 17:02:54.391380 21919 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d960] 0x8306c0 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0620 17:02:54.391398 21919 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-048281' /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-048281/g' /etc/hosts;
else
echo '127.0.1.1 addons-048281' | sudo tee -a /etc/hosts;
fi
fi
I0620 17:02:54.518348 21919 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0620 17:02:54.518379 21919 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19106-13266/.minikube CaCertPath:/home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19106-13266/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19106-13266/.minikube}
I0620 17:02:54.518426 21919 ubuntu.go:177] setting up certificates
I0620 17:02:54.518445 21919 provision.go:84] configureAuth start
I0620 17:02:54.518515 21919 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-048281
I0620 17:02:54.533850 21919 provision.go:143] copyHostCerts
I0620 17:02:54.533913 21919 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19106-13266/.minikube/cert.pem (1123 bytes)
I0620 17:02:54.534006 21919 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19106-13266/.minikube/key.pem (1679 bytes)
I0620 17:02:54.534058 21919 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19106-13266/.minikube/ca.pem (1078 bytes)
I0620 17:02:54.534107 21919 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19106-13266/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca-key.pem org=jenkins.addons-048281 san=[127.0.0.1 192.168.49.2 addons-048281 localhost minikube]
I0620 17:02:54.733213 21919 provision.go:177] copyRemoteCerts
I0620 17:02:54.733264 21919 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0620 17:02:54.733294 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:54.749181 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:02:54.846384 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0620 17:02:54.866776 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0620 17:02:54.885926 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0620 17:02:54.905012 21919 provision.go:87] duration metric: took 386.552757ms to configureAuth
I0620 17:02:54.905033 21919 ubuntu.go:193] setting minikube options for container-runtime
I0620 17:02:54.905166 21919 config.go:182] Loaded profile config "addons-048281": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0620 17:02:54.905175 21919 machine.go:97] duration metric: took 3.826837443s to provisionDockerMachine
I0620 17:02:54.905181 21919 client.go:171] duration metric: took 14.163812336s to LocalClient.Create
I0620 17:02:54.905198 21919 start.go:167] duration metric: took 14.163868128s to libmachine.API.Create "addons-048281"
I0620 17:02:54.905206 21919 start.go:293] postStartSetup for "addons-048281" (driver="docker")
I0620 17:02:54.905214 21919 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]
I0620 17:02:54.905249 21919 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
I0620 17:02:54.905279 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:54.922660 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:02:55.018609 21919 ssh_runner.go:195] Run: cat /etc/os-release
I0620 17:02:55.021277 21919 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0620 17:02:55.021307 21919 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0620 17:02:55.021316 21919 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0620 17:02:55.021322 21919 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0620 17:02:55.021332 21919 filesync.go:126] Scanning /home/jenkins/minikube-integration/19106-13266/.minikube/addons for local assets ...
I0620 17:02:55.021381 21919 filesync.go:126] Scanning /home/jenkins/minikube-integration/19106-13266/.minikube/files for local assets ...
I0620 17:02:55.021402 21919 start.go:296] duration metric: took 116.191791ms for postStartSetup
I0620 17:02:55.021643 21919 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-048281
I0620 17:02:55.037363 21919 profile.go:143] Saving config to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/config.json ...
I0620 17:02:55.037561 21919 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0620 17:02:55.037593 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:55.052788 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:02:55.143213 21919 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0620 17:02:55.147006 21919 start.go:128] duration metric: took 14.407607561s to createHost
I0620 17:02:55.147031 21919 start.go:83] releasing machines lock for "addons-048281", held for 14.407775244s
I0620 17:02:55.147096 21919 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-048281
I0620 17:02:55.162611 21919 ssh_runner.go:195] Run: cat /version.json
I0620 17:02:55.162662 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:55.162691 21919 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0620 17:02:55.162761 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:02:55.177842 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:02:55.178281 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:02:55.334847 21919 ssh_runner.go:195] Run: systemctl --version
I0620 17:02:55.338651 21919 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0620 17:02:55.342336 21919 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' {}" ;
I0620 17:02:55.362347 21919 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0620 17:02:55.362410 21919 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0620 17:02:55.384288 21919 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0620 17:02:55.384304 21919 start.go:494] detecting cgroup driver to use...
I0620 17:02:55.384328 21919 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0620 17:02:55.384358 21919 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0620 17:02:55.394798 21919 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0620 17:02:55.403738 21919 docker.go:217] disabling cri-docker service (if available) ...
I0620 17:02:55.403781 21919 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0620 17:02:55.414665 21919 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0620 17:02:55.426078 21919 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0620 17:02:55.498651 21919 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0620 17:02:55.570223 21919 docker.go:233] disabling docker service ...
I0620 17:02:55.570272 21919 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0620 17:02:55.586808 21919 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0620 17:02:55.596618 21919 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0620 17:02:55.665987 21919 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0620 17:02:55.738279 21919 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0620 17:02:55.748052 21919 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0620 17:02:55.761472 21919 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.9"|' /etc/containerd/config.toml"
I0620 17:02:55.769487 21919 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"
I0620 17:02:55.777587 21919 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0620 17:02:55.777648 21919 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0620 17:02:55.785641 21919 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"
I0620 17:02:55.793662 21919 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0620 17:02:55.801614 21919 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0620 17:02:55.809539 21919 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0620 17:02:55.816906 21919 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"
I0620 17:02:55.825137 21919 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0620 17:02:55.833039 21919 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"
I0620 17:02:55.840896 21919 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0620 17:02:55.847854 21919 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0620 17:02:55.854698 21919 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0620 17:02:55.925958 21919 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0620 17:02:56.018228 21919 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0620 17:02:56.018299 21919 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0620 17:02:56.021509 21919 start.go:562] Will wait 60s for crictl version
I0620 17:02:56.021546 21919 ssh_runner.go:195] Run: which crictl
I0620 17:02:56.024324 21919 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0620 17:02:56.055815 21919 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.33
RuntimeApiVersion: v1
I0620 17:02:56.055888 21919 ssh_runner.go:195] Run: containerd --version
I0620 17:02:56.076419 21919 ssh_runner.go:195] Run: containerd --version
I0620 17:02:56.098684 21919 out.go:177] * Preparing Kubernetes v1.30.2 on containerd 1.6.33 ...
I0620 17:02:56.100026 21919 cli_runner.go:164] Run: docker network inspect addons-048281 --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}}]}"
I0620 17:02:56.116515 21919 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0620 17:02:56.119881 21919 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""
I0620 17:02:56.129502 21919 kubeadm.go:877] updating cluster {Name:addons-048281 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 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.30.2 ClusterName:addons-048281 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0620 17:02:56.129594 21919 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime containerd
I0620 17:02:56.129639 21919 ssh_runner.go:195] Run: sudo crictl images --output json
I0620 17:02:56.160084 21919 containerd.go:627] all images are preloaded for containerd runtime.
I0620 17:02:56.160103 21919 containerd.go:534] Images already preloaded, skipping extraction
I0620 17:02:56.160146 21919 ssh_runner.go:195] Run: sudo crictl images --output json
I0620 17:02:56.189932 21919 containerd.go:627] all images are preloaded for containerd runtime.
I0620 17:02:56.189956 21919 cache_images.go:84] Images are preloaded, skipping loading
I0620 17:02:56.189965 21919 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.2 containerd true true} ...
I0620 17:02:56.190051 21919 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-048281 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-048281 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0620 17:02:56.190098 21919 ssh_runner.go:195] Run: sudo crictl info
I0620 17:02:56.219911 21919 cni.go:84] Creating CNI manager for ""
I0620 17:02:56.219929 21919 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0620 17:02:56.219937 21919 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0620 17:02:56.219955 21919 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.30.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-048281 NodeName:addons-048281 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0620 17:02:56.220069 21919 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
name: "addons-048281"
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.30.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0620 17:02:56.220126 21919 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0620 17:02:56.227775 21919 binaries.go:44] Found k8s binaries, skipping transfer
I0620 17:02:56.227838 21919 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0620 17:02:56.235158 21919 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0620 17:02:56.249647 21919 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0620 17:02:56.264185 21919 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0620 17:02:56.278655 21919 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0620 17:02:56.281267 21919 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""
I0620 17:02:56.289873 21919 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0620 17:02:56.358042 21919 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0620 17:02:56.369495 21919 certs.go:68] Setting up /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281 for IP: 192.168.49.2
I0620 17:02:56.369519 21919 certs.go:194] generating shared ca certs ...
I0620 17:02:56.369544 21919 certs.go:226] acquiring lock for ca certs: {Name:mk8486d64f54a1b019061a3237dfa6bce9b67482 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:56.369671 21919 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19106-13266/.minikube/ca.key
I0620 17:02:56.623310 21919 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19106-13266/.minikube/ca.crt ...
I0620 17:02:56.623338 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/ca.crt: {Name:mke3dec950ee2cc1a1ca27c521ddcdfc03bf70cc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:56.623494 21919 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19106-13266/.minikube/ca.key ...
I0620 17:02:56.623505 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/ca.key: {Name:mkb43cdafe7dcbf59f42ec121bd6a3b263c1aeed Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:56.623571 21919 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19106-13266/.minikube/proxy-client-ca.key
I0620 17:02:57.018185 21919 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19106-13266/.minikube/proxy-client-ca.crt ...
I0620 17:02:57.018215 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/proxy-client-ca.crt: {Name:mk21674d3ab88fe461c6e86bd4a4ead7da7131b7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.018365 21919 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19106-13266/.minikube/proxy-client-ca.key ...
I0620 17:02:57.018377 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/proxy-client-ca.key: {Name:mk42efe145c31c0199e80f814497780deaff0e13 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.018442 21919 certs.go:256] generating profile certs ...
I0620 17:02:57.018490 21919 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/client.key
I0620 17:02:57.018503 21919 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/client.crt with IP's: []
I0620 17:02:57.298267 21919 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/client.crt ...
I0620 17:02:57.298294 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/client.crt: {Name:mka8ae18add0154a95176be1e6264d5c39cc0943 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.298441 21919 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/client.key ...
I0620 17:02:57.298451 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/client.key: {Name:mka98cf349b9fe42c5140239330d7f08c1f36db7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.298516 21919 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.key.8459f7e6
I0620 17:02:57.298533 21919 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.crt.8459f7e6 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0620 17:02:57.393554 21919 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.crt.8459f7e6 ...
I0620 17:02:57.393580 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.crt.8459f7e6: {Name:mk9457cf4a858bdb35eec225122c2d32135ade58 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.393721 21919 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.key.8459f7e6 ...
I0620 17:02:57.393734 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.key.8459f7e6: {Name:mk3ce9accd3f72aca44bc282351b12702caba5d7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.393802 21919 certs.go:381] copying /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.crt.8459f7e6 -> /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.crt
I0620 17:02:57.393868 21919 certs.go:385] copying /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.key.8459f7e6 -> /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.key
I0620 17:02:57.393911 21919 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.key
I0620 17:02:57.393928 21919 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.crt with IP's: []
I0620 17:02:57.550687 21919 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.crt ...
I0620 17:02:57.550714 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.crt: {Name:mkd46bdcc1340703068840c1f1a8d9b6a68eb3c8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.550861 21919 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.key ...
I0620 17:02:57.550886 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.key: {Name:mk5a24a693045244a29ee2e334501506557d3fe2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:02:57.551052 21919 certs.go:484] found cert: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca-key.pem (1675 bytes)
I0620 17:02:57.551083 21919 certs.go:484] found cert: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/ca.pem (1078 bytes)
I0620 17:02:57.551107 21919 certs.go:484] found cert: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/cert.pem (1123 bytes)
I0620 17:02:57.551128 21919 certs.go:484] found cert: /home/jenkins/minikube-integration/19106-13266/.minikube/certs/key.pem (1679 bytes)
I0620 17:02:57.551678 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0620 17:02:57.572222 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0620 17:02:57.591547 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0620 17:02:57.610571 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0620 17:02:57.629638 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0620 17:02:57.648392 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0620 17:02:57.667089 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0620 17:02:57.686361 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/profiles/addons-048281/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0620 17:02:57.705199 21919 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19106-13266/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0620 17:02:57.724314 21919 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0620 17:02:57.738477 21919 ssh_runner.go:195] Run: openssl version
I0620 17:02:57.742974 21919 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"
I0620 17:02:57.750422 21919 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0620 17:02:57.753164 21919 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jun 20 17:02 /usr/share/ca-certificates/minikubeCA.pem
I0620 17:02:57.753208 21919 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0620 17:02:57.758947 21919 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"
I0620 17:02:57.766321 21919 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0620 17:02:57.769043 21919 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
I0620 17:02:57.769089 21919 kubeadm.go:391] StartCluster: {Name:addons-048281 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1718753665-19106@sha256:735aacbd61d487240dc39ba6e4d70dd6ae1ad6181ca2ba092d372605e48ee636 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.30.2 ClusterName:addons-048281 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0620 17:02:57.769166 21919 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0620 17:02:57.769212 21919 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0620 17:02:57.799024 21919 cri.go:89] found id: ""
I0620 17:02:57.799082 21919 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0620 17:02:57.806359 21919 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0620 17:02:57.813534 21919 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0620 17:02:57.813573 21919 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
I0620 17:02:57.820537 21919 kubeadm.go:154] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0620 17:02:57.820551 21919 kubeadm.go:156] found existing configuration files:
I0620 17:02:57.820584 21919 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0620 17:02:57.827516 21919 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0620 17:02:57.827560 21919 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0620 17:02:57.834140 21919 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0620 17:02:57.841282 21919 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0620 17:02:57.841326 21919 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0620 17:02:57.848906 21919 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0620 17:02:57.856611 21919 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0620 17:02:57.856659 21919 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0620 17:02:57.863902 21919 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0620 17:02:57.871328 21919 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0620 17:02:57.871367 21919 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0620 17:02:57.878237 21919 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$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"
I0620 17:02:57.946665 21919 kubeadm.go:309] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1062-gcp\n", err: exit status 1
I0620 17:02:57.996420 21919 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0620 17:03:06.185134 21919 kubeadm.go:309] [init] Using Kubernetes version: v1.30.2
I0620 17:03:06.185199 21919 kubeadm.go:309] [preflight] Running pre-flight checks
I0620 17:03:06.185313 21919 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0620 17:03:06.185379 21919 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-gcp[0m
I0620 17:03:06.185411 21919 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0620 17:03:06.185448 21919 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0620 17:03:06.185494 21919 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0620 17:03:06.185534 21919 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0620 17:03:06.185579 21919 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0620 17:03:06.185632 21919 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0620 17:03:06.185676 21919 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0620 17:03:06.185715 21919 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0620 17:03:06.185756 21919 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0620 17:03:06.185817 21919 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0620 17:03:06.185930 21919 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0620 17:03:06.186074 21919 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0620 17:03:06.186162 21919 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0620 17:03:06.186217 21919 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0620 17:03:06.188856 21919 out.go:204] - Generating certificates and keys ...
I0620 17:03:06.188932 21919 kubeadm.go:309] [certs] Using existing ca certificate authority
I0620 17:03:06.188985 21919 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0620 17:03:06.189043 21919 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0620 17:03:06.189105 21919 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0620 17:03:06.189162 21919 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0620 17:03:06.189204 21919 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0620 17:03:06.189251 21919 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0620 17:03:06.189351 21919 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-048281 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0620 17:03:06.189397 21919 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0620 17:03:06.189499 21919 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-048281 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0620 17:03:06.189599 21919 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0620 17:03:06.189659 21919 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0620 17:03:06.189714 21919 kubeadm.go:309] [certs] Generating "sa" key and public key
I0620 17:03:06.189767 21919 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0620 17:03:06.189821 21919 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0620 17:03:06.189872 21919 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0620 17:03:06.189922 21919 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0620 17:03:06.189980 21919 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0620 17:03:06.190027 21919 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0620 17:03:06.190104 21919 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0620 17:03:06.190167 21919 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0620 17:03:06.191466 21919 out.go:204] - Booting up control plane ...
I0620 17:03:06.191543 21919 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0620 17:03:06.191621 21919 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0620 17:03:06.191687 21919 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0620 17:03:06.191777 21919 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0620 17:03:06.191849 21919 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0620 17:03:06.191882 21919 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0620 17:03:06.191987 21919 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0620 17:03:06.192048 21919 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0620 17:03:06.192127 21919 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 501.439156ms
I0620 17:03:06.192225 21919 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0620 17:03:06.192313 21919 kubeadm.go:309] [api-check] The API server is healthy after 4.001363139s
I0620 17:03:06.192439 21919 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0620 17:03:06.192546 21919 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0620 17:03:06.192600 21919 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0620 17:03:06.192751 21919 kubeadm.go:309] [mark-control-plane] Marking the node addons-048281 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0620 17:03:06.192802 21919 kubeadm.go:309] [bootstrap-token] Using token: pw9yeo.ap97m7kcdbj3p8zm
I0620 17:03:06.194200 21919 out.go:204] - Configuring RBAC rules ...
I0620 17:03:06.194315 21919 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0620 17:03:06.194392 21919 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0620 17:03:06.194515 21919 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0620 17:03:06.194632 21919 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0620 17:03:06.194731 21919 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0620 17:03:06.194807 21919 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0620 17:03:06.194932 21919 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0620 17:03:06.194975 21919 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0620 17:03:06.195014 21919 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0620 17:03:06.195020 21919 kubeadm.go:309]
I0620 17:03:06.195086 21919 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0620 17:03:06.195094 21919 kubeadm.go:309]
I0620 17:03:06.195160 21919 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0620 17:03:06.195167 21919 kubeadm.go:309]
I0620 17:03:06.195187 21919 kubeadm.go:309] mkdir -p $HOME/.kube
I0620 17:03:06.195262 21919 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0620 17:03:06.195335 21919 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0620 17:03:06.195345 21919 kubeadm.go:309]
I0620 17:03:06.195422 21919 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0620 17:03:06.195430 21919 kubeadm.go:309]
I0620 17:03:06.195490 21919 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0620 17:03:06.195497 21919 kubeadm.go:309]
I0620 17:03:06.195541 21919 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0620 17:03:06.195607 21919 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0620 17:03:06.195668 21919 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0620 17:03:06.195673 21919 kubeadm.go:309]
I0620 17:03:06.195740 21919 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0620 17:03:06.195811 21919 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0620 17:03:06.195817 21919 kubeadm.go:309]
I0620 17:03:06.195892 21919 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pw9yeo.ap97m7kcdbj3p8zm \
I0620 17:03:06.195979 21919 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:a3ba71dd0951ce15ef5d8f04baddcdc36d5ce0f775caabb264b57805c0243eba \
I0620 17:03:06.195998 21919 kubeadm.go:309] --control-plane
I0620 17:03:06.196004 21919 kubeadm.go:309]
I0620 17:03:06.196082 21919 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0620 17:03:06.196088 21919 kubeadm.go:309]
I0620 17:03:06.196157 21919 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token pw9yeo.ap97m7kcdbj3p8zm \
I0620 17:03:06.196264 21919 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:a3ba71dd0951ce15ef5d8f04baddcdc36d5ce0f775caabb264b57805c0243eba
I0620 17:03:06.196279 21919 cni.go:84] Creating CNI manager for ""
I0620 17:03:06.196285 21919 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0620 17:03:06.197858 21919 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0620 17:03:06.199036 21919 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0620 17:03:06.202845 21919 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0620 17:03:06.202859 21919 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0620 17:03:06.218119 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0620 17:03:06.403528 21919 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0620 17:03:06.403577 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:06.403584 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-048281 minikube.k8s.io/updated_at=2024_06_20T17_03_06_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=a5bfa5828b76fe92a3c5f89a54d8c76f6b5f3f8b minikube.k8s.io/name=addons-048281 minikube.k8s.io/primary=true
I0620 17:03:06.409932 21919 ops.go:34] apiserver oom_adj: -16
I0620 17:03:06.525045 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:07.025188 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:07.525782 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:08.025138 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:08.525301 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:09.026056 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:09.525824 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:10.026047 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:10.525818 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:11.025573 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:11.525323 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:12.025467 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:12.525638 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:13.025881 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:13.525716 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:14.025572 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:14.525886 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:15.025230 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:15.525681 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:16.025070 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:16.525905 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:17.025784 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:17.525127 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:18.025131 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:18.525608 21919 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0620 17:03:18.648413 21919 kubeadm.go:1107] duration metric: took 12.244899163s to wait for elevateKubeSystemPrivileges
W0620 17:03:18.648456 21919 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0620 17:03:18.648466 21919 kubeadm.go:393] duration metric: took 20.879382442s to StartCluster
I0620 17:03:18.648494 21919 settings.go:142] acquiring lock: {Name:mke9db185ced293de58209c65cad2001ae19f5cc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:03:18.648623 21919 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19106-13266/kubeconfig
I0620 17:03:18.649630 21919 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19106-13266/kubeconfig: {Name:mk28fb50252c1ffa4fd8f6cd35df5e95cb21213c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0620 17:03:18.649932 21919 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0620 17:03:18.650069 21919 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0620 17:03:18.650115 21919 config.go:182] Loaded profile config "addons-048281": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0620 17:03:18.650050 21919 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:true 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]
I0620 17:03:18.650269 21919 addons.go:69] Setting cloud-spanner=true in profile "addons-048281"
I0620 17:03:18.650352 21919 addons.go:69] Setting yakd=true in profile "addons-048281"
I0620 17:03:18.650362 21919 addons.go:69] Setting default-storageclass=true in profile "addons-048281"
I0620 17:03:18.650361 21919 addons.go:234] Setting addon cloud-spanner=true in "addons-048281"
I0620 17:03:18.650386 21919 addons.go:69] Setting gcp-auth=true in profile "addons-048281"
I0620 17:03:18.650405 21919 mustload.go:65] Loading cluster: addons-048281
I0620 17:03:18.650667 21919 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-048281"
I0620 17:03:18.650702 21919 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-048281"
I0620 17:03:18.650761 21919 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-048281"
I0620 17:03:18.650779 21919 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-048281"
I0620 17:03:18.650789 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.650815 21919 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-048281"
I0620 17:03:18.650854 21919 config.go:182] Loaded profile config "addons-048281": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.30.2
I0620 17:03:18.651040 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.651100 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.651117 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.651249 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.651387 21919 addons.go:69] Setting volcano=true in profile "addons-048281"
I0620 17:03:18.651421 21919 addons.go:234] Setting addon volcano=true in "addons-048281"
I0620 17:03:18.651449 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.651450 21919 addons.go:69] Setting volumesnapshots=true in profile "addons-048281"
I0620 17:03:18.651699 21919 addons.go:234] Setting addon volumesnapshots=true in "addons-048281"
I0620 17:03:18.651724 21919 addons.go:69] Setting storage-provisioner=true in profile "addons-048281"
I0620 17:03:18.651753 21919 addons.go:234] Setting addon storage-provisioner=true in "addons-048281"
I0620 17:03:18.651775 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.651821 21919 out.go:177] * Verifying Kubernetes components...
I0620 17:03:18.651867 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.650332 21919 addons.go:69] Setting helm-tiller=true in profile "addons-048281"
I0620 17:03:18.651962 21919 addons.go:234] Setting addon helm-tiller=true in "addons-048281"
I0620 17:03:18.651987 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.650628 21919 addons.go:69] Setting ingress=true in profile "addons-048281"
I0620 17:03:18.652148 21919 addons.go:234] Setting addon ingress=true in "addons-048281"
I0620 17:03:18.651727 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.652188 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.652206 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.652525 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.652640 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.652685 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.650640 21919 addons.go:69] Setting inspektor-gadget=true in profile "addons-048281"
I0620 17:03:18.652733 21919 addons.go:234] Setting addon inspektor-gadget=true in "addons-048281"
I0620 17:03:18.652761 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.650644 21919 addons.go:69] Setting metrics-server=true in profile "addons-048281"
I0620 17:03:18.653044 21919 addons.go:234] Setting addon metrics-server=true in "addons-048281"
I0620 17:03:18.653109 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.653208 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.653593 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.657542 21919 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0620 17:03:18.650655 21919 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-048281"
I0620 17:03:18.650634 21919 addons.go:69] Setting ingress-dns=true in profile "addons-048281"
I0620 17:03:18.658061 21919 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-048281"
I0620 17:03:18.658107 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.658509 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.650657 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.650662 21919 addons.go:69] Setting registry=true in profile "addons-048281"
I0620 17:03:18.666208 21919 addons.go:234] Setting addon registry=true in "addons-048281"
I0620 17:03:18.666258 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.666343 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.666764 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.666976 21919 addons.go:234] Setting addon ingress-dns=true in "addons-048281"
I0620 17:03:18.667050 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.667651 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.650662 21919 addons.go:234] Setting addon yakd=true in "addons-048281"
I0620 17:03:18.668188 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.668588 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.683653 21919 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0620 17:03:18.684978 21919 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0620 17:03:18.685004 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0620 17:03:18.685061 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.694324 21919 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0620 17:03:18.695678 21919 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0620 17:03:18.696893 21919 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0620 17:03:18.698164 21919 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0620 17:03:18.699226 21919 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0620 17:03:18.701218 21919 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0620 17:03:18.702953 21919 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0620 17:03:18.704662 21919 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0620 17:03:18.705807 21919 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-048281"
I0620 17:03:18.705847 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.705903 21919 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0620 17:03:18.705920 21919 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0620 17:03:18.705975 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.706217 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.709894 21919 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0620 17:03:18.710963 21919 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0620 17:03:18.711105 21919 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0620 17:03:18.711117 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0620 17:03:18.711162 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.712232 21919 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0620 17:03:18.716611 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0620 17:03:18.716677 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.723088 21919 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.0
I0620 17:03:18.725667 21919 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0620 17:03:18.725686 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0620 17:03:18.725737 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.725951 21919 addons.go:234] Setting addon default-storageclass=true in "addons-048281"
I0620 17:03:18.726000 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.726499 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:18.726689 21919 out.go:177] - Using image docker.io/registry:2.8.3
I0620 17:03:18.726689 21919 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0620 17:03:18.715497 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:18.730925 21919 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.29.0
I0620 17:03:18.730997 21919 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.7.0
I0620 17:03:18.731084 21919 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0620 17:03:18.731099 21919 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0620 17:03:18.731149 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.732620 21919 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0620 17:03:18.732729 21919 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.7.0
I0620 17:03:18.732786 21919 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0620 17:03:18.732797 21919 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0620 17:03:18.732849 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.734207 21919 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0620 17:03:18.734226 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0620 17:03:18.734268 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.736301 21919 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.7.0
I0620 17:03:18.737006 21919 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0620 17:03:18.741225 21919 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0620 17:03:18.742318 21919 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0620 17:03:18.743530 21919 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0620 17:03:18.743547 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0620 17:03:18.743598 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.748273 21919 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0620 17:03:18.749404 21919 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0620 17:03:18.749424 21919 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0620 17:03:18.749641 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.752386 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.759257 21919 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0620 17:03:18.759319 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (626760 bytes)
I0620 17:03:18.759401 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.777018 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.780362 21919 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0620 17:03:18.780382 21919 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0620 17:03:18.780587 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.780796 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.782493 21919 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0620 17:03:18.784521 21919 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0620 17:03:18.785514 21919 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0620 17:03:18.785530 21919 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0620 17:03:18.785587 21919 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0620 17:03:18.785603 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.785791 21919 out.go:177] - Using image docker.io/busybox:stable
I0620 17:03:18.786806 21919 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0620 17:03:18.786823 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0620 17:03:18.786867 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.787262 21919 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0620 17:03:18.787276 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0620 17:03:18.787323 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:18.788884 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.792197 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.795290 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.798192 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.799454 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.804562 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.807277 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.811386 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.813934 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.824901 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
W0620 17:03:18.835212 21919 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0620 17:03:18.835239 21919 retry.go:31] will retry after 370.965419ms: ssh: handshake failed: EOF
I0620 17:03:18.835388 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
W0620 17:03:18.841318 21919 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0620 17:03:18.841350 21919 retry.go:31] will retry after 168.044839ms: ssh: handshake failed: EOF
I0620 17:03:18.842405 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:18.934751 21919 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0620 17:03:18.935165 21919 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0620 17:03:19.128117 21919 node_ready.go:35] waiting up to 6m0s for node "addons-048281" to be "Ready" ...
I0620 17:03:19.131942 21919 node_ready.go:49] node "addons-048281" has status "Ready":"True"
I0620 17:03:19.132018 21919 node_ready.go:38] duration metric: took 3.784372ms for node "addons-048281" to be "Ready" ...
I0620 17:03:19.132043 21919 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0620 17:03:19.141493 21919 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:19.218850 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0620 17:03:19.221832 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0620 17:03:19.312123 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0620 17:03:19.315489 21919 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0620 17:03:19.315514 21919 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0620 17:03:19.320325 21919 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0620 17:03:19.320352 21919 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0620 17:03:19.418233 21919 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0620 17:03:19.418261 21919 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0620 17:03:19.421494 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0620 17:03:19.429017 21919 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0620 17:03:19.429038 21919 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0620 17:03:19.432858 21919 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0620 17:03:19.432882 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0620 17:03:19.512128 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0620 17:03:19.525613 21919 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0620 17:03:19.525695 21919 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0620 17:03:19.528671 21919 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0620 17:03:19.528733 21919 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0620 17:03:19.533647 21919 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0620 17:03:19.533711 21919 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0620 17:03:19.613138 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0620 17:03:19.632881 21919 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0620 17:03:19.632979 21919 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)
I0620 17:03:19.716801 21919 pod_ready.go:92] pod "etcd-addons-048281" in "kube-system" namespace has status "Ready":"True"
I0620 17:03:19.716877 21919 pod_ready.go:81] duration metric: took 575.351934ms for pod "etcd-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:19.716903 21919 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:19.720358 21919 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0620 17:03:19.720382 21919 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0620 17:03:19.721660 21919 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0620 17:03:19.721682 21919 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0620 17:03:19.723273 21919 pod_ready.go:92] pod "kube-apiserver-addons-048281" in "kube-system" namespace has status "Ready":"True"
I0620 17:03:19.723299 21919 pod_ready.go:81] duration metric: took 6.379046ms for pod "kube-apiserver-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:19.723312 21919 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:19.731246 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0620 17:03:19.733221 21919 pod_ready.go:92] pod "kube-controller-manager-addons-048281" in "kube-system" namespace has status "Ready":"True"
I0620 17:03:19.733248 21919 pod_ready.go:81] duration metric: took 9.925938ms for pod "kube-controller-manager-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:19.733261 21919 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-plltj" in "kube-system" namespace to be "Ready" ...
I0620 17:03:19.912621 21919 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0620 17:03:19.912712 21919 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0620 17:03:19.922717 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0620 17:03:19.928164 21919 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0620 17:03:19.928247 21919 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0620 17:03:20.012472 21919 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0620 17:03:20.012568 21919 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0620 17:03:20.013113 21919 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0620 17:03:20.013179 21919 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0620 17:03:20.024806 21919 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0620 17:03:20.024883 21919 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0620 17:03:20.034830 21919 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0620 17:03:20.034919 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0620 17:03:20.313617 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0620 17:03:20.332876 21919 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0620 17:03:20.332962 21919 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0620 17:03:20.413973 21919 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0620 17:03:20.414041 21919 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0620 17:03:20.418617 21919 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0620 17:03:20.418699 21919 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0620 17:03:20.511766 21919 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0620 17:03:20.511800 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0620 17:03:20.515263 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0620 17:03:20.620334 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:20.723023 21919 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.787824779s)
I0620 17:03:20.723181 21919 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0620 17:03:20.920330 21919 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0620 17:03:20.920380 21919 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0620 17:03:21.016137 21919 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0620 17:03:21.016167 21919 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0620 17:03:21.211946 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:21.223421 21919 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0620 17:03:21.223503 21919 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0620 17:03:21.228359 21919 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-048281" context rescaled to 1 replicas
I0620 17:03:21.333485 21919 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0620 17:03:21.333563 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0620 17:03:21.714187 21919 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0620 17:03:21.714216 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0620 17:03:21.818370 21919 pod_ready.go:92] pod "kube-proxy-plltj" in "kube-system" namespace has status "Ready":"True"
I0620 17:03:21.818460 21919 pod_ready.go:81] duration metric: took 2.085190228s for pod "kube-proxy-plltj" in "kube-system" namespace to be "Ready" ...
I0620 17:03:21.818485 21919 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:21.823601 21919 pod_ready.go:92] pod "kube-scheduler-addons-048281" in "kube-system" namespace has status "Ready":"True"
I0620 17:03:21.823675 21919 pod_ready.go:81] duration metric: took 5.171865ms for pod "kube-scheduler-addons-048281" in "kube-system" namespace to be "Ready" ...
I0620 17:03:21.823696 21919 pod_ready.go:38] duration metric: took 2.691630774s 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" ...
I0620 17:03:21.823722 21919 api_server.go:52] waiting for apiserver process to appear ...
I0620 17:03:21.823795 21919 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0620 17:03:21.827185 21919 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0620 17:03:21.827249 21919 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0620 17:03:21.916980 21919 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0620 17:03:21.917071 21919 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0620 17:03:21.928943 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:22.122818 21919 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0620 17:03:22.122922 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0620 17:03:22.132283 21919 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0620 17:03:22.132312 21919 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0620 17:03:22.330681 21919 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0620 17:03:22.330773 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0620 17:03:22.424622 21919 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0620 17:03:22.424701 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0620 17:03:22.634369 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:22.920678 21919 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0620 17:03:22.920767 21919 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0620 17:03:22.923642 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.704757253s)
I0620 17:03:22.923783 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.70192794s)
I0620 17:03:22.923856 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.611705464s)
I0620 17:03:23.211583 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:25.934222 21919 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0620 17:03:25.934290 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:25.953113 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:26.428532 21919 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0620 17:03:26.628690 21919 addons.go:234] Setting addon gcp-auth=true in "addons-048281"
I0620 17:03:26.628824 21919 host.go:66] Checking if "addons-048281" exists ...
I0620 17:03:26.629388 21919 cli_runner.go:164] Run: docker container inspect addons-048281 --format={{.State.Status}}
I0620 17:03:26.648842 21919 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0620 17:03:26.648885 21919 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-048281
I0620 17:03:26.664824 21919 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/19106-13266/.minikube/machines/addons-048281/id_rsa Username:docker}
I0620 17:03:28.416528 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (8.994999167s)
I0620 17:03:28.416679 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (8.904470864s)
I0620 17:03:28.416700 21919 addons.go:475] Verifying addon ingress=true in "addons-048281"
I0620 17:03:28.416867 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (8.803636402s)
I0620 17:03:28.416906 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (8.685632761s)
I0620 17:03:28.416960 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (8.494155768s)
I0620 17:03:28.416988 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (8.103282276s)
I0620 17:03:28.417024 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (7.901734012s)
I0620 17:03:28.417040 21919 addons.go:475] Verifying addon registry=true in "addons-048281"
I0620 17:03:28.417131 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (7.796758489s)
I0620 17:03:28.417148 21919 addons.go:475] Verifying addon metrics-server=true in "addons-048281"
I0620 17:03:28.417197 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (7.205213437s)
I0620 17:03:28.417222 21919 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (6.593394473s)
I0620 17:03:28.417345 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (6.488307638s)
W0620 17:03:28.417385 21919 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:28.417404 21919 retry.go:31] will retry after 183.94972ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:28.417240 21919 api_server.go:72] duration metric: took 9.767244345s to wait for apiserver process to appear ...
I0620 17:03:28.417452 21919 api_server.go:88] waiting for apiserver healthz status ...
I0620 17:03:28.417478 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (5.783076273s)
I0620 17:03:28.417497 21919 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0620 17:03:28.418581 21919 out.go:177] * Verifying ingress addon...
I0620 17:03:28.419640 21919 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-048281 service yakd-dashboard -n yakd-dashboard
I0620 17:03:28.419674 21919 out.go:177] * Verifying registry addon...
I0620 17:03:28.421601 21919 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0620 17:03:28.422591 21919 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0620 17:03:28.422864 21919 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0620 17:03:28.423578 21919 api_server.go:141] control plane version: v1.30.2
I0620 17:03:28.423602 21919 api_server.go:131] duration metric: took 6.140579ms to wait for apiserver health ...
I0620 17:03:28.423613 21919 system_pods.go:43] waiting for kube-system pods to appear ...
I0620 17:03:28.425072 21919 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0620 17:03:28.425091 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0620 17:03:28.438798 21919 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0620 17:03:28.441382 21919 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0620 17:03:28.441404 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:28.446646 21919 system_pods.go:59] 16 kube-system pods found
I0620 17:03:28.446679 21919 system_pods.go:61] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:28.446686 21919 system_pods.go:61] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:28.446691 21919 system_pods.go:61] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:28.446697 21919 system_pods.go:61] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:28.446702 21919 system_pods.go:61] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:28.446714 21919 system_pods.go:61] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:28.446727 21919 system_pods.go:61] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:28.446734 21919 system_pods.go:61] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:28.446742 21919 system_pods.go:61] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:28.446756 21919 system_pods.go:61] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:28.446768 21919 system_pods.go:61] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:28.446778 21919 system_pods.go:61] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:28.446785 21919 system_pods.go:61] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:28.446798 21919 system_pods.go:61] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:28.446804 21919 system_pods.go:61] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:28.446812 21919 system_pods.go:61] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:28.446826 21919 system_pods.go:74] duration metric: took 23.20229ms to wait for pod list to return data ...
I0620 17:03:28.446838 21919 default_sa.go:34] waiting for default service account to be created ...
I0620 17:03:28.450949 21919 default_sa.go:45] found service account: "default"
I0620 17:03:28.450977 21919 default_sa.go:55] duration metric: took 4.127946ms for default service account to be created ...
I0620 17:03:28.450988 21919 system_pods.go:116] waiting for k8s-apps to be running ...
I0620 17:03:28.519020 21919 system_pods.go:86] 16 kube-system pods found
I0620 17:03:28.519056 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:28.519065 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:28.519074 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:28.519080 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:28.519087 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:28.519102 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:28.519108 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:28.519115 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:28.519126 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:28.519138 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:28.519151 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:28.519160 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:28.519172 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:28.519185 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:28.519192 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:28.519203 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:28.519221 21919 retry.go:31] will retry after 221.418693ms: missing components: kube-dns
I0620 17:03:28.601739 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:28.750626 21919 system_pods.go:86] 16 kube-system pods found
I0620 17:03:28.750657 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:28.750663 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:28.750669 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:28.750674 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:28.750678 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:28.750684 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:28.750689 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:28.750693 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:28.750699 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:28.750708 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:28.750717 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:28.750722 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:28.750728 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:28.750736 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:28.750741 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:28.750748 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:28.750760 21919 retry.go:31] will retry after 366.277421ms: missing components: kube-dns
I0620 17:03:28.926012 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:28.926637 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:29.127811 21919 system_pods.go:86] 18 kube-system pods found
I0620 17:03:29.127848 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:29.127858 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:29.127868 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] Pending
I0620 17:03:29.127875 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:29.127883 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:29.127891 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:29.127899 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:29.127913 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:29.127923 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:29.127932 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:29.127945 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:29.127958 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:29.127974 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:29.127984 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:29.127998 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:29.128011 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:29.128021 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:29.128032 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:29.128053 21919 retry.go:31] will retry after 365.036682ms: missing components: kube-dns
I0620 17:03:29.135471 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.923777737s)
I0620 17:03:29.135503 21919 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-048281"
I0620 17:03:29.135522 21919 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.486653219s)
I0620 17:03:29.137009 21919 out.go:177] * Verifying csi-hostpath-driver addon...
I0620 17:03:29.137017 21919 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0620 17:03:29.138289 21919 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0620 17:03:29.139195 21919 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0620 17:03:29.139488 21919 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0620 17:03:29.139511 21919 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0620 17:03:29.143726 21919 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0620 17:03:29.143743 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:29.229673 21919 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0620 17:03:29.229697 21919 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0620 17:03:29.316206 21919 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0620 17:03:29.316227 21919 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0620 17:03:29.336282 21919 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0620 17:03:29.426752 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:29.426789 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:29.520282 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:29.520385 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:29.520408 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:29.520429 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:29.520456 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:29.520477 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:29.520495 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:29.520511 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:29.520527 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:29.520552 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:29.520568 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:29.520583 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:29.520600 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:29.520617 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:29.520635 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:29.520653 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:29.520667 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:29.520678 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:29.520685 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:29.520694 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:29.520720 21919 retry.go:31] will retry after 437.663392ms: missing components: kube-dns
I0620 17:03:29.644999 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:29.926532 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:29.926788 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:29.969111 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:29.969139 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:29.969145 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:29.969154 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:29.969160 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:29.969165 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:29.969170 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:29.969174 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:29.969178 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:29.969184 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:29.969190 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:29.969194 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:29.969200 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:29.969206 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:29.969213 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:29.969219 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:29.969227 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:29.969245 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:29.969251 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:29.969256 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:29.969269 21919 retry.go:31] will retry after 715.622359ms: missing components: kube-dns
I0620 17:03:30.144135 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:30.426581 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:30.426672 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:30.644032 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:30.694623 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:30.694652 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:30.694660 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:30.694668 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:30.694675 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:30.694680 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:30.694685 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:30.694689 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:30.694696 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:30.694705 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:30.694712 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:30.694716 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:30.694722 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:30.694729 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:30.694737 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:30.694746 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:30.694752 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:30.694760 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:30.694769 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:30.694776 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:30.694790 21919 retry.go:31] will retry after 659.864297ms: missing components: kube-dns
I0620 17:03:30.926277 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:30.926552 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:31.144831 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:31.364324 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:31.364371 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:31.364385 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:31.364402 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:31.364417 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:31.364427 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:31.364438 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:31.364450 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:31.364460 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:31.364476 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:31.364486 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:31.364497 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:31.364508 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:31.364524 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:31.364537 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:31.364550 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:31.364564 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:31.364579 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:31.364590 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:31.364600 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:31.364620 21919 retry.go:31] will retry after 860.387093ms: missing components: kube-dns
I0620 17:03:31.426009 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:31.427220 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:31.644550 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:31.926327 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:31.926324 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:32.019962 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (3.418175721s)
I0620 17:03:32.020027 21919 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (2.683707817s)
I0620 17:03:32.021710 21919 addons.go:475] Verifying addon gcp-auth=true in "addons-048281"
I0620 17:03:32.025544 21919 out.go:177] * Verifying gcp-auth addon...
I0620 17:03:32.027325 21919 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0620 17:03:32.029465 21919 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0620 17:03:32.144362 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:32.233050 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:32.233083 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:32.233091 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:32.233099 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:32.233106 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:32.233111 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:32.233116 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:32.233123 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:32.233128 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:32.233137 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0620 17:03:32.233153 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:32.233162 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:32.233168 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:32.233186 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:32.233197 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:32.233203 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:32.233210 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:32.233219 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:32.233223 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:32.233231 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:32.233246 21919 retry.go:31] will retry after 1.205718198s: missing components: kube-dns
I0620 17:03:32.424914 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:32.426679 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:32.644699 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:32.925515 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:32.926315 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:33.144123 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:33.426153 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:33.426357 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:33.448269 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:33.448297 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:33.448304 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:33.448325 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:33.448345 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:33.448355 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:33.448360 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:33.448364 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:33.448368 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:33.448375 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:33.448379 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:33.448384 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:33.448390 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:33.448399 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:33.448408 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:33.448417 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:33.448425 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:33.448435 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:33.448441 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:33.448453 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:33.448472 21919 retry.go:31] will retry after 1.790090132s: missing components: kube-dns
I0620 17:03:33.643529 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:33.925460 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:33.926814 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:34.144348 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:34.425750 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:34.426900 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:34.643824 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:34.925946 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:34.926615 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:35.144077 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:35.246572 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:35.246603 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:35.246614 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:35.246625 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:35.246634 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:35.246641 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:35.246648 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:35.246655 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:35.246662 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:35.246673 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:35.246686 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:35.246693 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:35.246703 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:35.246717 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:35.246726 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:35.246737 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:35.246751 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:35.246764 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:35.246774 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:35.246785 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:35.246805 21919 retry.go:31] will retry after 1.592638791s: missing components: kube-dns
I0620 17:03:35.426020 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:35.426037 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:35.644025 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:35.926012 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:35.926283 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:36.144675 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:36.425226 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:36.426276 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:36.644583 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:36.847765 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:36.847799 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:36.847808 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:36.847819 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:36.847828 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:36.847835 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:36.847844 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:36.847855 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:36.847864 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:36.847873 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:36.847879 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:36.847888 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:36.847898 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:36.847912 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:36.847925 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:36.847935 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:36.847951 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:36.847966 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:36.847976 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:36.847987 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:36.848007 21919 retry.go:31] will retry after 2.732499154s: missing components: kube-dns
I0620 17:03:36.925743 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:36.926090 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:37.143768 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:37.425774 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:37.426593 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:37.643604 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:37.925595 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:37.926582 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:38.143352 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:38.425721 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:38.428037 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:38.644098 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:38.925190 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:38.926286 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:39.144378 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:39.425894 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:39.426514 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:39.590137 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:39.590169 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:39.590176 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:39.590183 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:39.590193 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:39.590201 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:39.590210 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:39.590220 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:39.590227 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:39.590237 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:39.590245 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:39.590254 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:39.590264 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:39.590272 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:39.590282 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:39.590291 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:39.590300 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:39.590312 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:39.590323 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:39.590334 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:39.590352 21919 retry.go:31] will retry after 3.216899255s: missing components: kube-dns
I0620 17:03:39.645540 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:39.925547 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:39.926322 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:40.143638 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:40.425828 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:40.428010 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:40.644733 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:40.926088 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:40.926715 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:41.144398 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:41.425514 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:41.426308 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:41.643766 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:41.927025 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:41.927912 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:42.195273 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:42.426158 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:42.427036 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:42.643964 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:42.814646 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:42.814673 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:42.814680 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:42.814687 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:42.814694 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:42.814706 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:42.814711 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:42.814716 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:42.814720 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:42.814725 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:42.814728 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:42.814732 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:42.814737 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:42.814745 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:42.814755 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:42.814761 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:42.814767 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:42.814776 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:42.814781 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:42.814788 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:42.814802 21919 retry.go:31] will retry after 3.981102292s: missing components: kube-dns
I0620 17:03:42.926080 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:42.926195 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:43.144255 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:43.427372 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:43.428756 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:43.644504 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:43.925449 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:43.926553 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:44.143910 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:44.425279 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:44.426513 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:44.644433 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:44.925262 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:44.926241 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:45.143638 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:45.425657 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:45.426729 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:45.643636 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:45.925653 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:45.926582 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:46.143714 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:46.425638 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:46.426503 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:46.643726 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:46.803711 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:46.803740 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:46.803749 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:46.803757 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:46.803764 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:46.803769 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:46.803775 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:46.803779 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:46.803784 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:46.803791 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:46.803795 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:46.803799 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:46.803807 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:46.803814 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:46.803820 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:46.803827 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:46.803837 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:46.803844 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:46.803851 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:46.803857 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:46.803871 21919 retry.go:31] will retry after 4.314330906s: missing components: kube-dns
I0620 17:03:46.925835 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:46.926716 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:47.143820 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:47.426090 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:47.427951 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:47.644090 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:47.926222 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:47.926331 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:48.144593 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:48.425472 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:48.426426 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:48.643700 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:48.926069 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:48.926243 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:49.144311 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:49.425194 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:49.426200 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:49.644046 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:49.926239 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:49.926466 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:50.144275 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:50.425119 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:50.426414 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:50.643549 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:50.925689 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:50.927686 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:51.126573 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:51.126608 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:51.126615 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:51.126626 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:51.126633 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:51.126640 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:51.126646 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:51.126651 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:51.126655 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:51.126665 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:51.126670 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:51.126674 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:51.126680 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:51.126688 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:51.126696 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:51.126702 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:51.126707 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:51.126718 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:51.126722 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:51.126730 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:51.126741 21919 retry.go:31] will retry after 4.616276178s: missing components: kube-dns
I0620 17:03:51.143452 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:51.425363 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:51.426283 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:51.643822 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:51.925919 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:51.926837 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:52.143854 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:52.426661 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:52.434562 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:52.644633 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:52.925727 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:52.926846 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:53.143896 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:53.425599 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:53.426464 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:53.644317 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:53.925327 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:53.926275 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:54.144344 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:54.426048 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:54.426483 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:54.643918 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:54.925927 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:54.926791 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:55.143734 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:55.425801 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:55.426670 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:55.644284 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:55.753149 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:03:55.753187 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0620 17:03:55.753197 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:03:55.753208 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:03:55.753220 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:03:55.753231 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:03:55.753239 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:03:55.753246 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:03:55.753256 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:03:55.753265 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:03:55.753274 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:03:55.753280 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:03:55.753290 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:03:55.753306 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:03:55.753320 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:03:55.753334 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:03:55.753343 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:55.753357 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:03:55.753366 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:03:55.753372 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:03:55.753392 21919 retry.go:31] will retry after 8.871605501s: missing components: kube-dns
I0620 17:03:55.925400 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:55.926573 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:56.144038 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:56.426247 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:56.426514 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:56.643677 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:56.925433 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:56.926744 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:57.144891 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:57.426406 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:57.427110 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:57.645059 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:57.926533 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:57.927396 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:58.144628 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:58.427243 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:58.427618 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:58.646089 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:58.926390 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:58.926562 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:59.144778 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:59.425919 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:59.427320 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:03:59.646082 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:03:59.926412 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:03:59.926467 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:00.143491 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:00.425825 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:00.426700 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:00.645215 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:00.925873 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:00.926581 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:01.148429 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:01.425866 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:01.425922 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:01.644143 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:01.926074 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:01.926127 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:02.144110 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:02.425908 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:02.426550 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:02.645337 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:02.925964 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:02.926083 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:03.144358 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:03.425646 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:03.427404 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:03.648049 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:03.925387 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:03.926991 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:04.144025 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:04.425819 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:04.426815 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:04.635570 21919 system_pods.go:86] 19 kube-system pods found
I0620 17:04:04.635600 21919 system_pods.go:89] "coredns-7db6d8ff4d-st689" [111f90cc-c14b-45cf-b682-1fbd48bcf47c] Running
I0620 17:04:04.635609 21919 system_pods.go:89] "csi-hostpath-attacher-0" [6bc1c4ce-0c29-4574-a09f-3fe04cae40c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0620 17:04:04.635617 21919 system_pods.go:89] "csi-hostpath-resizer-0" [7f3084e0-666e-4b4f-9b41-fe9987e4a9c2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0620 17:04:04.635626 21919 system_pods.go:89] "csi-hostpathplugin-r5dgn" [697096ea-259c-4c1a-b641-1008607d44d4] 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])
I0620 17:04:04.635636 21919 system_pods.go:89] "etcd-addons-048281" [84975183-0ba3-4c33-9b7b-79455c6bf68d] Running
I0620 17:04:04.635643 21919 system_pods.go:89] "kindnet-f8sjs" [74b208d6-d657-42a5-bd0d-8c52dfa5befe] Running
I0620 17:04:04.635649 21919 system_pods.go:89] "kube-apiserver-addons-048281" [676a392d-795b-4b57-aded-8bbb3075a187] Running
I0620 17:04:04.635656 21919 system_pods.go:89] "kube-controller-manager-addons-048281" [a5d2018c-4533-4e98-a3c1-c9cac355c04a] Running
I0620 17:04:04.635666 21919 system_pods.go:89] "kube-ingress-dns-minikube" [ed3be3d5-eb16-48d7-81de-7e46ad9b5cb6] Running
I0620 17:04:04.635672 21919 system_pods.go:89] "kube-proxy-plltj" [c95023b8-580f-4fa7-9aed-a1e544537c33] Running
I0620 17:04:04.635679 21919 system_pods.go:89] "kube-scheduler-addons-048281" [09ff69fb-9f83-4597-a146-8f6ce5325007] Running
I0620 17:04:04.635685 21919 system_pods.go:89] "metrics-server-c59844bb4-mfll7" [90aa8110-7a58-496b-b837-9db01338aef5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0620 17:04:04.635695 21919 system_pods.go:89] "nvidia-device-plugin-daemonset-fc2c2" [10008fac-cb7c-43ff-be1d-cd94795caa8a] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0620 17:04:04.635703 21919 system_pods.go:89] "registry-dshdj" [ada443fc-b2bb-4e40-81a8-d983ff58f0e7] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0620 17:04:04.635712 21919 system_pods.go:89] "registry-proxy-ts7lb" [b6128e12-418d-43eb-b7ff-a4f4f76db8bb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0620 17:04:04.635717 21919 system_pods.go:89] "snapshot-controller-745499f584-28vh4" [83dcba1b-2a21-4dcf-8b20-4cc3c8c722cb] Running
I0620 17:04:04.635729 21919 system_pods.go:89] "snapshot-controller-745499f584-d79cd" [231dbff6-fceb-4829-a6b9-a2b8818c258c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0620 17:04:04.635740 21919 system_pods.go:89] "storage-provisioner" [aaf26cba-76c0-4f92-aa65-7ef85067b8a2] Running
I0620 17:04:04.635752 21919 system_pods.go:89] "tiller-deploy-6677d64bcd-wr9gc" [e0dbe150-a62e-4472-a4d9-26ac480cb702] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0620 17:04:04.635764 21919 system_pods.go:126] duration metric: took 36.184769248s to wait for k8s-apps to be running ...
I0620 17:04:04.635776 21919 system_svc.go:44] waiting for kubelet service to be running ....
I0620 17:04:04.635818 21919 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0620 17:04:04.644900 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:04.649389 21919 system_svc.go:56] duration metric: took 13.599457ms WaitForService to wait for kubelet
I0620 17:04:04.649414 21919 kubeadm.go:576] duration metric: took 45.999415435s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0620 17:04:04.649438 21919 node_conditions.go:102] verifying NodePressure condition ...
I0620 17:04:04.651744 21919 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0620 17:04:04.651768 21919 node_conditions.go:123] node cpu capacity is 8
I0620 17:04:04.651781 21919 node_conditions.go:105] duration metric: took 2.337144ms to run NodePressure ...
I0620 17:04:04.651794 21919 start.go:240] waiting for startup goroutines ...
I0620 17:04:04.925206 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:04.925982 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:05.143917 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:05.426143 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:05.426402 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:05.643536 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:05.925645 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:05.926724 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:06.143526 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:06.425499 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:06.426589 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:06.644594 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:06.925552 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:06.926369 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:07.143879 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:07.426250 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:07.426542 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:07.644680 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:07.930241 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:07.931095 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:08.143768 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:08.425734 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:08.427011 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:08.644396 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:08.925761 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:08.926715 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:09.143345 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:09.425623 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:09.426640 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:09.643772 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:09.925911 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:09.926734 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:10.143764 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:10.425569 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:10.426443 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:10.644879 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:10.925666 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:10.927020 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:11.145202 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:11.426498 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:11.427597 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:11.644115 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:11.926548 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:11.926817 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:12.145143 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:12.426132 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:12.428228 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:12.647225 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:12.925273 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:12.927513 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:13.144029 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:13.425745 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:13.426975 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:13.645679 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:13.926003 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:13.927120 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:14.144369 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:14.425917 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:14.426974 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:14.645339 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:14.926359 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:14.927403 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:15.144092 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:15.426985 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:15.427027 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:15.644183 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:15.926601 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:15.926751 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:16.144251 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:16.426402 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:16.426863 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:16.644979 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:16.927449 21919 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0620 17:04:16.927622 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:17.145445 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:17.426342 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:17.426382 21919 kapi.go:107] duration metric: took 49.004781285s to wait for app.kubernetes.io/name=ingress-nginx ...
I0620 17:04:17.644659 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:17.926753 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:18.144232 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:18.428017 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:18.644442 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:18.926593 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:19.143609 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:19.426967 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:19.643536 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:19.926629 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:20.143761 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:20.426466 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:20.644502 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:20.926565 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:21.144030 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:21.426864 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:21.644845 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:21.926335 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:22.145121 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:22.427854 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:22.644950 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:22.926945 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:23.144290 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:23.426568 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:23.644369 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:23.927053 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:24.144588 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:24.427084 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:24.644119 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:24.927666 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0620 17:04:25.145252 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:25.427357 21919 kapi.go:107] duration metric: took 57.004764295s to wait for kubernetes.io/minikube-addons=registry ...
I0620 17:04:25.644320 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:26.143818 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:26.643786 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:27.144482 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:27.644268 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:28.144721 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:28.643477 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:29.144652 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:29.644776 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:30.145129 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:30.644428 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:31.144000 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:31.643578 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:32.144065 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:32.643802 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:33.144073 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:33.643530 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:34.145154 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:34.644608 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:35.144322 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:35.644308 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:36.144415 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:36.643981 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:37.143791 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:37.644524 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:38.144209 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:38.643675 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:39.144534 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:39.644449 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:40.144725 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:40.644600 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:41.144678 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:41.644874 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:42.144882 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:42.643948 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:43.144057 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:43.644687 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:44.143436 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:44.644856 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:45.146729 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:45.645549 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:46.144604 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:46.644944 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:47.148493 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:47.643802 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:48.144024 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:48.645499 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:49.144609 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:49.649870 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:50.144878 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0620 17:04:50.644416 21919 kapi.go:107] duration metric: took 1m21.505221954s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0620 17:04:53.530521 21919 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0620 17:04:53.530540 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:54.030486 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:54.530268 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:55.029798 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:55.530279 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:56.029944 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:56.530335 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:57.030126 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:57.530413 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:58.030208 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:58.530795 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:59.030004 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:04:59.530293 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:00.029838 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:00.530518 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:01.030523 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:01.530160 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:02.030511 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:02.530252 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:03.030039 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:03.530765 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:04.030666 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:04.530462 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:05.030222 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:05.530039 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:06.030572 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:06.530202 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:07.030048 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:07.530970 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:08.030605 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:08.530604 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:09.030819 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:09.530613 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:10.030106 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:10.530637 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:11.030722 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:11.530621 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:12.030284 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:12.530107 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:13.030430 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:13.530536 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:14.030650 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:14.530364 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:15.030084 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:15.530546 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:16.030458 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:16.530059 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:17.030398 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:17.530147 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:18.030751 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:18.530469 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:19.030520 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:19.530163 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:20.029947 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:20.530468 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:21.030213 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:21.530735 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:22.030254 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:22.530455 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:23.030415 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:23.530194 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:24.030273 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:24.530195 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:25.030619 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:25.530508 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:26.030229 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:26.530562 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:27.030338 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:27.530270 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:28.030196 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:28.531105 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:29.030522 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:29.530350 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:30.030032 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:30.530475 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:31.030446 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:31.530007 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:32.030539 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:32.530161 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:33.030547 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:33.530202 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:34.030211 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:34.529934 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:35.031132 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:35.530640 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:36.030580 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:36.530082 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:37.030737 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:37.530578 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:38.030475 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:38.530266 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:39.030404 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:39.530291 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:40.030214 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:40.530326 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:41.030191 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:41.530418 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:42.030273 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:42.530165 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:43.030798 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:43.530752 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:44.030580 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:44.530534 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:45.030205 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:45.530355 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:46.030240 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:46.530021 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:47.030631 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:47.530408 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:48.030426 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:48.530225 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:49.030502 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:49.530344 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:50.030176 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:50.530577 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:51.030275 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:51.529871 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:52.030643 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:52.530786 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:53.030649 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:53.530550 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:54.030621 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:54.530487 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:55.030752 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:55.530582 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:56.030473 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:56.530262 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:57.029950 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:57.530660 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:58.030654 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:58.530349 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:59.031080 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:05:59.530674 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:06:00.030213 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:06:00.529687 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:06:01.030283 21919 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0620 17:06:01.529760 21919 kapi.go:107] duration metric: took 2m29.502430408s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0620 17:06:01.531297 21919 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-048281 cluster.
I0620 17:06:01.532533 21919 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.
I0620 17:06:01.533734 21919 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0620 17:06:01.535016 21919 out.go:177] * Enabled addons: storage-provisioner, cloud-spanner, ingress-dns, volcano, nvidia-device-plugin, helm-tiller, metrics-server, inspektor-gadget, yakd, default-storageclass, volumesnapshots, ingress, registry, csi-hostpath-driver, gcp-auth
I0620 17:06:01.536259 21919 addons.go:510] duration metric: took 2m42.88622967s for enable addons: enabled=[storage-provisioner cloud-spanner ingress-dns volcano nvidia-device-plugin helm-tiller metrics-server inspektor-gadget yakd default-storageclass volumesnapshots ingress registry csi-hostpath-driver gcp-auth]
I0620 17:06:01.536295 21919 start.go:245] waiting for cluster config update ...
I0620 17:06:01.536314 21919 start.go:254] writing updated cluster config ...
I0620 17:06:01.536542 21919 ssh_runner.go:195] Run: rm -f paused
I0620 17:06:01.583007 21919 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0620 17:06:01.584945 21919 out.go:177] * Done! kubectl is now configured to use "addons-048281" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
9371c7ca44f60 98f6c3b32d565 3 seconds ago Exited helm-test 0 28dccf8520ff4 helm-test
2cd74a6ef5ae7 dde0cca083bc7 7 seconds ago Running task-pv-container 0 0219656cbb1c1 task-pv-pod
e5f1d13fdbe7f dde0cca083bc7 7 seconds ago Running nginx 0 1fb4d98f3e62d test-job-nginx-0
f6d286cff496b 2cfebb9f82f21 19 seconds ago Running headlamp 0 c3d4b0d5ffb18 headlamp-7fc69f7444-7zxmp
a58f9e0f35f2e db2fc13d44d50 30 seconds ago Running gcp-auth 0 c010b66ca0a00 gcp-auth-5db96cd9b4-54v7k
a5d1a193543a5 684c5ea3b61b2 57 seconds ago Exited patch 0 dade70dc178ff gcp-auth-certs-patch-ddv7j
824e0679aa10c 684c5ea3b61b2 57 seconds ago Exited create 0 9bc5cf05bceb5 gcp-auth-certs-create-pwvrl
5b62fc06fa80b 9c77da827b938 About a minute ago Exited gadget 4 80c64065946af gadget-46nhd
a8347eb9b2f40 738351fd438f0 About a minute ago Running csi-snapshotter 0 f36a03362c283 csi-hostpathplugin-r5dgn
03e55842fe2bd 931dbfd16f87c About a minute ago Running csi-provisioner 0 f36a03362c283 csi-hostpathplugin-r5dgn
ad58a9d0047fe e899260153aed About a minute ago Running liveness-probe 0 f36a03362c283 csi-hostpathplugin-r5dgn
ef89e002c8daa e255e073c508c About a minute ago Running hostpath 0 f36a03362c283 csi-hostpathplugin-r5dgn
328d3f765a98b 0ff6c6518681d About a minute ago Running cloud-spanner-emulator 0 dc3253e36c669 cloud-spanner-emulator-6fcd4f6f98-4x66l
b5c2ef91b2a23 fd19c461b125e 2 minutes ago Running admission 0 fa4c09a729990 volcano-admission-7b497cf95b-cdwl4
f81cad6c3fc21 31de47c733c91 2 minutes ago Running yakd 0 ebbb0c57d4223 yakd-dashboard-5ddbf7d777-57zfx
f2ce87fa9b53c e16d1e3a10667 2 minutes ago Running local-path-provisioner 0 b3039dbecd95c local-path-provisioner-8d985888d-ml286
ff522076db2a1 88ef14a257f42 2 minutes ago Running node-driver-registrar 0 f36a03362c283 csi-hostpathplugin-r5dgn
8eeeb7f7a72c8 19a639eda60f0 2 minutes ago Running csi-resizer 0 d85dafa189b4f csi-hostpath-resizer-0
13d79a9465efc ee54966f3891d 2 minutes ago Running controller 0 1801e2038816f ingress-nginx-controller-768f948f8f-7fg7f
1bb939fb581e6 641c85390e179 2 minutes ago Running volcano-controller 0 d3c9039193668 volcano-controller-86c5446455-rlfpp
e05746c8ee1f0 684c5ea3b61b2 2 minutes ago Exited patch 2 175ecefd63eea ingress-nginx-admission-patch-r4kzf
f4bf8272297f3 aa61ee9c70bc4 2 minutes ago Running volume-snapshot-controller 0 040dc1880d004 snapshot-controller-745499f584-d79cd
aec06ca690103 59cbb42146a37 2 minutes ago Running csi-attacher 0 39d60afba0925 csi-hostpath-attacher-0
26f0b5cb09ec7 ae3a194a79dc4 2 minutes ago Running volcano-scheduler 0 f8a4c6faa9219 volcano-scheduler-765f888978-h4md2
02fe9b68e1100 a1ed5895ba635 2 minutes ago Running csi-external-health-monitor-controller 0 f36a03362c283 csi-hostpathplugin-r5dgn
7aa46347dad7f aa61ee9c70bc4 2 minutes ago Running volume-snapshot-controller 0 7d672eb077411 snapshot-controller-745499f584-28vh4
de480001eab74 cbb01a7bd410d 2 minutes ago Running coredns 0 030fe2f165d24 coredns-7db6d8ff4d-st689
319eb1b946149 fd19c461b125e 2 minutes ago Exited main 0 6a4fb6b4e2ac0 volcano-admission-init-qwmst
ec965ad27b3af 684c5ea3b61b2 2 minutes ago Exited create 0 0de56994ff9ce ingress-nginx-admission-create-9xrgp
6321905979a3a 1499ed4fbd0aa 2 minutes ago Running minikube-ingress-dns 0 3111f8c9900d1 kube-ingress-dns-minikube
f1ec770ef69dd 6e38f40d628db 3 minutes ago Running storage-provisioner 0 44a2913aa059f storage-provisioner
ebadcd30da0b8 ac1c61439df46 3 minutes ago Running kindnet-cni 0 159a95813711a kindnet-f8sjs
2c9356d02ddda 53c535741fb44 3 minutes ago Running kube-proxy 0 db3f25ea5a1f9 kube-proxy-plltj
ea565b9f1abff 56ce0fd9fb532 3 minutes ago Running kube-apiserver 0 21b4de8461791 kube-apiserver-addons-048281
0965cc2dd22c8 e874818b3caac 3 minutes ago Running kube-controller-manager 0 b20f43851caa1 kube-controller-manager-addons-048281
bf809c4a7da9d 7820c83aa1394 3 minutes ago Running kube-scheduler 0 2256a6ed74232 kube-scheduler-addons-048281
a6c49ce55b312 3861cfcd7c04c 3 minutes ago Running etcd 0 ac3e838effc32 etcd-addons-048281
==> containerd <==
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.112060645Z" level=info msg="Stop container \"7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102\" with signal terminated"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.140792368Z" level=info msg="shim disconnected" id=7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.140863633Z" level=warning msg="cleaning up after shim disconnected" id=7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102 namespace=k8s.io
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.140877862Z" level=info msg="cleaning up dead shim"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.150387623Z" level=warning msg="cleanup warnings time=\"2024-06-20T17:06:30Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10415 runtime=io.containerd.runc.v2\n"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.153249661Z" level=info msg="StopContainer for \"7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102\" returns successfully"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.153861084Z" level=info msg="StopPodSandbox for \"37ff693898507b9f7d719a4ff4a588484673f3b82dac972133c0849eeffe4f90\""
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.153935115Z" level=info msg="Container to stop \"7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.237473811Z" level=info msg="shim disconnected" id=37ff693898507b9f7d719a4ff4a588484673f3b82dac972133c0849eeffe4f90
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.237705802Z" level=warning msg="cleaning up after shim disconnected" id=37ff693898507b9f7d719a4ff4a588484673f3b82dac972133c0849eeffe4f90 namespace=k8s.io
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.237725705Z" level=info msg="cleaning up dead shim"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.245732532Z" level=warning msg="cleanup warnings time=\"2024-06-20T17:06:30Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10458 runtime=io.containerd.runc.v2\n"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.295735153Z" level=info msg="TearDown network for sandbox \"37ff693898507b9f7d719a4ff4a588484673f3b82dac972133c0849eeffe4f90\" successfully"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.295783002Z" level=info msg="StopPodSandbox for \"37ff693898507b9f7d719a4ff4a588484673f3b82dac972133c0849eeffe4f90\" returns successfully"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.555564779Z" level=info msg="RemoveContainer for \"7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102\""
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.562485265Z" level=info msg="RemoveContainer for \"7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102\" returns successfully"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.562963053Z" level=error msg="ContainerStatus for \"7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"7656511ade0fc97c083ca835f106deedc6acf7998e91aa7c36da1613a9241102\": not found"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.876118536Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:nginx,Uid:85b45fb2-23d9-412c-8086-636f33028803,Namespace:default,Attempt:0,}"
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.907438347Z" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.907537923Z" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.907547688Z" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.907748333Z" level=info msg="starting signal loop" namespace=k8s.io path=/run/containerd/io.containerd.runtime.v2.task/k8s.io/9ecf63b41f09e763ac1dded80f08e34f4e38c2187a8bcdb2a0bab75e46907975 pid=10558 runtime=io.containerd.runc.v2
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.963211758Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:nginx,Uid:85b45fb2-23d9-412c-8086-636f33028803,Namespace:default,Attempt:0,} returns sandbox id \"9ecf63b41f09e763ac1dded80f08e34f4e38c2187a8bcdb2a0bab75e46907975\""
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.965182112Z" level=info msg="PullImage \"docker.io/nginx:alpine\""
Jun 20 17:06:30 addons-048281 containerd[807]: time="2024-06-20T17:06:30.966829865Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
==> coredns [de480001eab74cf9cebd31df0f95be65751a13c0c3e3f733044d226c9dbd88d0] <==
[INFO] 10.244.0.10:46864 - 2283 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000055707s
[INFO] 10.244.0.10:36701 - 37323 "A IN registry.kube-system.svc.cluster.local.europe-west4-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004077215s
[INFO] 10.244.0.10:36701 - 12495 "AAAA IN registry.kube-system.svc.cluster.local.europe-west4-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004594171s
[INFO] 10.244.0.10:56697 - 63859 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.003061618s
[INFO] 10.244.0.10:56697 - 12654 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.003294497s
[INFO] 10.244.0.10:42978 - 48180 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.002889659s
[INFO] 10.244.0.10:42978 - 58679 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.003761282s
[INFO] 10.244.0.10:36536 - 7766 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000059588s
[INFO] 10.244.0.10:36536 - 39251 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000079271s
[INFO] 10.244.0.25:59535 - 14866 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000208292s
[INFO] 10.244.0.25:51278 - 19076 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000324766s
[INFO] 10.244.0.25:33235 - 50670 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000128276s
[INFO] 10.244.0.25:49432 - 49624 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000148476s
[INFO] 10.244.0.25:56508 - 4477 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000108135s
[INFO] 10.244.0.25:33439 - 12233 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000134779s
[INFO] 10.244.0.25:37464 - 12447 "AAAA IN storage.googleapis.com.europe-west4-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.00641374s
[INFO] 10.244.0.25:58941 - 10590 "A IN storage.googleapis.com.europe-west4-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.007357503s
[INFO] 10.244.0.25:43623 - 34753 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006682174s
[INFO] 10.244.0.25:35216 - 31879 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007776859s
[INFO] 10.244.0.25:34864 - 39924 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004111858s
[INFO] 10.244.0.25:35781 - 33397 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004419403s
[INFO] 10.244.0.25:60380 - 48645 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000722082s
[INFO] 10.244.0.25:35876 - 14915 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 496 0.000826085s
[INFO] 10.244.0.27:46678 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000191931s
[INFO] 10.244.0.27:55076 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000111975s
==> describe nodes <==
Name: addons-048281
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-048281
kubernetes.io/os=linux
minikube.k8s.io/commit=a5bfa5828b76fe92a3c5f89a54d8c76f6b5f3f8b
minikube.k8s.io/name=addons-048281
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_06_20T17_03_06_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-048281
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-048281"}
kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 20 Jun 2024 17:03:03 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-048281
AcquireTime: <unset>
RenewTime: Thu, 20 Jun 2024 17:06:29 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 20 Jun 2024 17:06:09 +0000 Thu, 20 Jun 2024 17:03:02 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 20 Jun 2024 17:06:09 +0000 Thu, 20 Jun 2024 17:03:02 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 20 Jun 2024 17:06:09 +0000 Thu, 20 Jun 2024 17:03:02 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 20 Jun 2024 17:06:09 +0000 Thu, 20 Jun 2024 17:03:05 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-048281
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859328Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859328Ki
pods: 110
System Info:
Machine ID: ec36bf8035764e119a56c2a942ca4633
System UUID: 5f2809c7-9d44-44c2-b668-447481f6cdc6
Boot ID: 274cf4f6-dba2-494a-af84-0de809405327
Kernel Version: 5.15.0-1062-gcp
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: containerd://1.6.33
Kubelet Version: v1.30.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (27 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default cloud-spanner-emulator-6fcd4f6f98-4x66l 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m11s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 1s
default task-pv-pod 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 12s
gadget gadget-46nhd 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m6s
gcp-auth gcp-auth-5db96cd9b4-54v7k 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 98s
headlamp headlamp-7fc69f7444-7zxmp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 29s
ingress-nginx ingress-nginx-controller-768f948f8f-7fg7f 100m (1%!)(MISSING) 0 (0%!)(MISSING) 90Mi (0%!)(MISSING) 0 (0%!)(MISSING) 3m4s
kube-system coredns-7db6d8ff4d-st689 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 3m12s
kube-system csi-hostpath-attacher-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m3s
kube-system csi-hostpath-resizer-0 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m2s
kube-system csi-hostpathplugin-r5dgn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m2s
kube-system etcd-addons-048281 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 3m26s
kube-system kindnet-f8sjs 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 3m13s
kube-system kube-apiserver-addons-048281 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m26s
kube-system kube-controller-manager-addons-048281 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m26s
kube-system kube-ingress-dns-minikube 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m10s
kube-system kube-proxy-plltj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m13s
kube-system kube-scheduler-addons-048281 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m26s
kube-system snapshot-controller-745499f584-28vh4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m4s
kube-system snapshot-controller-745499f584-d79cd 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m4s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m9s
local-path-storage local-path-provisioner-8d985888d-ml286 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m8s
my-volcano test-job-nginx-0 1 (12%!)(MISSING) 1 (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 14s
volcano-system volcano-admission-7b497cf95b-cdwl4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m5s
volcano-system volcano-controller-86c5446455-rlfpp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m4s
volcano-system volcano-scheduler-765f888978-h4md2 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m4s
yakd-dashboard yakd-dashboard-5ddbf7d777-57zfx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (0%!)(MISSING) 256Mi (0%!)(MISSING) 3m7s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 1950m (24%!)(MISSING) 1100m (13%!)(MISSING)
memory 438Mi (1%!)(MISSING) 476Mi (1%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 3m9s kube-proxy
Normal Starting 3m26s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m26s kubelet Node addons-048281 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m26s kubelet Node addons-048281 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m26s kubelet Node addons-048281 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m26s kubelet Node addons-048281 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m26s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m26s kubelet Node addons-048281 status is now: NodeReady
Normal RegisteredNode 3m13s node-controller Node addons-048281 event: Registered Node addons-048281 in Controller
==> dmesg <==
[ +0.003894] #4
[ +0.000900] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ +0.002985] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ +0.003997] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ +0.002626] #5
[ +0.001506] #6
[ +0.003938] #7
[ +0.062322] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ +0.417397] i8042: Warning: Keylock active
[ +0.007942] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.003535] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ +0.000872] platform eisa.0: Cannot allocate resource for EISA slot 1
[ +0.000783] platform eisa.0: Cannot allocate resource for EISA slot 2
[ +0.000795] platform eisa.0: Cannot allocate resource for EISA slot 3
[ +0.000743] platform eisa.0: Cannot allocate resource for EISA slot 4
[ +0.001299] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.001653] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.001117] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.001398] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +0.622664] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.006105] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.012975] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002592] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.015309] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +6.595116] kauditd_printk_skb: 46 callbacks suppressed
==> etcd [a6c49ce55b312030f17760760dca95636d0e55e2a996b528b30b406d392ad3cc] <==
{"level":"info","ts":"2024-06-20T17:03:01.349354Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2024-06-20T17:03:01.349518Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-06-20T17:03:01.349552Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-06-20T17:03:01.349556Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-20T17:03:01.349592Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-06-20T17:03:01.740175Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-06-20T17:03:01.740225Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-06-20T17:03:01.740251Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-06-20T17:03:01.740274Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-06-20T17:03:01.740282Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-20T17:03:01.740295Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-06-20T17:03:01.740305Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-06-20T17:03:01.741141Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-20T17:03:01.7416Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-20T17:03:01.741599Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-048281 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-06-20T17:03:01.74163Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-06-20T17:03:01.741804Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-06-20T17:03:01.741848Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-06-20T17:03:01.742005Z","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-06-20T17:03:01.742091Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-20T17:03:01.742117Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-06-20T17:03:01.743626Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-06-20T17:03:01.743668Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"warn","ts":"2024-06-20T17:06:14.788463Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"163.795162ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/volcano-system/\" range_end:\"/registry/pods/volcano-system0\" ","response":"range_response_count:4 size:14641"}
{"level":"info","ts":"2024-06-20T17:06:14.788577Z","caller":"traceutil/trace.go:171","msg":"trace[931613665] range","detail":"{range_begin:/registry/pods/volcano-system/; range_end:/registry/pods/volcano-system0; response_count:4; response_revision:1650; }","duration":"163.939157ms","start":"2024-06-20T17:06:14.62462Z","end":"2024-06-20T17:06:14.788559Z","steps":["trace[931613665] 'range keys from in-memory index tree' (duration: 163.651134ms)"],"step_count":1}
==> gcp-auth [a58f9e0f35f2e18c184072347a33c2a62cd2170f4bc84c8284211b22c5d8bb99] <==
2024/06/20 17:06:00 GCP Auth Webhook started!
2024/06/20 17:06:02 Ready to marshal response ...
2024/06/20 17:06:02 Ready to write response ...
2024/06/20 17:06:02 Ready to marshal response ...
2024/06/20 17:06:02 Ready to write response ...
2024/06/20 17:06:02 Ready to marshal response ...
2024/06/20 17:06:02 Ready to write response ...
2024/06/20 17:06:11 Ready to marshal response ...
2024/06/20 17:06:11 Ready to write response ...
2024/06/20 17:06:16 Ready to marshal response ...
2024/06/20 17:06:16 Ready to write response ...
2024/06/20 17:06:17 Ready to marshal response ...
2024/06/20 17:06:17 Ready to write response ...
2024/06/20 17:06:19 Ready to marshal response ...
2024/06/20 17:06:19 Ready to write response ...
2024/06/20 17:06:23 Ready to marshal response ...
2024/06/20 17:06:23 Ready to write response ...
2024/06/20 17:06:30 Ready to marshal response ...
2024/06/20 17:06:30 Ready to write response ...
==> kernel <==
17:06:32 up 48 min, 0 users, load average: 0.68, 0.47, 0.21
Linux addons-048281 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [ebadcd30da0b8ba3127d4d9470d6381ee7f196941b797ed1f5faef4791bf99e3] <==
I0620 17:04:32.000063 1 main.go:227] handling current node
I0620 17:04:42.003826 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:04:42.003850 1 main.go:227] handling current node
I0620 17:04:52.006784 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:04:52.006807 1 main.go:227] handling current node
I0620 17:05:02.009900 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:05:02.009927 1 main.go:227] handling current node
I0620 17:05:12.021715 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:05:12.021738 1 main.go:227] handling current node
I0620 17:05:22.024939 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:05:22.024962 1 main.go:227] handling current node
I0620 17:05:32.033431 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:05:32.033452 1 main.go:227] handling current node
I0620 17:05:42.037452 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:05:42.037478 1 main.go:227] handling current node
I0620 17:05:52.040178 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:05:52.040200 1 main.go:227] handling current node
I0620 17:06:02.043979 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:06:02.044005 1 main.go:227] handling current node
I0620 17:06:12.053737 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:06:12.053760 1 main.go:227] handling current node
I0620 17:06:22.057351 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:06:22.057378 1 main.go:227] handling current node
I0620 17:06:32.118303 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0620 17:06:32.118616 1 main.go:227] handling current node
==> kube-apiserver [ea565b9f1abffdc7cafb3606943006fc6759c1838be832baba4bd3ad2383351f] <==
E0620 17:04:53.081425 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.97.170.125:443: connect: connection refused
W0620 17:05:33.073464 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.97.170.125:443: connect: connection refused
E0620 17:05:33.073501 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.97.170.125:443: connect: connection refused
W0620 17:05:33.147159 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.97.170.125:443: connect: connection refused
E0620 17:05:33.147197 1 dispatcher.go:214] failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.97.170.125:443: connect: connection refused
I0620 17:06:02.270159 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.107.206.254"}
E0620 17:06:14.553485 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:47260: use of closed network connection
I0620 17:06:16.833401 1 controller.go:615] quota admission added evaluator for: jobs.batch.volcano.sh
I0620 17:06:16.847090 1 controller.go:615] quota admission added evaluator for: podgroups.scheduling.volcano.sh
I0620 17:06:25.185128 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0620 17:06:27.741515 1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.30:36520: read: connection reset by peer
I0620 17:06:30.430321 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0620 17:06:30.617877 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.104.104.122"}
I0620 17:06:31.471318 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0620 17:06:32.233922 1 trace.go:236] Trace[1645455048]: "Delete" accept:application/json,audit-id:74f575ac-6aa0-41b5-b5c7-cf4572bfaaeb,client:::1,api-group:apiextensions.k8s.io,api-version:v1,name:jobs.batch.volcano.sh,subresource:,namespace:,protocol:HTTP/2.0,resource:customresourcedefinitions,scope:resource,url:/apis/apiextensions.k8s.io/v1/customresourcedefinitions/jobs.batch.volcano.sh,user-agent:kubectl/v1.30.2 (linux/amd64) kubernetes/3968350,verb:DELETE (20-Jun-2024 17:06:31.721) (total time: 512ms):
Trace[1645455048]: ---"Writing http response done" 13ms (17:06:32.233)
Trace[1645455048]: [512.880186ms] [512.880186ms] END
I0620 17:06:32.236737 1 handler.go:286] Adding GroupVersion batch.volcano.sh v1alpha1 to ResourceManager
I0620 17:06:32.324070 1 handler.go:286] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
I0620 17:06:32.813111 1 trace.go:236] Trace[691510415]: "Update" accept:application/vnd.kubernetes.protobuf, */*,audit-id:89ca19fb-f867-406b-944a-52d4afa8b630,client:::1,api-group:apiextensions.k8s.io,api-version:v1,name:jobs.batch.volcano.sh,subresource:status,namespace:,protocol:HTTP/2.0,resource:customresourcedefinitions,scope:resource,url:/apis/apiextensions.k8s.io/v1/customresourcedefinitions/jobs.batch.volcano.sh/status,user-agent:kube-apiserver/v1.30.2 (linux/amd64) kubernetes/3968350,verb:PUT (20-Jun-2024 17:06:32.246) (total time: 566ms):
Trace[691510415]: ---"limitedReadBody succeeded" len:505488 66ms (17:06:32.312)
Trace[691510415]: ---"Writing http response done" 178ms (17:06:32.813)
Trace[691510415]: [566.928251ms] [566.928251ms] END
I0620 17:06:32.831970 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0620 17:06:32.832030 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
==> kube-controller-manager [0965cc2dd22c80a3527f3c5d73da0ee19c4aa8a98de557d25bc5e2b75575e8ce] <==
I0620 17:05:36.471110 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0620 17:05:36.493745 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0620 17:05:36.498688 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0620 17:05:36.502806 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0620 17:06:01.462705 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-5db96cd9b4" duration="6.092343ms"
I0620 17:06:01.463080 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="gcp-auth/gcp-auth-5db96cd9b4" duration="52.664µs"
I0620 17:06:02.315895 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7fc69f7444" duration="33.469606ms"
I0620 17:06:02.319519 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7fc69f7444" duration="3.516937ms"
I0620 17:06:02.319611 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7fc69f7444" duration="34.542µs"
I0620 17:06:02.329117 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7fc69f7444" duration="51.686µs"
I0620 17:06:06.013231 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0620 17:06:06.014633 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0620 17:06:06.036411 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-patch"
I0620 17:06:06.036797 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="gcp-auth/gcp-auth-certs-create"
I0620 17:06:12.489716 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7fc69f7444" duration="50.189µs"
I0620 17:06:12.503119 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7fc69f7444" duration="5.636503ms"
I0620 17:06:12.503213 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7fc69f7444" duration="60.724µs"
I0620 17:06:16.687780 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="volcano-system/volcano-admission-init"
I0620 17:06:17.195765 1 replica_set.go:676] "Finished syncing" logger="replicationcontroller-controller" kind="ReplicationController" key="kube-system/registry" duration="13.562µs"
I0620 17:06:24.813771 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-c59844bb4" duration="11.175µs"
I0620 17:06:30.073176 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/tiller-deploy-6677d64bcd" duration="10.495µs"
I0620 17:06:31.518579 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="volcano-system/volcano-admission-7b497cf95b" duration="4.935µs"
I0620 17:06:32.432663 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="volcano-system/volcano-controller-86c5446455" duration="14.276µs"
I0620 17:06:32.616503 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="volcano-system/volcano-scheduler-765f888978" duration="8.585µs"
E0620 17:06:32.932227 1 garbagecollector.go:399] error syncing item &garbagecollector.node{identity:garbagecollector.objectReference{OwnerReference:v1.OwnerReference{APIVersion:"scheduling.volcano.sh/v1beta1", Kind:"PodGroup", Name:"test-job-6a220677-f201-4a1a-b65f-0a3a437251d5", UID:"227132d2-d565-47ec-9632-43a8aaaaedf1", Controller:(*bool)(nil), BlockOwnerDeletion:(*bool)(nil)}, Namespace:"my-volcano"}, dependentsLock:sync.RWMutex{w:sync.Mutex{state:0, sema:0x0}, writerSem:0x0, readerSem:0x0, readerCount:atomic.Int32{_:atomic.noCopy{}, v:1}, readerWait:atomic.Int32{_:atomic.noCopy{}, v:0}}, dependents:map[*garbagecollector.node]struct {}{}, deletingDependents:false, deletingDependentsLock:sync.RWMutex{w:sync.Mutex{state:0, sema:0x0}, writerSem:0x0, readerSem:0x0, readerCount:atomic.Int32{_:atomic.noCopy{}, v:0}, readerWait:atomic.Int32{_:atomic.noCopy{}, v:0}}, beingDeleted:false, beingDeletedLock:sync.RWMutex{w:sync.Mutex{state:0, sema:0x0}, writerSem:0x0, readerSem:0x0, readerCount:atomic.I
nt32{_:atomic.noCopy{}, v:0}, readerWait:atomic.Int32{_:atomic.noCopy{}, v:0}}, virtual:false, virtualLock:sync.RWMutex{w:sync.Mutex{state:0, sema:0x0}, writerSem:0x0, readerSem:0x0, readerCount:atomic.Int32{_:atomic.noCopy{}, v:0}, readerWait:atomic.Int32{_:atomic.noCopy{}, v:0}}, owners:[]v1.OwnerReference{v1.OwnerReference{APIVersion:"batch.volcano.sh/v1alpha1", Kind:"Job", Name:"test-job", UID:"6a220677-f201-4a1a-b65f-0a3a437251d5", Controller:(*bool)(0xc002ac1700), BlockOwnerDeletion:(*bool)(0xc002ac1701)}}}: podgroups.scheduling.volcano.sh "test-job-6a220677-f201-4a1a-b65f-0a3a437251d5" not found
==> kube-proxy [2c9356d02dddae15cbaed238777f9e8e720833a7af33c45e401625f2b7fc337a] <==
I0620 17:03:21.735360 1 server_linux.go:69] "Using iptables proxy"
I0620 17:03:21.826402 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0620 17:03:22.116410 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0620 17:03:22.116469 1 server_linux.go:165] "Using iptables Proxier"
I0620 17:03:22.120732 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0620 17:03:22.120756 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0620 17:03:22.120784 1 proxier.go:243] "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"
I0620 17:03:22.120991 1 server.go:872] "Version info" version="v1.30.2"
I0620 17:03:22.121024 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0620 17:03:22.124318 1 config.go:319] "Starting node config controller"
I0620 17:03:22.124331 1 shared_informer.go:313] Waiting for caches to sync for node config
I0620 17:03:22.124385 1 config.go:192] "Starting service config controller"
I0620 17:03:22.124390 1 shared_informer.go:313] Waiting for caches to sync for service config
I0620 17:03:22.124878 1 config.go:101] "Starting endpoint slice config controller"
I0620 17:03:22.124902 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0620 17:03:22.230293 1 shared_informer.go:320] Caches are synced for service config
I0620 17:03:22.230346 1 shared_informer.go:320] Caches are synced for node config
I0620 17:03:22.230376 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [bf809c4a7da9dbbc3ca4230bf3783966443703100d369b5595de8febeb5b2791] <==
E0620 17:03:03.416925 1 reflector.go:150] 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
E0620 17:03:03.416923 1 reflector.go:150] 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
W0620 17:03:03.416872 1 reflector.go:547] 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
E0620 17:03:03.416943 1 reflector.go:150] 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
W0620 17:03:03.416998 1 reflector.go:547] 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
W0620 17:03:03.417009 1 reflector.go:547] 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
E0620 17:03:03.417016 1 reflector.go:150] 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
E0620 17:03:03.417027 1 reflector.go:150] 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
W0620 17:03:04.228072 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0620 17:03:04.228105 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0620 17:03:04.258046 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0620 17:03:04.258083 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0620 17:03:04.388478 1 reflector.go:547] 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
E0620 17:03:04.388520 1 reflector.go:150] 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
W0620 17:03:04.404378 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0620 17:03:04.404412 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0620 17:03:04.448897 1 reflector.go:547] 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
E0620 17:03:04.448931 1 reflector.go:150] 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
W0620 17:03:04.464986 1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0620 17:03:04.465021 1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0620 17:03:04.482931 1 reflector.go:547] 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
E0620 17:03:04.482966 1 reflector.go:150] 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
W0620 17:03:04.489793 1 reflector.go:547] 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
E0620 17:03:04.489828 1 reflector.go:150] 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
I0620 17:03:06.915099 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.423877 1642 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-hq8mb\" (UniqueName: \"kubernetes.io/projected/292b0c3b-c01f-43cc-a54b-553a95ddfb6a-kube-api-access-hq8mb\") pod \"292b0c3b-c01f-43cc-a54b-553a95ddfb6a\" (UID: \"292b0c3b-c01f-43cc-a54b-553a95ddfb6a\") "
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.424791 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/292b0c3b-c01f-43cc-a54b-553a95ddfb6a-admission-config" (OuterVolumeSpecName: "admission-config") pod "292b0c3b-c01f-43cc-a54b-553a95ddfb6a" (UID: "292b0c3b-c01f-43cc-a54b-553a95ddfb6a"). InnerVolumeSpecName "admission-config". PluginName "kubernetes.io/configmap", VolumeGidValue ""
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.426048 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/292b0c3b-c01f-43cc-a54b-553a95ddfb6a-admission-certs" (OuterVolumeSpecName: "admission-certs") pod "292b0c3b-c01f-43cc-a54b-553a95ddfb6a" (UID: "292b0c3b-c01f-43cc-a54b-553a95ddfb6a"). InnerVolumeSpecName "admission-certs". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.426531 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/292b0c3b-c01f-43cc-a54b-553a95ddfb6a-kube-api-access-hq8mb" (OuterVolumeSpecName: "kube-api-access-hq8mb") pod "292b0c3b-c01f-43cc-a54b-553a95ddfb6a" (UID: "292b0c3b-c01f-43cc-a54b-553a95ddfb6a"). InnerVolumeSpecName "kube-api-access-hq8mb". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.525400 1642 reconciler_common.go:289] "Volume detached for volume \"admission-certs\" (UniqueName: \"kubernetes.io/secret/292b0c3b-c01f-43cc-a54b-553a95ddfb6a-admission-certs\") on node \"addons-048281\" DevicePath \"\""
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.525446 1642 reconciler_common.go:289] "Volume detached for volume \"admission-config\" (UniqueName: \"kubernetes.io/configmap/292b0c3b-c01f-43cc-a54b-553a95ddfb6a-admission-config\") on node \"addons-048281\" DevicePath \"\""
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.525461 1642 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-hq8mb\" (UniqueName: \"kubernetes.io/projected/292b0c3b-c01f-43cc-a54b-553a95ddfb6a-kube-api-access-hq8mb\") on node \"addons-048281\" DevicePath \"\""
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.622353 1642 scope.go:117] "RemoveContainer" containerID="b5c2ef91b2a232a79eab482c1a11eefbcdd038bba6d44796c38dc19d5419f147"
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.714075 1642 scope.go:117] "RemoveContainer" containerID="b5c2ef91b2a232a79eab482c1a11eefbcdd038bba6d44796c38dc19d5419f147"
Jun 20 17:06:32 addons-048281 kubelet[1642]: E0620 17:06:32.717776 1642 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"b5c2ef91b2a232a79eab482c1a11eefbcdd038bba6d44796c38dc19d5419f147\": not found" containerID="b5c2ef91b2a232a79eab482c1a11eefbcdd038bba6d44796c38dc19d5419f147"
Jun 20 17:06:32 addons-048281 kubelet[1642]: I0620 17:06:32.717820 1642 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"b5c2ef91b2a232a79eab482c1a11eefbcdd038bba6d44796c38dc19d5419f147"} err="failed to get container status \"b5c2ef91b2a232a79eab482c1a11eefbcdd038bba6d44796c38dc19d5419f147\": rpc error: code = NotFound desc = an error occurred when try to find container \"b5c2ef91b2a232a79eab482c1a11eefbcdd038bba6d44796c38dc19d5419f147\": not found"
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.230706 1642 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-hgglc\" (UniqueName: \"kubernetes.io/projected/476f816d-16e7-4200-904c-6e793e803d6a-kube-api-access-hgglc\") pod \"476f816d-16e7-4200-904c-6e793e803d6a\" (UID: \"476f816d-16e7-4200-904c-6e793e803d6a\") "
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.233148 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/476f816d-16e7-4200-904c-6e793e803d6a-kube-api-access-hgglc" (OuterVolumeSpecName: "kube-api-access-hgglc") pod "476f816d-16e7-4200-904c-6e793e803d6a" (UID: "476f816d-16e7-4200-904c-6e793e803d6a"). InnerVolumeSpecName "kube-api-access-hgglc". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.413439 1642 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-hgglc\" (UniqueName: \"kubernetes.io/projected/476f816d-16e7-4200-904c-6e793e803d6a-kube-api-access-hgglc\") on node \"addons-048281\" DevicePath \"\""
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.513456 1642 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="292b0c3b-c01f-43cc-a54b-553a95ddfb6a" path="/var/lib/kubelet/pods/292b0c3b-c01f-43cc-a54b-553a95ddfb6a/volumes"
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.513648 1642 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/2d79c732-dc43-443c-b905-bf92cf3e1fd1-gcp-creds\") pod \"2d79c732-dc43-443c-b905-bf92cf3e1fd1\" (UID: \"2d79c732-dc43-443c-b905-bf92cf3e1fd1\") "
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.513702 1642 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-pnx2t\" (UniqueName: \"kubernetes.io/projected/a033a728-2f44-4896-bae2-852986f6cbb3-kube-api-access-pnx2t\") pod \"a033a728-2f44-4896-bae2-852986f6cbb3\" (UID: \"a033a728-2f44-4896-bae2-852986f6cbb3\") "
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.513731 1642 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-cbrd4\" (UniqueName: \"kubernetes.io/projected/2d79c732-dc43-443c-b905-bf92cf3e1fd1-kube-api-access-cbrd4\") pod \"2d79c732-dc43-443c-b905-bf92cf3e1fd1\" (UID: \"2d79c732-dc43-443c-b905-bf92cf3e1fd1\") "
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.513759 1642 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"scheduler-config\" (UniqueName: \"kubernetes.io/configmap/a033a728-2f44-4896-bae2-852986f6cbb3-scheduler-config\") pod \"a033a728-2f44-4896-bae2-852986f6cbb3\" (UID: \"a033a728-2f44-4896-bae2-852986f6cbb3\") "
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.513888 1642 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"task-pv-storage\" (UniqueName: \"kubernetes.io/csi/hostpath.csi.k8s.io^692812af-2f27-11ef-a4d5-5ad8e5cc14f1\") pod \"2d79c732-dc43-443c-b905-bf92cf3e1fd1\" (UID: \"2d79c732-dc43-443c-b905-bf92cf3e1fd1\") "
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.513910 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/2d79c732-dc43-443c-b905-bf92cf3e1fd1-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "2d79c732-dc43-443c-b905-bf92cf3e1fd1" (UID: "2d79c732-dc43-443c-b905-bf92cf3e1fd1"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.514265 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/a033a728-2f44-4896-bae2-852986f6cbb3-scheduler-config" (OuterVolumeSpecName: "scheduler-config") pod "a033a728-2f44-4896-bae2-852986f6cbb3" (UID: "a033a728-2f44-4896-bae2-852986f6cbb3"). InnerVolumeSpecName "scheduler-config". PluginName "kubernetes.io/configmap", VolumeGidValue ""
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.516332 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/2d79c732-dc43-443c-b905-bf92cf3e1fd1-kube-api-access-cbrd4" (OuterVolumeSpecName: "kube-api-access-cbrd4") pod "2d79c732-dc43-443c-b905-bf92cf3e1fd1" (UID: "2d79c732-dc43-443c-b905-bf92cf3e1fd1"). InnerVolumeSpecName "kube-api-access-cbrd4". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.516359 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a033a728-2f44-4896-bae2-852986f6cbb3-kube-api-access-pnx2t" (OuterVolumeSpecName: "kube-api-access-pnx2t") pod "a033a728-2f44-4896-bae2-852986f6cbb3" (UID: "a033a728-2f44-4896-bae2-852986f6cbb3"). InnerVolumeSpecName "kube-api-access-pnx2t". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 20 17:06:33 addons-048281 kubelet[1642]: I0620 17:06:33.517803 1642 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/csi/hostpath.csi.k8s.io^692812af-2f27-11ef-a4d5-5ad8e5cc14f1" (OuterVolumeSpecName: "task-pv-storage") pod "2d79c732-dc43-443c-b905-bf92cf3e1fd1" (UID: "2d79c732-dc43-443c-b905-bf92cf3e1fd1"). InnerVolumeSpecName "pvc-8af40148-f324-4a4c-892f-b4e95e830577". PluginName "kubernetes.io/csi", VolumeGidValue ""
==> storage-provisioner [f1ec770ef69dd2640839f6484a7f5f60f7871cbeb1668556ab7232d0a0fc366e] <==
I0620 17:03:25.025779 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0620 17:03:25.112393 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0620 17:03:25.112451 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0620 17:03:25.120304 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0620 17:03:25.120489 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-048281_151bd446-81f8-414d-9cd3-b822c71fd200!
I0620 17:03:25.120561 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"ed41286e-b486-4f43-9e10-f0041d83083a", APIVersion:"v1", ResourceVersion:"606", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-048281_151bd446-81f8-414d-9cd3-b822c71fd200 became leader
I0620 17:03:25.220744 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-048281_151bd446-81f8-414d-9cd3-b822c71fd200!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-048281 -n addons-048281
helpers_test.go:261: (dbg) Run: kubectl --context addons-048281 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: nginx ingress-nginx-admission-create-9xrgp ingress-nginx-admission-patch-r4kzf
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/InspektorGadget]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-048281 describe pod nginx ingress-nginx-admission-create-9xrgp ingress-nginx-admission-patch-r4kzf
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-048281 describe pod nginx ingress-nginx-admission-create-9xrgp ingress-nginx-admission-patch-r4kzf: exit status 1 (95.911552ms)
-- stdout --
Name: nginx
Namespace: default
Priority: 0
Service Account: default
Node: addons-048281/192.168.49.2
Start Time: Thu, 20 Jun 2024 17:06:30 +0000
Labels: run=nginx
Annotations: <none>
Status: Pending
IP:
IPs: <none>
Containers:
nginx:
Container ID:
Image: docker.io/nginx:alpine
Image ID:
Port: 80/TCP
Host Port: 0/TCP
State: Waiting
Reason: ContainerCreating
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-4tzb4 (ro)
Conditions:
Type Status
PodReadyToStartContainers False
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-4tzb4:
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 4s default-scheduler Successfully assigned default/nginx to addons-048281
Normal Pulling 4s kubelet Pulling image "docker.io/nginx:alpine"
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-9xrgp" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-r4kzf" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-048281 describe pod nginx ingress-nginx-admission-create-9xrgp ingress-nginx-admission-patch-r4kzf: exit status 1
--- FAIL: TestAddons/parallel/InspektorGadget (9.36s)