=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-109866 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-109866 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-109866 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [19732525-3c06-4ff6-b1c0-047b7f086a71] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [19732525-3c06-4ff6-b1c0-047b7f086a71] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.003722142s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-109866 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run: kubectl --context addons-109866 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-109866 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.063510726s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-109866 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-109866 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-109866 addons disable ingress --alsologtostderr -v=1: (7.783234672s)
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-109866
helpers_test.go:235: (dbg) docker inspect addons-109866:
-- stdout --
[
{
"Id": "53572c512cfbf12e4092877c5d5db153607aff91742e744e1f978803e552f09d",
"Created": "2024-03-11T12:47:54.055346443Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 747758,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-11T12:47:54.367201973Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:4a9b65157dd7fb2ddb7cb7afe975b3dc288e9877c60d13613a69dd41a70e2e4e",
"ResolvConfPath": "/var/lib/docker/containers/53572c512cfbf12e4092877c5d5db153607aff91742e744e1f978803e552f09d/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/53572c512cfbf12e4092877c5d5db153607aff91742e744e1f978803e552f09d/hostname",
"HostsPath": "/var/lib/docker/containers/53572c512cfbf12e4092877c5d5db153607aff91742e744e1f978803e552f09d/hosts",
"LogPath": "/var/lib/docker/containers/53572c512cfbf12e4092877c5d5db153607aff91742e744e1f978803e552f09d/53572c512cfbf12e4092877c5d5db153607aff91742e744e1f978803e552f09d-json.log",
"Name": "/addons-109866",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-109866:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-109866",
"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/142c08e208268212c96ed1c5ca80c49e40d70b844e297dd4d382cf0169a2b2ba-init/diff:/var/lib/docker/overlay2/361ff7146c1f8f9f5c07c69a78aa76c291e59293e7654dd235648b6a877bb54d/diff",
"MergedDir": "/var/lib/docker/overlay2/142c08e208268212c96ed1c5ca80c49e40d70b844e297dd4d382cf0169a2b2ba/merged",
"UpperDir": "/var/lib/docker/overlay2/142c08e208268212c96ed1c5ca80c49e40d70b844e297dd4d382cf0169a2b2ba/diff",
"WorkDir": "/var/lib/docker/overlay2/142c08e208268212c96ed1c5ca80c49e40d70b844e297dd4d382cf0169a2b2ba/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-109866",
"Source": "/var/lib/docker/volumes/addons-109866/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-109866",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-109866",
"name.minikube.sigs.k8s.io": "addons-109866",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "a21c945f9a0ebc9c10525fc36801b5b72743725b6baeedb03335921c78a575e6",
"SandboxKey": "/var/run/docker/netns/a21c945f9a0e",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33743"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33742"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33739"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33741"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33740"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-109866": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"53572c512cfb",
"addons-109866"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "ab1cf46bde62886ba4c93b59c9a4335370cc92462b41b31afd1f8a70abc84310",
"EndpointID": "28960e5aab80580d2b356d6c37c1ff6d4036ccfbd32f9fed0d11de957c5f4157",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-109866",
"53572c512cfb"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-109866 -n addons-109866
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-109866 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-109866 logs -n 25: (1.44396257s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-568522 | download-only-568522 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | 11 Mar 24 12:47 UTC |
| delete | -p download-only-228434 | download-only-228434 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | 11 Mar 24 12:47 UTC |
| delete | -p download-only-628520 | download-only-628520 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | 11 Mar 24 12:47 UTC |
| start | --download-only -p | download-docker-201665 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | |
| | download-docker-201665 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-201665 | download-docker-201665 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | 11 Mar 24 12:47 UTC |
| start | --download-only -p | binary-mirror-995452 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | |
| | binary-mirror-995452 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:34573 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-995452 | binary-mirror-995452 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | 11 Mar 24 12:47 UTC |
| addons | enable dashboard -p | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | |
| | addons-109866 | | | | | |
| addons | disable dashboard -p | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | |
| | addons-109866 | | | | | |
| start | -p addons-109866 --wait=true | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:47 UTC | 11 Mar 24 12:49 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-109866 ip | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:50 UTC | 11 Mar 24 12:50 UTC |
| addons | addons-109866 addons disable | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:50 UTC | 11 Mar 24 12:50 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:50 UTC | 11 Mar 24 12:50 UTC |
| | -p addons-109866 | | | | | |
| ssh | addons-109866 ssh cat | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:50 UTC | 11 Mar 24 12:50 UTC |
| | /opt/local-path-provisioner/pvc-28835a80-bbb1-42b9-a246-925c8b10c615_default_test-pvc/file1 | | | | | |
| addons | addons-109866 addons disable | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:50 UTC | 11 Mar 24 12:51 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-109866 addons | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:50 UTC | 11 Mar 24 12:50 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-109866 addons | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:50 UTC | |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| | addons-109866 | | | | | |
| addons | enable headlamp | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| | -p addons-109866 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| | addons-109866 | | | | | |
| addons | addons-109866 addons | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-109866 ssh curl -s | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-109866 ip | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| addons | addons-109866 addons disable | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-109866 addons disable | addons-109866 | jenkins | v1.32.0 | 11 Mar 24 12:51 UTC | 11 Mar 24 12:51 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/11 12:47:30
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0311 12:47:30.505625 747291 out.go:291] Setting OutFile to fd 1 ...
I0311 12:47:30.505772 747291 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0311 12:47:30.505783 747291 out.go:304] Setting ErrFile to fd 2...
I0311 12:47:30.505789 747291 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0311 12:47:30.506024 747291 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18350-741028/.minikube/bin
I0311 12:47:30.506486 747291 out.go:298] Setting JSON to false
I0311 12:47:30.507360 747291 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":16195,"bootTime":1710145056,"procs":179,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1055-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0311 12:47:30.507434 747291 start.go:139] virtualization:
I0311 12:47:30.511718 747291 out.go:177] * [addons-109866] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0311 12:47:30.514433 747291 out.go:177] - MINIKUBE_LOCATION=18350
I0311 12:47:30.516202 747291 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0311 12:47:30.514447 747291 notify.go:220] Checking for updates...
I0311 12:47:30.518284 747291 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18350-741028/kubeconfig
I0311 12:47:30.520517 747291 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18350-741028/.minikube
I0311 12:47:30.522463 747291 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0311 12:47:30.524331 747291 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0311 12:47:30.526767 747291 driver.go:392] Setting default libvirt URI to qemu:///system
I0311 12:47:30.547159 747291 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
I0311 12:47:30.547281 747291 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0311 12:47:30.619042 747291 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-11 12:47:30.609975253 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0311 12:47:30.619154 747291 docker.go:295] overlay module found
I0311 12:47:30.621840 747291 out.go:177] * Using the docker driver based on user configuration
I0311 12:47:30.623441 747291 start.go:297] selected driver: docker
I0311 12:47:30.623458 747291 start.go:901] validating driver "docker" against <nil>
I0311 12:47:30.623471 747291 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0311 12:47:30.624094 747291 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0311 12:47:30.677742 747291 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-11 12:47:30.668868648 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:25.0.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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0311 12:47:30.677920 747291 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0311 12:47:30.678161 747291 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]
I0311 12:47:30.680581 747291 out.go:177] * Using Docker driver with root privileges
I0311 12:47:30.682818 747291 cni.go:84] Creating CNI manager for ""
I0311 12:47:30.682841 747291 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0311 12:47:30.682853 747291 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0311 12:47:30.682935 747291 start.go:340] cluster config:
{Name:addons-109866 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 Memory:4000 CPUs:2 DiskSize:20000 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.28.4 ClusterName:addons-109866 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.28.4 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}
I0311 12:47:30.685301 747291 out.go:177] * Starting "addons-109866" primary control-plane node in "addons-109866" cluster
I0311 12:47:30.687504 747291 cache.go:121] Beginning downloading kic base image for docker with containerd
I0311 12:47:30.689781 747291 out.go:177] * Pulling base image v0.0.42-1708944392-18244 ...
I0311 12:47:30.691961 747291 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0311 12:47:30.692025 747291 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18350-741028/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4
I0311 12:47:30.692038 747291 cache.go:56] Caching tarball of preloaded images
I0311 12:47:30.692051 747291 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local docker daemon
I0311 12:47:30.692122 747291 preload.go:173] Found /home/jenkins/minikube-integration/18350-741028/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0311 12:47:30.692132 747291 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on containerd
I0311 12:47:30.692500 747291 profile.go:142] Saving config to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/config.json ...
I0311 12:47:30.692566 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/config.json: {Name:mk0a8adc75169f20147b340b95375672a0f5ea0e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:47:30.707150 747291 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 to local cache
I0311 12:47:30.707274 747291 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory
I0311 12:47:30.707304 747291 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory, skipping pull
I0311 12:47:30.707323 747291 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 exists in cache, skipping pull
I0311 12:47:30.707338 747291 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 as a tarball
I0311 12:47:30.707344 747291 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from local cache
I0311 12:47:46.860177 747291 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from cached tarball
I0311 12:47:46.860220 747291 cache.go:194] Successfully downloaded all kic artifacts
I0311 12:47:46.860251 747291 start.go:360] acquireMachinesLock for addons-109866: {Name:mkdf0c11320566f0571b3fb5c40daf88466f431d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0311 12:47:46.861162 747291 start.go:364] duration metric: took 886.928µs to acquireMachinesLock for "addons-109866"
I0311 12:47:46.861208 747291 start.go:93] Provisioning new machine with config: &{Name:addons-109866 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 Memory:4000 CPUs:2 DiskSize:20000 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.28.4 ClusterName:addons-109866 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.28.4 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.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0311 12:47:46.861307 747291 start.go:125] createHost starting for "" (driver="docker")
I0311 12:47:46.863453 747291 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0311 12:47:46.863711 747291 start.go:159] libmachine.API.Create for "addons-109866" (driver="docker")
I0311 12:47:46.863754 747291 client.go:168] LocalClient.Create starting
I0311 12:47:46.863880 747291 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca.pem
I0311 12:47:47.012226 747291 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/cert.pem
I0311 12:47:47.789569 747291 cli_runner.go:164] Run: docker network inspect addons-109866 --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}}]}"
W0311 12:47:47.807956 747291 cli_runner.go:211] docker network inspect addons-109866 --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
I0311 12:47:47.808053 747291 network_create.go:281] running [docker network inspect addons-109866] to gather additional debugging logs...
I0311 12:47:47.808078 747291 cli_runner.go:164] Run: docker network inspect addons-109866
W0311 12:47:47.823516 747291 cli_runner.go:211] docker network inspect addons-109866 returned with exit code 1
I0311 12:47:47.823549 747291 network_create.go:284] error running [docker network inspect addons-109866]: docker network inspect addons-109866: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-109866 not found
I0311 12:47:47.823576 747291 network_create.go:286] output of [docker network inspect addons-109866]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-109866 not found
** /stderr **
I0311 12:47:47.823688 747291 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}}]}"
I0311 12:47:47.839307 747291 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:0x40026949c0}
I0311 12:47:47.839348 747291 network_create.go:124] attempt to create docker network addons-109866 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0311 12:47:47.839412 747291 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-109866 addons-109866
I0311 12:47:47.908199 747291 network_create.go:108] docker network addons-109866 192.168.49.0/24 created
I0311 12:47:47.908233 747291 kic.go:121] calculated static IP "192.168.49.2" for the "addons-109866" container
I0311 12:47:47.908305 747291 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0311 12:47:47.921970 747291 cli_runner.go:164] Run: docker volume create addons-109866 --label name.minikube.sigs.k8s.io=addons-109866 --label created_by.minikube.sigs.k8s.io=true
I0311 12:47:47.938316 747291 oci.go:103] Successfully created a docker volume addons-109866
I0311 12:47:47.938413 747291 cli_runner.go:164] Run: docker run --rm --name addons-109866-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-109866 --entrypoint /usr/bin/test -v addons-109866:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib
I0311 12:47:49.793841 747291 cli_runner.go:217] Completed: docker run --rm --name addons-109866-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-109866 --entrypoint /usr/bin/test -v addons-109866:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib: (1.855384667s)
I0311 12:47:49.793875 747291 oci.go:107] Successfully prepared a docker volume addons-109866
I0311 12:47:49.793909 747291 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0311 12:47:49.793931 747291 kic.go:194] Starting extracting preloaded images to volume ...
I0311 12:47:49.794018 747291 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18350-741028/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-109866:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir
I0311 12:47:53.975614 747291 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18350-741028/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-109866:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir: (4.181547685s)
I0311 12:47:53.975646 747291 kic.go:203] duration metric: took 4.181711172s to extract preloaded images to volume ...
W0311 12:47:53.975796 747291 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0311 12:47:53.975920 747291 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0311 12:47:54.040715 747291 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-109866 --name addons-109866 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-109866 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-109866 --network addons-109866 --ip 192.168.49.2 --volume addons-109866:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08
I0311 12:47:54.376115 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Running}}
I0311 12:47:54.402847 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:47:54.426091 747291 cli_runner.go:164] Run: docker exec addons-109866 stat /var/lib/dpkg/alternatives/iptables
I0311 12:47:54.494091 747291 oci.go:144] the created container "addons-109866" has a running status.
I0311 12:47:54.494118 747291 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa...
I0311 12:47:55.140189 747291 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0311 12:47:55.168592 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:47:55.205259 747291 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0311 12:47:55.205279 747291 kic_runner.go:114] Args: [docker exec --privileged addons-109866 chown docker:docker /home/docker/.ssh/authorized_keys]
I0311 12:47:55.273314 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:47:55.295900 747291 machine.go:94] provisionDockerMachine start ...
I0311 12:47:55.296053 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:55.318748 747291 main.go:141] libmachine: Using SSH client type: native
I0311 12:47:55.319025 747291 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1ca0] 0x3e4500 <nil> [] 0s} 127.0.0.1 33743 <nil> <nil>}
I0311 12:47:55.319041 747291 main.go:141] libmachine: About to run SSH command:
hostname
I0311 12:47:55.456536 747291 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-109866
I0311 12:47:55.456564 747291 ubuntu.go:169] provisioning hostname "addons-109866"
I0311 12:47:55.456628 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:55.477723 747291 main.go:141] libmachine: Using SSH client type: native
I0311 12:47:55.477976 747291 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1ca0] 0x3e4500 <nil> [] 0s} 127.0.0.1 33743 <nil> <nil>}
I0311 12:47:55.477992 747291 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-109866 && echo "addons-109866" | sudo tee /etc/hostname
I0311 12:47:55.621233 747291 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-109866
I0311 12:47:55.621415 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:55.637651 747291 main.go:141] libmachine: Using SSH client type: native
I0311 12:47:55.637906 747291 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1ca0] 0x3e4500 <nil> [] 0s} 127.0.0.1 33743 <nil> <nil>}
I0311 12:47:55.637929 747291 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-109866' /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-109866/g' /etc/hosts;
else
echo '127.0.1.1 addons-109866' | sudo tee -a /etc/hosts;
fi
fi
I0311 12:47:55.764686 747291 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0311 12:47:55.764720 747291 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18350-741028/.minikube CaCertPath:/home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18350-741028/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18350-741028/.minikube}
I0311 12:47:55.764772 747291 ubuntu.go:177] setting up certificates
I0311 12:47:55.764782 747291 provision.go:84] configureAuth start
I0311 12:47:55.764847 747291 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-109866
I0311 12:47:55.781077 747291 provision.go:143] copyHostCerts
I0311 12:47:55.781157 747291 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18350-741028/.minikube/ca.pem (1078 bytes)
I0311 12:47:55.781292 747291 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18350-741028/.minikube/cert.pem (1123 bytes)
I0311 12:47:55.781403 747291 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18350-741028/.minikube/key.pem (1675 bytes)
I0311 12:47:55.781465 747291 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18350-741028/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca-key.pem org=jenkins.addons-109866 san=[127.0.0.1 192.168.49.2 addons-109866 localhost minikube]
I0311 12:47:57.414534 747291 provision.go:177] copyRemoteCerts
I0311 12:47:57.414616 747291 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0311 12:47:57.414660 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:57.434357 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:47:57.529828 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0311 12:47:57.554345 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0311 12:47:57.577870 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0311 12:47:57.601233 747291 provision.go:87] duration metric: took 1.836423002s to configureAuth
I0311 12:47:57.601264 747291 ubuntu.go:193] setting minikube options for container-runtime
I0311 12:47:57.601458 747291 config.go:182] Loaded profile config "addons-109866": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0311 12:47:57.601472 747291 machine.go:97] duration metric: took 2.305513654s to provisionDockerMachine
I0311 12:47:57.601479 747291 client.go:171] duration metric: took 10.737714993s to LocalClient.Create
I0311 12:47:57.601504 747291 start.go:167] duration metric: took 10.737789733s to libmachine.API.Create "addons-109866"
I0311 12:47:57.601517 747291 start.go:293] postStartSetup for "addons-109866" (driver="docker")
I0311 12:47:57.601527 747291 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]
I0311 12:47:57.601583 747291 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
I0311 12:47:57.601626 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:57.617023 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:47:57.713972 747291 ssh_runner.go:195] Run: cat /etc/os-release
I0311 12:47:57.716973 747291 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0311 12:47:57.717013 747291 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0311 12:47:57.717025 747291 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0311 12:47:57.717032 747291 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0311 12:47:57.717042 747291 filesync.go:126] Scanning /home/jenkins/minikube-integration/18350-741028/.minikube/addons for local assets ...
I0311 12:47:57.717103 747291 filesync.go:126] Scanning /home/jenkins/minikube-integration/18350-741028/.minikube/files for local assets ...
I0311 12:47:57.717131 747291 start.go:296] duration metric: took 115.608999ms for postStartSetup
I0311 12:47:57.717437 747291 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-109866
I0311 12:47:57.732379 747291 profile.go:142] Saving config to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/config.json ...
I0311 12:47:57.732667 747291 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0311 12:47:57.732721 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:57.748243 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:47:57.837649 747291 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0311 12:47:57.842110 747291 start.go:128] duration metric: took 10.980788007s to createHost
I0311 12:47:57.842135 747291 start.go:83] releasing machines lock for "addons-109866", held for 10.980951707s
I0311 12:47:57.842206 747291 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-109866
I0311 12:47:57.860240 747291 ssh_runner.go:195] Run: cat /version.json
I0311 12:47:57.860259 747291 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0311 12:47:57.860293 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:57.860329 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:47:57.876740 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:47:57.880925 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:47:58.079192 747291 ssh_runner.go:195] Run: systemctl --version
I0311 12:47:58.083740 747291 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0311 12:47:58.088212 747291 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' {}" ;
I0311 12:47:58.113913 747291 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0311 12:47:58.113991 747291 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" ;
I0311 12:47:58.144010 747291 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0311 12:47:58.144035 747291 start.go:494] detecting cgroup driver to use...
I0311 12:47:58.144067 747291 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0311 12:47:58.144121 747291 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0311 12:47:58.159780 747291 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0311 12:47:58.171356 747291 docker.go:217] disabling cri-docker service (if available) ...
I0311 12:47:58.171432 747291 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0311 12:47:58.185491 747291 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0311 12:47:58.200151 747291 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0311 12:47:58.294349 747291 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0311 12:47:58.384987 747291 docker.go:233] disabling docker service ...
I0311 12:47:58.385058 747291 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0311 12:47:58.405114 747291 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0311 12:47:58.417827 747291 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0311 12:47:58.499644 747291 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0311 12:47:58.588300 747291 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0311 12:47:58.600088 747291 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"
I0311 12:47:58.617729 747291 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"
I0311 12:47:58.628239 747291 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"
I0311 12:47:58.638765 747291 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0311 12:47:58.638842 747291 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0311 12:47:58.649346 747291 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"
I0311 12:47:58.659167 747291 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0311 12:47:58.669173 747291 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0311 12:47:58.678887 747291 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0311 12:47:58.688233 747291 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"
I0311 12:47:58.698192 747291 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0311 12:47:58.706717 747291 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0311 12:47:58.714903 747291 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0311 12:47:58.797055 747291 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0311 12:47:58.923652 747291 start.go:541] Will wait 60s for socket path /run/containerd/containerd.sock
I0311 12:47:58.923806 747291 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0311 12:47:58.927468 747291 start.go:562] Will wait 60s for crictl version
I0311 12:47:58.927571 747291 ssh_runner.go:195] Run: which crictl
I0311 12:47:58.930877 747291 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0311 12:47:58.968628 747291 start.go:578] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.28
RuntimeApiVersion: v1
I0311 12:47:58.968783 747291 ssh_runner.go:195] Run: containerd --version
I0311 12:47:58.991023 747291 ssh_runner.go:195] Run: containerd --version
I0311 12:47:59.016308 747291 out.go:177] * Preparing Kubernetes v1.28.4 on containerd 1.6.28 ...
I0311 12:47:59.018512 747291 cli_runner.go:164] Run: docker network inspect addons-109866 --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}}]}"
I0311 12:47:59.033644 747291 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0311 12:47:59.037292 747291 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""
I0311 12:47:59.048551 747291 kubeadm.go:877] updating cluster {Name:addons-109866 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 Memory:4000 CPUs:2 DiskSize:20000 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.28.4 ClusterName:addons-109866 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.28.4 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} ...
I0311 12:47:59.048686 747291 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime containerd
I0311 12:47:59.048781 747291 ssh_runner.go:195] Run: sudo crictl images --output json
I0311 12:47:59.089461 747291 containerd.go:612] all images are preloaded for containerd runtime.
I0311 12:47:59.089486 747291 containerd.go:519] Images already preloaded, skipping extraction
I0311 12:47:59.089563 747291 ssh_runner.go:195] Run: sudo crictl images --output json
I0311 12:47:59.133163 747291 containerd.go:612] all images are preloaded for containerd runtime.
I0311 12:47:59.133187 747291 cache_images.go:84] Images are preloaded, skipping loading
I0311 12:47:59.133196 747291 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.28.4 containerd true true} ...
I0311 12:47:59.133305 747291 kubeadm.go:940] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-109866 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-109866 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:}
I0311 12:47:59.133381 747291 ssh_runner.go:195] Run: sudo crictl info
I0311 12:47:59.171920 747291 cni.go:84] Creating CNI manager for ""
I0311 12:47:59.171942 747291 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0311 12:47:59.171952 747291 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0311 12:47:59.171996 747291 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.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-109866 NodeName:addons-109866 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}
I0311 12:47:59.172154 747291 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-109866"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.28.4
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
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
I0311 12:47:59.172243 747291 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0311 12:47:59.181191 747291 binaries.go:44] Found k8s binaries, skipping transfer
I0311 12:47:59.181268 747291 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0311 12:47:59.190102 747291 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
I0311 12:47:59.209291 747291 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0311 12:47:59.228198 747291 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2167 bytes)
I0311 12:47:59.245976 747291 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0311 12:47:59.249326 747291 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""
I0311 12:47:59.260383 747291 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0311 12:47:59.339134 747291 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0311 12:47:59.355705 747291 certs.go:68] Setting up /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866 for IP: 192.168.49.2
I0311 12:47:59.355739 747291 certs.go:194] generating shared ca certs ...
I0311 12:47:59.355765 747291 certs.go:226] acquiring lock for ca certs: {Name:mk7162cd9946a461c84d2f2cea8ea4b87fd89373 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:47:59.356526 747291 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18350-741028/.minikube/ca.key
I0311 12:48:00.155957 747291 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-741028/.minikube/ca.crt ...
I0311 12:48:00.156047 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/ca.crt: {Name:mk744f20428760534dc1f0336237227fcabf7e3a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:00.157160 747291 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-741028/.minikube/ca.key ...
I0311 12:48:00.157197 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/ca.key: {Name:mkf26fd7f704dd60e3b2ddf58fe11aa885997f24 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:00.157310 747291 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18350-741028/.minikube/proxy-client-ca.key
I0311 12:48:00.630864 747291 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-741028/.minikube/proxy-client-ca.crt ...
I0311 12:48:00.630899 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/proxy-client-ca.crt: {Name:mkbd4d73ba5b09247f7c9e4c991c1710cde5a749 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:00.631656 747291 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-741028/.minikube/proxy-client-ca.key ...
I0311 12:48:00.631676 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/proxy-client-ca.key: {Name:mk75f2fa80c73336760282c57396731158542a7a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:00.631778 747291 certs.go:256] generating profile certs ...
I0311 12:48:00.631842 747291 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/client.key
I0311 12:48:00.631861 747291 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/client.crt with IP's: []
I0311 12:48:01.305584 747291 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/client.crt ...
I0311 12:48:01.305616 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/client.crt: {Name:mk722faa99f631f5601c07375460df3ca3f77ab2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:01.306267 747291 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/client.key ...
I0311 12:48:01.306285 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/client.key: {Name:mkc56fa78cee61ce4570887853684dfd4d7779d8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:01.306897 747291 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.key.aa9b1a7a
I0311 12:48:01.306920 747291 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.crt.aa9b1a7a with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0311 12:48:01.940123 747291 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.crt.aa9b1a7a ...
I0311 12:48:01.940154 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.crt.aa9b1a7a: {Name:mk74b6dc1ab00e4a43e06868d843c31717321777 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:01.940903 747291 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.key.aa9b1a7a ...
I0311 12:48:01.940923 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.key.aa9b1a7a: {Name:mkcf67507182a282c6efc2bf09d1da75223cfdd5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:01.941026 747291 certs.go:381] copying /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.crt.aa9b1a7a -> /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.crt
I0311 12:48:01.941113 747291 certs.go:385] copying /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.key.aa9b1a7a -> /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.key
I0311 12:48:01.941169 747291 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.key
I0311 12:48:01.941192 747291 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.crt with IP's: []
I0311 12:48:02.383863 747291 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.crt ...
I0311 12:48:02.383896 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.crt: {Name:mkb1568d40c68b54a58602a4529a275b6bc990dd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:02.384719 747291 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.key ...
I0311 12:48:02.384739 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.key: {Name:mka38203c5ed6bd642af86623754e20813388646 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:02.385834 747291 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca-key.pem (1679 bytes)
I0311 12:48:02.385880 747291 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/ca.pem (1078 bytes)
I0311 12:48:02.385914 747291 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/cert.pem (1123 bytes)
I0311 12:48:02.385941 747291 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-741028/.minikube/certs/key.pem (1675 bytes)
I0311 12:48:02.386592 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0311 12:48:02.411584 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0311 12:48:02.435836 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0311 12:48:02.460093 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0311 12:48:02.484169 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0311 12:48:02.509101 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0311 12:48:02.533590 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0311 12:48:02.558587 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/profiles/addons-109866/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0311 12:48:02.582364 747291 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-741028/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0311 12:48:02.606448 747291 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0311 12:48:02.624283 747291 ssh_runner.go:195] Run: openssl version
I0311 12:48:02.629893 747291 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"
I0311 12:48:02.639445 747291 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0311 12:48:02.642951 747291 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 11 12:48 /usr/share/ca-certificates/minikubeCA.pem
I0311 12:48:02.643040 747291 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0311 12:48:02.650196 747291 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"
I0311 12:48:02.660112 747291 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0311 12:48:02.664155 747291 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
I0311 12:48:02.664211 747291 kubeadm.go:391] StartCluster: {Name:addons-109866 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 Memory:4000 CPUs:2 DiskSize:20000 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.28.4 ClusterName:addons-109866 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.28.4 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}
I0311 12:48:02.664303 747291 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0311 12:48:02.664360 747291 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0311 12:48:02.722093 747291 cri.go:89] found id: ""
I0311 12:48:02.722163 747291 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0311 12:48:02.732440 747291 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0311 12:48:02.741880 747291 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0311 12:48:02.741979 747291 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
I0311 12:48:02.752537 747291 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
I0311 12:48:02.752559 747291 kubeadm.go:156] found existing configuration files:
I0311 12:48:02.752626 747291 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0311 12:48:02.761153 747291 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
I0311 12:48:02.761218 747291 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0311 12:48:02.769438 747291 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0311 12:48:02.778331 747291 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
I0311 12:48:02.778402 747291 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0311 12:48:02.786823 747291 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0311 12:48:02.795413 747291 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
I0311 12:48:02.795526 747291 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0311 12:48:02.803890 747291 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0311 12:48:02.812967 747291 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
I0311 12:48:02.813056 747291 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0311 12:48:02.821426 747291 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0311 12:48:02.864396 747291 kubeadm.go:309] [init] Using Kubernetes version: v1.28.4
I0311 12:48:02.864452 747291 kubeadm.go:309] [preflight] Running pre-flight checks
I0311 12:48:02.902708 747291 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0311 12:48:02.902780 747291 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1055-aws[0m
I0311 12:48:02.902815 747291 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0311 12:48:02.902859 747291 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0311 12:48:02.902906 747291 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0311 12:48:02.902951 747291 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0311 12:48:02.902997 747291 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0311 12:48:02.903043 747291 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0311 12:48:02.903089 747291 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0311 12:48:02.903143 747291 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0311 12:48:02.903189 747291 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0311 12:48:02.903234 747291 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0311 12:48:02.975655 747291 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0311 12:48:02.975768 747291 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0311 12:48:02.975859 747291 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0311 12:48:03.214949 747291 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0311 12:48:03.218249 747291 out.go:204] - Generating certificates and keys ...
I0311 12:48:03.218412 747291 kubeadm.go:309] [certs] Using existing ca certificate authority
I0311 12:48:03.218512 747291 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0311 12:48:03.401767 747291 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0311 12:48:03.803591 747291 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0311 12:48:04.578095 747291 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0311 12:48:05.044240 747291 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0311 12:48:05.408934 747291 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0311 12:48:05.409112 747291 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-109866 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0311 12:48:05.793941 747291 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0311 12:48:05.794323 747291 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-109866 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0311 12:48:06.413978 747291 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0311 12:48:07.440071 747291 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0311 12:48:07.859558 747291 kubeadm.go:309] [certs] Generating "sa" key and public key
I0311 12:48:07.859920 747291 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0311 12:48:08.202034 747291 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0311 12:48:08.458612 747291 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0311 12:48:08.627783 747291 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0311 12:48:08.816841 747291 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0311 12:48:08.817418 747291 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0311 12:48:08.820031 747291 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0311 12:48:08.822668 747291 out.go:204] - Booting up control plane ...
I0311 12:48:08.822769 747291 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0311 12:48:08.822847 747291 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0311 12:48:08.824396 747291 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0311 12:48:08.836220 747291 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0311 12:48:08.837095 747291 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0311 12:48:08.837354 747291 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0311 12:48:08.930549 747291 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0311 12:48:18.439209 747291 kubeadm.go:309] [apiclient] All control plane components are healthy after 9.508723 seconds
I0311 12:48:18.439339 747291 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0311 12:48:18.455990 747291 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0311 12:48:18.983466 747291 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0311 12:48:18.983696 747291 kubeadm.go:309] [mark-control-plane] Marking the node addons-109866 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0311 12:48:19.511424 747291 kubeadm.go:309] [bootstrap-token] Using token: bkf7y5.hnryfcxu9keivkxu
I0311 12:48:19.513519 747291 out.go:204] - Configuring RBAC rules ...
I0311 12:48:19.513654 747291 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0311 12:48:19.533924 747291 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0311 12:48:19.543892 747291 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
I0311 12:48:19.548320 747291 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0311 12:48:19.552141 747291 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0311 12:48:19.557717 747291 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0311 12:48:19.570670 747291 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0311 12:48:19.813965 747291 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0311 12:48:19.939683 747291 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0311 12:48:19.941532 747291 kubeadm.go:309]
I0311 12:48:19.941618 747291 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0311 12:48:19.941627 747291 kubeadm.go:309]
I0311 12:48:19.941719 747291 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0311 12:48:19.941733 747291 kubeadm.go:309]
I0311 12:48:19.941760 747291 kubeadm.go:309] mkdir -p $HOME/.kube
I0311 12:48:19.941821 747291 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0311 12:48:19.941874 747291 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0311 12:48:19.941883 747291 kubeadm.go:309]
I0311 12:48:19.941935 747291 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0311 12:48:19.941943 747291 kubeadm.go:309]
I0311 12:48:19.941989 747291 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0311 12:48:19.941998 747291 kubeadm.go:309]
I0311 12:48:19.942048 747291 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0311 12:48:19.942125 747291 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0311 12:48:19.942194 747291 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0311 12:48:19.942203 747291 kubeadm.go:309]
I0311 12:48:19.942300 747291 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0311 12:48:19.942379 747291 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0311 12:48:19.942387 747291 kubeadm.go:309]
I0311 12:48:19.942467 747291 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token bkf7y5.hnryfcxu9keivkxu \
I0311 12:48:19.942570 747291 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:c8388c3333519d9f29bb1cc52e18797f4b748e4ad292cdfee8cd4632271dbee8 \
I0311 12:48:19.942593 747291 kubeadm.go:309] --control-plane
I0311 12:48:19.942600 747291 kubeadm.go:309]
I0311 12:48:19.942681 747291 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0311 12:48:19.942691 747291 kubeadm.go:309]
I0311 12:48:19.942770 747291 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token bkf7y5.hnryfcxu9keivkxu \
I0311 12:48:19.942872 747291 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:c8388c3333519d9f29bb1cc52e18797f4b748e4ad292cdfee8cd4632271dbee8
I0311 12:48:19.946506 747291 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-1055-aws\n", err: exit status 1
I0311 12:48:19.946626 747291 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0311 12:48:19.946650 747291 cni.go:84] Creating CNI manager for ""
I0311 12:48:19.946658 747291 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0311 12:48:19.950384 747291 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0311 12:48:19.952261 747291 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0311 12:48:19.956904 747291 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0311 12:48:19.956928 747291 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0311 12:48:19.995378 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0311 12:48:21.017387 747291 ssh_runner.go:235] Completed: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml: (1.021970206s)
I0311 12:48:21.017427 747291 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0311 12:48:21.017555 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:21.017634 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-109866 minikube.k8s.io/updated_at=2024_03_11T12_48_21_0700 minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=1f02234404c3608d31811fa9c1f2f7d976b3e563 minikube.k8s.io/name=addons-109866 minikube.k8s.io/primary=true
I0311 12:48:21.215139 747291 ops.go:34] apiserver oom_adj: -16
I0311 12:48:21.215237 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:21.716361 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:22.215948 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:22.716302 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:23.216335 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:23.715451 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:24.215904 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:24.716085 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:25.215989 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:25.715373 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:26.215853 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:26.715517 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:27.215371 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:27.715366 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:28.215657 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:28.715943 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:29.216239 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:29.715295 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:30.215350 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:30.716155 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:31.215386 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:31.715445 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:32.216159 747291 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:48:32.324363 747291 kubeadm.go:1106] duration metric: took 11.306857958s to wait for elevateKubeSystemPrivileges
W0311 12:48:32.324409 747291 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0311 12:48:32.324416 747291 kubeadm.go:393] duration metric: took 29.660209346s to StartCluster
I0311 12:48:32.324433 747291 settings.go:142] acquiring lock: {Name:mk647fd5a11531f437bba0a4615b0b34bf87ec0c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:32.324569 747291 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18350-741028/kubeconfig
I0311 12:48:32.325022 747291 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-741028/kubeconfig: {Name:mkea9792df2a23b99e9686253371e8a16054b02d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:48:32.325859 747291 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0311 12:48:32.325892 747291 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0311 12:48:32.328431 747291 out.go:177] * Verifying Kubernetes components...
I0311 12:48:32.326164 747291 config.go:182] Loaded profile config "addons-109866": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0311 12:48:32.326175 747291 addons.go:502] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
I0311 12:48:32.330538 747291 addons.go:69] Setting yakd=true in profile "addons-109866"
I0311 12:48:32.330576 747291 addons.go:234] Setting addon yakd=true in "addons-109866"
I0311 12:48:32.330618 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.331145 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.331296 747291 addons.go:69] Setting ingress-dns=true in profile "addons-109866"
I0311 12:48:32.331324 747291 addons.go:234] Setting addon ingress-dns=true in "addons-109866"
I0311 12:48:32.331361 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.331774 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.332063 747291 addons.go:69] Setting inspektor-gadget=true in profile "addons-109866"
I0311 12:48:32.332096 747291 addons.go:234] Setting addon inspektor-gadget=true in "addons-109866"
I0311 12:48:32.332130 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.332528 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.332706 747291 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0311 12:48:32.332984 747291 addons.go:69] Setting cloud-spanner=true in profile "addons-109866"
I0311 12:48:32.333018 747291 addons.go:234] Setting addon cloud-spanner=true in "addons-109866"
I0311 12:48:32.333040 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.333432 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.335301 747291 addons.go:69] Setting metrics-server=true in profile "addons-109866"
I0311 12:48:32.335342 747291 addons.go:234] Setting addon metrics-server=true in "addons-109866"
I0311 12:48:32.335381 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.335796 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.336277 747291 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-109866"
I0311 12:48:32.336341 747291 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-109866"
I0311 12:48:32.336368 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.337250 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.342912 747291 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-109866"
I0311 12:48:32.342955 747291 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-109866"
I0311 12:48:32.342997 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.343501 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.346872 747291 addons.go:69] Setting default-storageclass=true in profile "addons-109866"
I0311 12:48:32.346925 747291 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-109866"
I0311 12:48:32.347280 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.353979 747291 addons.go:69] Setting registry=true in profile "addons-109866"
I0311 12:48:32.354023 747291 addons.go:234] Setting addon registry=true in "addons-109866"
I0311 12:48:32.354061 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.354514 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.367336 747291 addons.go:69] Setting gcp-auth=true in profile "addons-109866"
I0311 12:48:32.367390 747291 mustload.go:65] Loading cluster: addons-109866
I0311 12:48:32.367582 747291 config.go:182] Loaded profile config "addons-109866": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.4
I0311 12:48:32.367836 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.373150 747291 addons.go:69] Setting storage-provisioner=true in profile "addons-109866"
I0311 12:48:32.373208 747291 addons.go:234] Setting addon storage-provisioner=true in "addons-109866"
I0311 12:48:32.373248 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.373778 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.395899 747291 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-109866"
I0311 12:48:32.395945 747291 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-109866"
I0311 12:48:32.396361 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.400578 747291 addons.go:69] Setting ingress=true in profile "addons-109866"
I0311 12:48:32.400639 747291 addons.go:234] Setting addon ingress=true in "addons-109866"
I0311 12:48:32.400687 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.401221 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.410758 747291 addons.go:69] Setting volumesnapshots=true in profile "addons-109866"
I0311 12:48:32.410811 747291 addons.go:234] Setting addon volumesnapshots=true in "addons-109866"
I0311 12:48:32.410850 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.411318 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.574560 747291 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0311 12:48:32.576318 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.591791 747291 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0311 12:48:32.592031 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0311 12:48:32.599515 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.612816 747291 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0311 12:48:32.623879 747291 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0311 12:48:32.624189 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0311 12:48:32.624314 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.629345 747291 addons.go:234] Setting addon default-storageclass=true in "addons-109866"
I0311 12:48:32.629404 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.629921 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.669931 747291 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0311 12:48:32.671941 747291 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0311 12:48:32.673915 747291 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0311 12:48:32.676147 747291 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0311 12:48:32.682154 747291 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0311 12:48:32.603674 747291 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0311 12:48:32.603682 747291 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0311 12:48:32.603686 747291 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0311 12:48:32.603695 747291 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0311 12:48:32.603705 747291 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0311 12:48:32.664349 747291 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0311 12:48:32.708960 747291 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0311 12:48:32.710962 747291 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0311 12:48:32.710983 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0311 12:48:32.711071 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.712923 747291 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0311 12:48:32.712944 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0311 12:48:32.713014 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.715560 747291 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0311 12:48:32.713862 747291 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0311 12:48:32.713897 747291 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0311 12:48:32.713969 747291 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0311 12:48:32.713985 747291 out.go:177] - Using image docker.io/registry:2.8.3
I0311 12:48:32.723170 747291 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0311 12:48:32.720889 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0311 12:48:32.720972 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0311 12:48:32.720979 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0311 12:48:32.723695 747291 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-109866"
I0311 12:48:32.727476 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.727660 747291 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0311 12:48:32.729340 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0311 12:48:32.729427 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.732302 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.746652 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:32.747256 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:32.751280 747291 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0311 12:48:32.759438 747291 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0311 12:48:32.759532 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0311 12:48:32.759668 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.775980 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.821719 747291 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0311 12:48:32.821681 747291 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0311 12:48:32.849077 747291 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0311 12:48:32.849512 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0311 12:48:32.850448 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.852909 747291 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0311 12:48:32.870632 747291 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0311 12:48:32.890072 747291 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0311 12:48:32.898984 747291 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0311 12:48:32.899058 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0311 12:48:32.899142 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:32.903916 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:32.904027 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:32.962476 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:32.967074 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.014625 747291 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0311 12:48:33.014649 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0311 12:48:33.014715 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:33.019190 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.025456 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.073489 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.089506 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.094389 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.095139 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.101486 747291 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0311 12:48:33.096207 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.111245 747291 out.go:177] - Using image docker.io/busybox:stable
I0311 12:48:33.110755 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:33.113733 747291 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0311 12:48:33.113751 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0311 12:48:33.113817 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:33.144322 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
W0311 12:48:33.156257 747291 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0311 12:48:33.156288 747291 retry.go:31] will retry after 126.16413ms: ssh: handshake failed: EOF
W0311 12:48:33.284234 747291 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0311 12:48:33.284259 747291 retry.go:31] will retry after 259.19574ms: ssh: handshake failed: EOF
I0311 12:48:33.608906 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0311 12:48:33.755652 747291 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0311 12:48:33.755726 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0311 12:48:33.775683 747291 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0311 12:48:33.775715 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0311 12:48:33.780725 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0311 12:48:33.790831 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0311 12:48:33.793780 747291 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0311 12:48:33.793809 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0311 12:48:33.798299 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0311 12:48:33.930534 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0311 12:48:33.934452 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0311 12:48:33.961500 747291 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0311 12:48:33.961525 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0311 12:48:33.971594 747291 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0311 12:48:33.971620 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0311 12:48:33.975941 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0311 12:48:34.053897 747291 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0311 12:48:34.053923 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0311 12:48:34.056803 747291 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0311 12:48:34.056830 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0311 12:48:34.142714 747291 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0311 12:48:34.142783 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0311 12:48:34.205077 747291 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0311 12:48:34.205150 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0311 12:48:34.309497 747291 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0311 12:48:34.309574 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0311 12:48:34.320723 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0311 12:48:34.357291 747291 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0311 12:48:34.357372 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0311 12:48:34.448566 747291 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0311 12:48:34.448641 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0311 12:48:34.476888 747291 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0311 12:48:34.476972 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0311 12:48:34.489502 747291 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0311 12:48:34.489577 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0311 12:48:34.508390 747291 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0311 12:48:34.508479 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0311 12:48:34.524709 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0311 12:48:34.606091 747291 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0311 12:48:34.606162 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0311 12:48:34.607862 747291 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0311 12:48:34.607923 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0311 12:48:34.642335 747291 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0311 12:48:34.642408 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0311 12:48:34.761186 747291 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0311 12:48:34.761258 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0311 12:48:34.785354 747291 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0311 12:48:34.785425 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0311 12:48:34.868285 747291 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0311 12:48:34.868358 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0311 12:48:35.077973 747291 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0311 12:48:35.078057 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0311 12:48:35.122914 747291 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0311 12:48:35.122988 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0311 12:48:35.173991 747291 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0311 12:48:35.174069 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0311 12:48:35.241515 747291 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0311 12:48:35.241586 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0311 12:48:35.463337 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0311 12:48:35.486680 747291 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0311 12:48:35.486751 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0311 12:48:35.576256 747291 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.735244891s)
I0311 12:48:35.576732 747291 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.892304998s)
I0311 12:48:35.576808 747291 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0311 12:48:35.578063 747291 node_ready.go:35] waiting up to 6m0s for node "addons-109866" to be "Ready" ...
I0311 12:48:35.582997 747291 node_ready.go:49] node "addons-109866" has status "Ready":"True"
I0311 12:48:35.583018 747291 node_ready.go:38] duration metric: took 4.695372ms for node "addons-109866" to be "Ready" ...
I0311 12:48:35.583028 747291 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" ...
I0311 12:48:35.585729 747291 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0311 12:48:35.585794 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0311 12:48:35.605373 747291 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace to be "Ready" ...
I0311 12:48:35.607408 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0311 12:48:35.897587 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0311 12:48:35.899501 747291 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0311 12:48:35.899563 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0311 12:48:36.071543 747291 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0311 12:48:36.071615 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0311 12:48:36.082160 747291 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-109866" context rescaled to 1 replicas
I0311 12:48:36.317912 747291 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0311 12:48:36.317976 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0311 12:48:36.349613 747291 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0311 12:48:36.349677 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0311 12:48:36.526301 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0311 12:48:36.952352 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.343354144s)
I0311 12:48:36.952468 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.171652905s)
I0311 12:48:37.612769 747291 pod_ready.go:102] pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace has status "Ready":"False"
I0311 12:48:38.134176 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.343307986s)
I0311 12:48:39.416236 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.61790455s)
I0311 12:48:39.416430 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.4858686s)
I0311 12:48:39.416473 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.48199751s)
I0311 12:48:39.457975 747291 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0311 12:48:39.458068 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:39.518024 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
W0311 12:48:39.540145 747291 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0311 12:48:39.678310 747291 pod_ready.go:102] pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace has status "Ready":"False"
I0311 12:48:39.954324 747291 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0311 12:48:40.039207 747291 addons.go:234] Setting addon gcp-auth=true in "addons-109866"
I0311 12:48:40.039287 747291 host.go:66] Checking if "addons-109866" exists ...
I0311 12:48:40.039880 747291 cli_runner.go:164] Run: docker container inspect addons-109866 --format={{.State.Status}}
I0311 12:48:40.077160 747291 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0311 12:48:40.077223 747291 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-109866
I0311 12:48:40.116875 747291 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33743 SSHKeyPath:/home/jenkins/minikube-integration/18350-741028/.minikube/machines/addons-109866/id_rsa Username:docker}
I0311 12:48:41.409911 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.433924051s)
I0311 12:48:41.409945 747291 addons.go:470] Verifying addon ingress=true in "addons-109866"
I0311 12:48:41.412194 747291 out.go:177] * Verifying ingress addon...
I0311 12:48:41.410164 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (7.089356018s)
I0311 12:48:41.410257 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (6.885399668s)
I0311 12:48:41.410337 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.946929106s)
I0311 12:48:41.410374 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.802900376s)
I0311 12:48:41.410416 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (5.512803596s)
I0311 12:48:41.414973 747291 addons.go:470] Verifying addon registry=true in "addons-109866"
I0311 12:48:41.417649 747291 out.go:177] * Verifying registry addon...
I0311 12:48:41.415702 747291 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
W0311 12:48:41.415734 747291 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0311 12:48:41.415747 747291 addons.go:470] Verifying addon metrics-server=true in "addons-109866"
I0311 12:48:41.421663 747291 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-109866 service yakd-dashboard -n yakd-dashboard
I0311 12:48:41.420341 747291 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0311 12:48:41.420370 747291 retry.go:31] will retry after 260.813213ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0311 12:48:41.425591 747291 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0311 12:48:41.425615 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:41.429372 747291 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0311 12:48:41.429437 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:41.684641 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0311 12:48:41.953871 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:41.954543 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:42.135794 747291 pod_ready.go:102] pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace has status "Ready":"False"
I0311 12:48:42.431138 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:42.431409 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:42.922677 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (6.396279866s)
I0311 12:48:42.922712 747291 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-109866"
I0311 12:48:42.928165 747291 out.go:177] * Verifying csi-hostpath-driver addon...
I0311 12:48:42.922897 747291 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.845712958s)
I0311 12:48:42.934051 747291 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.1
I0311 12:48:42.931260 747291 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0311 12:48:42.931834 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:42.938127 747291 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0311 12:48:42.936898 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:42.940024 747291 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0311 12:48:42.940044 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0311 12:48:42.954435 747291 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0311 12:48:42.954462 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:43.042557 747291 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0311 12:48:43.042586 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0311 12:48:43.080276 747291 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0311 12:48:43.080340 747291 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0311 12:48:43.102723 747291 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0311 12:48:43.425736 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:43.430177 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:43.442330 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:43.764356 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.079619149s)
I0311 12:48:43.926740 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:43.930398 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:43.942764 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:44.142266 747291 pod_ready.go:102] pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace has status "Ready":"False"
I0311 12:48:44.199193 747291 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.096390963s)
I0311 12:48:44.202038 747291 addons.go:470] Verifying addon gcp-auth=true in "addons-109866"
I0311 12:48:44.204299 747291 out.go:177] * Verifying gcp-auth addon...
I0311 12:48:44.206854 747291 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0311 12:48:44.210463 747291 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0311 12:48:44.210488 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:44.425203 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:44.428879 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:44.442568 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:44.714104 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:44.925306 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:44.928136 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:44.941727 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:45.211464 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:45.425750 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:45.430135 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:45.443105 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:45.712000 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:45.926025 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:45.929433 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:45.941046 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:46.210931 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:46.425580 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:46.430356 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:46.442526 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:46.612118 747291 pod_ready.go:102] pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace has status "Ready":"False"
I0311 12:48:46.712321 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:46.924961 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:46.929074 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:46.942243 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:47.211354 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:47.425348 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:47.429841 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:47.441303 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:47.710328 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:47.930668 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:47.932059 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:47.942310 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:48.211171 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:48.426467 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:48.433317 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:48.482444 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:48.614365 747291 pod_ready.go:102] pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace has status "Ready":"False"
I0311 12:48:48.711540 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:48.926348 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:48.930092 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:48.942445 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:49.211997 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:49.436122 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:49.440786 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:49.450167 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:49.612962 747291 pod_ready.go:92] pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace has status "Ready":"True"
I0311 12:48:49.612997 747291 pod_ready.go:81] duration metric: took 14.007577169s for pod "coredns-5dd5756b68-k6fgr" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.613027 747291 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-ttll7" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.615487 747291 pod_ready.go:97] error getting pod "coredns-5dd5756b68-ttll7" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-ttll7" not found
I0311 12:48:49.615547 747291 pod_ready.go:81] duration metric: took 2.506618ms for pod "coredns-5dd5756b68-ttll7" in "kube-system" namespace to be "Ready" ...
E0311 12:48:49.615573 747291 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-5dd5756b68-ttll7" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-ttll7" not found
I0311 12:48:49.615595 747291 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.622074 747291 pod_ready.go:92] pod "etcd-addons-109866" in "kube-system" namespace has status "Ready":"True"
I0311 12:48:49.622100 747291 pod_ready.go:81] duration metric: took 6.479796ms for pod "etcd-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.622116 747291 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.628700 747291 pod_ready.go:92] pod "kube-apiserver-addons-109866" in "kube-system" namespace has status "Ready":"True"
I0311 12:48:49.628723 747291 pod_ready.go:81] duration metric: took 6.570544ms for pod "kube-apiserver-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.628735 747291 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.639539 747291 pod_ready.go:92] pod "kube-controller-manager-addons-109866" in "kube-system" namespace has status "Ready":"True"
I0311 12:48:49.639610 747291 pod_ready.go:81] duration metric: took 10.867116ms for pod "kube-controller-manager-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.639636 747291 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-sbsmh" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.710540 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:49.810553 747291 pod_ready.go:92] pod "kube-proxy-sbsmh" in "kube-system" namespace has status "Ready":"True"
I0311 12:48:49.810580 747291 pod_ready.go:81] duration metric: took 170.921937ms for pod "kube-proxy-sbsmh" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.810592 747291 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:49.925502 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:49.928614 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:49.941434 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:50.210766 747291 pod_ready.go:92] pod "kube-scheduler-addons-109866" in "kube-system" namespace has status "Ready":"True"
I0311 12:48:50.210792 747291 pod_ready.go:81] duration metric: took 400.192911ms for pod "kube-scheduler-addons-109866" in "kube-system" namespace to be "Ready" ...
I0311 12:48:50.210804 747291 pod_ready.go:38] duration metric: took 14.627765173s 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" ...
I0311 12:48:50.210840 747291 api_server.go:52] waiting for apiserver process to appear ...
I0311 12:48:50.210934 747291 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0311 12:48:50.213086 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:50.230256 747291 api_server.go:72] duration metric: took 17.904331374s to wait for apiserver process to appear ...
I0311 12:48:50.230329 747291 api_server.go:88] waiting for apiserver healthz status ...
I0311 12:48:50.230366 747291 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0311 12:48:50.239228 747291 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0311 12:48:50.241400 747291 api_server.go:141] control plane version: v1.28.4
I0311 12:48:50.241431 747291 api_server.go:131] duration metric: took 11.079915ms to wait for apiserver health ...
I0311 12:48:50.241442 747291 system_pods.go:43] waiting for kube-system pods to appear ...
I0311 12:48:50.431800 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:50.436447 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:50.444200 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:50.449095 747291 system_pods.go:59] 18 kube-system pods found
I0311 12:48:50.449143 747291 system_pods.go:61] "coredns-5dd5756b68-k6fgr" [e5c98387-4a6b-4a1b-9d84-0ba3de8e1798] Running
I0311 12:48:50.449154 747291 system_pods.go:61] "csi-hostpath-attacher-0" [6ea56bf9-3a15-4722-aed9-c371a7a41885] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0311 12:48:50.449163 747291 system_pods.go:61] "csi-hostpath-resizer-0" [7a2ce1e9-7676-47c3-b51c-e771ca974f68] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0311 12:48:50.449175 747291 system_pods.go:61] "csi-hostpathplugin-ppdhc" [7a7d2e57-ae08-4a57-83cb-84db6e736c72] 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])
I0311 12:48:50.449186 747291 system_pods.go:61] "etcd-addons-109866" [235fd778-1509-445c-b8d2-0e5a9a43192c] Running
I0311 12:48:50.449190 747291 system_pods.go:61] "kindnet-dhnct" [41d1c11b-a3a9-478d-ad84-fe95dbd72f82] Running
I0311 12:48:50.449194 747291 system_pods.go:61] "kube-apiserver-addons-109866" [fb04e6cf-bccf-4ccf-b7f3-6bf00a27afa8] Running
I0311 12:48:50.449199 747291 system_pods.go:61] "kube-controller-manager-addons-109866" [3dc4f128-46e8-42ec-8621-799298eaac21] Running
I0311 12:48:50.449209 747291 system_pods.go:61] "kube-ingress-dns-minikube" [fd805e6a-7c5e-423b-b249-5bf6eae790f1] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0311 12:48:50.449214 747291 system_pods.go:61] "kube-proxy-sbsmh" [f7e8830b-f777-4eb9-bbdb-517eee989dd1] Running
I0311 12:48:50.449220 747291 system_pods.go:61] "kube-scheduler-addons-109866" [c06db79c-c7d0-4935-a7f9-6642a62fc830] Running
I0311 12:48:50.449226 747291 system_pods.go:61] "metrics-server-69cf46c98-vx8dw" [e82eba82-b9ef-4607-9492-6a41d0ca5885] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0311 12:48:50.449233 747291 system_pods.go:61] "nvidia-device-plugin-daemonset-jd445" [6386f2cb-771c-4f32-9490-ef0becc98007] Running
I0311 12:48:50.449238 747291 system_pods.go:61] "registry-htvdt" [a674420f-29d1-47aa-96b0-e37549d4e224] Running
I0311 12:48:50.449250 747291 system_pods.go:61] "registry-proxy-t89kt" [b429a937-8de5-46fc-885a-51a33440731e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0311 12:48:50.449258 747291 system_pods.go:61] "snapshot-controller-58dbcc7b99-glnz7" [d40bb50d-a35a-46fb-8da3-61c5565336d6] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0311 12:48:50.449269 747291 system_pods.go:61] "snapshot-controller-58dbcc7b99-m464j" [a4136872-af85-40c4-b509-a24da63d7681] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0311 12:48:50.449274 747291 system_pods.go:61] "storage-provisioner" [2724cbee-338e-432f-953e-5d651d12e62f] Running
I0311 12:48:50.449282 747291 system_pods.go:74] duration metric: took 207.832641ms to wait for pod list to return data ...
I0311 12:48:50.449295 747291 default_sa.go:34] waiting for default service account to be created ...
I0311 12:48:50.610114 747291 default_sa.go:45] found service account: "default"
I0311 12:48:50.610139 747291 default_sa.go:55] duration metric: took 160.836961ms for default service account to be created ...
I0311 12:48:50.610149 747291 system_pods.go:116] waiting for k8s-apps to be running ...
I0311 12:48:50.714829 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:50.818582 747291 system_pods.go:86] 18 kube-system pods found
I0311 12:48:50.818625 747291 system_pods.go:89] "coredns-5dd5756b68-k6fgr" [e5c98387-4a6b-4a1b-9d84-0ba3de8e1798] Running
I0311 12:48:50.818637 747291 system_pods.go:89] "csi-hostpath-attacher-0" [6ea56bf9-3a15-4722-aed9-c371a7a41885] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0311 12:48:50.818645 747291 system_pods.go:89] "csi-hostpath-resizer-0" [7a2ce1e9-7676-47c3-b51c-e771ca974f68] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0311 12:48:50.818654 747291 system_pods.go:89] "csi-hostpathplugin-ppdhc" [7a7d2e57-ae08-4a57-83cb-84db6e736c72] 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])
I0311 12:48:50.818660 747291 system_pods.go:89] "etcd-addons-109866" [235fd778-1509-445c-b8d2-0e5a9a43192c] Running
I0311 12:48:50.818664 747291 system_pods.go:89] "kindnet-dhnct" [41d1c11b-a3a9-478d-ad84-fe95dbd72f82] Running
I0311 12:48:50.818670 747291 system_pods.go:89] "kube-apiserver-addons-109866" [fb04e6cf-bccf-4ccf-b7f3-6bf00a27afa8] Running
I0311 12:48:50.818675 747291 system_pods.go:89] "kube-controller-manager-addons-109866" [3dc4f128-46e8-42ec-8621-799298eaac21] Running
I0311 12:48:50.818683 747291 system_pods.go:89] "kube-ingress-dns-minikube" [fd805e6a-7c5e-423b-b249-5bf6eae790f1] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0311 12:48:50.818687 747291 system_pods.go:89] "kube-proxy-sbsmh" [f7e8830b-f777-4eb9-bbdb-517eee989dd1] Running
I0311 12:48:50.818697 747291 system_pods.go:89] "kube-scheduler-addons-109866" [c06db79c-c7d0-4935-a7f9-6642a62fc830] Running
I0311 12:48:50.818703 747291 system_pods.go:89] "metrics-server-69cf46c98-vx8dw" [e82eba82-b9ef-4607-9492-6a41d0ca5885] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0311 12:48:50.818712 747291 system_pods.go:89] "nvidia-device-plugin-daemonset-jd445" [6386f2cb-771c-4f32-9490-ef0becc98007] Running
I0311 12:48:50.818717 747291 system_pods.go:89] "registry-htvdt" [a674420f-29d1-47aa-96b0-e37549d4e224] Running
I0311 12:48:50.818722 747291 system_pods.go:89] "registry-proxy-t89kt" [b429a937-8de5-46fc-885a-51a33440731e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0311 12:48:50.818729 747291 system_pods.go:89] "snapshot-controller-58dbcc7b99-glnz7" [d40bb50d-a35a-46fb-8da3-61c5565336d6] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0311 12:48:50.818735 747291 system_pods.go:89] "snapshot-controller-58dbcc7b99-m464j" [a4136872-af85-40c4-b509-a24da63d7681] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0311 12:48:50.818739 747291 system_pods.go:89] "storage-provisioner" [2724cbee-338e-432f-953e-5d651d12e62f] Running
I0311 12:48:50.818749 747291 system_pods.go:126] duration metric: took 208.592768ms to wait for k8s-apps to be running ...
I0311 12:48:50.818757 747291 system_svc.go:44] waiting for kubelet service to be running ....
I0311 12:48:50.818816 747291 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0311 12:48:50.838658 747291 system_svc.go:56] duration metric: took 19.891216ms WaitForService to wait for kubelet
I0311 12:48:50.838739 747291 kubeadm.go:576] duration metric: took 18.51281897s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0311 12:48:50.838867 747291 node_conditions.go:102] verifying NodePressure condition ...
I0311 12:48:50.925399 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:50.928503 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:50.942755 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:51.010638 747291 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0311 12:48:51.010673 747291 node_conditions.go:123] node cpu capacity is 2
I0311 12:48:51.010687 747291 node_conditions.go:105] duration metric: took 171.787794ms to run NodePressure ...
I0311 12:48:51.010701 747291 start.go:240] waiting for startup goroutines ...
I0311 12:48:51.211767 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:51.430218 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:51.431246 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:51.442335 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:51.711894 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:51.928498 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:51.931688 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:51.943101 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:52.210728 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:52.425478 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:52.428586 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:52.442244 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:52.711170 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:52.933400 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:52.938854 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:52.953080 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:53.211496 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:53.426270 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:53.443505 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:53.444853 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:53.711091 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:53.925196 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:53.928281 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:53.942155 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:54.211087 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:54.426252 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:54.430618 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:54.442771 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:54.712317 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:54.926077 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:54.929504 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:54.942518 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:55.211147 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:55.425616 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:55.429904 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:55.441880 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:55.712240 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:55.930243 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:55.936378 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:55.944817 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:56.210688 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:56.426663 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:56.429971 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:56.444255 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:56.711349 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:56.925567 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:56.929377 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:56.942434 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:57.211050 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:57.432277 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:57.447798 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:57.450899 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:57.710884 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:57.927579 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:57.930101 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:57.941340 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:58.210591 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:58.426177 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:58.431146 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:48:58.445636 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:58.711144 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:58.927406 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:58.929970 747291 kapi.go:107] duration metric: took 17.509627272s to wait for kubernetes.io/minikube-addons=registry ...
I0311 12:48:58.941572 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:59.210384 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:59.425325 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:59.443461 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:48:59.710858 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:48:59.925797 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:48:59.942603 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:00.212227 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:00.425836 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:00.449683 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:00.711619 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:00.926227 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:00.951670 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:01.210816 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:01.427002 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:01.442851 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:01.716473 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:01.931285 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:01.943636 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:02.211424 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:02.425744 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:02.443183 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:02.711144 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:02.924705 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:02.943790 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:03.210323 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:03.425043 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:03.441304 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:03.710901 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:03.925636 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:03.942930 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:04.210390 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:04.427471 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:04.441922 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:04.710538 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:04.925331 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:04.942385 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:05.210659 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:05.425156 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:05.441573 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:05.711793 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:05.933419 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:05.941759 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:06.210908 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:06.426561 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:06.444056 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:06.712882 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:06.926327 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:06.945349 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:07.211543 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:07.431387 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:07.449057 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:07.713557 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:07.925155 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:07.942736 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:08.210723 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:08.425487 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:08.442008 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:08.711732 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:08.925191 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:08.942317 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:09.211015 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:09.425724 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:09.442328 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:09.711445 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:09.925191 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:09.941676 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:10.210673 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:10.425196 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:10.442426 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:10.711470 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:10.925247 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:10.941885 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:11.210815 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:11.425994 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:11.441998 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:11.710273 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:11.926759 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:11.942539 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:12.212841 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:12.427587 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:12.441897 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:12.711367 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:12.926121 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:12.944002 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:13.211229 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:13.425303 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:13.442278 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:13.711294 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:13.924806 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:13.942202 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:14.210885 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:14.425673 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:14.443346 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:14.712025 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:14.925803 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:14.941752 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:15.210681 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:15.425276 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:15.442865 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:15.711106 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:15.925243 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:15.943506 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:16.211746 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:16.425441 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:16.442275 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:16.712464 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:16.925853 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:16.941817 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:17.213616 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:17.431343 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:17.442870 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:17.711515 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:17.926278 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:17.943184 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:18.211711 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:18.425339 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:18.442588 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:18.711538 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:18.925531 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:18.942468 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:19.211926 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:19.425919 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:19.442034 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:19.711228 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:19.925564 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:19.942284 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:20.211225 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:20.425206 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:20.442365 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:20.710821 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:20.925515 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:20.942511 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:21.213176 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:21.425103 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:21.441467 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:21.712106 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:21.934904 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:21.946227 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:22.211688 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:22.426022 747291 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:49:22.441442 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:22.711532 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:22.925682 747291 kapi.go:107] duration metric: took 41.509976827s to wait for app.kubernetes.io/name=ingress-nginx ...
I0311 12:49:22.945022 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:23.211064 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:23.442033 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:23.711726 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:23.942956 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:24.210920 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:24.441526 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:24.711083 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:24.941735 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:25.218042 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:25.442186 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:25.710993 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:25.941764 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:26.210364 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:26.441955 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:26.711542 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:26.946166 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:27.217948 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:27.441573 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:27.712773 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:27.942066 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:28.211200 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:28.441942 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:49:28.712247 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:28.942649 747291 kapi.go:107] duration metric: took 46.011387477s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0311 12:49:29.210249 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:29.711049 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:30.211577 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:30.711465 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:31.210439 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:31.710397 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:32.211258 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:32.710842 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:33.211754 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:33.712569 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:34.210559 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:34.710669 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:35.210902 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:35.711595 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:36.211164 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:36.711345 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:37.210632 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:37.710891 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:38.210841 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:38.711205 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:39.211498 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:39.710493 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:40.211167 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:40.712228 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:41.210964 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:41.711563 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:42.211864 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:42.715180 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:43.213394 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:43.710388 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:44.210487 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:44.711194 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:45.211618 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:45.710885 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:46.210517 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:46.711248 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:47.210515 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:47.710643 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:48.211650 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:48.710591 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:49.210253 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:49.711955 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:50.211480 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:50.711078 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:51.211292 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:51.710720 747291 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:49:52.210316 747291 kapi.go:107] duration metric: took 1m8.003457134s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0311 12:49:52.211916 747291 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-109866 cluster.
I0311 12:49:52.214033 747291 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.
I0311 12:49:52.215566 747291 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0311 12:49:52.217283 747291 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, storage-provisioner, ingress-dns, storage-provisioner-rancher, inspektor-gadget, metrics-server, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0311 12:49:52.218893 747291 addons.go:505] duration metric: took 1m19.892711s for enable addons: enabled=[cloud-spanner nvidia-device-plugin storage-provisioner ingress-dns storage-provisioner-rancher inspektor-gadget metrics-server yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0311 12:49:52.218941 747291 start.go:245] waiting for cluster config update ...
I0311 12:49:52.218961 747291 start.go:254] writing updated cluster config ...
I0311 12:49:52.219271 747291 ssh_runner.go:195] Run: rm -f paused
I0311 12:49:52.530893 747291 start.go:600] kubectl: 1.29.2, cluster: 1.28.4 (minor skew: 1)
I0311 12:49:52.532907 747291 out.go:177] * Done! kubectl is now configured to use "addons-109866" cluster and "default" namespace by default
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
4bf8c0cb9aee9 dd1b12fcb6097 6 seconds ago Exited hello-world-app 2 20587bff3e003 hello-world-app-5d77478584-cdg5s
8ce574b71d0a1 be5e6f23a9904 31 seconds ago Running nginx 0 c7bdeb86e5573 nginx
7d4c33eca9646 1693ecaac5c76 43 seconds ago Running headlamp 0 3103615702a44 headlamp-5485c556b-jgglr
849cf95bb8776 bafe72500920c 2 minutes ago Running gcp-auth 0 c36c69d1994c7 gcp-auth-5f6b4f85fd-5ltww
232b2bf74420e 1a024e390dd05 2 minutes ago Exited patch 1 4e6a266ad4556 ingress-nginx-admission-patch-tq8qj
d21561d10b3f2 1a024e390dd05 2 minutes ago Exited create 0 149ef766c4f67 ingress-nginx-admission-create-2lcwn
042616b30d8e0 20e3f2db01e81 2 minutes ago Running yakd 0 10703483ce7b9 yakd-dashboard-9947fc6bf-cg9cw
0c9abe5f0ef0c 4d1e5c3e97420 2 minutes ago Running volume-snapshot-controller 0 f5081c5f44a57 snapshot-controller-58dbcc7b99-glnz7
d325bdb344e77 4d1e5c3e97420 2 minutes ago Running volume-snapshot-controller 0 56b6a1de92aa2 snapshot-controller-58dbcc7b99-m464j
4deddb1b3e244 97e04611ad434 3 minutes ago Running coredns 0 0f28cf1e914c7 coredns-5dd5756b68-k6fgr
3cbaca7299409 ba04bb24b9575 3 minutes ago Running storage-provisioner 0 f0f892b4050b6 storage-provisioner
75830bc702c7c 4740c1948d3fc 3 minutes ago Running kindnet-cni 0 1daf4c11e983d kindnet-dhnct
2260a3b94348b 3ca3ca488cf13 3 minutes ago Running kube-proxy 0 c9b569705eb58 kube-proxy-sbsmh
d253b8b91fc0b 05c284c929889 3 minutes ago Running kube-scheduler 0 d046b3483e8c7 kube-scheduler-addons-109866
ce5f4d541da98 9961cbceaf234 3 minutes ago Running kube-controller-manager 0 8848dd3c6ee03 kube-controller-manager-addons-109866
a6165e0945dce 04b4c447bb9d4 3 minutes ago Running kube-apiserver 0 fcb97d51c231f kube-apiserver-addons-109866
fcca5b6d52b25 9cdd6470f48c8 3 minutes ago Running etcd 0 211516c8a58d4 etcd-addons-109866
==> containerd <==
Mar 11 12:51:49 addons-109866 containerd[757]: time="2024-03-11T12:51:49.987225595Z" level=info msg="StartContainer for \"4bf8c0cb9aee9b6e4eb5b46ec436b7c45554e0de7dae6e11f9aa8222df356c5c\""
Mar 11 12:51:50 addons-109866 containerd[757]: time="2024-03-11T12:51:50.057420404Z" level=info msg="StartContainer for \"4bf8c0cb9aee9b6e4eb5b46ec436b7c45554e0de7dae6e11f9aa8222df356c5c\" returns successfully"
Mar 11 12:51:50 addons-109866 containerd[757]: time="2024-03-11T12:51:50.092738697Z" level=info msg="shim disconnected" id=4bf8c0cb9aee9b6e4eb5b46ec436b7c45554e0de7dae6e11f9aa8222df356c5c
Mar 11 12:51:50 addons-109866 containerd[757]: time="2024-03-11T12:51:50.092923337Z" level=warning msg="cleaning up after shim disconnected" id=4bf8c0cb9aee9b6e4eb5b46ec436b7c45554e0de7dae6e11f9aa8222df356c5c namespace=k8s.io
Mar 11 12:51:50 addons-109866 containerd[757]: time="2024-03-11T12:51:50.092939427Z" level=info msg="cleaning up dead shim"
Mar 11 12:51:50 addons-109866 containerd[757]: time="2024-03-11T12:51:50.102204864Z" level=warning msg="cleanup warnings time=\"2024-03-11T12:51:50Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10737 runtime=io.containerd.runc.v2\n"
Mar 11 12:51:50 addons-109866 containerd[757]: time="2024-03-11T12:51:50.366170593Z" level=info msg="RemoveContainer for \"9469f6b7228e758a091b7489e620c8d5dae7481beee1654b93737e16bdb9c62a\""
Mar 11 12:51:50 addons-109866 containerd[757]: time="2024-03-11T12:51:50.373203231Z" level=info msg="RemoveContainer for \"9469f6b7228e758a091b7489e620c8d5dae7481beee1654b93737e16bdb9c62a\" returns successfully"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.092107937Z" level=info msg="Kill container \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\""
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.146718760Z" level=info msg="shim disconnected" id=0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.146790801Z" level=warning msg="cleaning up after shim disconnected" id=0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c namespace=k8s.io
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.146803708Z" level=info msg="cleaning up dead shim"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.155461466Z" level=warning msg="cleanup warnings time=\"2024-03-11T12:51:51Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10769 runtime=io.containerd.runc.v2\n"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.159335261Z" level=info msg="StopContainer for \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\" returns successfully"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.160078135Z" level=info msg="StopPodSandbox for \"a3570b62cd2bb554d28c6b7c0d680b03769bc11724e0e65ec3960af8d1018359\""
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.160253126Z" level=info msg="Container to stop \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.202707212Z" level=info msg="shim disconnected" id=a3570b62cd2bb554d28c6b7c0d680b03769bc11724e0e65ec3960af8d1018359
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.202774109Z" level=warning msg="cleaning up after shim disconnected" id=a3570b62cd2bb554d28c6b7c0d680b03769bc11724e0e65ec3960af8d1018359 namespace=k8s.io
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.202787122Z" level=info msg="cleaning up dead shim"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.211229102Z" level=warning msg="cleanup warnings time=\"2024-03-11T12:51:51Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=10801 runtime=io.containerd.runc.v2\n"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.261630599Z" level=info msg="TearDown network for sandbox \"a3570b62cd2bb554d28c6b7c0d680b03769bc11724e0e65ec3960af8d1018359\" successfully"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.261855935Z" level=info msg="StopPodSandbox for \"a3570b62cd2bb554d28c6b7c0d680b03769bc11724e0e65ec3960af8d1018359\" returns successfully"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.366402869Z" level=info msg="RemoveContainer for \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\""
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.372588051Z" level=info msg="RemoveContainer for \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\" returns successfully"
Mar 11 12:51:51 addons-109866 containerd[757]: time="2024-03-11T12:51:51.373234983Z" level=error msg="ContainerStatus for \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\": not found"
==> coredns [4deddb1b3e244037464605871f9ffd92cde5acd350edcb7658058f9b4bbfdfc7] <==
[INFO] 10.244.0.19:43336 - 23917 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000051364s
[INFO] 10.244.0.19:43336 - 6365 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000067135s
[INFO] 10.244.0.19:43336 - 58841 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000047458s
[INFO] 10.244.0.19:43336 - 28531 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000049107s
[INFO] 10.244.0.19:43336 - 49123 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001394959s
[INFO] 10.244.0.19:43336 - 58899 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00113809s
[INFO] 10.244.0.19:43336 - 3383 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000046531s
[INFO] 10.244.0.19:52987 - 62485 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000113133s
[INFO] 10.244.0.19:60089 - 13110 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000036874s
[INFO] 10.244.0.19:52987 - 62066 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000037465s
[INFO] 10.244.0.19:60089 - 11999 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000066199s
[INFO] 10.244.0.19:52987 - 54173 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00019067s
[INFO] 10.244.0.19:52987 - 13732 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000067931s
[INFO] 10.244.0.19:52987 - 27665 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000055614s
[INFO] 10.244.0.19:52987 - 30485 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000052464s
[INFO] 10.244.0.19:60089 - 33828 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000082921s
[INFO] 10.244.0.19:60089 - 51990 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000070539s
[INFO] 10.244.0.19:52987 - 33704 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001258426s
[INFO] 10.244.0.19:60089 - 63062 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000050166s
[INFO] 10.244.0.19:52987 - 4405 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000946336s
[INFO] 10.244.0.19:60089 - 31782 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000037571s
[INFO] 10.244.0.19:52987 - 58340 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000048156s
[INFO] 10.244.0.19:60089 - 32295 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000987132s
[INFO] 10.244.0.19:60089 - 18431 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00117836s
[INFO] 10.244.0.19:60089 - 17548 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000057961s
==> describe nodes <==
Name: addons-109866
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-109866
kubernetes.io/os=linux
minikube.k8s.io/commit=1f02234404c3608d31811fa9c1f2f7d976b3e563
minikube.k8s.io/name=addons-109866
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_11T12_48_21_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-109866
Annotations: 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: Mon, 11 Mar 2024 12:48:16 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-109866
AcquireTime: <unset>
RenewTime: Mon, 11 Mar 2024 12:51:54 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 11 Mar 2024 12:51:54 +0000 Mon, 11 Mar 2024 12:48:12 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 11 Mar 2024 12:51:54 +0000 Mon, 11 Mar 2024 12:48:12 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 11 Mar 2024 12:51:54 +0000 Mon, 11 Mar 2024 12:48:12 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 11 Mar 2024 12:51:54 +0000 Mon, 11 Mar 2024 12:48:30 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-109866
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: 5bd5453af7c34cb1b04f96a160b0fb4f
System UUID: 8e525322-b209-4cf4-bc23-f3ded0274e04
Boot ID: 26506771-5b0e-4b52-8e79-b1a5a7798867
Kernel Version: 5.15.0-1055-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.28
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-cdg5s 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 25s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 34s
gcp-auth gcp-auth-5f6b4f85fd-5ltww 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m12s
headlamp headlamp-5485c556b-jgglr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 48s
kube-system coredns-5dd5756b68-k6fgr 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m23s
kube-system etcd-addons-109866 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m36s
kube-system kindnet-dhnct 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 3m24s
kube-system kube-apiserver-addons-109866 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m36s
kube-system kube-controller-manager-addons-109866 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m36s
kube-system kube-proxy-sbsmh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m24s
kube-system kube-scheduler-addons-109866 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m36s
kube-system snapshot-controller-58dbcc7b99-glnz7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m17s
kube-system snapshot-controller-58dbcc7b99-m464j 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m17s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m18s
yakd-dashboard yakd-dashboard-9947fc6bf-cg9cw 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 3m17s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 3m22s kube-proxy
Normal NodeHasSufficientMemory 3m46s (x8 over 3m46s) kubelet Node addons-109866 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m46s (x8 over 3m46s) kubelet Node addons-109866 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m46s (x7 over 3m46s) kubelet Node addons-109866 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 3m46s kubelet Updated Node Allocatable limit across pods
Normal Starting 3m37s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m36s kubelet Node addons-109866 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m36s kubelet Node addons-109866 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m36s kubelet Node addons-109866 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m36s kubelet Node addons-109866 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m36s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m26s kubelet Node addons-109866 status is now: NodeReady
Normal RegisteredNode 3m25s node-controller Node addons-109866 event: Registered Node addons-109866 in Controller
==> dmesg <==
[ +0.001009] FS-Cache: N-cookie d=00000000174c94b3{9p.inode} n=0000000083809770
[ +0.001111] FS-Cache: N-key=[8] '603c5c0100000000'
[ +0.003066] FS-Cache: Duplicate cookie detected
[ +0.000736] FS-Cache: O-cookie c=0000002a [p=00000027 fl=226 nc=0 na=1]
[ +0.000996] FS-Cache: O-cookie d=00000000174c94b3{9p.inode} n=00000000bc2d205d
[ +0.001189] FS-Cache: O-key=[8] '603c5c0100000000'
[ +0.000722] FS-Cache: N-cookie c=00000031 [p=00000027 fl=2 nc=0 na=1]
[ +0.000949] FS-Cache: N-cookie d=00000000174c94b3{9p.inode} n=0000000051073a19
[ +0.001067] FS-Cache: N-key=[8] '603c5c0100000000'
[ +2.719188] FS-Cache: Duplicate cookie detected
[ +0.000753] FS-Cache: O-cookie c=00000028 [p=00000027 fl=226 nc=0 na=1]
[ +0.001095] FS-Cache: O-cookie d=00000000174c94b3{9p.inode} n=0000000013ff9938
[ +0.001167] FS-Cache: O-key=[8] '5f3c5c0100000000'
[ +0.000709] FS-Cache: N-cookie c=00000033 [p=00000027 fl=2 nc=0 na=1]
[ +0.000937] FS-Cache: N-cookie d=00000000174c94b3{9p.inode} n=000000008609c792
[ +0.001120] FS-Cache: N-key=[8] '5f3c5c0100000000'
[ +0.365130] FS-Cache: Duplicate cookie detected
[ +0.000776] FS-Cache: O-cookie c=0000002d [p=00000027 fl=226 nc=0 na=1]
[ +0.001043] FS-Cache: O-cookie d=00000000174c94b3{9p.inode} n=00000000c4ee4e31
[ +0.001133] FS-Cache: O-key=[8] '653c5c0100000000'
[ +0.000748] FS-Cache: N-cookie c=00000034 [p=00000027 fl=2 nc=0 na=1]
[ +0.000983] FS-Cache: N-cookie d=00000000174c94b3{9p.inode} n=0000000083809770
[ +0.001103] FS-Cache: N-key=[8] '653c5c0100000000'
[Mar11 11:51] hrtimer: interrupt took 2085213 ns
[Mar11 12:42] systemd-journald[222]: Failed to send WATCHDOG=1 notification message: Connection refused
==> etcd [fcca5b6d52b255689a40c57790767057efec952fd6e465b7474d6e3b65546cb1] <==
{"level":"info","ts":"2024-03-11T12:48:11.548578Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2024-03-11T12:48:11.548679Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2024-03-11T12:48:11.55041Z","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-03-11T12:48:11.550508Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-11T12:48:11.550521Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-11T12:48:11.556278Z","caller":"embed/etcd.go:278","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-03-11T12:48:11.556321Z","caller":"embed/etcd.go:855","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-03-11T12:48:12.420695Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-03-11T12:48:12.420808Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-11T12:48:12.420912Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-11T12:48:12.42097Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-11T12:48:12.421003Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-11T12:48:12.42107Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-11T12:48:12.421108Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-11T12:48:12.424871Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-11T12:48:12.427979Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-109866 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-11T12:48:12.428053Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-11T12:48:12.42881Z","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-03-11T12:48:12.428923Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-11T12:48:12.428992Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-11T12:48:12.429589Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-11T12:48:12.42971Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-11T12:48:12.4301Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-11T12:48:12.430159Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-03-11T12:48:12.441082Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
==> gcp-auth [849cf95bb87766f0ca68d6a8300e6b17b46db9267afde731140ce9a2396230a5] <==
2024/03/11 12:49:51 GCP Auth Webhook started!
2024/03/11 12:50:03 Ready to marshal response ...
2024/03/11 12:50:03 Ready to write response ...
2024/03/11 12:50:11 Ready to marshal response ...
2024/03/11 12:50:11 Ready to write response ...
2024/03/11 12:50:18 Ready to marshal response ...
2024/03/11 12:50:18 Ready to write response ...
2024/03/11 12:50:19 Ready to marshal response ...
2024/03/11 12:50:19 Ready to write response ...
2024/03/11 12:50:27 Ready to marshal response ...
2024/03/11 12:50:27 Ready to write response ...
2024/03/11 12:50:42 Ready to marshal response ...
2024/03/11 12:50:42 Ready to write response ...
2024/03/11 12:51:08 Ready to marshal response ...
2024/03/11 12:51:08 Ready to write response ...
2024/03/11 12:51:08 Ready to marshal response ...
2024/03/11 12:51:08 Ready to write response ...
2024/03/11 12:51:08 Ready to marshal response ...
2024/03/11 12:51:08 Ready to write response ...
2024/03/11 12:51:22 Ready to marshal response ...
2024/03/11 12:51:22 Ready to write response ...
2024/03/11 12:51:31 Ready to marshal response ...
2024/03/11 12:51:31 Ready to write response ...
==> kernel <==
12:51:56 up 4:34, 0 users, load average: 0.96, 2.10, 2.66
Linux addons-109866 5.15.0-1055-aws #60~20.04.1-Ubuntu SMP Thu Feb 22 15:54:21 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kindnet [75830bc702c7c40322b8ece18238ee3ac83b25eb4f1886f166f659962c8ea1cb] <==
I0311 12:49:55.942080 1 main.go:227] handling current node
I0311 12:50:05.952394 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:50:05.952424 1 main.go:227] handling current node
I0311 12:50:15.956953 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:50:15.957626 1 main.go:227] handling current node
I0311 12:50:25.970071 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:50:25.970115 1 main.go:227] handling current node
I0311 12:50:35.974566 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:50:35.974595 1 main.go:227] handling current node
I0311 12:50:45.987317 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:50:45.987362 1 main.go:227] handling current node
I0311 12:50:56.003434 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:50:56.003467 1 main.go:227] handling current node
I0311 12:51:06.016478 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:51:06.016511 1 main.go:227] handling current node
I0311 12:51:16.025277 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:51:16.025308 1 main.go:227] handling current node
I0311 12:51:26.038207 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:51:26.038235 1 main.go:227] handling current node
I0311 12:51:36.042582 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:51:36.042612 1 main.go:227] handling current node
I0311 12:51:46.049670 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:51:46.049700 1 main.go:227] handling current node
I0311 12:51:56.060561 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:51:56.060591 1 main.go:227] handling current node
==> kube-apiserver [a6165e0945dcecdd3546773eb735a8a1061006f886d2c105db84c01fe241e0ca] <==
W0311 12:49:03.532791 1 handler_proxy.go:93] no RequestInfo found in the context
E0311 12:49:03.533095 1 controller.go:102] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0311 12:49:03.533123 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0311 12:49:03.535110 1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
E0311 12:49:07.546123 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.105.165.135:443/apis/metrics.k8s.io/v1beta1: Get "https://10.105.165.135:443/apis/metrics.k8s.io/v1beta1": context deadline exceeded
W0311 12:49:07.546258 1 handler_proxy.go:93] no RequestInfo found in the context
E0311 12:49:07.546298 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0311 12:49:07.676253 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1beta1.metrics.k8s.io": the object has been modified; please apply your changes to the latest version and try again
I0311 12:49:07.698948 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0311 12:49:07.706578 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0311 12:49:16.726627 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0311 12:50:06.987502 1 watch.go:287] unable to encode watch object *v1.WatchEvent: http2: stream closed (&streaming.encoderWithAllocator{writer:responsewriter.outerWithCloseNotifyAndFlush{UserProvidedDecorator:(*metrics.ResponseWriterDelegator)(0x400968ff50), InnerCloseNotifierFlusher:struct { httpsnoop.Unwrapper; http.ResponseWriter; http.Flusher; http.CloseNotifier; http.Pusher }{Unwrapper:(*httpsnoop.rw)(0x400703ee10), ResponseWriter:(*httpsnoop.rw)(0x400703ee10), Flusher:(*httpsnoop.rw)(0x400703ee10), CloseNotifier:(*httpsnoop.rw)(0x400703ee10), Pusher:(*httpsnoop.rw)(0x400703ee10)}}, encoder:(*versioning.codec)(0x40044d5d60), memAllocator:(*runtime.Allocator)(0x4006d098d8)})
I0311 12:50:16.725725 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0311 12:50:20.218434 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
E0311 12:50:43.733593 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0311 12:51:08.861224 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.108.249.19"}
I0311 12:51:16.724835 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0311 12:51:16.765637 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0311 12:51:16.777681 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0311 12:51:17.803256 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0311 12:51:22.333823 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0311 12:51:22.659101 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.102.193.152"}
I0311 12:51:31.324986 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.100.196.172"}
==> kube-controller-manager [ce5f4d541da9803f2e592f5cbc86244d8503fcb630bbb1c3eb41696c53a2d65b] <==
I0311 12:51:24.725152 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="kube-system/metrics-server-69cf46c98" duration="8.689µs"
I0311 12:51:26.878654 1 namespace_controller.go:182] "Namespace has been deleted" namespace="gadget"
W0311 12:51:27.413315 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 12:51:27.413348 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0311 12:51:31.115922 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0311 12:51:31.141739 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-cdg5s"
I0311 12:51:31.164365 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="49.075138ms"
I0311 12:51:31.213247 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="48.82823ms"
I0311 12:51:31.213329 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="40.59µs"
I0311 12:51:31.213422 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="35.053µs"
I0311 12:51:32.036253 1 shared_informer.go:311] Waiting for caches to sync for resource quota
I0311 12:51:32.036291 1 shared_informer.go:318] Caches are synced for resource quota
I0311 12:51:32.502663 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I0311 12:51:32.502836 1 shared_informer.go:318] Caches are synced for garbage collector
I0311 12:51:34.306923 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="35.766µs"
I0311 12:51:35.305978 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="73.428µs"
W0311 12:51:36.017330 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 12:51:36.017364 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0311 12:51:36.327258 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="74.65µs"
I0311 12:51:48.051217 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0311 12:51:48.053847 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-76dc478dd8" duration="5.202µs"
I0311 12:51:48.061129 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
W0311 12:51:49.602941 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 12:51:49.602980 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0311 12:51:50.373566 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="45.465µs"
==> kube-proxy [2260a3b94348bcef7e2bfc11cf30d679d9aca3f41c2c21f9f32f71246a44aaf6] <==
I0311 12:48:33.865597 1 server_others.go:69] "Using iptables proxy"
I0311 12:48:33.882941 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0311 12:48:33.909681 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0311 12:48:33.911495 1 server_others.go:152] "Using iptables Proxier"
I0311 12:48:33.911523 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0311 12:48:33.911529 1 server_others.go:438] "Defaulting to no-op detect-local"
I0311 12:48:33.911552 1 proxier.go:251] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0311 12:48:33.911744 1 server.go:846] "Version info" version="v1.28.4"
I0311 12:48:33.911754 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0311 12:48:33.913072 1 config.go:188] "Starting service config controller"
I0311 12:48:33.913084 1 shared_informer.go:311] Waiting for caches to sync for service config
I0311 12:48:33.913101 1 config.go:97] "Starting endpoint slice config controller"
I0311 12:48:33.913106 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0311 12:48:33.913446 1 config.go:315] "Starting node config controller"
I0311 12:48:33.913452 1 shared_informer.go:311] Waiting for caches to sync for node config
I0311 12:48:34.013674 1 shared_informer.go:318] Caches are synced for node config
I0311 12:48:34.018057 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0311 12:48:34.018108 1 shared_informer.go:318] Caches are synced for service config
==> kube-scheduler [d253b8b91fc0b2588014a884cac6639ef7ef50c2ad7f93a5b5da851bdb34e760] <==
W0311 12:48:16.956293 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0311 12:48:16.956310 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0311 12:48:16.956388 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0311 12:48:16.956417 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0311 12:48:16.965257 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0311 12:48:16.965299 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0311 12:48:16.965365 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0311 12:48:16.965394 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0311 12:48:16.965453 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0311 12:48:16.965485 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0311 12:48:17.803370 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0311 12:48:17.803467 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0311 12:48:17.829322 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0311 12:48:17.829661 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0311 12:48:17.928145 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0311 12:48:17.928215 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0311 12:48:17.960317 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0311 12:48:17.960356 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0311 12:48:17.971198 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0311 12:48:17.971388 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0311 12:48:18.019017 1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: 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"
E0311 12:48:18.019231 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: 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"
W0311 12:48:18.091221 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0311 12:48:18.091409 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
I0311 12:48:20.137610 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 11 12:51:35 addons-109866 kubelet[1478]: I0311 12:51:35.314197 1478 scope.go:117] "RemoveContainer" containerID="d6ee104aeb6b95631ee73e236df55ea240ab42af5110ff3bf4bdac283a373522"
Mar 11 12:51:36 addons-109866 kubelet[1478]: I0311 12:51:36.313175 1478 scope.go:117] "RemoveContainer" containerID="9469f6b7228e758a091b7489e620c8d5dae7481beee1654b93737e16bdb9c62a"
Mar 11 12:51:36 addons-109866 kubelet[1478]: E0311 12:51:36.313467 1478 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-cdg5s_default(90a2b16f-6ce1-4f6d-b891-ecae64a3aa92)\"" pod="default/hello-world-app-5d77478584-cdg5s" podUID="90a2b16f-6ce1-4f6d-b891-ecae64a3aa92"
Mar 11 12:51:47 addons-109866 kubelet[1478]: I0311 12:51:47.234234 1478 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-57v6h\" (UniqueName: \"kubernetes.io/projected/fd805e6a-7c5e-423b-b249-5bf6eae790f1-kube-api-access-57v6h\") pod \"fd805e6a-7c5e-423b-b249-5bf6eae790f1\" (UID: \"fd805e6a-7c5e-423b-b249-5bf6eae790f1\") "
Mar 11 12:51:47 addons-109866 kubelet[1478]: I0311 12:51:47.238333 1478 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/fd805e6a-7c5e-423b-b249-5bf6eae790f1-kube-api-access-57v6h" (OuterVolumeSpecName: "kube-api-access-57v6h") pod "fd805e6a-7c5e-423b-b249-5bf6eae790f1" (UID: "fd805e6a-7c5e-423b-b249-5bf6eae790f1"). InnerVolumeSpecName "kube-api-access-57v6h". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 11 12:51:47 addons-109866 kubelet[1478]: I0311 12:51:47.335360 1478 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-57v6h\" (UniqueName: \"kubernetes.io/projected/fd805e6a-7c5e-423b-b249-5bf6eae790f1-kube-api-access-57v6h\") on node \"addons-109866\" DevicePath \"\""
Mar 11 12:51:47 addons-109866 kubelet[1478]: I0311 12:51:47.349122 1478 scope.go:117] "RemoveContainer" containerID="0008c6bccd19e1e203971a12151f6715d2a8b38ca858da0d5df923193b00abe3"
Mar 11 12:51:47 addons-109866 kubelet[1478]: I0311 12:51:47.958271 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="fd805e6a-7c5e-423b-b249-5bf6eae790f1" path="/var/lib/kubelet/pods/fd805e6a-7c5e-423b-b249-5bf6eae790f1/volumes"
Mar 11 12:51:49 addons-109866 kubelet[1478]: I0311 12:51:49.957163 1478 scope.go:117] "RemoveContainer" containerID="9469f6b7228e758a091b7489e620c8d5dae7481beee1654b93737e16bdb9c62a"
Mar 11 12:51:49 addons-109866 kubelet[1478]: I0311 12:51:49.959822 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="b0724f57-4ee5-4a51-a8fd-b9385e563285" path="/var/lib/kubelet/pods/b0724f57-4ee5-4a51-a8fd-b9385e563285/volumes"
Mar 11 12:51:49 addons-109866 kubelet[1478]: I0311 12:51:49.960799 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="cc9f17fb-9208-448e-b4fe-f2c2d9db63cd" path="/var/lib/kubelet/pods/cc9f17fb-9208-448e-b4fe-f2c2d9db63cd/volumes"
Mar 11 12:51:50 addons-109866 kubelet[1478]: I0311 12:51:50.358880 1478 scope.go:117] "RemoveContainer" containerID="9469f6b7228e758a091b7489e620c8d5dae7481beee1654b93737e16bdb9c62a"
Mar 11 12:51:50 addons-109866 kubelet[1478]: I0311 12:51:50.359278 1478 scope.go:117] "RemoveContainer" containerID="4bf8c0cb9aee9b6e4eb5b46ec436b7c45554e0de7dae6e11f9aa8222df356c5c"
Mar 11 12:51:50 addons-109866 kubelet[1478]: E0311 12:51:50.359578 1478 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-cdg5s_default(90a2b16f-6ce1-4f6d-b891-ecae64a3aa92)\"" pod="default/hello-world-app-5d77478584-cdg5s" podUID="90a2b16f-6ce1-4f6d-b891-ecae64a3aa92"
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.357505 1478 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/7d909a96-398f-47ac-a95e-cf1073646919-webhook-cert\") pod \"7d909a96-398f-47ac-a95e-cf1073646919\" (UID: \"7d909a96-398f-47ac-a95e-cf1073646919\") "
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.357565 1478 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-dlnsw\" (UniqueName: \"kubernetes.io/projected/7d909a96-398f-47ac-a95e-cf1073646919-kube-api-access-dlnsw\") pod \"7d909a96-398f-47ac-a95e-cf1073646919\" (UID: \"7d909a96-398f-47ac-a95e-cf1073646919\") "
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.359517 1478 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/7d909a96-398f-47ac-a95e-cf1073646919-kube-api-access-dlnsw" (OuterVolumeSpecName: "kube-api-access-dlnsw") pod "7d909a96-398f-47ac-a95e-cf1073646919" (UID: "7d909a96-398f-47ac-a95e-cf1073646919"). InnerVolumeSpecName "kube-api-access-dlnsw". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.360791 1478 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/7d909a96-398f-47ac-a95e-cf1073646919-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "7d909a96-398f-47ac-a95e-cf1073646919" (UID: "7d909a96-398f-47ac-a95e-cf1073646919"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.363045 1478 scope.go:117] "RemoveContainer" containerID="0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c"
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.372905 1478 scope.go:117] "RemoveContainer" containerID="0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c"
Mar 11 12:51:51 addons-109866 kubelet[1478]: E0311 12:51:51.373520 1478 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\": not found" containerID="0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c"
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.373573 1478 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c"} err="failed to get container status \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\": rpc error: code = NotFound desc = an error occurred when try to find container \"0ff4d333d12e0de7a63e21b7b6f56b21a50b8865832ef2266b0f109f903f858c\": not found"
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.458282 1478 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/7d909a96-398f-47ac-a95e-cf1073646919-webhook-cert\") on node \"addons-109866\" DevicePath \"\""
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.458336 1478 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-dlnsw\" (UniqueName: \"kubernetes.io/projected/7d909a96-398f-47ac-a95e-cf1073646919-kube-api-access-dlnsw\") on node \"addons-109866\" DevicePath \"\""
Mar 11 12:51:51 addons-109866 kubelet[1478]: I0311 12:51:51.958787 1478 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="7d909a96-398f-47ac-a95e-cf1073646919" path="/var/lib/kubelet/pods/7d909a96-398f-47ac-a95e-cf1073646919/volumes"
==> storage-provisioner [3cbaca72994090d255ccee0e7e99140a0718028d4c82d05eba0fa1f2230e6ef8] <==
I0311 12:48:39.024053 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0311 12:48:39.111181 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0311 12:48:39.111291 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0311 12:48:39.220507 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0311 12:48:39.220688 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-109866_b52c2dbf-066e-42f7-a420-bc0218bbc508!
I0311 12:48:39.221713 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"8f346508-6b10-4a09-bec9-d1b8b9d85914", APIVersion:"v1", ResourceVersion:"603", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-109866_b52c2dbf-066e-42f7-a420-bc0218bbc508 became leader
I0311 12:48:39.528884 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-109866_b52c2dbf-066e-42f7-a420-bc0218bbc508!
E0311 12:50:27.693593 1 controller.go:1050] claim "28835a80-bbb1-42b9-a246-925c8b10c615" in work queue no longer exists
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-109866 -n addons-109866
helpers_test.go:261: (dbg) Run: kubectl --context addons-109866 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (35.52s)