=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:183: (dbg) Run: kubectl --context addons-534909 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:208: (dbg) Run: kubectl --context addons-534909 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:221: (dbg) Run: kubectl --context addons-534909 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [373e7f75-d8a1-47fb-ac84-5b05143c6261] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [373e7f75-d8a1-47fb-ac84-5b05143c6261] Running
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.016277506s
addons_test.go:238: (dbg) Run: out/minikube-linux-arm64 -p addons-534909 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Run: kubectl --context addons-534909 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:267: (dbg) Run: out/minikube-linux-arm64 -p addons-534909 ip
addons_test.go:273: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:273: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.043895223s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:275: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:279: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:282: (dbg) Run: out/minikube-linux-arm64 -p addons-534909 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:287: (dbg) Run: out/minikube-linux-arm64 -p addons-534909 addons disable ingress --alsologtostderr -v=1
addons_test.go:287: (dbg) Done: out/minikube-linux-arm64 -p addons-534909 addons disable ingress --alsologtostderr -v=1: (8.090272452s)
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-534909
helpers_test.go:235: (dbg) docker inspect addons-534909:
-- stdout --
[
{
"Id": "7490e94dcb85d850f1b9b6e137b065044e47da407d163b27af8510f253b468f8",
"Created": "2023-07-17T22:46:56.687606217Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1391020,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-07-17T22:46:57.043983282Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f52519afe5f6d6f3ce84cbd7f651b1292638d32ca98ee43d88f2d69e113e44de",
"ResolvConfPath": "/var/lib/docker/containers/7490e94dcb85d850f1b9b6e137b065044e47da407d163b27af8510f253b468f8/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/7490e94dcb85d850f1b9b6e137b065044e47da407d163b27af8510f253b468f8/hostname",
"HostsPath": "/var/lib/docker/containers/7490e94dcb85d850f1b9b6e137b065044e47da407d163b27af8510f253b468f8/hosts",
"LogPath": "/var/lib/docker/containers/7490e94dcb85d850f1b9b6e137b065044e47da407d163b27af8510f253b468f8/7490e94dcb85d850f1b9b6e137b065044e47da407d163b27af8510f253b468f8-json.log",
"Name": "/addons-534909",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-534909:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-534909",
"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": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/593374b5997650eaa2ddca1e7468542ae8dc5e4d840d12e3cfb9fd26f8473ab8-init/diff:/var/lib/docker/overlay2/fdc677bc34c4dd81c3e2a60b8c6dfef55cbcd01465515913bdab326c77319b46/diff",
"MergedDir": "/var/lib/docker/overlay2/593374b5997650eaa2ddca1e7468542ae8dc5e4d840d12e3cfb9fd26f8473ab8/merged",
"UpperDir": "/var/lib/docker/overlay2/593374b5997650eaa2ddca1e7468542ae8dc5e4d840d12e3cfb9fd26f8473ab8/diff",
"WorkDir": "/var/lib/docker/overlay2/593374b5997650eaa2ddca1e7468542ae8dc5e4d840d12e3cfb9fd26f8473ab8/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-534909",
"Source": "/var/lib/docker/volumes/addons-534909/_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-534909",
"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:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631",
"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-534909",
"name.minikube.sigs.k8s.io": "addons-534909",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "60fe57d76ff6dd83fe48832fcc527c27804f94b035f4e0d24ed69729bc78f163",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34326"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34325"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34322"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34324"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34323"
}
]
},
"SandboxKey": "/var/run/docker/netns/60fe57d76ff6",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-534909": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"7490e94dcb85",
"addons-534909"
],
"NetworkID": "e46122ff98c964e83b3549dd63f225235399711d617d8d02ffa487981e7e2382",
"EndpointID": "45c342c2cd85d684262a27302adbafe5feb9160fbd5127b77271d3e144d2fc6b",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-534909 -n addons-534909
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-534909 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-534909 logs -n 25: (1.345742707s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-516896 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | |
| | -p download-only-516896 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.16.0 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| start | -o=json --download-only | download-only-516896 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | |
| | -p download-only-516896 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.27.3 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | --all | minikube | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | 17 Jul 23 22:46 UTC |
| delete | -p download-only-516896 | download-only-516896 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | 17 Jul 23 22:46 UTC |
| delete | -p download-only-516896 | download-only-516896 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | 17 Jul 23 22:46 UTC |
| start | --download-only -p | download-docker-120890 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | |
| | download-docker-120890 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p download-docker-120890 | download-docker-120890 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | 17 Jul 23 22:46 UTC |
| start | --download-only -p | binary-mirror-731746 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | |
| | binary-mirror-731746 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:41699 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| delete | -p binary-mirror-731746 | binary-mirror-731746 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | 17 Jul 23 22:46 UTC |
| start | -p addons-534909 | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:46 UTC | 17 Jul 23 22:49 UTC |
| | --wait=true --memory=4000 | | | | | |
| | --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | disable cloud-spanner -p | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| | addons-534909 | | | | | |
| addons | enable headlamp | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| | -p addons-534909 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-534909 ip | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| addons | addons-534909 addons disable | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-534909 addons | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| | addons-534909 | | | | | |
| ssh | addons-534909 ssh curl -s | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-534909 ip | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:49 UTC | 17 Jul 23 22:49 UTC |
| addons | addons-534909 addons disable | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:50 UTC | 17 Jul 23 22:50 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-534909 addons | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:50 UTC | 17 Jul 23 22:50 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-534909 addons disable | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:50 UTC | 17 Jul 23 22:50 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-534909 addons | addons-534909 | jenkins | v1.31.0 | 17 Jul 23 22:50 UTC | 17 Jul 23 22:50 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/07/17 22:46:32
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.20.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0717 22:46:32.698969 1390553 out.go:296] Setting OutFile to fd 1 ...
I0717 22:46:32.699124 1390553 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0717 22:46:32.699135 1390553 out.go:309] Setting ErrFile to fd 2...
I0717 22:46:32.699141 1390553 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0717 22:46:32.699418 1390553 root.go:338] Updating PATH: /home/jenkins/minikube-integration/16899-1384661/.minikube/bin
I0717 22:46:32.699843 1390553 out.go:303] Setting JSON to false
I0717 22:46:32.700782 1390553 start.go:128] hostinfo: {"hostname":"ip-172-31-30-239","uptime":23340,"bootTime":1689610653,"procs":249,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1039-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0717 22:46:32.700849 1390553 start.go:138] virtualization:
I0717 22:46:32.703929 1390553 out.go:177] * [addons-534909] minikube v1.31.0 on Ubuntu 20.04 (arm64)
I0717 22:46:32.706699 1390553 out.go:177] - MINIKUBE_LOCATION=16899
I0717 22:46:32.708791 1390553 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0717 22:46:32.706892 1390553 notify.go:220] Checking for updates...
I0717 22:46:32.713286 1390553 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/16899-1384661/kubeconfig
I0717 22:46:32.715500 1390553 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/16899-1384661/.minikube
I0717 22:46:32.717585 1390553 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0717 22:46:32.719597 1390553 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0717 22:46:32.721875 1390553 driver.go:373] Setting default libvirt URI to qemu:///system
I0717 22:46:32.748513 1390553 docker.go:121] docker version: linux-24.0.4:Docker Engine - Community
I0717 22:46:32.748621 1390553 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 22:46:32.835651 1390553 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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 logentries 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:38 SystemTime:2023-07-17 22:46:32.825903283 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1039-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 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:8215171072 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.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:3dce8eb055cbb6872793272b4f20ed16117344f8 Expected:3dce8eb055cbb6872793272b4f20ed16117344f8} RuncCommit:{ID:v1.1.7-0-g860f061 Expected:v1.1.7-0-g860f061} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.11.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.19.1]] Warnings:<nil>}}
I0717 22:46:32.835767 1390553 docker.go:294] overlay module found
I0717 22:46:32.838109 1390553 out.go:177] * Using the docker driver based on user configuration
I0717 22:46:32.840224 1390553 start.go:298] selected driver: docker
I0717 22:46:32.840240 1390553 start.go:880] validating driver "docker" against <nil>
I0717 22:46:32.840253 1390553 start.go:891] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0717 22:46:32.840952 1390553 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 22:46:32.911245 1390553 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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 logentries 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:38 SystemTime:2023-07-17 22:46:32.900790816 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1039-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 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:8215171072 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.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:3dce8eb055cbb6872793272b4f20ed16117344f8 Expected:3dce8eb055cbb6872793272b4f20ed16117344f8} RuncCommit:{ID:v1.1.7-0-g860f061 Expected:v1.1.7-0-g860f061} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.11.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.19.1]] Warnings:<nil>}}
I0717 22:46:32.911415 1390553 start_flags.go:305] no existing cluster config was found, will generate one from the flags
I0717 22:46:32.911652 1390553 start_flags.go:919] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0717 22:46:32.914085 1390553 out.go:177] * Using Docker driver with root privileges
I0717 22:46:32.915898 1390553 cni.go:84] Creating CNI manager for ""
I0717 22:46:32.915919 1390553 cni.go:149] "docker" driver + "docker" runtime found, recommending kindnet
I0717 22:46:32.915936 1390553 start_flags.go:314] Found "CNI" CNI - setting NetworkPlugin=cni
I0717 22:46:32.915951 1390553 start_flags.go:319] config:
{Name:addons-534909 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.27.3 ClusterName:addons-534909 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:
cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0}
I0717 22:46:32.918333 1390553 out.go:177] * Starting control plane node addons-534909 in cluster addons-534909
I0717 22:46:32.920429 1390553 cache.go:122] Beginning downloading kic base image for docker with docker
I0717 22:46:32.922637 1390553 out.go:177] * Pulling base image ...
I0717 22:46:32.924600 1390553 preload.go:132] Checking if preload exists for k8s version v1.27.3 and runtime docker
I0717 22:46:32.924666 1390553 preload.go:148] Found local preload: /home/jenkins/minikube-integration/16899-1384661/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4
I0717 22:46:32.924681 1390553 cache.go:57] Caching tarball of preloaded images
I0717 22:46:32.924682 1390553 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 in local docker daemon
I0717 22:46:32.924750 1390553 preload.go:174] Found /home/jenkins/minikube-integration/16899-1384661/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4 in cache, skipping download
I0717 22:46:32.924760 1390553 cache.go:60] Finished verifying existence of preloaded tar for v1.27.3 on docker
I0717 22:46:32.925190 1390553 profile.go:148] Saving config to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/config.json ...
I0717 22:46:32.925255 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/config.json: {Name:mkdebdedfc8bc03da86b69f99c0ec6d37a1fb501 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:46:32.941567 1390553 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 to local cache
I0717 22:46:32.941685 1390553 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 in local cache directory
I0717 22:46:32.941710 1390553 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 in local cache directory, skipping pull
I0717 22:46:32.941719 1390553 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 exists in cache, skipping pull
I0717 22:46:32.941729 1390553 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 as a tarball
I0717 22:46:32.941735 1390553 cache.go:163] Loading gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 from local cache
I0717 22:46:49.117430 1390553 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 from cached tarball
I0717 22:46:49.117467 1390553 cache.go:195] Successfully downloaded all kic artifacts
I0717 22:46:49.117520 1390553 start.go:365] acquiring machines lock for addons-534909: {Name:mk82b044dca1eac2b26dd75aee60c11ac8fe479a Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0717 22:46:49.118284 1390553 start.go:369] acquired machines lock for "addons-534909" in 736.324µs
I0717 22:46:49.118326 1390553 start.go:93] Provisioning new machine with config: &{Name:addons-534909 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.27.3 ClusterName:addons-534909 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServ
erIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Custo
mQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0} &{Name: IP: Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I0717 22:46:49.118427 1390553 start.go:125] createHost starting for "" (driver="docker")
I0717 22:46:49.121229 1390553 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0717 22:46:49.121491 1390553 start.go:159] libmachine.API.Create for "addons-534909" (driver="docker")
I0717 22:46:49.121520 1390553 client.go:168] LocalClient.Create starting
I0717 22:46:49.121657 1390553 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca.pem
I0717 22:46:49.479471 1390553 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/cert.pem
I0717 22:46:50.186090 1390553 cli_runner.go:164] Run: docker network inspect addons-534909 --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}}]}"
W0717 22:46:50.206367 1390553 cli_runner.go:211] docker network inspect addons-534909 --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
I0717 22:46:50.206453 1390553 network_create.go:281] running [docker network inspect addons-534909] to gather additional debugging logs...
I0717 22:46:50.206473 1390553 cli_runner.go:164] Run: docker network inspect addons-534909
W0717 22:46:50.224982 1390553 cli_runner.go:211] docker network inspect addons-534909 returned with exit code 1
I0717 22:46:50.225017 1390553 network_create.go:284] error running [docker network inspect addons-534909]: docker network inspect addons-534909: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-534909 not found
I0717 22:46:50.225030 1390553 network_create.go:286] output of [docker network inspect addons-534909]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-534909 not found
** /stderr **
I0717 22:46:50.225098 1390553 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}}]}"
I0717 22:46:50.243461 1390553 network.go:209] 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:0x40017428b0}
I0717 22:46:50.243504 1390553 network_create.go:123] attempt to create docker network addons-534909 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0717 22:46:50.243564 1390553 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-534909 addons-534909
I0717 22:46:50.325299 1390553 network_create.go:107] docker network addons-534909 192.168.49.0/24 created
I0717 22:46:50.325334 1390553 kic.go:117] calculated static IP "192.168.49.2" for the "addons-534909" container
I0717 22:46:50.325416 1390553 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0717 22:46:50.342353 1390553 cli_runner.go:164] Run: docker volume create addons-534909 --label name.minikube.sigs.k8s.io=addons-534909 --label created_by.minikube.sigs.k8s.io=true
I0717 22:46:50.366194 1390553 oci.go:103] Successfully created a docker volume addons-534909
I0717 22:46:50.366298 1390553 cli_runner.go:164] Run: docker run --rm --name addons-534909-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-534909 --entrypoint /usr/bin/test -v addons-534909:/var gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -d /var/lib
I0717 22:46:52.569830 1390553 cli_runner.go:217] Completed: docker run --rm --name addons-534909-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-534909 --entrypoint /usr/bin/test -v addons-534909:/var gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -d /var/lib: (2.203477187s)
I0717 22:46:52.569864 1390553 oci.go:107] Successfully prepared a docker volume addons-534909
I0717 22:46:52.569888 1390553 preload.go:132] Checking if preload exists for k8s version v1.27.3 and runtime docker
I0717 22:46:52.569907 1390553 kic.go:190] Starting extracting preloaded images to volume ...
I0717 22:46:52.570022 1390553 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/16899-1384661/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-534909:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -I lz4 -xf /preloaded.tar -C /extractDir
I0717 22:46:56.604157 1390553 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/16899-1384661/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.3-docker-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-534909:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 -I lz4 -xf /preloaded.tar -C /extractDir: (4.0340847s)
I0717 22:46:56.604191 1390553 kic.go:199] duration metric: took 4.034280 seconds to extract preloaded images to volume
W0717 22:46:56.604348 1390553 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0717 22:46:56.604477 1390553 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0717 22:46:56.671567 1390553 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-534909 --name addons-534909 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-534909 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-534909 --network addons-534909 --ip 192.168.49.2 --volume addons-534909:/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:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631
I0717 22:46:57.053735 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Running}}
I0717 22:46:57.081126 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:46:57.110795 1390553 cli_runner.go:164] Run: docker exec addons-534909 stat /var/lib/dpkg/alternatives/iptables
I0717 22:46:57.190713 1390553 oci.go:144] the created container "addons-534909" has a running status.
I0717 22:46:57.190740 1390553 kic.go:221] Creating ssh key for kic: /home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa...
I0717 22:46:58.058525 1390553 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0717 22:46:58.089171 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:46:58.112658 1390553 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0717 22:46:58.112679 1390553 kic_runner.go:114] Args: [docker exec --privileged addons-534909 chown docker:docker /home/docker/.ssh/authorized_keys]
I0717 22:46:58.221067 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:46:58.240469 1390553 machine.go:88] provisioning docker machine ...
I0717 22:46:58.240500 1390553 ubuntu.go:169] provisioning hostname "addons-534909"
I0717 22:46:58.240572 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:46:58.266193 1390553 main.go:141] libmachine: Using SSH client type: native
I0717 22:46:58.266652 1390553 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 34326 <nil> <nil>}
I0717 22:46:58.266664 1390553 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-534909 && echo "addons-534909" | sudo tee /etc/hostname
I0717 22:46:58.431206 1390553 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-534909
I0717 22:46:58.431292 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:46:58.451439 1390553 main.go:141] libmachine: Using SSH client type: native
I0717 22:46:58.451889 1390553 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 34326 <nil> <nil>}
I0717 22:46:58.451914 1390553 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-534909' /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-534909/g' /etc/hosts;
else
echo '127.0.1.1 addons-534909' | sudo tee -a /etc/hosts;
fi
fi
I0717 22:46:58.586172 1390553 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0717 22:46:58.586198 1390553 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/16899-1384661/.minikube CaCertPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/16899-1384661/.minikube}
I0717 22:46:58.586217 1390553 ubuntu.go:177] setting up certificates
I0717 22:46:58.586225 1390553 provision.go:83] configureAuth start
I0717 22:46:58.586293 1390553 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-534909
I0717 22:46:58.606488 1390553 provision.go:138] copyHostCerts
I0717 22:46:58.606574 1390553 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.pem (1078 bytes)
I0717 22:46:58.606699 1390553 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/16899-1384661/.minikube/cert.pem (1123 bytes)
I0717 22:46:58.606767 1390553 exec_runner.go:151] cp: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/16899-1384661/.minikube/key.pem (1679 bytes)
I0717 22:46:58.606820 1390553 provision.go:112] generating server cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca-key.pem org=jenkins.addons-534909 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-534909]
I0717 22:46:59.150944 1390553 provision.go:172] copyRemoteCerts
I0717 22:46:59.151051 1390553 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0717 22:46:59.151096 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:46:59.168880 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:46:59.263570 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0717 22:46:59.295423 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0717 22:46:59.325098 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0717 22:46:59.354765 1390553 provision.go:86] duration metric: configureAuth took 768.520162ms
I0717 22:46:59.354791 1390553 ubuntu.go:193] setting minikube options for container-runtime
I0717 22:46:59.355003 1390553 config.go:182] Loaded profile config "addons-534909": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.27.3
I0717 22:46:59.355065 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:46:59.373069 1390553 main.go:141] libmachine: Using SSH client type: native
I0717 22:46:59.373513 1390553 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 34326 <nil> <nil>}
I0717 22:46:59.373529 1390553 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0717 22:46:59.506801 1390553 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0717 22:46:59.506863 1390553 ubuntu.go:71] root file system type: overlay
I0717 22:46:59.506979 1390553 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
I0717 22:46:59.507052 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:46:59.526187 1390553 main.go:141] libmachine: Using SSH client type: native
I0717 22:46:59.526627 1390553 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 34326 <nil> <nil>}
I0717 22:46:59.526713 1390553 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %!s(MISSING) "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0717 22:46:59.668160 1390553 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0717 22:46:59.668278 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:46:59.687294 1390553 main.go:141] libmachine: Using SSH client type: native
I0717 22:46:59.687741 1390553 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x39f610] 0x3a1fa0 <nil> [] 0s} 127.0.0.1 34326 <nil> <nil>}
I0717 22:46:59.687768 1390553 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0717 22:47:00.704523 1390553 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2023-07-07 14:51:01.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2023-07-17 22:46:59.661988264 +0000
@@ -1,30 +1,32 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
@@ -32,16 +34,16 @@
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0717 22:47:00.704550 1390553 machine.go:91] provisioned docker machine in 2.464060494s
I0717 22:47:00.704560 1390553 client.go:171] LocalClient.Create took 11.583035064s
I0717 22:47:00.704571 1390553 start.go:167] duration metric: libmachine.API.Create for "addons-534909" took 11.583081431s
I0717 22:47:00.704579 1390553 start.go:300] post-start starting for "addons-534909" (driver="docker")
I0717 22:47:00.704609 1390553 start.go:329] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0717 22:47:00.704694 1390553 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
I0717 22:47:00.704747 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:00.726624 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:00.824369 1390553 ssh_runner.go:195] Run: cat /etc/os-release
I0717 22:47:00.828660 1390553 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0717 22:47:00.828700 1390553 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0717 22:47:00.828713 1390553 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0717 22:47:00.828720 1390553 info.go:137] Remote host: Ubuntu 22.04.2 LTS
I0717 22:47:00.828729 1390553 filesync.go:126] Scanning /home/jenkins/minikube-integration/16899-1384661/.minikube/addons for local assets ...
I0717 22:47:00.828808 1390553 filesync.go:126] Scanning /home/jenkins/minikube-integration/16899-1384661/.minikube/files for local assets ...
I0717 22:47:00.828833 1390553 start.go:303] post-start completed in 124.226808ms
I0717 22:47:00.829219 1390553 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-534909
I0717 22:47:00.846567 1390553 profile.go:148] Saving config to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/config.json ...
I0717 22:47:00.846867 1390553 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0717 22:47:00.846917 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:00.864617 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:00.954922 1390553 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0717 22:47:00.960882 1390553 start.go:128] duration metric: createHost completed in 11.842436434s
I0717 22:47:00.960908 1390553 start.go:83] releasing machines lock for "addons-534909", held for 11.842605362s
I0717 22:47:00.960979 1390553 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-534909
I0717 22:47:00.981284 1390553 ssh_runner.go:195] Run: cat /version.json
I0717 22:47:00.981343 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:00.981357 1390553 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0717 22:47:00.981424 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:01.005031 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:01.007293 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:01.238730 1390553 ssh_runner.go:195] Run: systemctl --version
I0717 22:47:01.244846 1390553 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0717 22:47:01.251071 1390553 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' {}" ;
I0717 22:47:01.283230 1390553 cni.go:236] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0717 22:47:01.283368 1390553 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" ;
I0717 22:47:01.320236 1390553 cni.go:268] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0717 22:47:01.320314 1390553 start.go:466] detecting cgroup driver to use...
I0717 22:47:01.320363 1390553 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0717 22:47:01.320549 1390553 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"
I0717 22:47:01.342546 1390553 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"
I0717 22:47:01.355645 1390553 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"
I0717 22:47:01.368754 1390553 containerd.go:145] configuring containerd to use "cgroupfs" as cgroup driver...
I0717 22:47:01.368820 1390553 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0717 22:47:01.381347 1390553 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"
I0717 22:47:01.393864 1390553 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0717 22:47:01.405816 1390553 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0717 22:47:01.417910 1390553 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0717 22:47:01.429660 1390553 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"
I0717 22:47:01.442006 1390553 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0717 22:47:01.452834 1390553 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0717 22:47:01.463319 1390553 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 22:47:01.555356 1390553 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0717 22:47:01.664308 1390553 start.go:466] detecting cgroup driver to use...
I0717 22:47:01.664384 1390553 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0717 22:47:01.664473 1390553 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0717 22:47:01.683099 1390553 cruntime.go:276] skipping containerd shutdown because we are bound to it
I0717 22:47:01.683193 1390553 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0717 22:47:01.698003 1390553 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0717 22:47:01.718843 1390553 ssh_runner.go:195] Run: which cri-dockerd
I0717 22:47:01.724257 1390553 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0717 22:47:01.735802 1390553 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (189 bytes)
I0717 22:47:01.759002 1390553 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0717 22:47:01.867614 1390553 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0717 22:47:01.984826 1390553 docker.go:535] configuring docker to use "cgroupfs" as cgroup driver...
I0717 22:47:01.984880 1390553 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (144 bytes)
I0717 22:47:02.013708 1390553 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 22:47:02.116908 1390553 ssh_runner.go:195] Run: sudo systemctl restart docker
I0717 22:47:02.418034 1390553 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0717 22:47:02.515546 1390553 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0717 22:47:02.609861 1390553 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0717 22:47:02.715581 1390553 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 22:47:02.822014 1390553 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0717 22:47:02.840775 1390553 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 22:47:02.944826 1390553 ssh_runner.go:195] Run: sudo systemctl restart cri-docker
I0717 22:47:03.038681 1390553 start.go:513] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0717 22:47:03.038856 1390553 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0717 22:47:03.045740 1390553 start.go:534] Will wait 60s for crictl version
I0717 22:47:03.045864 1390553 ssh_runner.go:195] Run: which crictl
I0717 22:47:03.052047 1390553 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0717 22:47:03.118286 1390553 start.go:550] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 24.0.4
RuntimeApiVersion: v1
I0717 22:47:03.118448 1390553 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0717 22:47:03.156188 1390553 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0717 22:47:03.188091 1390553 out.go:204] * Preparing Kubernetes v1.27.3 on Docker 24.0.4 ...
I0717 22:47:03.188224 1390553 cli_runner.go:164] Run: docker network inspect addons-534909 --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}}]}"
I0717 22:47:03.206293 1390553 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0717 22:47:03.210911 1390553 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""
I0717 22:47:03.224723 1390553 preload.go:132] Checking if preload exists for k8s version v1.27.3 and runtime docker
I0717 22:47:03.224797 1390553 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0717 22:47:03.246544 1390553 docker.go:636] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.27.3
registry.k8s.io/kube-controller-manager:v1.27.3
registry.k8s.io/kube-scheduler:v1.27.3
registry.k8s.io/kube-proxy:v1.27.3
registry.k8s.io/coredns/coredns:v1.10.1
registry.k8s.io/etcd:3.5.7-0
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0717 22:47:03.246567 1390553 docker.go:566] Images already preloaded, skipping extraction
I0717 22:47:03.246633 1390553 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0717 22:47:03.269382 1390553 docker.go:636] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.27.3
registry.k8s.io/kube-controller-manager:v1.27.3
registry.k8s.io/kube-scheduler:v1.27.3
registry.k8s.io/kube-proxy:v1.27.3
registry.k8s.io/coredns/coredns:v1.10.1
registry.k8s.io/etcd:3.5.7-0
registry.k8s.io/pause:3.9
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0717 22:47:03.269406 1390553 cache_images.go:84] Images are preloaded, skipping loading
I0717 22:47:03.269470 1390553 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0717 22:47:03.332093 1390553 cni.go:84] Creating CNI manager for ""
I0717 22:47:03.332115 1390553 cni.go:149] "docker" driver + "docker" runtime found, recommending kindnet
I0717 22:47:03.332149 1390553 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0717 22:47:03.332169 1390553 kubeadm.go:176] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.27.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-534909 NodeName:addons-534909 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0717 22:47:03.332306 1390553 kubeadm.go:181] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/cri-dockerd.sock
name: "addons-534909"
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.27.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0717 22:47:03.332373 1390553 kubeadm.go:976] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.27.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/cri-dockerd.sock --hostname-override=addons-534909 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.27.3 ClusterName:addons-534909 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I0717 22:47:03.332447 1390553 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.27.3
I0717 22:47:03.343545 1390553 binaries.go:44] Found k8s binaries, skipping transfer
I0717 22:47:03.343621 1390553 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0717 22:47:03.354403 1390553 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (374 bytes)
I0717 22:47:03.375720 1390553 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0717 22:47:03.397716 1390553 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2096 bytes)
I0717 22:47:03.420348 1390553 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0717 22:47:03.425144 1390553 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""
I0717 22:47:03.439375 1390553 certs.go:56] Setting up /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909 for IP: 192.168.49.2
I0717 22:47:03.439411 1390553 certs.go:190] acquiring lock for shared ca certs: {Name:mk6fe46c8df27a790849650201176fd556c5399e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:03.439591 1390553 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.key
I0717 22:47:04.170900 1390553 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.crt ...
I0717 22:47:04.170931 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.crt: {Name:mk4ca1c4c738288c47fe8e6b1d21f1c64d7fc3c2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:04.171127 1390553 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.key ...
I0717 22:47:04.171139 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.key: {Name:mkd6cf44ef97ce49d6a26e8ab0bfe4d6c2ac5aac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:04.171220 1390553 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/16899-1384661/.minikube/proxy-client-ca.key
I0717 22:47:05.000652 1390553 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16899-1384661/.minikube/proxy-client-ca.crt ...
I0717 22:47:05.000692 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/proxy-client-ca.crt: {Name:mke0bfd3b257a55618135eff1f676cb9caae2f46 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.000935 1390553 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16899-1384661/.minikube/proxy-client-ca.key ...
I0717 22:47:05.000945 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/proxy-client-ca.key: {Name:mk543e9638763d6bf994c9a901f348b384651fbb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.001059 1390553 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/client.key
I0717 22:47:05.001096 1390553 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/client.crt with IP's: []
I0717 22:47:05.197494 1390553 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/client.crt ...
I0717 22:47:05.197532 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/client.crt: {Name:mkc874c4c9c34839274171d91e0816b14a01ec4a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.197715 1390553 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/client.key ...
I0717 22:47:05.197730 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/client.key: {Name:mk281af899eaf0ce525a6faf50c9007f6188d34e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.197814 1390553 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.key.dd3b5fb2
I0717 22:47:05.197836 1390553 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0717 22:47:05.426792 1390553 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.crt.dd3b5fb2 ...
I0717 22:47:05.426823 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.crt.dd3b5fb2: {Name:mkbf261a7b88e2d33cb1852ba473661fad938cf4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.427018 1390553 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.key.dd3b5fb2 ...
I0717 22:47:05.427032 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.key.dd3b5fb2: {Name:mk0256914cf38ae95aaa0450b4f2091eee78d131 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.427114 1390553 certs.go:337] copying /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.crt
I0717 22:47:05.427185 1390553 certs.go:341] copying /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.key
I0717 22:47:05.427235 1390553 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.key
I0717 22:47:05.427254 1390553 crypto.go:68] Generating cert /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.crt with IP's: []
I0717 22:47:05.725292 1390553 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.crt ...
I0717 22:47:05.725325 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.crt: {Name:mk1537a4cbf9474038811c5db091a9343a08d99d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.725523 1390553 crypto.go:164] Writing key to /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.key ...
I0717 22:47:05.725536 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.key: {Name:mk9daf9b30922065c6caadde5dcb112542728527 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:05.725741 1390553 certs.go:437] found cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca-key.pem (1675 bytes)
I0717 22:47:05.725785 1390553 certs.go:437] found cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/ca.pem (1078 bytes)
I0717 22:47:05.725814 1390553 certs.go:437] found cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/cert.pem (1123 bytes)
I0717 22:47:05.725848 1390553 certs.go:437] found cert: /home/jenkins/minikube-integration/16899-1384661/.minikube/certs/home/jenkins/minikube-integration/16899-1384661/.minikube/certs/key.pem (1679 bytes)
I0717 22:47:05.726460 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0717 22:47:05.757946 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0717 22:47:05.786760 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0717 22:47:05.815667 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/profiles/addons-534909/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0717 22:47:05.844042 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0717 22:47:05.873403 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0717 22:47:05.902521 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0717 22:47:05.931138 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0717 22:47:05.960378 1390553 ssh_runner.go:362] scp /home/jenkins/minikube-integration/16899-1384661/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0717 22:47:05.990054 1390553 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0717 22:47:06.016965 1390553 ssh_runner.go:195] Run: openssl version
I0717 22:47:06.025026 1390553 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"
I0717 22:47:06.038982 1390553 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0717 22:47:06.044449 1390553 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Jul 17 22:47 /usr/share/ca-certificates/minikubeCA.pem
I0717 22:47:06.044520 1390553 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0717 22:47:06.054337 1390553 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"
I0717 22:47:06.068107 1390553 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0717 22:47:06.073181 1390553 certs.go:353] certs directory doesn't exist, likely first start: ls /var/lib/minikube/certs/etcd: Process exited with status 2
stdout:
stderr:
ls: cannot access '/var/lib/minikube/certs/etcd': No such file or directory
I0717 22:47:06.073233 1390553 kubeadm.go:404] StartCluster: {Name:addons-534909 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.40@sha256:8cadf23777709e43eca447c47a45f5a4635615129267ce025193040ec92a1631 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.27.3 ClusterName:addons-534909 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:clu
ster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0}
I0717 22:47:06.073379 1390553 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0717 22:47:06.095896 1390553 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0717 22:47:06.108173 1390553 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0717 22:47:06.120504 1390553 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0717 22:47:06.120578 1390553 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
I0717 22:47:06.133008 1390553 kubeadm.go:152] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0717 22:47:06.133054 1390553 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.27.3:$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"
I0717 22:47:06.189788 1390553 kubeadm.go:322] [init] Using Kubernetes version: v1.27.3
I0717 22:47:06.189886 1390553 kubeadm.go:322] [preflight] Running pre-flight checks
I0717 22:47:06.253512 1390553 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0717 22:47:06.253603 1390553 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1039-aws[0m
I0717 22:47:06.253657 1390553 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0717 22:47:06.253720 1390553 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0717 22:47:06.253784 1390553 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0717 22:47:06.253847 1390553 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0717 22:47:06.253910 1390553 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0717 22:47:06.253976 1390553 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0717 22:47:06.254045 1390553 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0717 22:47:06.254115 1390553 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0717 22:47:06.254181 1390553 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0717 22:47:06.254248 1390553 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0717 22:47:06.336796 1390553 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0717 22:47:06.336922 1390553 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0717 22:47:06.337016 1390553 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0717 22:47:06.692379 1390553 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0717 22:47:06.698155 1390553 out.go:204] - Generating certificates and keys ...
I0717 22:47:06.698326 1390553 kubeadm.go:322] [certs] Using existing ca certificate authority
I0717 22:47:06.698395 1390553 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0717 22:47:06.973156 1390553 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0717 22:47:08.224575 1390553 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0717 22:47:08.964110 1390553 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0717 22:47:09.248177 1390553 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0717 22:47:09.682953 1390553 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0717 22:47:09.683379 1390553 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-534909 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 22:47:10.243370 1390553 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0717 22:47:10.244051 1390553 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-534909 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 22:47:10.612929 1390553 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0717 22:47:11.036069 1390553 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0717 22:47:11.944874 1390553 kubeadm.go:322] [certs] Generating "sa" key and public key
I0717 22:47:11.945210 1390553 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0717 22:47:12.495095 1390553 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0717 22:47:13.224253 1390553 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0717 22:47:13.636649 1390553 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0717 22:47:14.252658 1390553 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0717 22:47:14.268665 1390553 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0717 22:47:14.270110 1390553 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0717 22:47:14.270192 1390553 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0717 22:47:14.394605 1390553 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0717 22:47:14.397314 1390553 out.go:204] - Booting up control plane ...
I0717 22:47:14.397418 1390553 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0717 22:47:14.397494 1390553 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0717 22:47:14.397907 1390553 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0717 22:47:14.399230 1390553 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0717 22:47:14.402583 1390553 kubeadm.go:322] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0717 22:47:23.406070 1390553 kubeadm.go:322] [apiclient] All control plane components are healthy after 9.002913 seconds
I0717 22:47:23.406184 1390553 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0717 22:47:23.422367 1390553 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0717 22:47:23.948239 1390553 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0717 22:47:23.948427 1390553 kubeadm.go:322] [mark-control-plane] Marking the node addons-534909 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0717 22:47:24.461960 1390553 kubeadm.go:322] [bootstrap-token] Using token: igit2u.winhse0geavpeojr
I0717 22:47:24.465797 1390553 out.go:204] - Configuring RBAC rules ...
I0717 22:47:24.465978 1390553 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0717 22:47:24.472342 1390553 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0717 22:47:24.482064 1390553 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0717 22:47:24.486597 1390553 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0717 22:47:24.490697 1390553 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0717 22:47:24.495174 1390553 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0717 22:47:24.509893 1390553 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0717 22:47:24.770476 1390553 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0717 22:47:24.883343 1390553 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0717 22:47:24.885676 1390553 kubeadm.go:322]
I0717 22:47:24.885745 1390553 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0717 22:47:24.885759 1390553 kubeadm.go:322]
I0717 22:47:24.885833 1390553 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0717 22:47:24.885838 1390553 kubeadm.go:322]
I0717 22:47:24.885862 1390553 kubeadm.go:322] mkdir -p $HOME/.kube
I0717 22:47:24.885917 1390553 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0717 22:47:24.885967 1390553 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0717 22:47:24.885972 1390553 kubeadm.go:322]
I0717 22:47:24.886023 1390553 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0717 22:47:24.886027 1390553 kubeadm.go:322]
I0717 22:47:24.886072 1390553 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0717 22:47:24.886076 1390553 kubeadm.go:322]
I0717 22:47:24.886125 1390553 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0717 22:47:24.886195 1390553 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0717 22:47:24.886260 1390553 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0717 22:47:24.886264 1390553 kubeadm.go:322]
I0717 22:47:24.886343 1390553 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0717 22:47:24.886415 1390553 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0717 22:47:24.886419 1390553 kubeadm.go:322]
I0717 22:47:24.886503 1390553 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token igit2u.winhse0geavpeojr \
I0717 22:47:24.886601 1390553 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:e5d5c8c9181b8ed72220af3cac9466140f0edb69a687eef1ac98c0aceaf43e58 \
I0717 22:47:24.886620 1390553 kubeadm.go:322] --control-plane
I0717 22:47:24.886624 1390553 kubeadm.go:322]
I0717 22:47:24.886709 1390553 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0717 22:47:24.886713 1390553 kubeadm.go:322]
I0717 22:47:24.886790 1390553 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token igit2u.winhse0geavpeojr \
I0717 22:47:24.886885 1390553 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:e5d5c8c9181b8ed72220af3cac9466140f0edb69a687eef1ac98c0aceaf43e58
I0717 22:47:24.894799 1390553 kubeadm.go:322] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1039-aws\n", err: exit status 1
I0717 22:47:24.895014 1390553 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0717 22:47:24.895049 1390553 cni.go:84] Creating CNI manager for ""
I0717 22:47:24.895089 1390553 cni.go:149] "docker" driver + "docker" runtime found, recommending kindnet
I0717 22:47:24.898572 1390553 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0717 22:47:24.900584 1390553 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0717 22:47:24.906446 1390553 cni.go:188] applying CNI manifest using /var/lib/minikube/binaries/v1.27.3/kubectl ...
I0717 22:47:24.906472 1390553 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0717 22:47:24.937271 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0717 22:47:26.021785 1390553 ssh_runner.go:235] Completed: sudo /var/lib/minikube/binaries/v1.27.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml: (1.084468748s)
I0717 22:47:26.021841 1390553 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0717 22:47:26.021962 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:26.021973 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl label nodes minikube.k8s.io/version=v1.31.0 minikube.k8s.io/commit=b76e7e219387ed29a8027b03764cb35e04d80ac8 minikube.k8s.io/name=addons-534909 minikube.k8s.io/updated_at=2023_07_17T22_47_26_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:26.240162 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:26.240221 1390553 ops.go:34] apiserver oom_adj: -16
I0717 22:47:26.843915 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:27.343978 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:27.844160 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:28.343388 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:28.843629 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:29.344045 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:29.844179 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:30.343345 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:30.843911 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:31.343310 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:31.844236 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:32.344016 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:32.843383 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:33.343423 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:33.844073 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:34.344037 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:34.844212 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:35.343331 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:35.843537 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:36.343778 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:36.843360 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:37.344017 1390553 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 22:47:37.521850 1390553 kubeadm.go:1081] duration metric: took 11.499960953s to wait for elevateKubeSystemPrivileges.
I0717 22:47:37.521878 1390553 kubeadm.go:406] StartCluster complete in 31.448651598s
I0717 22:47:37.521895 1390553 settings.go:142] acquiring lock: {Name:mkc0c7943c743f0a2c4e51e89031f3fcf4ae225e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:37.522028 1390553 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/16899-1384661/kubeconfig
I0717 22:47:37.522386 1390553 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/16899-1384661/kubeconfig: {Name:mk792c43221d3b29507daafdb089ed87fdff17a2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 22:47:37.522575 1390553 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0717 22:47:37.522853 1390553 config.go:182] Loaded profile config "addons-534909": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.27.3
I0717 22:47:37.522999 1390553 addons.go:499] 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 kubevirt:false logviewer:false metallb:false metrics-server: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 volumesnapshots:true]
I0717 22:47:37.523080 1390553 addons.go:69] Setting volumesnapshots=true in profile "addons-534909"
I0717 22:47:37.523094 1390553 addons.go:231] Setting addon volumesnapshots=true in "addons-534909"
I0717 22:47:37.523150 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.523598 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.524097 1390553 addons.go:69] Setting cloud-spanner=true in profile "addons-534909"
I0717 22:47:37.524117 1390553 addons.go:231] Setting addon cloud-spanner=true in "addons-534909"
I0717 22:47:37.524150 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.524550 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.524928 1390553 addons.go:69] Setting inspektor-gadget=true in profile "addons-534909"
I0717 22:47:37.524956 1390553 addons.go:231] Setting addon inspektor-gadget=true in "addons-534909"
I0717 22:47:37.524990 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.525386 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.525466 1390553 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-534909"
I0717 22:47:37.525496 1390553 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-534909"
I0717 22:47:37.525525 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.525872 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.525933 1390553 addons.go:69] Setting default-storageclass=true in profile "addons-534909"
I0717 22:47:37.525948 1390553 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-534909"
I0717 22:47:37.526154 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.526214 1390553 addons.go:69] Setting gcp-auth=true in profile "addons-534909"
I0717 22:47:37.526229 1390553 mustload.go:65] Loading cluster: addons-534909
I0717 22:47:37.526383 1390553 config.go:182] Loaded profile config "addons-534909": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.27.3
I0717 22:47:37.526580 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.526638 1390553 addons.go:69] Setting ingress=true in profile "addons-534909"
I0717 22:47:37.526652 1390553 addons.go:231] Setting addon ingress=true in "addons-534909"
I0717 22:47:37.526683 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.527047 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.527106 1390553 addons.go:69] Setting ingress-dns=true in profile "addons-534909"
I0717 22:47:37.527123 1390553 addons.go:231] Setting addon ingress-dns=true in "addons-534909"
I0717 22:47:37.527161 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.527581 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.527700 1390553 addons.go:69] Setting storage-provisioner=true in profile "addons-534909"
I0717 22:47:37.527736 1390553 addons.go:231] Setting addon storage-provisioner=true in "addons-534909"
I0717 22:47:37.527778 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.528150 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.528228 1390553 addons.go:69] Setting metrics-server=true in profile "addons-534909"
I0717 22:47:37.528251 1390553 addons.go:231] Setting addon metrics-server=true in "addons-534909"
I0717 22:47:37.528288 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.528666 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.560950 1390553 addons.go:69] Setting registry=true in profile "addons-534909"
I0717 22:47:37.560990 1390553 addons.go:231] Setting addon registry=true in "addons-534909"
I0717 22:47:37.561037 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.562094 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.594812 1390553 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.3
I0717 22:47:37.623754 1390553 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0717 22:47:37.623783 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0717 22:47:37.623850 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.635491 1390553 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.7
I0717 22:47:37.639499 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0717 22:47:37.641885 1390553 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0717 22:47:37.641908 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0717 22:47:37.641974 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.645672 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0717 22:47:37.647800 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0717 22:47:37.649665 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0717 22:47:37.652962 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0717 22:47:37.655055 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0717 22:47:37.657098 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0717 22:47:37.656224 1390553 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I0717 22:47:37.662434 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1003 bytes)
I0717 22:47:37.662632 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.664567 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0717 22:47:37.662406 1390553 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.18.1
I0717 22:47:37.671678 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I0717 22:47:37.671702 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0717 22:47:37.671768 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.674908 1390553 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0717 22:47:37.677036 1390553 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0717 22:47:37.677063 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0717 22:47:37.677133 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.726652 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.791631 1390553 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0717 22:47:37.790091 1390553 addons.go:231] Setting addon default-storageclass=true in "addons-534909"
I0717 22:47:37.790140 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:37.799600 1390553 out.go:177] - Using image docker.io/registry:2.8.1
I0717 22:47:37.797264 1390553 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 22:47:37.797291 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:37.804535 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:37.821416 1390553 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0717 22:47:37.823284 1390553 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.8.1
I0717 22:47:37.825534 1390553 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0717 22:47:37.829646 1390553 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0717 22:47:37.829705 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I0717 22:47:37.829787 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.837069 1390553 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0717 22:47:37.820769 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0717 22:47:37.842173 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.842344 1390553 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I0717 22:47:37.842352 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0717 22:47:37.842382 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.872073 1390553 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0717 22:47:37.874415 1390553 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0717 22:47:37.874434 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0717 22:47:37.874496 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:37.896902 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:37.911726 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:37.920655 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:37.938618 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:37.974814 1390553 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I0717 22:47:37.974836 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0717 22:47:37.974897 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:38.050201 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:38.051882 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:38.058731 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:38.081165 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:38.088507 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:38.167770 1390553 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-534909" context rescaled to 1 replicas
I0717 22:47:38.167806 1390553 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.27.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I0717 22:47:38.171283 1390553 out.go:177] * Verifying Kubernetes components...
I0717 22:47:38.173047 1390553 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0717 22:47:38.188368 1390553 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0717 22:47:38.188389 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0717 22:47:38.399216 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 22:47:38.506048 1390553 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0717 22:47:38.506109 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0717 22:47:38.734019 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0717 22:47:38.791834 1390553 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml": (1.269226055s)
I0717 22:47:38.792211 1390553 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.3/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.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0717 22:47:38.793144 1390553 node_ready.go:35] waiting up to 6m0s for node "addons-534909" to be "Ready" ...
I0717 22:47:38.797395 1390553 node_ready.go:49] node "addons-534909" has status "Ready":"True"
I0717 22:47:38.797419 1390553 node_ready.go:38] duration metric: took 4.211579ms waiting for node "addons-534909" to be "Ready" ...
I0717 22:47:38.797428 1390553 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" ...
I0717 22:47:38.807935 1390553 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace to be "Ready" ...
I0717 22:47:38.889576 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0717 22:47:38.893164 1390553 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0717 22:47:38.893189 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0717 22:47:38.955546 1390553 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0717 22:47:38.955573 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0717 22:47:39.201576 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0717 22:47:39.201608 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0717 22:47:39.279691 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0717 22:47:39.308248 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0717 22:47:39.320795 1390553 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I0717 22:47:39.320880 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0717 22:47:39.329447 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:39.414020 1390553 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0717 22:47:39.414047 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0717 22:47:39.505861 1390553 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0717 22:47:39.505885 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0717 22:47:39.698426 1390553 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0717 22:47:39.698501 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0717 22:47:39.813880 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I0717 22:47:39.813951 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0717 22:47:39.880317 1390553 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I0717 22:47:39.880401 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0717 22:47:39.963699 1390553 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0717 22:47:39.963770 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0717 22:47:39.991659 1390553 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0717 22:47:39.991733 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0717 22:47:40.218645 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0717 22:47:40.232278 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0717 22:47:40.232345 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0717 22:47:40.353323 1390553 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0717 22:47:40.353351 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0717 22:47:40.423240 1390553 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0717 22:47:40.423270 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0717 22:47:40.603892 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0717 22:47:40.603917 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0717 22:47:40.816757 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0717 22:47:40.816840 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0717 22:47:40.824154 1390553 pod_ready.go:102] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"False"
I0717 22:47:40.835559 1390553 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 22:47:40.835583 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0717 22:47:40.866515 1390553 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0717 22:47:40.866606 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0717 22:47:41.060031 1390553 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0717 22:47:41.060057 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0717 22:47:41.155286 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I0717 22:47:41.155321 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0717 22:47:41.201019 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:41.277905 1390553 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0717 22:47:41.277940 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0717 22:47:41.331642 1390553 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0717 22:47:41.331681 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I0717 22:47:41.408885 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.009568876s)
I0717 22:47:41.596545 1390553 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0717 22:47:41.596576 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0717 22:47:41.657043 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:41.722102 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (2.98800208s)
I0717 22:47:41.730561 1390553 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0717 22:47:41.730586 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0717 22:47:41.756290 1390553 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.3/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.27.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.964031367s)
I0717 22:47:41.756322 1390553 start.go:901] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0717 22:47:42.060992 1390553 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 22:47:42.061041 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0717 22:47:42.257592 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:42.831217 1390553 pod_ready.go:102] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"False"
I0717 22:47:43.310441 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.420820301s)
I0717 22:47:43.310550 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.030827948s)
I0717 22:47:44.544976 1390553 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0717 22:47:44.545071 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:44.586736 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:44.840099 1390553 pod_ready.go:102] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"False"
I0717 22:47:45.794813 1390553 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0717 22:47:45.870618 1390553 addons.go:231] Setting addon gcp-auth=true in "addons-534909"
I0717 22:47:45.870675 1390553 host.go:66] Checking if "addons-534909" exists ...
I0717 22:47:45.871121 1390553 cli_runner.go:164] Run: docker container inspect addons-534909 --format={{.State.Status}}
I0717 22:47:45.914739 1390553 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0717 22:47:45.914794 1390553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-534909
I0717 22:47:45.946710 1390553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34326 SSHKeyPath:/home/jenkins/minikube-integration/16899-1384661/.minikube/machines/addons-534909/id_rsa Username:docker}
I0717 22:47:46.853550 1390553 pod_ready.go:102] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"False"
I0717 22:47:49.279550 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (9.971259248s)
I0717 22:47:49.279668 1390553 addons.go:467] Verifying addon ingress=true in "addons-534909"
I0717 22:47:49.279756 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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: (9.950267946s)
I0717 22:47:49.279772 1390553 addons.go:467] Verifying addon metrics-server=true in "addons-534909"
I0717 22:47:49.283173 1390553 out.go:177] * Verifying ingress addon...
I0717 22:47:49.279807 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (9.061090758s)
I0717 22:47:49.279952 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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: (8.07889653s)
I0717 22:47:49.280080 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (7.623002673s)
I0717 22:47:49.285352 1390553 addons.go:467] Verifying addon registry=true in "addons-534909"
I0717 22:47:49.288305 1390553 out.go:177] * Verifying registry addon...
W0717 22:47:49.285801 1390553 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:49.286564 1390553 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0717 22:47:49.291151 1390553 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0717 22:47:49.291317 1390553 retry.go:31] will retry after 293.482126ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:49.312559 1390553 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0717 22:47:49.312588 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:49.316957 1390553 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 22:47:49.316977 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:49.362389 1390553 pod_ready.go:102] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"False"
I0717 22:47:49.585644 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:49.832059 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:49.836117 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:50.335387 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:50.369493 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:50.830677 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:50.847788 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:51.338500 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:51.356444 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:51.379772 1390553 pod_ready.go:102] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"False"
I0717 22:47:51.903095 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:51.960573 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:52.040679 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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: (9.783019758s)
I0717 22:47:52.040956 1390553 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-534909"
I0717 22:47:52.040804 1390553 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (6.126044817s)
I0717 22:47:52.043948 1390553 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0717 22:47:52.046554 1390553 out.go:177] * Verifying csi-hostpath-driver addon...
I0717 22:47:52.048796 1390553 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0717 22:47:52.051903 1390553 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0717 22:47:52.054645 1390553 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0717 22:47:52.054677 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0717 22:47:52.090894 1390553 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 22:47:52.090929 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:52.292986 1390553 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0717 22:47:52.293013 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0717 22:47:52.321477 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:52.330228 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:52.584239 1390553 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 22:47:52.584264 1390553 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I0717 22:47:52.606288 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:52.697293 1390553 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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
I0717 22:47:52.817113 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:52.824897 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:53.098036 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:53.320975 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:53.327396 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:53.599218 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:53.847178 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:53.849633 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:53.859499 1390553 pod_ready.go:102] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"False"
I0717 22:47:54.047720 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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: (4.462007974s)
I0717 22:47:54.099536 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:54.351532 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:54.352133 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:54.481286 1390553 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.3/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.783915136s)
I0717 22:47:54.482869 1390553 addons.go:467] Verifying addon gcp-auth=true in "addons-534909"
I0717 22:47:54.485526 1390553 out.go:177] * Verifying gcp-auth addon...
I0717 22:47:54.488177 1390553 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0717 22:47:54.502366 1390553 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0717 22:47:54.502434 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:54.612630 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:54.821343 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:54.827797 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:55.011750 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:55.099532 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:55.318287 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:55.322840 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:55.507202 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:55.597712 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:55.818086 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:55.823102 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:55.824419 1390553 pod_ready.go:92] pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace has status "Ready":"True"
I0717 22:47:55.824442 1390553 pod_ready.go:81] duration metric: took 17.016420049s waiting for pod "coredns-5d78c9869d-l79hd" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.824486 1390553 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5d78c9869d-m42dc" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.827032 1390553 pod_ready.go:97] error getting pod "coredns-5d78c9869d-m42dc" in "kube-system" namespace (skipping!): pods "coredns-5d78c9869d-m42dc" not found
I0717 22:47:55.827058 1390553 pod_ready.go:81] duration metric: took 2.558346ms waiting for pod "coredns-5d78c9869d-m42dc" in "kube-system" namespace to be "Ready" ...
E0717 22:47:55.827088 1390553 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-5d78c9869d-m42dc" in "kube-system" namespace (skipping!): pods "coredns-5d78c9869d-m42dc" not found
I0717 22:47:55.827097 1390553 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.833756 1390553 pod_ready.go:92] pod "etcd-addons-534909" in "kube-system" namespace has status "Ready":"True"
I0717 22:47:55.833777 1390553 pod_ready.go:81] duration metric: took 6.669592ms waiting for pod "etcd-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.833793 1390553 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.841894 1390553 pod_ready.go:92] pod "kube-apiserver-addons-534909" in "kube-system" namespace has status "Ready":"True"
I0717 22:47:55.841914 1390553 pod_ready.go:81] duration metric: took 8.113972ms waiting for pod "kube-apiserver-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.841926 1390553 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.850730 1390553 pod_ready.go:92] pod "kube-controller-manager-addons-534909" in "kube-system" namespace has status "Ready":"True"
I0717 22:47:55.850754 1390553 pod_ready.go:81] duration metric: took 8.819771ms waiting for pod "kube-controller-manager-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:55.850767 1390553 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-hsstj" in "kube-system" namespace to be "Ready" ...
I0717 22:47:56.011689 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:56.019628 1390553 pod_ready.go:92] pod "kube-proxy-hsstj" in "kube-system" namespace has status "Ready":"True"
I0717 22:47:56.019655 1390553 pod_ready.go:81] duration metric: took 168.859142ms waiting for pod "kube-proxy-hsstj" in "kube-system" namespace to be "Ready" ...
I0717 22:47:56.019668 1390553 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:56.099061 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:56.318234 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:56.323251 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:56.420032 1390553 pod_ready.go:92] pod "kube-scheduler-addons-534909" in "kube-system" namespace has status "Ready":"True"
I0717 22:47:56.420057 1390553 pod_ready.go:81] duration metric: took 400.34802ms waiting for pod "kube-scheduler-addons-534909" in "kube-system" namespace to be "Ready" ...
I0717 22:47:56.420066 1390553 pod_ready.go:38] duration metric: took 17.622629149s 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" ...
I0717 22:47:56.420117 1390553 api_server.go:52] waiting for apiserver process to appear ...
I0717 22:47:56.420204 1390553 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0717 22:47:56.440935 1390553 api_server.go:72] duration metric: took 18.273098763s to wait for apiserver process to appear ...
I0717 22:47:56.440961 1390553 api_server.go:88] waiting for apiserver healthz status ...
I0717 22:47:56.441005 1390553 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0717 22:47:56.451482 1390553 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0717 22:47:56.452842 1390553 api_server.go:141] control plane version: v1.27.3
I0717 22:47:56.452936 1390553 api_server.go:131] duration metric: took 11.967034ms to wait for apiserver health ...
I0717 22:47:56.452959 1390553 system_pods.go:43] waiting for kube-system pods to appear ...
I0717 22:47:56.508749 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:56.596988 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:56.639929 1390553 system_pods.go:59] 17 kube-system pods found
I0717 22:47:56.640005 1390553 system_pods.go:61] "coredns-5d78c9869d-l79hd" [5d8d430f-76b4-4994-af76-b34104d96664] Running
I0717 22:47:56.640033 1390553 system_pods.go:61] "csi-hostpath-attacher-0" [687901d1-bfd1-47ea-bbbe-315a7ea41e55] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0717 22:47:56.640060 1390553 system_pods.go:61] "csi-hostpath-resizer-0" [bcd6adb8-7e5f-48ae-97a1-1819c87eefa1] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0717 22:47:56.640084 1390553 system_pods.go:61] "csi-hostpathplugin-hfql7" [1e854197-f366-41a8-b3c4-66e7cea140fb] 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])
I0717 22:47:56.640106 1390553 system_pods.go:61] "etcd-addons-534909" [8c51d1f9-9653-4d9c-9ded-2cba5f49f1c5] Running
I0717 22:47:56.640130 1390553 system_pods.go:61] "kindnet-22cwn" [04232e70-7870-4c3e-b59c-91f073afb0ef] Running
I0717 22:47:56.640149 1390553 system_pods.go:61] "kube-apiserver-addons-534909" [9e3c8759-3eb6-4c49-9032-f37f0b118e8c] Running
I0717 22:47:56.640179 1390553 system_pods.go:61] "kube-controller-manager-addons-534909" [814d7e64-6eae-4566-9d91-d097b85a5d62] Running
I0717 22:47:56.640207 1390553 system_pods.go:61] "kube-ingress-dns-minikube" [7e51cbba-550f-48a0-b8d7-355f135fafe7] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0717 22:47:56.640229 1390553 system_pods.go:61] "kube-proxy-hsstj" [36812159-aeae-4112-83f6-7b290698b9b4] Running
I0717 22:47:56.640251 1390553 system_pods.go:61] "kube-scheduler-addons-534909" [c9523338-8f32-411d-83dd-834febc825e0] Running
I0717 22:47:56.640280 1390553 system_pods.go:61] "metrics-server-844d8db974-42sjp" [b402c187-9b1c-4e91-b96c-b1cadf466549] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0717 22:47:56.640307 1390553 system_pods.go:61] "registry-proxy-624gr" [39384673-9aaa-4d0e-9753-3aa82af62305] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0717 22:47:56.640330 1390553 system_pods.go:61] "registry-zwjdj" [81ea78ea-50d4-4d00-b0e6-6217c7bc9dba] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0717 22:47:56.640355 1390553 system_pods.go:61] "snapshot-controller-75bbb956b9-4lw7g" [ee67f948-bb93-4ba0-b861-64634e78907a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 22:47:56.640388 1390553 system_pods.go:61] "snapshot-controller-75bbb956b9-lw6dv" [f74779a7-7c69-4062-8655-2b24c056e38c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 22:47:56.640412 1390553 system_pods.go:61] "storage-provisioner" [3d132189-a07e-4573-b1c9-ad11aeb66a8b] Running
I0717 22:47:56.640433 1390553 system_pods.go:74] duration metric: took 187.457729ms to wait for pod list to return data ...
I0717 22:47:56.640463 1390553 default_sa.go:34] waiting for default service account to be created ...
I0717 22:47:56.817108 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:56.819739 1390553 default_sa.go:45] found service account: "default"
I0717 22:47:56.819764 1390553 default_sa.go:55] duration metric: took 179.275991ms for default service account to be created ...
I0717 22:47:56.819774 1390553 system_pods.go:116] waiting for k8s-apps to be running ...
I0717 22:47:56.822861 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:57.007986 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:57.027578 1390553 system_pods.go:86] 17 kube-system pods found
I0717 22:47:57.027621 1390553 system_pods.go:89] "coredns-5d78c9869d-l79hd" [5d8d430f-76b4-4994-af76-b34104d96664] Running
I0717 22:47:57.027634 1390553 system_pods.go:89] "csi-hostpath-attacher-0" [687901d1-bfd1-47ea-bbbe-315a7ea41e55] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0717 22:47:57.027645 1390553 system_pods.go:89] "csi-hostpath-resizer-0" [bcd6adb8-7e5f-48ae-97a1-1819c87eefa1] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0717 22:47:57.027653 1390553 system_pods.go:89] "csi-hostpathplugin-hfql7" [1e854197-f366-41a8-b3c4-66e7cea140fb] 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])
I0717 22:47:57.027664 1390553 system_pods.go:89] "etcd-addons-534909" [8c51d1f9-9653-4d9c-9ded-2cba5f49f1c5] Running
I0717 22:47:57.027671 1390553 system_pods.go:89] "kindnet-22cwn" [04232e70-7870-4c3e-b59c-91f073afb0ef] Running
I0717 22:47:57.027682 1390553 system_pods.go:89] "kube-apiserver-addons-534909" [9e3c8759-3eb6-4c49-9032-f37f0b118e8c] Running
I0717 22:47:57.027688 1390553 system_pods.go:89] "kube-controller-manager-addons-534909" [814d7e64-6eae-4566-9d91-d097b85a5d62] Running
I0717 22:47:57.027697 1390553 system_pods.go:89] "kube-ingress-dns-minikube" [7e51cbba-550f-48a0-b8d7-355f135fafe7] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0717 22:47:57.027705 1390553 system_pods.go:89] "kube-proxy-hsstj" [36812159-aeae-4112-83f6-7b290698b9b4] Running
I0717 22:47:57.027711 1390553 system_pods.go:89] "kube-scheduler-addons-534909" [c9523338-8f32-411d-83dd-834febc825e0] Running
I0717 22:47:57.027725 1390553 system_pods.go:89] "metrics-server-844d8db974-42sjp" [b402c187-9b1c-4e91-b96c-b1cadf466549] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0717 22:47:57.027734 1390553 system_pods.go:89] "registry-proxy-624gr" [39384673-9aaa-4d0e-9753-3aa82af62305] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0717 22:47:57.027745 1390553 system_pods.go:89] "registry-zwjdj" [81ea78ea-50d4-4d00-b0e6-6217c7bc9dba] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0717 22:47:57.027757 1390553 system_pods.go:89] "snapshot-controller-75bbb956b9-4lw7g" [ee67f948-bb93-4ba0-b861-64634e78907a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 22:47:57.027766 1390553 system_pods.go:89] "snapshot-controller-75bbb956b9-lw6dv" [f74779a7-7c69-4062-8655-2b24c056e38c] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0717 22:47:57.027772 1390553 system_pods.go:89] "storage-provisioner" [3d132189-a07e-4573-b1c9-ad11aeb66a8b] Running
I0717 22:47:57.027785 1390553 system_pods.go:126] duration metric: took 208.005756ms to wait for k8s-apps to be running ...
I0717 22:47:57.027793 1390553 system_svc.go:44] waiting for kubelet service to be running ....
I0717 22:47:57.027858 1390553 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0717 22:47:57.053241 1390553 system_svc.go:56] duration metric: took 25.437328ms WaitForService to wait for kubelet.
I0717 22:47:57.053267 1390553 kubeadm.go:581] duration metric: took 18.885437187s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0717 22:47:57.053291 1390553 node_conditions.go:102] verifying NodePressure condition ...
I0717 22:47:57.099127 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:57.219773 1390553 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0717 22:47:57.219806 1390553 node_conditions.go:123] node cpu capacity is 2
I0717 22:47:57.219819 1390553 node_conditions.go:105] duration metric: took 166.523197ms to run NodePressure ...
I0717 22:47:57.219830 1390553 start.go:228] waiting for startup goroutines ...
I0717 22:47:57.317510 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:57.326722 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:57.507293 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:57.597384 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:57.817283 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:57.821611 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:58.007632 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:58.096599 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:58.317975 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:58.322860 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:58.506956 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:58.597583 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:58.817261 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:58.821809 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:59.006690 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:59.097159 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:59.317560 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:59.322323 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:47:59.506675 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:47:59.597278 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:47:59.818295 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:47:59.823586 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:00.017278 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:00.115193 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:00.348396 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:00.355281 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:00.506598 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:00.599242 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:00.818194 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:00.823261 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:01.007414 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:01.097087 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:01.317761 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:01.322978 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:01.506420 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:01.597476 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:01.817451 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:01.821979 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:02.007753 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:02.097755 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:02.318305 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:02.323144 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:02.507119 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:02.596701 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:02.817797 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:02.821941 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:03.010737 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:03.097302 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:03.319761 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:03.323291 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:03.507696 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:03.598537 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:03.822560 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:03.835475 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:04.011757 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:04.097413 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:04.318011 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:04.322303 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:04.506422 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:04.597048 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:04.823602 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:04.827264 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:05.015201 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:05.100148 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:05.318821 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:05.327078 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:05.507762 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:05.597957 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:05.818737 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:05.831288 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:06.007797 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:06.104759 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:06.319189 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:06.333204 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:06.517165 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:06.612148 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:06.818541 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:06.832057 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:07.021585 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:07.098351 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:07.324159 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:07.331118 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:07.508545 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:07.598012 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:07.817863 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:07.823059 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:08.010966 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:08.097412 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:08.318476 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:08.322089 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:08.506718 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:08.597023 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:08.817273 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:08.821865 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:09.010481 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:09.097364 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:09.317486 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:09.322160 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:09.506977 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:09.597749 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:09.817203 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:09.822430 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:10.015740 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:10.097948 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:10.317683 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:10.321946 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:10.506061 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:10.597846 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:10.817568 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:10.822164 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:11.007763 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:11.098307 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:11.319899 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:11.322654 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:11.506784 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:11.597852 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:11.817354 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:11.822203 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:12.008595 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:12.097298 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:12.317497 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:12.321800 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:12.506915 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:12.597348 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:12.818273 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:12.823196 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:13.008531 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:13.097705 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:13.331343 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:13.331584 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:13.506970 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:13.597591 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:13.817605 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:13.822340 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:14.014011 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:14.097088 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:14.337461 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:14.357679 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:14.506861 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:14.596635 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:14.817420 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:14.822390 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:15.010055 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:15.102322 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:15.317604 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:15.322581 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:15.507402 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:15.597240 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:15.817721 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:15.822524 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:16.013477 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:16.097995 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:16.317642 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:16.321978 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:16.506508 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:16.597899 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:16.827634 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:16.830346 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:17.008766 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:17.097176 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:17.318101 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:17.322870 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:17.507443 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:17.598245 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:17.817984 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:17.822864 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:18.007845 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:18.097289 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:18.317990 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:18.323871 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:18.507635 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:18.597823 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:18.818307 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:18.823689 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:19.007541 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:19.097449 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:19.316965 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:19.320991 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:19.506059 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:19.597111 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:19.817265 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:19.821922 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:20.019316 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:20.105303 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:20.318252 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:20.324471 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:20.506777 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:20.597112 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:20.817785 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:20.822526 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:21.008268 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:21.098583 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:21.317263 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:21.322384 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:21.506769 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:21.600677 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:21.817941 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:21.823589 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:22.007920 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:22.098966 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:22.318155 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:22.322872 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:22.507308 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:22.598912 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:22.818663 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:22.821659 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:23.007172 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:23.097802 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:23.317660 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:23.322599 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:23.506639 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:23.597183 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:23.818439 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:23.823152 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:24.015412 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:24.104159 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:24.317797 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:24.322902 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 22:48:24.506249 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:24.597581 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:24.817378 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:24.821915 1390553 kapi.go:107] duration metric: took 35.530762493s to wait for kubernetes.io/minikube-addons=registry ...
I0717 22:48:25.008355 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:25.098017 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:25.318591 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:25.506506 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:25.602747 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:25.825083 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:26.014783 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:26.097783 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:26.317292 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:26.505967 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:26.598447 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:26.817183 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:27.007961 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:27.096573 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:27.317510 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:27.514910 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:27.597793 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:27.818766 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:28.013760 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:28.104348 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:28.318113 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:28.512106 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:28.597383 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:28.817371 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:29.007979 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:29.096547 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:29.317291 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:29.508298 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:29.596228 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:29.818401 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:30.016888 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:30.101073 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:30.318471 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:30.506251 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:30.597911 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:30.817739 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:31.014042 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:31.098555 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:31.318511 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:31.506522 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:31.597161 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:31.817846 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:32.007830 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:32.100534 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:32.317141 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:32.507010 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:32.597915 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:32.818402 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:33.025533 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:33.097802 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:33.317571 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:33.506963 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:33.597290 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:33.818549 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:34.013309 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:34.097574 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:34.317719 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:34.513034 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:34.596970 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:34.818120 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:35.010284 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:35.097941 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:35.319614 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:35.507428 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:35.597545 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:35.817982 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:36.007733 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:36.098061 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:36.317728 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:36.506426 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:36.599041 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:36.818006 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:37.008045 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:37.097247 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:37.319087 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:37.512353 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:37.597727 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:37.816833 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:38.013029 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:38.097815 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:38.318047 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:38.507066 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:38.599192 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:38.818830 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:39.007553 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:39.097406 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:39.318700 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:39.506857 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:39.597252 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 22:48:39.818237 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:40.047824 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:40.108510 1390553 kapi.go:107] duration metric: took 48.056594416s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0717 22:48:40.317541 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:40.506966 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:40.817228 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:41.007424 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:41.317136 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:41.507107 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:41.818202 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:42.009357 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:42.317960 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:42.506632 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:42.823068 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:43.014715 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:43.317476 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:43.506368 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:43.817721 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:44.008841 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:44.318193 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:44.506113 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:44.817639 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:45.021561 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:45.320538 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:45.507649 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:45.818037 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:46.008392 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:46.317248 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:46.506224 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:46.817750 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:47.006846 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:47.317733 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:47.506777 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:47.817680 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:48.008675 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:48.317272 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:48.507003 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:48.818180 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:49.007852 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:49.318306 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:49.506329 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:49.817119 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:50.014469 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:50.317100 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:50.506756 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:50.817314 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:51.014455 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:51.317250 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:51.506140 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:51.817318 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:52.006737 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:52.317568 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:52.506739 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:52.817839 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:53.009153 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:53.317140 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:53.507674 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:53.817425 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:54.011119 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:54.317767 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:54.508543 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:54.818252 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:55.008800 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:55.320833 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:55.506708 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:55.817974 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:56.007329 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:56.317763 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:56.506586 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:56.817245 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:57.007275 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:57.317623 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:57.506972 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:57.817967 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:58.007885 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:58.317371 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:58.507080 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:58.818979 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:59.007629 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:59.317747 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:48:59.507360 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:48:59.817508 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:49:00.052661 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:00.319870 1390553 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 22:49:00.507363 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:00.817679 1390553 kapi.go:107] duration metric: took 1m11.53111019s to wait for app.kubernetes.io/name=ingress-nginx ...
I0717 22:49:01.008973 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:01.506192 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:02.013237 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:02.506434 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:03.012332 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:03.506408 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:04.013023 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:04.506990 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:05.016591 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:05.505904 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:06.007250 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:06.506070 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:07.007164 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:07.506314 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:08.007617 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:08.506220 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:09.006723 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:09.506707 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:10.012191 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:10.505879 1390553 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 22:49:11.008250 1390553 kapi.go:107] duration metric: took 1m16.520070842s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0717 22:49:11.010999 1390553 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-534909 cluster.
I0717 22:49:11.013234 1390553 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.
I0717 22:49:11.014961 1390553 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0717 22:49:11.017132 1390553 out.go:177] * Enabled addons: ingress-dns, default-storageclass, storage-provisioner, cloud-spanner, metrics-server, inspektor-gadget, volumesnapshots, registry, csi-hostpath-driver, ingress, gcp-auth
I0717 22:49:11.019046 1390553 addons.go:502] enable addons completed in 1m33.496036629s: enabled=[ingress-dns default-storageclass storage-provisioner cloud-spanner metrics-server inspektor-gadget volumesnapshots registry csi-hostpath-driver ingress gcp-auth]
I0717 22:49:11.019097 1390553 start.go:233] waiting for cluster config update ...
I0717 22:49:11.019131 1390553 start.go:242] writing updated cluster config ...
I0717 22:49:11.019485 1390553 ssh_runner.go:195] Run: rm -f paused
I0717 22:49:11.085864 1390553 start.go:578] kubectl: 1.27.3, cluster: 1.27.3 (minor skew: 0)
I0717 22:49:11.088108 1390553 out.go:177] * Done! kubectl is now configured to use "addons-534909" cluster and "default" namespace by default
*
* ==> Docker <==
* Jul 17 22:50:05 addons-534909 cri-dockerd[1305]: time="2023-07-17T22:50:05Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/af19d069626c111c9687922b1b4722fcc2f485eedeae53fe83e28371612f381e/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east-2.compute.internal options ndots:5]"
Jul 17 22:50:05 addons-534909 cri-dockerd[1305]: time="2023-07-17T22:50:05Z" level=info msg="Stop pulling image docker.io/nginx:latest: Status: Image is up to date for nginx:latest"
Jul 17 22:50:12 addons-534909 dockerd[1095]: time="2023-07-17T22:50:12.749404262Z" level=info msg="ignoring event" container=35aa88664218b9289e65dfde55af67769152d6ff00814b55b80df2bb749bd00b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:12 addons-534909 dockerd[1095]: time="2023-07-17T22:50:12.840765547Z" level=info msg="ignoring event" container=af19d069626c111c9687922b1b4722fcc2f485eedeae53fe83e28371612f381e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:13 addons-534909 dockerd[1095]: time="2023-07-17T22:50:13.814210587Z" level=info msg="ignoring event" container=dc48189ee5fe1c2c5a6cb7d9d040bac58deca4f44df8837d439bece4c1d3258b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:14 addons-534909 dockerd[1095]: time="2023-07-17T22:50:14.657404417Z" level=info msg="ignoring event" container=bb247f23a4ae8f154f617e92417d75f88951ee163d1fe7f28ee0799765b05315 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:14 addons-534909 dockerd[1095]: time="2023-07-17T22:50:14.685217642Z" level=info msg="ignoring event" container=6c036f90e09ca655fb9339cb1823f9a849bcec73164181f73792a8d4197b3745 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:14 addons-534909 dockerd[1095]: time="2023-07-17T22:50:14.830405106Z" level=info msg="ignoring event" container=999dc841d86239ae6cb459706601b06d4df284ad4f668661f3122b2c74a9b3eb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:14 addons-534909 dockerd[1095]: time="2023-07-17T22:50:14.830457266Z" level=info msg="ignoring event" container=9c47b4d56af285431aaaaa9a1c06715de67a080c580459a4dfa451acf2bc6185 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:14 addons-534909 dockerd[1095]: time="2023-07-17T22:50:14.899049926Z" level=info msg="ignoring event" container=2a3c20a23c9b2688ddb90a36c6abd31c9d68568ab52f7b48b90e0b306a964389 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:14 addons-534909 dockerd[1095]: time="2023-07-17T22:50:14.901776658Z" level=info msg="ignoring event" container=489b33f6925a12f0aa431f44dcd1586bbf16b1f4ad77e4059f3da2774b32b58c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:14 addons-534909 dockerd[1095]: time="2023-07-17T22:50:14.931308266Z" level=info msg="ignoring event" container=96c469f2a4a726af2129c7eb012960346273966bfdd1df9736cfd0695cf9bae5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:15 addons-534909 dockerd[1095]: time="2023-07-17T22:50:15.032988323Z" level=info msg="ignoring event" container=7a3aa3b6d0baadbe26e2485cbd2aa386902237c535846a1ca5863c2db382b73f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:15 addons-534909 dockerd[1095]: time="2023-07-17T22:50:15.242193428Z" level=info msg="ignoring event" container=2f99c39d6a593058d06131e545ea5e975510d15c2abe780eadcb54a27a277bfa module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:15 addons-534909 dockerd[1095]: time="2023-07-17T22:50:15.462807773Z" level=info msg="ignoring event" container=b37173201a1c10b5f09d899c5f6e3bf55cb0bf57fb17a1ab499ab8800ebacbc4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:15 addons-534909 dockerd[1095]: time="2023-07-17T22:50:15.499393237Z" level=info msg="ignoring event" container=11d6bfcb605509bd0fe1a7b6797b32bea30451d54660c4dd15f5a76958c5ba44 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:16 addons-534909 dockerd[1095]: time="2023-07-17T22:50:16.313429796Z" level=info msg="Container failed to exit within 1s of signal 15 - using the force" container=094ba3d0c4b1df1a53f25ee370265bb071dedd24f32b8a673988adc5c87707be
Jul 17 22:50:16 addons-534909 dockerd[1095]: time="2023-07-17T22:50:16.405142048Z" level=info msg="ignoring event" container=094ba3d0c4b1df1a53f25ee370265bb071dedd24f32b8a673988adc5c87707be module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:16 addons-534909 cri-dockerd[1305]: time="2023-07-17T22:50:16Z" level=info msg="Failed to read pod IP from plugin/docker: networkPlugin cni failed on the status hook for pod \"ingress-nginx-controller-7799c6795f-zljmp_ingress-nginx\": unexpected command output Device \"eth0\" does not exist.\n with error: exit status 1"
Jul 17 22:50:16 addons-534909 dockerd[1095]: time="2023-07-17T22:50:16.565424429Z" level=info msg="ignoring event" container=c6c9dd1181c6a1f791ba317b2867733b5b41e2365d851b40db12dec54da19f99 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:17 addons-534909 dockerd[1095]: time="2023-07-17T22:50:17.147746567Z" level=info msg="ignoring event" container=3c21742dfc3c386c3b2fd3a5d1e914ee43a70dada2dc65c81aa8f25b71bcf979 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:21 addons-534909 dockerd[1095]: time="2023-07-17T22:50:21.294906997Z" level=info msg="ignoring event" container=77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:21 addons-534909 dockerd[1095]: time="2023-07-17T22:50:21.297331614Z" level=info msg="ignoring event" container=d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:21 addons-534909 dockerd[1095]: time="2023-07-17T22:50:21.416497927Z" level=info msg="ignoring event" container=d39083ecf02858cee0da1f9f5c90086e99bcc0fa5c3e50de615cc1c767d72796 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jul 17 22:50:21 addons-534909 dockerd[1095]: time="2023-07-17T22:50:21.449958003Z" level=info msg="ignoring event" container=8179c2e1c46e6a5d58a5cb5ae11b921819abeffb4f0cebb80204805810c5415c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
3c21742dfc3c3 13753a81eccfd 6 seconds ago Exited hello-world-app 2 d111ef488d797 hello-world-app-65bdb79f98-tjnvt
44174f2879ca9 nginx@sha256:2d194184b067db3598771b4cf326cfe6ad5051937ba1132b8b7d4b0184e0d0a6 33 seconds ago Running nginx 0 7fa9ec2c3f26d nginx
baef623c88786 gcr.io/k8s-minikube/busybox@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 59 seconds ago Exited registry-test 0 9c40a89ed7374 registry-test
7366e46db6160 ghcr.io/headlamp-k8s/headlamp@sha256:67ba87b88218563eec9684525904936609713b02dcbcf4390cd055766217ed45 About a minute ago Running headlamp 0 b515c5037c3de headlamp-66f6498c69-dsvzb
f4eb424a471d3 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:d730651bb6584f969d95d8279a754cf9d8d31b5055c43dbdb8d7363a8c6371cf About a minute ago Running gcp-auth 0 f08e0dada0e44 gcp-auth-58478865f7-j9jpq
d66614028c7e1 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b About a minute ago Exited patch 0 e43ebd77d86d4 ingress-nginx-admission-patch-658td
ffda514cc40b2 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b About a minute ago Exited create 0 cad00d9fe3660 ingress-nginx-admission-create-25bvv
b288f844d08a0 97e04611ad434 2 minutes ago Running coredns 1 e62fbbb223501 coredns-5d78c9869d-l79hd
5bebc8f6b6ef0 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 8bd5c3a11bbb6 storage-provisioner
0b2ed6d4a2255 kindest/kindnetd@sha256:6c00e28db008c2afa67d9ee085c86184ec9ae5281d5ae1bd15006746fb9a1974 2 minutes ago Running kindnet-cni 0 56f3ee2350c18 kindnet-22cwn
362ee0bd1d795 97e04611ad434 2 minutes ago Exited coredns 0 c18b5f832bf6b coredns-5d78c9869d-l79hd
e5c4d21a4b45c fb73e92641fd5 2 minutes ago Running kube-proxy 0 08fef7afcaca9 kube-proxy-hsstj
08e979923dc75 39dfb036b0986 3 minutes ago Running kube-apiserver 0 be11a8189a5bc kube-apiserver-addons-534909
581527d4d75e5 ab3683b584ae5 3 minutes ago Running kube-controller-manager 0 f6db002fe4aab kube-controller-manager-addons-534909
40f88f246a93b bcb9e554eaab6 3 minutes ago Running kube-scheduler 0 2362b6155dd8f kube-scheduler-addons-534909
be26d0fff146e 24bc64e911039 3 minutes ago Running etcd 0 e4ba7528b860a etcd-addons-534909
*
* ==> coredns [362ee0bd1d79] <==
* [INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] SIGTERM: Shutting down servers then terminating
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
.:53
[INFO] plugin/reload: Running configuration SHA512 = 591cf328cccc12bc490481273e738df59329c62c0b729d94e8b61db9961c2fa5f046dd37f1cf888b953814040d180f52594972691cd6ff41be96639138a43908
CoreDNS-1.10.1
linux/arm64, go1.20, 055b2c3
[INFO] plugin/health: Going into lameduck mode for 5s
[WARNING] plugin/kubernetes: Kubernetes API connection failure: Get "https://10.96.0.1:443/version": dial tcp 10.96.0.1:443: connect: network is unreachable
[ERROR] plugin/errors: 2 5195915916440041626.6049744869098995592. HINFO: dial udp 192.168.49.1:53: connect: network is unreachable
[ERROR] plugin/errors: 2 5195915916440041626.6049744869098995592. HINFO: dial udp 192.168.49.1:53: connect: network is unreachable
*
* ==> coredns [b288f844d08a] <==
* [INFO] 10.244.0.16:48100 - 22 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000072526s
[INFO] 10.244.0.16:48100 - 63385 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000079057s
[INFO] 10.244.0.16:48100 - 59339 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000069973s
[INFO] 10.244.0.16:48100 - 63755 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000114027s
[INFO] 10.244.0.16:48100 - 25735 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00241894s
[INFO] 10.244.0.16:48100 - 43695 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.006750364s
[INFO] 10.244.0.16:48100 - 48706 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000091922s
[INFO] 10.244.0.16:37005 - 34788 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000133432s
[INFO] 10.244.0.16:55795 - 57761 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000113026s
[INFO] 10.244.0.16:55795 - 56609 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000075733s
[INFO] 10.244.0.16:37005 - 28860 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000152206s
[INFO] 10.244.0.16:37005 - 14386 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000068242s
[INFO] 10.244.0.16:55795 - 42307 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000089403s
[INFO] 10.244.0.16:37005 - 50037 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00005111s
[INFO] 10.244.0.16:55795 - 41277 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000036677s
[INFO] 10.244.0.16:37005 - 32474 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000031959s
[INFO] 10.244.0.16:55795 - 2732 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000028176s
[INFO] 10.244.0.16:37005 - 38074 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000039549s
[INFO] 10.244.0.16:55795 - 5788 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000035462s
[INFO] 10.244.0.16:37005 - 13878 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001461521s
[INFO] 10.244.0.16:55795 - 5561 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001298098s
[INFO] 10.244.0.16:55795 - 13390 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001629628s
[INFO] 10.244.0.16:37005 - 14361 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001557242s
[INFO] 10.244.0.16:55795 - 61637 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000099881s
[INFO] 10.244.0.16:37005 - 4134 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000135164s
*
* ==> describe nodes <==
* Name: addons-534909
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-534909
kubernetes.io/os=linux
minikube.k8s.io/commit=b76e7e219387ed29a8027b03764cb35e04d80ac8
minikube.k8s.io/name=addons-534909
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_07_17T22_47_26_0700
minikube.k8s.io/version=v1.31.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-534909
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 17 Jul 2023 22:47:21 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-534909
AcquireTime: <unset>
RenewTime: Mon, 17 Jul 2023 22:50:19 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 17 Jul 2023 22:49:59 +0000 Mon, 17 Jul 2023 22:47:17 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 17 Jul 2023 22:49:59 +0000 Mon, 17 Jul 2023 22:47:17 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 17 Jul 2023 22:49:59 +0000 Mon, 17 Jul 2023 22:47:17 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 17 Jul 2023 22:49:59 +0000 Mon, 17 Jul 2023 22:47:25 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-534909
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022628Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022628Ki
pods: 110
System Info:
Machine ID: c53b484ace9f44d096894213a56f30c0
System UUID: 87c1b092-3b71-42a3-ba85-faba49481b06
Boot ID: cbdc664b-32f3-4468-95d3-fdbd4fe2a3f0
Kernel Version: 5.15.0-1039-aws
OS Image: Ubuntu 22.04.2 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: docker://24.0.4
Kubelet Version: v1.27.3
Kube-Proxy Version: v1.27.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-65bdb79f98-tjnvt 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 36s
gcp-auth gcp-auth-58478865f7-j9jpq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m29s
headlamp headlamp-66f6498c69-dsvzb 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 65s
kube-system coredns-5d78c9869d-l79hd 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m46s
kube-system etcd-addons-534909 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m58s
kube-system kindnet-22cwn 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m46s
kube-system kube-apiserver-addons-534909 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m58s
kube-system kube-controller-manager-addons-534909 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m58s
kube-system kube-proxy-hsstj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
kube-system kube-scheduler-addons-534909 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m1s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m40s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 220Mi (2%!)(MISSING) 220Mi (2%!)(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 2m44s kube-proxy
Normal Starting 2m59s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 2m58s kubelet Node addons-534909 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m58s kubelet Node addons-534909 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m58s kubelet Node addons-534909 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m58s kubelet Node addons-534909 status is now: NodeNotReady
Normal NodeAllocatableEnforced 2m58s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m58s kubelet Node addons-534909 status is now: NodeReady
Normal RegisteredNode 2m47s node-controller Node addons-534909 event: Registered Node addons-534909 in Controller
*
* ==> dmesg <==
* [ +0.001076] FS-Cache: O-key=[8] 'f373ed0000000000'
[ +0.000700] FS-Cache: N-cookie c=00000054 [p=0000004b fl=2 nc=0 na=1]
[ +0.000922] FS-Cache: N-cookie d=00000000b49df5bc{9p.inode} n=00000000fd6a4fa5
[ +0.001027] FS-Cache: N-key=[8] 'f373ed0000000000'
[ +0.002623] FS-Cache: Duplicate cookie detected
[ +0.000802] FS-Cache: O-cookie c=0000004e [p=0000004b fl=226 nc=0 na=1]
[ +0.001066] FS-Cache: O-cookie d=00000000b49df5bc{9p.inode} n=000000009ea66d98
[ +0.001117] FS-Cache: O-key=[8] 'f373ed0000000000'
[ +0.000757] FS-Cache: N-cookie c=00000055 [p=0000004b fl=2 nc=0 na=1]
[ +0.001014] FS-Cache: N-cookie d=00000000b49df5bc{9p.inode} n=0000000099715709
[ +0.001103] FS-Cache: N-key=[8] 'f373ed0000000000'
[Jul17 21:37] FS-Cache: Duplicate cookie detected
[ +0.000714] FS-Cache: O-cookie c=0000004c [p=0000004b fl=226 nc=0 na=1]
[ +0.000949] FS-Cache: O-cookie d=00000000b49df5bc{9p.inode} n=00000000c5602f0f
[ +0.001080] FS-Cache: O-key=[8] 'f273ed0000000000'
[ +0.000699] FS-Cache: N-cookie c=00000057 [p=0000004b fl=2 nc=0 na=1]
[ +0.000929] FS-Cache: N-cookie d=00000000b49df5bc{9p.inode} n=00000000fd6a4fa5
[ +0.001030] FS-Cache: N-key=[8] 'f273ed0000000000'
[ +0.436562] FS-Cache: Duplicate cookie detected
[ +0.000710] FS-Cache: O-cookie c=00000051 [p=0000004b fl=226 nc=0 na=1]
[ +0.000930] FS-Cache: O-cookie d=00000000b49df5bc{9p.inode} n=0000000090c83777
[ +0.001017] FS-Cache: O-key=[8] 'f873ed0000000000'
[ +0.000708] FS-Cache: N-cookie c=00000058 [p=0000004b fl=2 nc=0 na=1]
[ +0.000909] FS-Cache: N-cookie d=00000000b49df5bc{9p.inode} n=00000000a89fbb87
[ +0.001040] FS-Cache: N-key=[8] 'f873ed0000000000'
*
* ==> etcd [be26d0fff146] <==
* {"level":"info","ts":"2023-07-17T22:47:17.134Z","caller":"embed/etcd.go:558","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-07-17T22:47:17.137Z","caller":"etcdserver/server.go:738","msg":"started as single-node; fast-forwarding election ticks","local-member-id":"aec36adc501070cc","forward-ticks":9,"forward-duration":"900ms","election-ticks":10,"election-timeout":"1s"}
{"level":"info","ts":"2023-07-17T22:47:17.138Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap.db","max":5,"interval":"30s"}
{"level":"info","ts":"2023-07-17T22:47:17.138Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2023-07-17T22:47:17.138Z","caller":"fileutil/purge.go:44","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2023-07-17T22:47:17.138Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2023-07-17T22:47:17.138Z","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":"2023-07-17T22:47:18.120Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2023-07-17T22:47:18.121Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2023-07-17T22:47:18.121Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2023-07-17T22:47:18.121Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2023-07-17T22:47:18.121Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-07-17T22:47:18.121Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2023-07-17T22:47:18.121Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-07-17T22:47:18.125Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-534909 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-07-17T22:47:18.125Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-07-17T22:47:18.128Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-07-17T22:47:18.130Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-07-17T22:47:18.131Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-07-17T22:47:18.170Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-07-17T22:47:18.131Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2023-07-17T22:47:18.131Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-07-17T22:47:18.177Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2023-07-17T22:47:18.228Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-07-17T22:47:18.229Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
*
* ==> gcp-auth [f4eb424a471d] <==
* 2023/07/17 22:49:10 GCP Auth Webhook started!
2023/07/17 22:49:18 Ready to marshal response ...
2023/07/17 22:49:18 Ready to write response ...
2023/07/17 22:49:18 Ready to marshal response ...
2023/07/17 22:49:18 Ready to write response ...
2023/07/17 22:49:18 Ready to marshal response ...
2023/07/17 22:49:18 Ready to write response ...
2023/07/17 22:49:21 Ready to marshal response ...
2023/07/17 22:49:21 Ready to write response ...
2023/07/17 22:49:31 Ready to marshal response ...
2023/07/17 22:49:31 Ready to write response ...
2023/07/17 22:49:47 Ready to marshal response ...
2023/07/17 22:49:47 Ready to write response ...
2023/07/17 22:49:57 Ready to marshal response ...
2023/07/17 22:49:57 Ready to write response ...
2023/07/17 22:50:04 Ready to marshal response ...
2023/07/17 22:50:04 Ready to write response ...
*
* ==> kernel <==
* 22:50:23 up 6:32, 0 users, load average: 3.51, 3.12, 2.45
Linux addons-534909 5.15.0-1039-aws #44~20.04.1-Ubuntu SMP Thu Jun 22 12:21:08 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.2 LTS"
*
* ==> kindnet [0b2ed6d4a225] <==
* I0717 22:48:21.405131 1 main.go:227] handling current node
I0717 22:48:31.408927 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:48:31.408954 1 main.go:227] handling current node
I0717 22:48:41.421120 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:48:41.421150 1 main.go:227] handling current node
I0717 22:48:51.433853 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:48:51.433884 1 main.go:227] handling current node
I0717 22:49:01.441740 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:49:01.441768 1 main.go:227] handling current node
I0717 22:49:11.445882 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:49:11.445911 1 main.go:227] handling current node
I0717 22:49:21.467408 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:49:21.467456 1 main.go:227] handling current node
I0717 22:49:31.494430 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:49:31.494460 1 main.go:227] handling current node
I0717 22:49:41.544521 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:49:41.544550 1 main.go:227] handling current node
I0717 22:49:51.549606 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:49:51.549635 1 main.go:227] handling current node
I0717 22:50:01.554876 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:50:01.554907 1 main.go:227] handling current node
I0717 22:50:11.567862 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:50:11.567892 1 main.go:227] handling current node
I0717 22:50:21.580682 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0717 22:50:21.580711 1 main.go:227] handling current node
*
* ==> kube-apiserver [08e979923dc7] <==
* E0717 22:50:14.296480 1 handler_proxy.go:144] error resolving kube-system/metrics-server: service "metrics-server" not found
W0717 22:50:14.296505 1 handler_proxy.go:100] no RequestInfo found in the context
E0717 22:50:14.296535 1 controller.go:113] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: 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]]
I0717 22:50:14.296556 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0717 22:50:14.413333 1 controller.go:132] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0717 22:50:20.945195 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:20.945253 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 22:50:20.971589 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:20.971851 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 22:50:20.989603 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:20.989866 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 22:50:21.026280 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:21.026385 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 22:50:21.086807 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:21.088931 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 22:50:21.089124 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:21.089367 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 22:50:21.141534 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:21.141674 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 22:50:21.146138 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 22:50:21.146193 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0717 22:50:22.038427 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0717 22:50:22.142022 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0717 22:50:22.172725 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
*
* ==> kube-controller-manager [581527d4d75e] <==
* I0717 22:49:51.559558 1 namespace_controller.go:182] "Namespace has been deleted" namespace="gadget"
I0717 22:49:57.627305 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-65bdb79f98 to 1"
I0717 22:49:57.691583 1 event.go:307] "Event occurred" object="default/hello-world-app-65bdb79f98" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-65bdb79f98-tjnvt"
W0717 22:50:00.159035 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 22:50:00.159074 1 reflector.go:148] 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
I0717 22:50:04.166004 1 event.go:307] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"hostpath.csi.k8s.io\" or manually created by system administrator"
I0717 22:50:06.643893 1 shared_informer.go:311] Waiting for caches to sync for resource quota
I0717 22:50:06.643942 1 shared_informer.go:318] Caches are synced for resource quota
I0717 22:50:07.106627 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I0717 22:50:07.106676 1 shared_informer.go:318] Caches are synced for garbage collector
I0717 22:50:14.385178 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-attacher"
I0717 22:50:14.534668 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-resizer"
W0717 22:50:14.960610 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 22:50:14.960646 1 reflector.go:148] 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
I0717 22:50:15.175297 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-create
I0717 22:50:15.214549 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-patch
E0717 22:50:22.040647 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 22:50:22.144284 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 22:50:22.175023 1 reflector.go:148] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 22:50:23.014402 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 22:50:23.014451 1 reflector.go:148] 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
W0717 22:50:23.071092 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 22:50:23.071152 1 reflector.go:148] 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
W0717 22:50:23.728004 1 reflector.go:533] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 22:50:23.728043 1 reflector.go:148] 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
*
* ==> kube-proxy [e5c4d21a4b45] <==
* I0717 22:47:39.074609 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0717 22:47:39.074750 1 server_others.go:110] "Detected node IP" address="192.168.49.2"
I0717 22:47:39.074808 1 server_others.go:554] "Using iptables proxy"
I0717 22:47:39.212317 1 server_others.go:192] "Using iptables Proxier"
I0717 22:47:39.212357 1 server_others.go:199] "kube-proxy running in dual-stack mode" ipFamily=IPv4
I0717 22:47:39.212366 1 server_others.go:200] "Creating dualStackProxier for iptables"
I0717 22:47:39.212382 1 server_others.go:484] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, defaulting to no-op detect-local for IPv6"
I0717 22:47:39.212446 1 proxier.go:253] "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"
I0717 22:47:39.213591 1 server.go:658] "Version info" version="v1.27.3"
I0717 22:47:39.213617 1 server.go:660] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0717 22:47:39.214439 1 config.go:188] "Starting service config controller"
I0717 22:47:39.214487 1 shared_informer.go:311] Waiting for caches to sync for service config
I0717 22:47:39.214524 1 config.go:97] "Starting endpoint slice config controller"
I0717 22:47:39.214533 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0717 22:47:39.219702 1 config.go:315] "Starting node config controller"
I0717 22:47:39.219728 1 shared_informer.go:311] Waiting for caches to sync for node config
I0717 22:47:39.318151 1 shared_informer.go:318] Caches are synced for service config
I0717 22:47:39.318205 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0717 22:47:39.322496 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [40f88f246a93] <==
* W0717 22:47:21.651590 1 reflector.go:533] 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
E0717 22:47:21.651613 1 reflector.go:148] 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
W0717 22:47:21.651694 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0717 22:47:21.651724 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0717 22:47:21.651782 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0717 22:47:21.651802 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0717 22:47:21.654360 1 reflector.go:533] 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
E0717 22:47:21.654399 1 reflector.go:148] 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
W0717 22:47:21.654474 1 reflector.go:533] 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
E0717 22:47:21.654499 1 reflector.go:148] 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
W0717 22:47:21.654568 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0717 22:47:21.654584 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0717 22:47:21.654637 1 reflector.go:533] 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
E0717 22:47:21.654646 1 reflector.go:148] 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
W0717 22:47:22.485628 1 reflector.go:533] 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
E0717 22:47:22.485823 1 reflector.go:148] 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
W0717 22:47:22.554591 1 reflector.go:533] 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"
E0717 22:47:22.554746 1 reflector.go:148] 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"
W0717 22:47:22.574677 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0717 22:47:22.574900 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0717 22:47:22.626449 1 reflector.go:533] 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
E0717 22:47:22.626490 1 reflector.go:148] 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
W0717 22:47:22.687591 1 reflector.go:533] 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
E0717 22:47:22.687627 1 reflector.go:148] 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
I0717 22:47:24.728026 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.014186 2343 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=1e854197-f366-41a8-b3c4-66e7cea140fb path="/var/lib/kubelet/pods/1e854197-f366-41a8-b3c4-66e7cea140fb/volumes"
Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.014846 2343 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=4397019c-7816-482d-930d-0094b161c178 path="/var/lib/kubelet/pods/4397019c-7816-482d-930d-0094b161c178/volumes"
Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.015210 2343 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=687901d1-bfd1-47ea-bbbe-315a7ea41e55 path="/var/lib/kubelet/pods/687901d1-bfd1-47ea-bbbe-315a7ea41e55/volumes"
Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.018448 2343 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=76295516-5455-4af3-a777-15ff62744f05 path="/var/lib/kubelet/pods/76295516-5455-4af3-a777-15ff62744f05/volumes"
Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.018934 2343 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=bcd6adb8-7e5f-48ae-97a1-1819c87eefa1 path="/var/lib/kubelet/pods/bcd6adb8-7e5f-48ae-97a1-1819c87eefa1/volumes"
Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.647003 2343 scope.go:115] "RemoveContainer" containerID="094ba3d0c4b1df1a53f25ee370265bb071dedd24f32b8a673988adc5c87707be"
Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.676256 2343 scope.go:115] "RemoveContainer" containerID="5aedf282a56910e21feca5d89e22f52c2854e504d47be386bd611263797f83a0"
Jul 17 22:50:17 addons-534909 kubelet[2343]: I0717 22:50:17.676737 2343 scope.go:115] "RemoveContainer" containerID="3c21742dfc3c386c3b2fd3a5d1e914ee43a70dada2dc65c81aa8f25b71bcf979"
Jul 17 22:50:17 addons-534909 kubelet[2343]: E0717 22:50:17.677191 2343 pod_workers.go:1294] "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-65bdb79f98-tjnvt_default(23a16891-11fd-4597-ac55-412d965644ae)\"" pod="default/hello-world-app-65bdb79f98-tjnvt" podUID=23a16891-11fd-4597-ac55-412d965644ae
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.566399 2343 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-75zhf\" (UniqueName: \"kubernetes.io/projected/f74779a7-7c69-4062-8655-2b24c056e38c-kube-api-access-75zhf\") pod \"f74779a7-7c69-4062-8655-2b24c056e38c\" (UID: \"f74779a7-7c69-4062-8655-2b24c056e38c\") "
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.566452 2343 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-8lxzh\" (UniqueName: \"kubernetes.io/projected/ee67f948-bb93-4ba0-b861-64634e78907a-kube-api-access-8lxzh\") pod \"ee67f948-bb93-4ba0-b861-64634e78907a\" (UID: \"ee67f948-bb93-4ba0-b861-64634e78907a\") "
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.568997 2343 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ee67f948-bb93-4ba0-b861-64634e78907a-kube-api-access-8lxzh" (OuterVolumeSpecName: "kube-api-access-8lxzh") pod "ee67f948-bb93-4ba0-b861-64634e78907a" (UID: "ee67f948-bb93-4ba0-b861-64634e78907a"). InnerVolumeSpecName "kube-api-access-8lxzh". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.569823 2343 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f74779a7-7c69-4062-8655-2b24c056e38c-kube-api-access-75zhf" (OuterVolumeSpecName: "kube-api-access-75zhf") pod "f74779a7-7c69-4062-8655-2b24c056e38c" (UID: "f74779a7-7c69-4062-8655-2b24c056e38c"). InnerVolumeSpecName "kube-api-access-75zhf". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.667371 2343 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-75zhf\" (UniqueName: \"kubernetes.io/projected/f74779a7-7c69-4062-8655-2b24c056e38c-kube-api-access-75zhf\") on node \"addons-534909\" DevicePath \"\""
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.667415 2343 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-8lxzh\" (UniqueName: \"kubernetes.io/projected/ee67f948-bb93-4ba0-b861-64634e78907a-kube-api-access-8lxzh\") on node \"addons-534909\" DevicePath \"\""
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.768072 2343 scope.go:115] "RemoveContainer" containerID="77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca"
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.803802 2343 scope.go:115] "RemoveContainer" containerID="77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca"
Jul 17 22:50:21 addons-534909 kubelet[2343]: E0717 22:50:21.804695 2343 remote_runtime.go:415] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca" containerID="77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca"
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.804756 2343 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={Type:docker ID:77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca} err="failed to get container status \"77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca\": rpc error: code = Unknown desc = Error response from daemon: No such container: 77432dcd61dfe1f52e531c69bee20ae1dd94fc022ec066ed2271724ec4218fca"
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.804770 2343 scope.go:115] "RemoveContainer" containerID="d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8"
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.832097 2343 scope.go:115] "RemoveContainer" containerID="d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8"
Jul 17 22:50:21 addons-534909 kubelet[2343]: E0717 22:50:21.833012 2343 remote_runtime.go:415] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8" containerID="d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8"
Jul 17 22:50:21 addons-534909 kubelet[2343]: I0717 22:50:21.833064 2343 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={Type:docker ID:d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8} err="failed to get container status \"d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8\": rpc error: code = Unknown desc = Error response from daemon: No such container: d441cc525bd68aeda74ba42098eb3d8db3b0e1d9ece12cdfbd54e6301b1920a8"
Jul 17 22:50:23 addons-534909 kubelet[2343]: I0717 22:50:23.019765 2343 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=ee67f948-bb93-4ba0-b861-64634e78907a path="/var/lib/kubelet/pods/ee67f948-bb93-4ba0-b861-64634e78907a/volumes"
Jul 17 22:50:23 addons-534909 kubelet[2343]: I0717 22:50:23.020164 2343 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=f74779a7-7c69-4062-8655-2b24c056e38c path="/var/lib/kubelet/pods/f74779a7-7c69-4062-8655-2b24c056e38c/volumes"
*
* ==> storage-provisioner [5bebc8f6b6ef] <==
* I0717 22:47:46.438683 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0717 22:47:47.791201 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0717 22:47:47.791296 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0717 22:47:48.586045 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0717 22:47:48.715949 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-534909_c06119f0-0dc5-44a2-b415-01d12045d361!
I0717 22:47:49.248997 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"92264791-d38e-452e-98ee-31b4d1dcbd35", APIVersion:"v1", ResourceVersion:"603", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-534909_c06119f0-0dc5-44a2-b415-01d12045d361 became leader
I0717 22:47:49.955440 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-534909_c06119f0-0dc5-44a2-b415-01d12045d361!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-534909 -n addons-534909
helpers_test.go:261: (dbg) Run: kubectl --context addons-534909 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 (37.88s)