=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:183: (dbg) Run: kubectl --context addons-060929 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-060929 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:221: (dbg) Run: kubectl --context addons-060929 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" [36721655-4474-43b1-89e5-d0faea45d7cb] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [36721655-4474-43b1-89e5-d0faea45d7cb] Running
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.005324808s
addons_test.go:238: (dbg) Run: out/minikube-linux-amd64 -p addons-060929 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:238: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-060929 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.507503882s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:254: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:262: (dbg) Run: kubectl --context addons-060929 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:267: (dbg) Run: out/minikube-linux-amd64 -p addons-060929 ip
addons_test.go:273: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:282: (dbg) Run: out/minikube-linux-amd64 -p addons-060929 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:287: (dbg) Run: out/minikube-linux-amd64 -p addons-060929 addons disable ingress --alsologtostderr -v=1
addons_test.go:287: (dbg) Done: out/minikube-linux-amd64 -p addons-060929 addons disable ingress --alsologtostderr -v=1: (7.430391965s)
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-060929
helpers_test.go:235: (dbg) docker inspect addons-060929:
-- stdout --
[
{
"Id": "abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c",
"Created": "2023-06-10T14:01:57.247785038Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 27060,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-06-10T14:01:57.542318374Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:8b39c0c6b43e13425df6546d3707123c5158cae4cca961fab19bf263071fc26b",
"ResolvConfPath": "/var/lib/docker/containers/abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c/hostname",
"HostsPath": "/var/lib/docker/containers/abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c/hosts",
"LogPath": "/var/lib/docker/containers/abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c/abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c-json.log",
"Name": "/addons-060929",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-060929:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-060929",
"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/4f286e5dd8af6769e544cf37cac3c43066849280c972b4becc8f1652a2622bd8-init/diff:/var/lib/docker/overlay2/0dc1ddb6d62b4bee9beafd5f34260acd069d63ff74f1b10678aeef7f32badeb3/diff",
"MergedDir": "/var/lib/docker/overlay2/4f286e5dd8af6769e544cf37cac3c43066849280c972b4becc8f1652a2622bd8/merged",
"UpperDir": "/var/lib/docker/overlay2/4f286e5dd8af6769e544cf37cac3c43066849280c972b4becc8f1652a2622bd8/diff",
"WorkDir": "/var/lib/docker/overlay2/4f286e5dd8af6769e544cf37cac3c43066849280c972b4becc8f1652a2622bd8/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-060929",
"Source": "/var/lib/docker/volumes/addons-060929/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-060929",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b",
"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-060929",
"name.minikube.sigs.k8s.io": "addons-060929",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "96d503c7a5123a65e7ed69d30374d915773e67eec2fe5ad0c3bb8e54fd1006a6",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
]
},
"SandboxKey": "/var/run/docker/netns/96d503c7a512",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-060929": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"abd5aecf4a31",
"addons-060929"
],
"NetworkID": "83b60bb648f03b40b2dfc1c381f37816b71d06dee5a29cc9e61c9a05222f6a45",
"EndpointID": "8f1cf7d9fe1cafe784d1563f6bba55acbf921d2a8416d232784a84074913c9f7",
"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-amd64 status --format={{.Host}} -p addons-060929 -n addons-060929
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-amd64 -p addons-060929 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-060929 logs -n 25: (1.099732567s)
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-735343 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | |
| | -p download-only-735343 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.16.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| start | -o=json --download-only | download-only-735343 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | |
| | -p download-only-735343 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.27.2 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | 10 Jun 23 14:01 UTC |
| delete | -p download-only-735343 | download-only-735343 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | 10 Jun 23 14:01 UTC |
| delete | -p download-only-735343 | download-only-735343 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | 10 Jun 23 14:01 UTC |
| start | --download-only -p | download-docker-347332 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | |
| | download-docker-347332 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-347332 | download-docker-347332 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | 10 Jun 23 14:01 UTC |
| start | --download-only -p | binary-mirror-545398 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | |
| | binary-mirror-545398 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:38625 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-545398 | binary-mirror-545398 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | 10 Jun 23 14:01 UTC |
| start | -p addons-060929 | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:01 UTC | 10 Jun 23 14:03 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=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=helm-tiller | | | | | |
| addons | enable headlamp | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:03 UTC | 10 Jun 23 14:03 UTC |
| | -p addons-060929 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-060929 addons | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:03 UTC | 10 Jun 23 14:03 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-060929 ip | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:03 UTC | 10 Jun 23 14:03 UTC |
| addons | addons-060929 addons disable | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:03 UTC | 10 Jun 23 14:03 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-060929 addons disable | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:03 UTC | 10 Jun 23 14:03 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:03 UTC | 10 Jun 23 14:03 UTC |
| | addons-060929 | | | | | |
| addons | disable cloud-spanner -p | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:03 UTC | 10 Jun 23 14:03 UTC |
| | addons-060929 | | | | | |
| ssh | addons-060929 ssh curl -s | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:04 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-060929 addons | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:04 UTC | 10 Jun 23 14:04 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-060929 addons | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:04 UTC | 10 Jun 23 14:04 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-060929 ip | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:06 UTC | 10 Jun 23 14:06 UTC |
| addons | addons-060929 addons disable | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:06 UTC | 10 Jun 23 14:06 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-060929 addons disable | addons-060929 | jenkins | v1.30.1 | 10 Jun 23 14:06 UTC | 10 Jun 23 14:06 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/06/10 14:01:34
Running on machine: ubuntu-20-agent-4
Binary: Built with gc go1.20.4 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0610 14:01:34.199655 26375 out.go:296] Setting OutFile to fd 1 ...
I0610 14:01:34.199762 26375 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0610 14:01:34.199771 26375 out.go:309] Setting ErrFile to fd 2...
I0610 14:01:34.199775 26375 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0610 14:01:34.199875 26375 root.go:336] Updating PATH: /home/jenkins/minikube-integration/15074-18675/.minikube/bin
I0610 14:01:34.200417 26375 out.go:303] Setting JSON to false
I0610 14:01:34.201152 26375 start.go:127] hostinfo: {"hostname":"ubuntu-20-agent-4","uptime":6249,"bootTime":1686399445,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1035-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0610 14:01:34.201199 26375 start.go:137] virtualization: kvm guest
I0610 14:01:34.203654 26375 out.go:177] * [addons-060929] minikube v1.30.1 on Ubuntu 20.04 (kvm/amd64)
I0610 14:01:34.205218 26375 out.go:177] - MINIKUBE_LOCATION=15074
I0610 14:01:34.206638 26375 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0610 14:01:34.205177 26375 notify.go:220] Checking for updates...
I0610 14:01:34.208866 26375 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/15074-18675/kubeconfig
I0610 14:01:34.210435 26375 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/15074-18675/.minikube
I0610 14:01:34.211920 26375 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0610 14:01:34.213404 26375 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0610 14:01:34.215041 26375 driver.go:375] Setting default libvirt URI to qemu:///system
I0610 14:01:34.237397 26375 docker.go:121] docker version: linux-24.0.2:Docker Engine - Community
I0610 14:01:34.237476 26375 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0610 14:01:34.279164 26375 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local 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:29 OomKillDisable:true NGoroutines:39 SystemTime:2023-06-10 14:01:34.271245827 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1035-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33660649472 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-4 Labels:[] ExperimentalBuild:false ServerVersion:24.0.2 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>
ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.10.5] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.18.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0610 14:01:34.279280 26375 docker.go:294] overlay module found
I0610 14:01:34.281324 26375 out.go:177] * Using the docker driver based on user configuration
I0610 14:01:34.282776 26375 start.go:297] selected driver: docker
I0610 14:01:34.282788 26375 start.go:875] validating driver "docker" against <nil>
I0610 14:01:34.282799 26375 start.go:886] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0610 14:01:34.283545 26375 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0610 14:01:34.328182 26375 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local 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:29 OomKillDisable:true NGoroutines:39 SystemTime:2023-06-10 14:01:34.320616807 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1035-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33660649472 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-4 Labels:[] ExperimentalBuild:false ServerVersion:24.0.2 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>
ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.10.5] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.18.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0610 14:01:34.328363 26375 start_flags.go:305] no existing cluster config was found, will generate one from the flags
I0610 14:01:34.328622 26375 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]
I0610 14:01:34.330514 26375 out.go:177] * Using Docker driver with root privileges
I0610 14:01:34.332184 26375 cni.go:84] Creating CNI manager for ""
I0610 14:01:34.332195 26375 cni.go:142] "docker" driver + "crio" runtime found, recommending kindnet
I0610 14:01:34.332201 26375 start_flags.go:314] Found "CNI" CNI - setting NetworkPlugin=cni
I0610 14:01:34.332211 26375 start_flags.go:319] config:
{Name:addons-060929 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b 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.2 ClusterName:addons-060929 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: 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:}
I0610 14:01:34.333937 26375 out.go:177] * Starting control plane node addons-060929 in cluster addons-060929
I0610 14:01:34.335500 26375 cache.go:122] Beginning downloading kic base image for docker with crio
I0610 14:01:34.337031 26375 out.go:177] * Pulling base image ...
I0610 14:01:34.338463 26375 preload.go:132] Checking if preload exists for k8s version v1.27.2 and runtime crio
I0610 14:01:34.338494 26375 preload.go:148] Found local preload: /home/jenkins/minikube-integration/15074-18675/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-cri-o-overlay-amd64.tar.lz4
I0610 14:01:34.338504 26375 cache.go:57] Caching tarball of preloaded images
I0610 14:01:34.338546 26375 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b in local docker daemon
I0610 14:01:34.338561 26375 preload.go:174] Found /home/jenkins/minikube-integration/15074-18675/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0610 14:01:34.338567 26375 cache.go:60] Finished verifying existence of preloaded tar for v1.27.2 on crio
I0610 14:01:34.338819 26375 profile.go:148] Saving config to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/config.json ...
I0610 14:01:34.338836 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/config.json: {Name:mkdd6b4cda7931dbb8b86eda8e1d906fd642542e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:01:34.352584 26375 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b to local cache
I0610 14:01:34.352686 26375 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b in local cache directory
I0610 14:01:34.352711 26375 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b in local cache directory, skipping pull
I0610 14:01:34.352717 26375 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b exists in cache, skipping pull
I0610 14:01:34.352731 26375 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b as a tarball
I0610 14:01:34.352741 26375 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b from local cache
I0610 14:01:44.874670 26375 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b from cached tarball
I0610 14:01:44.874717 26375 cache.go:195] Successfully downloaded all kic artifacts
I0610 14:01:44.874752 26375 start.go:364] acquiring machines lock for addons-060929: {Name:mk19acad9c0214fec1442ef929dc6e8917ac8dbc Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0610 14:01:44.874850 26375 start.go:368] acquired machines lock for "addons-060929" in 78.8µs
I0610 14:01:44.874875 26375 start.go:93] Provisioning new machine with config: &{Name:addons-060929 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b 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.2 ClusterName:addons-060929 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.2 ContainerRuntime:crio 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 Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP:} &{Name: IP: Port:8443 KubernetesVersion:v1.27.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0610 14:01:44.874976 26375 start.go:125] createHost starting for "" (driver="docker")
I0610 14:01:44.876891 26375 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0610 14:01:44.877142 26375 start.go:159] libmachine.API.Create for "addons-060929" (driver="docker")
I0610 14:01:44.877172 26375 client.go:168] LocalClient.Create starting
I0610 14:01:44.877293 26375 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca.pem
I0610 14:01:45.024266 26375 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/cert.pem
I0610 14:01:45.350232 26375 cli_runner.go:164] Run: docker network inspect addons-060929 --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}}]}"
W0610 14:01:45.365022 26375 cli_runner.go:211] docker network inspect addons-060929 --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
I0610 14:01:45.365093 26375 network_create.go:281] running [docker network inspect addons-060929] to gather additional debugging logs...
I0610 14:01:45.365121 26375 cli_runner.go:164] Run: docker network inspect addons-060929
W0610 14:01:45.378357 26375 cli_runner.go:211] docker network inspect addons-060929 returned with exit code 1
I0610 14:01:45.378384 26375 network_create.go:284] error running [docker network inspect addons-060929]: docker network inspect addons-060929: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-060929 not found
I0610 14:01:45.378425 26375 network_create.go:286] output of [docker network inspect addons-060929]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-060929 not found
** /stderr **
I0610 14:01:45.378470 26375 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}}]}"
I0610 14:01:45.392448 26375 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:0xc0014f0a40}
I0610 14:01:45.392483 26375 network_create.go:123] attempt to create docker network addons-060929 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0610 14:01:45.392535 26375 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-060929 addons-060929
I0610 14:01:45.440513 26375 network_create.go:107] docker network addons-060929 192.168.49.0/24 created
I0610 14:01:45.440538 26375 kic.go:117] calculated static IP "192.168.49.2" for the "addons-060929" container
I0610 14:01:45.440592 26375 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0610 14:01:45.454556 26375 cli_runner.go:164] Run: docker volume create addons-060929 --label name.minikube.sigs.k8s.io=addons-060929 --label created_by.minikube.sigs.k8s.io=true
I0610 14:01:45.469487 26375 oci.go:103] Successfully created a docker volume addons-060929
I0610 14:01:45.469542 26375 cli_runner.go:164] Run: docker run --rm --name addons-060929-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-060929 --entrypoint /usr/bin/test -v addons-060929:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -d /var/lib
I0610 14:01:52.450582 26375 cli_runner.go:217] Completed: docker run --rm --name addons-060929-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-060929 --entrypoint /usr/bin/test -v addons-060929:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -d /var/lib: (6.980971957s)
I0610 14:01:52.450684 26375 oci.go:107] Successfully prepared a docker volume addons-060929
I0610 14:01:52.450717 26375 preload.go:132] Checking if preload exists for k8s version v1.27.2 and runtime crio
I0610 14:01:52.450743 26375 kic.go:190] Starting extracting preloaded images to volume ...
I0610 14:01:52.450804 26375 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/15074-18675/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-060929:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -I lz4 -xf /preloaded.tar -C /extractDir
I0610 14:01:57.185485 26375 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/15074-18675/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.27.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-060929:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b -I lz4 -xf /preloaded.tar -C /extractDir: (4.734626008s)
I0610 14:01:57.185519 26375 kic.go:199] duration metric: took 4.734770 seconds to extract preloaded images to volume
W0610 14:01:57.185647 26375 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0610 14:01:57.185750 26375 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0610 14:01:57.234997 26375 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-060929 --name addons-060929 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-060929 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-060929 --network addons-060929 --ip 192.168.49.2 --volume addons-060929:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b
I0610 14:01:57.550331 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Running}}
I0610 14:01:57.566303 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:01:57.581830 26375 cli_runner.go:164] Run: docker exec addons-060929 stat /var/lib/dpkg/alternatives/iptables
I0610 14:01:57.644864 26375 oci.go:144] the created container "addons-060929" has a running status.
I0610 14:01:57.644895 26375 kic.go:221] Creating ssh key for kic: /home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa...
I0610 14:01:57.872445 26375 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0610 14:01:57.904026 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:01:57.921678 26375 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0610 14:01:57.921701 26375 kic_runner.go:114] Args: [docker exec --privileged addons-060929 chown docker:docker /home/docker/.ssh/authorized_keys]
I0610 14:01:57.993191 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:01:58.009775 26375 machine.go:88] provisioning docker machine ...
I0610 14:01:58.009809 26375 ubuntu.go:169] provisioning hostname "addons-060929"
I0610 14:01:58.009870 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:58.029756 26375 main.go:141] libmachine: Using SSH client type: native
I0610 14:01:58.030143 26375 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x80dc80] 0x810d20 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0610 14:01:58.030152 26375 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-060929 && echo "addons-060929" | sudo tee /etc/hostname
I0610 14:01:58.172494 26375 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-060929
I0610 14:01:58.172563 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:58.188871 26375 main.go:141] libmachine: Using SSH client type: native
I0610 14:01:58.189303 26375 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x80dc80] 0x810d20 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0610 14:01:58.189333 26375 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-060929' /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-060929/g' /etc/hosts;
else
echo '127.0.1.1 addons-060929' | sudo tee -a /etc/hosts;
fi
fi
I0610 14:01:58.305680 26375 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0610 14:01:58.305702 26375 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/15074-18675/.minikube CaCertPath:/home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/15074-18675/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/15074-18675/.minikube}
I0610 14:01:58.305722 26375 ubuntu.go:177] setting up certificates
I0610 14:01:58.305732 26375 provision.go:83] configureAuth start
I0610 14:01:58.305781 26375 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-060929
I0610 14:01:58.321534 26375 provision.go:138] copyHostCerts
I0610 14:01:58.321590 26375 exec_runner.go:151] cp: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/15074-18675/.minikube/ca.pem (1078 bytes)
I0610 14:01:58.321682 26375 exec_runner.go:151] cp: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/15074-18675/.minikube/cert.pem (1123 bytes)
I0610 14:01:58.321733 26375 exec_runner.go:151] cp: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/15074-18675/.minikube/key.pem (1675 bytes)
I0610 14:01:58.321775 26375 provision.go:112] generating server cert: /home/jenkins/minikube-integration/15074-18675/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca-key.pem org=jenkins.addons-060929 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-060929]
I0610 14:01:58.435843 26375 provision.go:172] copyRemoteCerts
I0610 14:01:58.435890 26375 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0610 14:01:58.435922 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:58.450544 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:01:58.533674 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0610 14:01:58.553011 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0610 14:01:58.572115 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0610 14:01:58.590823 26375 provision.go:86] duration metric: configureAuth took 285.076698ms
I0610 14:01:58.590841 26375 ubuntu.go:193] setting minikube options for container-runtime
I0610 14:01:58.590974 26375 config.go:182] Loaded profile config "addons-060929": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.27.2
I0610 14:01:58.591059 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:58.606856 26375 main.go:141] libmachine: Using SSH client type: native
I0610 14:01:58.607233 26375 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x80dc80] 0x810d20 <nil> [] 0s} 127.0.0.1 32772 <nil> <nil>}
I0610 14:01:58.607252 26375 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0610 14:01:58.798309 26375 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0610 14:01:58.798334 26375 machine.go:91] provisioned docker machine in 788.537525ms
I0610 14:01:58.798345 26375 client.go:171] LocalClient.Create took 13.921161493s
I0610 14:01:58.798364 26375 start.go:167] duration metric: libmachine.API.Create for "addons-060929" took 13.92122259s
I0610 14:01:58.798373 26375 start.go:300] post-start starting for "addons-060929" (driver="docker")
I0610 14:01:58.798384 26375 start.go:328] 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]
I0610 14:01:58.798444 26375 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
I0610 14:01:58.798491 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:58.813961 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:01:58.902023 26375 ssh_runner.go:195] Run: cat /etc/os-release
I0610 14:01:58.904623 26375 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0610 14:01:58.904658 26375 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0610 14:01:58.904677 26375 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0610 14:01:58.904689 26375 info.go:137] Remote host: Ubuntu 22.04.2 LTS
I0610 14:01:58.904701 26375 filesync.go:126] Scanning /home/jenkins/minikube-integration/15074-18675/.minikube/addons for local assets ...
I0610 14:01:58.904759 26375 filesync.go:126] Scanning /home/jenkins/minikube-integration/15074-18675/.minikube/files for local assets ...
I0610 14:01:58.904787 26375 start.go:303] post-start completed in 106.403213ms
I0610 14:01:58.905065 26375 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-060929
I0610 14:01:58.919926 26375 profile.go:148] Saving config to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/config.json ...
I0610 14:01:58.920129 26375 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0610 14:01:58.920160 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:58.935553 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:01:59.014253 26375 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0610 14:01:59.017768 26375 start.go:128] duration metric: createHost completed in 14.142780331s
I0610 14:01:59.017786 26375 start.go:83] releasing machines lock for "addons-060929", held for 14.142923335s
I0610 14:01:59.017847 26375 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-060929
I0610 14:01:59.032886 26375 ssh_runner.go:195] Run: cat /version.json
I0610 14:01:59.032931 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:59.032992 26375 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0610 14:01:59.033055 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:01:59.048728 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:01:59.049822 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:01:59.250510 26375 ssh_runner.go:195] Run: systemctl --version
I0610 14:01:59.254112 26375 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0610 14:01:59.386921 26375 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0610 14:01:59.390646 26375 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 "sudo mv {} {}.mk_disabled" ;
I0610 14:01:59.406697 26375 cni.go:220] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0610 14:01:59.406762 26375 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" ;
I0610 14:01:59.430700 26375 cni.go:261] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0610 14:01:59.430719 26375 start.go:481] detecting cgroup driver to use...
I0610 14:01:59.430743 26375 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0610 14:01:59.430779 26375 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0610 14:01:59.443363 26375 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0610 14:01:59.452068 26375 docker.go:193] disabling cri-docker service (if available) ...
I0610 14:01:59.452108 26375 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0610 14:01:59.462804 26375 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0610 14:01:59.473529 26375 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0610 14:01:59.539789 26375 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0610 14:01:59.611069 26375 docker.go:209] disabling docker service ...
I0610 14:01:59.611125 26375 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0610 14:01:59.625926 26375 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0610 14:01:59.634769 26375 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0610 14:01:59.707880 26375 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0610 14:01:59.780172 26375 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0610 14:01:59.789179 26375 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0610 14:01:59.802416 26375 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0610 14:01:59.802474 26375 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I0610 14:01:59.810104 26375 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0610 14:01:59.810149 26375 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0610 14:01:59.818085 26375 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0610 14:01:59.825416 26375 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0610 14:01:59.832780 26375 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0610 14:01:59.839667 26375 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0610 14:01:59.846225 26375 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0610 14:01:59.852597 26375 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0610 14:01:59.928046 26375 ssh_runner.go:195] Run: sudo systemctl restart crio
I0610 14:02:00.022583 26375 start.go:528] Will wait 60s for socket path /var/run/crio/crio.sock
I0610 14:02:00.022650 26375 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0610 14:02:00.025478 26375 start.go:549] Will wait 60s for crictl version
I0610 14:02:00.025528 26375 ssh_runner.go:195] Run: which crictl
I0610 14:02:00.028079 26375 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0610 14:02:00.058069 26375 start.go:565] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.5
RuntimeApiVersion: v1
I0610 14:02:00.058174 26375 ssh_runner.go:195] Run: crio --version
I0610 14:02:00.088817 26375 ssh_runner.go:195] Run: crio --version
I0610 14:02:00.119660 26375 out.go:177] * Preparing Kubernetes v1.27.2 on CRI-O 1.24.5 ...
I0610 14:02:00.121133 26375 cli_runner.go:164] Run: docker network inspect addons-060929 --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}}]}"
I0610 14:02:00.135444 26375 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0610 14:02:00.138589 26375 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""
I0610 14:02:00.147699 26375 preload.go:132] Checking if preload exists for k8s version v1.27.2 and runtime crio
I0610 14:02:00.147767 26375 ssh_runner.go:195] Run: sudo crictl images --output json
I0610 14:02:00.191985 26375 crio.go:496] all images are preloaded for cri-o runtime.
I0610 14:02:00.192002 26375 crio.go:415] Images already preloaded, skipping extraction
I0610 14:02:00.192040 26375 ssh_runner.go:195] Run: sudo crictl images --output json
I0610 14:02:00.220202 26375 crio.go:496] all images are preloaded for cri-o runtime.
I0610 14:02:00.220229 26375 cache_images.go:84] Images are preloaded, skipping loading
I0610 14:02:00.220283 26375 ssh_runner.go:195] Run: crio config
I0610 14:02:00.258656 26375 cni.go:84] Creating CNI manager for ""
I0610 14:02:00.258674 26375 cni.go:142] "docker" driver + "crio" runtime found, recommending kindnet
I0610 14:02:00.258687 26375 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0610 14:02:00.258709 26375 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-060929 NodeName:addons-060929 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0610 14:02:00.258884 26375 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/crio/crio.sock
name: "addons-060929"
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.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
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
I0610 14:02:00.258974 26375 kubeadm.go:971] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.27.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-060929 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.27.2 ClusterName:addons-060929 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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:}
I0610 14:02:00.259027 26375 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.27.2
I0610 14:02:00.266838 26375 binaries.go:44] Found k8s binaries, skipping transfer
I0610 14:02:00.266899 26375 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0610 14:02:00.273990 26375 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I0610 14:02:00.287870 26375 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0610 14:02:00.301660 26375 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I0610 14:02:00.315097 26375 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0610 14:02:00.317639 26375 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""
I0610 14:02:00.326002 26375 certs.go:56] Setting up /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929 for IP: 192.168.49.2
I0610 14:02:00.326023 26375 certs.go:190] acquiring lock for shared ca certs: {Name:mk47e57fed67616a983122d88149f57794c568cb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:00.326130 26375 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/15074-18675/.minikube/ca.key
I0610 14:02:00.459446 26375 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/15074-18675/.minikube/ca.crt ...
I0610 14:02:00.459469 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/ca.crt: {Name:mkda6947bb72a55fec4aea51fd2c854a22112379 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:00.459603 26375 crypto.go:164] Writing key to /home/jenkins/minikube-integration/15074-18675/.minikube/ca.key ...
I0610 14:02:00.459613 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/ca.key: {Name:mk2b2ed2c5c39e1559facba567ed123912df2df9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:00.459676 26375 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/15074-18675/.minikube/proxy-client-ca.key
I0610 14:02:00.813824 26375 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/15074-18675/.minikube/proxy-client-ca.crt ...
I0610 14:02:00.813851 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/proxy-client-ca.crt: {Name:mkd7bd66f9baa5b8b84f8abbe708cb536082a634 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:00.814031 26375 crypto.go:164] Writing key to /home/jenkins/minikube-integration/15074-18675/.minikube/proxy-client-ca.key ...
I0610 14:02:00.814044 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/proxy-client-ca.key: {Name:mkb8c6a065cea00dd080df7554efdfd96661797b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:00.814167 26375 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/client.key
I0610 14:02:00.814185 26375 crypto.go:68] Generating cert /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/client.crt with IP's: []
I0610 14:02:01.142216 26375 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/client.crt ...
I0610 14:02:01.142244 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/client.crt: {Name:mk50cf2519d956602c23d95c895e93dbdd2dccb5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:01.142408 26375 crypto.go:164] Writing key to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/client.key ...
I0610 14:02:01.142420 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/client.key: {Name:mkc877e47018454b6841125751c9cc2411bdcfbc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:01.142492 26375 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.key.dd3b5fb2
I0610 14:02:01.142510 26375 crypto.go:68] Generating cert /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0610 14:02:01.258887 26375 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.crt.dd3b5fb2 ...
I0610 14:02:01.258918 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.crt.dd3b5fb2: {Name:mk849ad6edb885afaac68f844a3083d85a03e209 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:01.259090 26375 crypto.go:164] Writing key to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.key.dd3b5fb2 ...
I0610 14:02:01.259105 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.key.dd3b5fb2: {Name:mkfb128921c76396fa50b1f7c1f1b749c8139a26 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:01.259199 26375 certs.go:337] copying /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.crt
I0610 14:02:01.259304 26375 certs.go:341] copying /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.key
I0610 14:02:01.259371 26375 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.key
I0610 14:02:01.259393 26375 crypto.go:68] Generating cert /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.crt with IP's: []
I0610 14:02:01.520389 26375 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.crt ...
I0610 14:02:01.520417 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.crt: {Name:mk092131bb7c2f1faabb2454aca671da677b6738 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:01.520584 26375 crypto.go:164] Writing key to /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.key ...
I0610 14:02:01.520597 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.key: {Name:mk5a03dfe93e776023792f23c8e1a7199bf023d2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:01.520793 26375 certs.go:437] found cert: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca-key.pem (1679 bytes)
I0610 14:02:01.520837 26375 certs.go:437] found cert: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/home/jenkins/minikube-integration/15074-18675/.minikube/certs/ca.pem (1078 bytes)
I0610 14:02:01.520871 26375 certs.go:437] found cert: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/home/jenkins/minikube-integration/15074-18675/.minikube/certs/cert.pem (1123 bytes)
I0610 14:02:01.520906 26375 certs.go:437] found cert: /home/jenkins/minikube-integration/15074-18675/.minikube/certs/home/jenkins/minikube-integration/15074-18675/.minikube/certs/key.pem (1675 bytes)
I0610 14:02:01.521404 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0610 14:02:01.541620 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0610 14:02:01.560093 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0610 14:02:01.578947 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/profiles/addons-060929/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0610 14:02:01.597875 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0610 14:02:01.616488 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0610 14:02:01.635026 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0610 14:02:01.653392 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0610 14:02:01.672081 26375 ssh_runner.go:362] scp /home/jenkins/minikube-integration/15074-18675/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0610 14:02:01.691093 26375 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0610 14:02:01.705102 26375 ssh_runner.go:195] Run: openssl version
I0610 14:02:01.709708 26375 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"
I0610 14:02:01.717051 26375 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0610 14:02:01.719891 26375 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Jun 10 14:02 /usr/share/ca-certificates/minikubeCA.pem
I0610 14:02:01.719935 26375 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0610 14:02:01.725755 26375 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"
I0610 14:02:01.733398 26375 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0610 14:02:01.736087 26375 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
I0610 14:02:01.736134 26375 kubeadm.go:404] StartCluster: {Name:addons-060929 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1686006988-16632@sha256:412dc5cf58908f3565f59ed5f2b8341f53e998f8d8b54f59253c8f8f335f5a7b 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.2 ClusterName:addons-060929 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:crio 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.2 ContainerRuntime:crio 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:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP:}
I0610 14:02:01.736203 26375 cri.go:53] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0610 14:02:01.736237 26375 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0610 14:02:01.765791 26375 cri.go:88] found id: ""
I0610 14:02:01.765849 26375 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0610 14:02:01.772998 26375 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0610 14:02:01.779945 26375 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0610 14:02:01.779991 26375 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
I0610 14:02:01.786825 26375 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
I0610 14:02:01.786864 26375 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.27.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0610 14:02:01.857412 26375 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-1035-gcp\n", err: exit status 1
I0610 14:02:01.912226 26375 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0610 14:02:01.912499 26375 kubeadm.go:322] W0610 14:02:01.912167 1154 images.go:80] could not find officially supported version of etcd for Kubernetes v1.27.2, falling back to the nearest etcd version (3.5.7-0)
I0610 14:02:04.243989 26375 kubeadm.go:322] W0610 14:02:04.243638 1154 images.go:80] could not find officially supported version of etcd for Kubernetes v1.27.2, falling back to the nearest etcd version (3.5.7-0)
I0610 14:02:10.268156 26375 kubeadm.go:322] [init] Using Kubernetes version: v1.27.2
I0610 14:02:10.268224 26375 kubeadm.go:322] [preflight] Running pre-flight checks
I0610 14:02:10.268343 26375 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0610 14:02:10.268438 26375 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1035-gcp[0m
I0610 14:02:10.268494 26375 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0610 14:02:10.268569 26375 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0610 14:02:10.268651 26375 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0610 14:02:10.268715 26375 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0610 14:02:10.268787 26375 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0610 14:02:10.268857 26375 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0610 14:02:10.268938 26375 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0610 14:02:10.269013 26375 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0610 14:02:10.269081 26375 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0610 14:02:10.269144 26375 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0610 14:02:10.269243 26375 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0610 14:02:10.269359 26375 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0610 14:02:10.269495 26375 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0610 14:02:10.269585 26375 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0610 14:02:10.271191 26375 out.go:204] - Generating certificates and keys ...
I0610 14:02:10.271282 26375 kubeadm.go:322] [certs] Using existing ca certificate authority
I0610 14:02:10.271403 26375 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0610 14:02:10.271519 26375 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0610 14:02:10.271612 26375 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0610 14:02:10.271691 26375 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0610 14:02:10.271761 26375 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0610 14:02:10.271841 26375 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0610 14:02:10.271968 26375 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-060929 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0610 14:02:10.272032 26375 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0610 14:02:10.272155 26375 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-060929 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0610 14:02:10.272225 26375 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0610 14:02:10.272311 26375 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0610 14:02:10.272403 26375 kubeadm.go:322] [certs] Generating "sa" key and public key
I0610 14:02:10.272483 26375 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0610 14:02:10.272561 26375 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0610 14:02:10.272647 26375 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0610 14:02:10.272757 26375 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0610 14:02:10.272836 26375 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0610 14:02:10.273089 26375 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0610 14:02:10.273266 26375 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0610 14:02:10.273322 26375 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0610 14:02:10.273402 26375 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0610 14:02:10.276190 26375 out.go:204] - Booting up control plane ...
I0610 14:02:10.276312 26375 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0610 14:02:10.276389 26375 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0610 14:02:10.276443 26375 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0610 14:02:10.276513 26375 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0610 14:02:10.276645 26375 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
I0610 14:02:10.276711 26375 kubeadm.go:322] [apiclient] All control plane components are healthy after 4.501933 seconds
I0610 14:02:10.276798 26375 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0610 14:02:10.276897 26375 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0610 14:02:10.276952 26375 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0610 14:02:10.277139 26375 kubeadm.go:322] [mark-control-plane] Marking the node addons-060929 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0610 14:02:10.277197 26375 kubeadm.go:322] [bootstrap-token] Using token: ln0kaw.es1qelyvygb5zicp
I0610 14:02:10.279388 26375 out.go:204] - Configuring RBAC rules ...
I0610 14:02:10.279479 26375 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0610 14:02:10.279559 26375 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0610 14:02:10.279766 26375 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
I0610 14:02:10.279932 26375 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0610 14:02:10.280093 26375 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0610 14:02:10.280231 26375 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0610 14:02:10.280335 26375 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0610 14:02:10.280398 26375 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0610 14:02:10.280460 26375 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0610 14:02:10.280473 26375 kubeadm.go:322]
I0610 14:02:10.280549 26375 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0610 14:02:10.280562 26375 kubeadm.go:322]
I0610 14:02:10.280651 26375 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0610 14:02:10.280660 26375 kubeadm.go:322]
I0610 14:02:10.280721 26375 kubeadm.go:322] mkdir -p $HOME/.kube
I0610 14:02:10.280893 26375 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0610 14:02:10.280963 26375 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0610 14:02:10.280977 26375 kubeadm.go:322]
I0610 14:02:10.281051 26375 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0610 14:02:10.281059 26375 kubeadm.go:322]
I0610 14:02:10.281124 26375 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0610 14:02:10.281135 26375 kubeadm.go:322]
I0610 14:02:10.281206 26375 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0610 14:02:10.281309 26375 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0610 14:02:10.281365 26375 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0610 14:02:10.281370 26375 kubeadm.go:322]
I0610 14:02:10.281439 26375 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0610 14:02:10.281524 26375 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0610 14:02:10.281535 26375 kubeadm.go:322]
I0610 14:02:10.281609 26375 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token ln0kaw.es1qelyvygb5zicp \
I0610 14:02:10.281691 26375 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:f7c27fba2457aced24afc8e692292ec6bc66665a6c8292c6979f6ce9f519ecd4 \
I0610 14:02:10.281714 26375 kubeadm.go:322] --control-plane
I0610 14:02:10.281723 26375 kubeadm.go:322]
I0610 14:02:10.281795 26375 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0610 14:02:10.281802 26375 kubeadm.go:322]
I0610 14:02:10.281864 26375 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token ln0kaw.es1qelyvygb5zicp \
I0610 14:02:10.281962 26375 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:f7c27fba2457aced24afc8e692292ec6bc66665a6c8292c6979f6ce9f519ecd4
I0610 14:02:10.281972 26375 cni.go:84] Creating CNI manager for ""
I0610 14:02:10.281977 26375 cni.go:142] "docker" driver + "crio" runtime found, recommending kindnet
I0610 14:02:10.283674 26375 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0610 14:02:10.285037 26375 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0610 14:02:10.288324 26375 cni.go:181] applying CNI manifest using /var/lib/minikube/binaries/v1.27.2/kubectl ...
I0610 14:02:10.288338 26375 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0610 14:02:10.302837 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0610 14:02:10.940688 26375 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0610 14:02:10.940748 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:10.940774 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl label nodes minikube.k8s.io/version=v1.30.1 minikube.k8s.io/commit=3273891fc7fc0f39c65075197baa2d52fc489f6f minikube.k8s.io/name=addons-060929 minikube.k8s.io/updated_at=2023_06_10T14_02_10_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:11.003208 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:11.009883 26375 ops.go:34] apiserver oom_adj: -16
I0610 14:02:11.572494 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:12.071895 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:12.571937 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:13.072478 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:13.572241 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:14.072220 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:14.572188 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:15.072883 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:15.572458 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:16.072623 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:16.572530 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:17.072040 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:17.572094 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:18.072411 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:18.572241 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:19.071890 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:19.572728 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:20.072414 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:20.572521 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:21.071994 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:21.572907 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:22.072313 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:22.572729 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:23.071945 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:23.572957 26375 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.27.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0610 14:02:23.635115 26375 kubeadm.go:1076] duration metric: took 12.694415341s to wait for elevateKubeSystemPrivileges.
I0610 14:02:23.635147 26375 kubeadm.go:406] StartCluster complete in 21.899017535s
I0610 14:02:23.635167 26375 settings.go:142] acquiring lock: {Name:mk5881f609c073bbe2e65c237b3cf267f8761582 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:23.635276 26375 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/15074-18675/kubeconfig
I0610 14:02:23.635722 26375 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/15074-18675/kubeconfig: {Name:mk5649556a15e88039256d0bd607afdddb4a6ce9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0610 14:02:23.635912 26375 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0610 14:02:23.635998 26375 addons.go:496] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false 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]
I0610 14:02:23.636121 26375 addons.go:66] Setting helm-tiller=true in profile "addons-060929"
I0610 14:02:23.636133 26375 addons.go:66] Setting storage-provisioner=true in profile "addons-060929"
I0610 14:02:23.636135 26375 addons.go:66] Setting ingress=true in profile "addons-060929"
I0610 14:02:23.636141 26375 addons.go:66] Setting cloud-spanner=true in profile "addons-060929"
I0610 14:02:23.636145 26375 addons.go:228] Setting addon helm-tiller=true in "addons-060929"
I0610 14:02:23.636145 26375 addons.go:228] Setting addon storage-provisioner=true in "addons-060929"
I0610 14:02:23.636153 26375 addons.go:228] Setting addon ingress=true in "addons-060929"
I0610 14:02:23.636159 26375 addons.go:66] Setting ingress-dns=true in profile "addons-060929"
I0610 14:02:23.636158 26375 addons.go:66] Setting default-storageclass=true in profile "addons-060929"
I0610 14:02:23.636156 26375 addons.go:66] Setting registry=true in profile "addons-060929"
I0610 14:02:23.636201 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.636208 26375 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-060929"
I0610 14:02:23.636216 26375 addons.go:228] Setting addon registry=true in "addons-060929"
I0610 14:02:23.636168 26375 addons.go:228] Setting addon ingress-dns=true in "addons-060929"
I0610 14:02:23.636136 26375 addons.go:66] Setting csi-hostpath-driver=true in profile "addons-060929"
I0610 14:02:23.636323 26375 addons.go:228] Setting addon csi-hostpath-driver=true in "addons-060929"
I0610 14:02:23.636153 26375 addons.go:228] Setting addon cloud-spanner=true in "addons-060929"
I0610 14:02:23.636372 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.636384 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.636201 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.636128 26375 addons.go:66] Setting metrics-server=true in profile "addons-060929"
I0610 14:02:23.636487 26375 addons.go:228] Setting addon metrics-server=true in "addons-060929"
I0610 14:02:23.636523 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.636555 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.636728 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.637123 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.637318 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.637340 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.637372 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.636126 26375 addons.go:66] Setting inspektor-gadget=true in profile "addons-060929"
I0610 14:02:23.636184 26375 addons.go:66] Setting gcp-auth=true in profile "addons-060929"
I0610 14:02:23.636121 26375 addons.go:66] Setting volumesnapshots=true in profile "addons-060929"
I0610 14:02:23.637961 26375 addons.go:228] Setting addon volumesnapshots=true in "addons-060929"
I0610 14:02:23.638001 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.636205 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.638598 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.639122 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.636264 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.639321 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.636126 26375 config.go:182] Loaded profile config "addons-060929": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.27.2
I0610 14:02:23.637805 26375 addons.go:228] Setting addon inspektor-gadget=true in "addons-060929"
I0610 14:02:23.639871 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.637868 26375 mustload.go:65] Loading cluster: addons-060929
I0610 14:02:23.642049 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.647879 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.648106 26375 config.go:182] Loaded profile config "addons-060929": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.27.2
I0610 14:02:23.648341 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.648759 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.672487 26375 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0610 14:02:23.674861 26375 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0610 14:02:23.675011 26375 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0610 14:02:23.675128 26375 addons.go:420] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0610 14:02:23.676539 26375 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0610 14:02:23.681641 26375 addons.go:420] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0610 14:02:23.681662 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0610 14:02:23.681706 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.676965 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0610 14:02:23.681823 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.674898 26375 out.go:177] - Using image docker.io/registry:2.8.1
I0610 14:02:23.683583 26375 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.6
I0610 14:02:23.683592 26375 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0610 14:02:23.685141 26375 addons.go:420] installing /etc/kubernetes/addons/deployment.yaml
I0610 14:02:23.685156 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1003 bytes)
I0610 14:02:23.685197 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.683586 26375 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0610 14:02:23.686808 26375 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0610 14:02:23.688471 26375 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0610 14:02:23.693671 26375 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0610 14:02:23.693685 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0610 14:02:23.693727 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.695406 26375 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.3
I0610 14:02:23.691817 26375 addons.go:228] Setting addon default-storageclass=true in "addons-060929"
I0610 14:02:23.691830 26375 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.8.0
I0610 14:02:23.691885 26375 addons.go:420] installing /etc/kubernetes/addons/registry-rc.yaml
I0610 14:02:23.702855 26375 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0610 14:02:23.704456 26375 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0610 14:02:23.705939 26375 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0610 14:02:23.707441 26375 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0610 14:02:23.708825 26375 addons.go:420] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0610 14:02:23.708843 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0610 14:02:23.708898 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.696991 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.697034 26375 addons.go:420] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0610 14:02:23.713507 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0610 14:02:23.713562 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.697052 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0610 14:02:23.713922 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:23.715351 26375 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0610 14:02:23.715434 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.717236 26375 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0610 14:02:23.718940 26375 addons.go:420] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0610 14:02:23.718956 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I0610 14:02:23.718996 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.732864 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:23.735969 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.746785 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.747342 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.751613 26375 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.17.0
I0610 14:02:23.753093 26375 addons.go:420] installing /etc/kubernetes/addons/ig-namespace.yaml
I0610 14:02:23.753106 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0610 14:02:23.752264 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.753143 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.754830 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.756981 26375 addons.go:420] installing /etc/kubernetes/addons/storageclass.yaml
I0610 14:02:23.757004 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0610 14:02:23.757051 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.777972 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.782356 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.789222 26375 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0610 14:02:23.790879 26375 addons.go:420] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0610 14:02:23.790897 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0610 14:02:23.790947 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:23.793340 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.795958 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.802189 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.814886 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:23.862480 26375 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0610 14:02:23.961173 26375 addons.go:420] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0610 14:02:23.961197 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0610 14:02:24.060962 26375 addons.go:420] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0610 14:02:24.061040 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0610 14:02:24.074100 26375 addons.go:420] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0610 14:02:24.074176 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0610 14:02:24.082149 26375 addons.go:420] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0610 14:02:24.082229 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0610 14:02:24.160421 26375 addons.go:420] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0610 14:02:24.160457 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0610 14:02:24.161329 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0610 14:02:24.162311 26375 addons.go:420] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0610 14:02:24.162329 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0610 14:02:24.163001 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0610 14:02:24.172046 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0610 14:02:24.176962 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0610 14:02:24.179216 26375 addons.go:420] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0610 14:02:24.179279 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0610 14:02:24.265077 26375 addons.go:420] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0610 14:02:24.265150 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0610 14:02:24.266654 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0610 14:02:24.274862 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0610 14:02:24.275767 26375 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-060929" context rescaled to 1 replicas
I0610 14:02:24.275839 26375 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.27.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0610 14:02:24.278191 26375 out.go:177] * Verifying Kubernetes components...
I0610 14:02:24.276560 26375 addons.go:420] installing /etc/kubernetes/addons/registry-svc.yaml
I0610 14:02:24.279952 26375 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0610 14:02:24.279958 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0610 14:02:24.282184 26375 addons.go:420] installing /etc/kubernetes/addons/ig-role.yaml
I0610 14:02:24.282227 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0610 14:02:24.368310 26375 addons.go:420] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0610 14:02:24.368391 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0610 14:02:24.371248 26375 addons.go:420] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0610 14:02:24.371271 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0610 14:02:24.465025 26375 addons.go:420] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0610 14:02:24.465053 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0610 14:02:24.481607 26375 addons.go:420] installing /etc/kubernetes/addons/registry-proxy.yaml
I0610 14:02:24.481635 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0610 14:02:24.561899 26375 addons.go:420] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0610 14:02:24.561980 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0610 14:02:24.765270 26375 addons.go:420] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0610 14:02:24.765346 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0610 14:02:24.767087 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0610 14:02:24.860342 26375 addons.go:420] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0610 14:02:24.860367 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0610 14:02:24.861603 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0610 14:02:24.862494 26375 addons.go:420] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0610 14:02:24.862516 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0610 14:02:24.961393 26375 addons.go:420] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0610 14:02:24.961475 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0610 14:02:25.065191 26375 addons.go:420] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0610 14:02:25.065219 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0610 14:02:25.271069 26375 addons.go:420] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0610 14:02:25.271095 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0610 14:02:25.362791 26375 addons.go:420] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0610 14:02:25.362814 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0610 14:02:25.461326 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0610 14:02:25.560630 26375 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.27.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.698109596s)
I0610 14:02:25.560664 26375 start.go:916] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0610 14:02:25.565829 26375 addons.go:420] installing /etc/kubernetes/addons/ig-crd.yaml
I0610 14:02:25.565850 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0610 14:02:25.580053 26375 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0610 14:02:25.580076 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0610 14:02:25.972396 26375 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0610 14:02:25.972423 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0610 14:02:25.975018 26375 addons.go:420] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0610 14:02:25.975042 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I0610 14:02:26.081116 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0610 14:02:26.381308 26375 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0610 14:02:26.381402 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0610 14:02:26.761367 26375 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0610 14:02:26.761442 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0610 14:02:26.878012 26375 addons.go:420] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0610 14:02:26.878082 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0610 14:02:27.065193 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0610 14:02:27.969865 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.808498709s)
I0610 14:02:27.969956 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.806933362s)
I0610 14:02:27.970015 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.797935912s)
I0610 14:02:29.575374 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.398319655s)
I0610 14:02:29.575410 26375 addons.go:464] Verifying addon ingress=true in "addons-060929"
I0610 14:02:29.575440 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.308726723s)
I0610 14:02:29.577249 26375 out.go:177] * Verifying ingress addon...
I0610 14:02:29.575492 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (5.300597065s)
I0610 14:02:29.575506 26375 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (5.295493125s)
I0610 14:02:29.575575 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.808459799s)
I0610 14:02:29.575637 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.714000592s)
I0610 14:02:29.575727 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.114367416s)
I0610 14:02:29.575796 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.494635666s)
I0610 14:02:29.578805 26375 addons.go:464] Verifying addon metrics-server=true in "addons-060929"
I0610 14:02:29.578811 26375 addons.go:464] Verifying addon registry=true in "addons-060929"
I0610 14:02:29.580544 26375 out.go:177] * Verifying registry addon...
W0610 14:02:29.578851 26375 addons.go:446] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0610 14:02:29.579440 26375 node_ready.go:35] waiting up to 6m0s for node "addons-060929" to be "Ready" ...
I0610 14:02:29.579485 26375 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0610 14:02:29.581980 26375 retry.go:31] will retry after 143.091538ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0610 14:02:29.582734 26375 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0610 14:02:29.586300 26375 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0610 14:02:29.586315 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:29.586490 26375 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0610 14:02:29.586504 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:29.726064 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0610 14:02:30.090290 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:30.090484 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:30.268276 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.202982006s)
I0610 14:02:30.268359 26375 addons.go:464] Verifying addon csi-hostpath-driver=true in "addons-060929"
I0610 14:02:30.270413 26375 out.go:177] * Verifying csi-hostpath-driver addon...
I0610 14:02:30.272861 26375 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0610 14:02:30.278168 26375 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0610 14:02:30.278192 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:30.565030 26375 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0610 14:02:30.565151 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:30.600881 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:30.664872 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:30.665149 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:30.862638 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:31.061609 26375 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0610 14:02:31.164820 26375 addons.go:228] Setting addon gcp-auth=true in "addons-060929"
I0610 14:02:31.164871 26375 host.go:66] Checking if "addons-060929" exists ...
I0610 14:02:31.165344 26375 cli_runner.go:164] Run: docker container inspect addons-060929 --format={{.State.Status}}
I0610 14:02:31.166610 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:31.166867 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:31.193617 26375 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0610 14:02:31.193671 26375 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-060929
I0610 14:02:31.208152 26375 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/15074-18675/.minikube/machines/addons-060929/id_rsa Username:docker}
I0610 14:02:31.374507 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:31.669441 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:31.671149 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:31.672325 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:31.782957 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:32.165507 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:32.168288 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:32.287384 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:32.569277 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.843164242s)
I0610 14:02:32.569417 26375 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.375767242s)
I0610 14:02:32.571380 26375 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0610 14:02:32.573057 26375 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0610 14:02:32.574540 26375 addons.go:420] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0610 14:02:32.574558 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0610 14:02:32.662362 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:32.663562 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:32.681622 26375 addons.go:420] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0610 14:02:32.681645 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0610 14:02:32.779769 26375 addons.go:420] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0610 14:02:32.779793 26375 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I0610 14:02:32.783756 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:32.873056 26375 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0610 14:02:33.169755 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:33.170963 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:33.283497 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:33.664414 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:33.664760 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:33.782753 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:34.089191 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:34.162636 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:34.163008 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:34.283254 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:34.670117 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:34.670887 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:34.783598 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:35.183232 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:35.184963 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:35.365693 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:35.593102 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:35.662124 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:35.783581 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:36.090319 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:36.090500 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:36.091667 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:36.283340 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:36.579276 26375 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.27.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (3.706091509s)
I0610 14:02:36.580166 26375 addons.go:464] Verifying addon gcp-auth=true in "addons-060929"
I0610 14:02:36.581942 26375 out.go:177] * Verifying gcp-auth addon...
I0610 14:02:36.584405 26375 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0610 14:02:36.587076 26375 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0610 14:02:36.587097 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:36.589543 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:36.589572 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:36.782525 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:37.090009 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:37.090053 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:37.090195 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:37.282836 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:37.590059 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:37.590193 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:37.590451 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:37.782979 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:38.090076 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:38.090632 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:38.090784 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:38.282724 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:38.587820 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:38.589789 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:38.589872 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:38.592013 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:38.782444 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:39.090258 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:39.090607 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:39.093280 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:39.282719 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:39.589956 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:39.589976 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:39.590151 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:39.782615 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:40.090306 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:40.090307 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:40.090527 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:40.282658 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:40.588196 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:40.590265 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:40.590631 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:40.590792 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:40.782507 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:41.091971 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:41.092745 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:41.093007 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:41.282126 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:41.590839 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:41.590879 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:41.591217 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:41.782816 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:42.090583 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:42.091186 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:42.091186 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:42.282912 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:42.589868 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:42.589886 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:42.590152 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:42.782762 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:43.088258 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:43.090096 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:43.090217 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:43.090799 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:43.282510 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:43.589930 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:43.590126 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:43.590392 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:43.782419 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:44.090366 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:44.090907 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:44.091067 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:44.282922 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:44.590317 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:44.590345 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:44.590803 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:44.781559 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:45.088288 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:45.089993 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:45.090069 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:45.090149 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:45.282421 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:45.589774 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:45.589815 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:45.589822 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:45.782278 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:46.090055 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:46.090251 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:46.090364 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:46.281890 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:46.589643 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:46.589817 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:46.590021 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:46.782227 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:47.090291 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:47.090575 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:47.090636 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:47.281896 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:47.587344 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:47.590058 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:47.590321 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:47.590337 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:47.781548 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:48.089870 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:48.089871 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:48.090102 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:48.282450 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:48.591099 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:48.591137 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:48.591420 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:48.782566 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:49.089809 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:49.089949 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:49.089989 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:49.282376 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:49.587917 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:49.589846 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:49.589846 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:49.590004 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:49.782351 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:50.090134 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:50.090430 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:50.090591 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:50.281454 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:50.589815 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:50.589991 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:50.590011 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:50.782299 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:51.089875 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:51.090388 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:51.090482 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:51.281670 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:51.589580 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:51.589917 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:51.589986 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:51.782427 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:52.088385 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:52.091083 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:52.091137 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:52.091484 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:52.282565 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:52.589504 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:52.589758 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:52.589829 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:52.782230 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:53.089940 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:53.090280 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:53.090365 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:53.281685 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:53.589744 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:53.589918 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:53.590219 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:53.782329 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:54.089860 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:54.089891 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:54.089970 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:54.282475 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:54.588030 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:54.589857 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:54.589911 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:54.590091 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:54.783589 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:55.089901 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:55.090014 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:55.090116 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:55.282442 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:55.590349 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:55.590726 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:55.591056 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:55.781472 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:56.089593 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:56.089736 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:56.089849 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:56.282161 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:56.589862 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:56.590088 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:56.590426 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:56.782666 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:57.088118 26375 node_ready.go:58] node "addons-060929" has status "Ready":"False"
I0610 14:02:57.089826 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:57.089989 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:57.090028 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:57.283155 26375 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0610 14:02:57.283174 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:57.588173 26375 node_ready.go:49] node "addons-060929" has status "Ready":"True"
I0610 14:02:57.588197 26375 node_ready.go:38] duration metric: took 28.006213883s waiting for node "addons-060929" to be "Ready" ...
I0610 14:02:57.588206 26375 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" ...
I0610 14:02:57.590972 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:57.591607 26375 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0610 14:02:57.591625 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:57.592426 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:57.597055 26375 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5d78c9869d-5ctmr" in "kube-system" namespace to be "Ready" ...
I0610 14:02:57.783270 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:58.093786 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:58.096102 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:58.096676 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:58.285859 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:58.591488 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:58.591568 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:58.591570 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:58.665230 26375 pod_ready.go:92] pod "coredns-5d78c9869d-5ctmr" in "kube-system" namespace has status "Ready":"True"
I0610 14:02:58.665322 26375 pod_ready.go:81] duration metric: took 1.068233509s waiting for pod "coredns-5d78c9869d-5ctmr" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.665368 26375 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.670064 26375 pod_ready.go:92] pod "etcd-addons-060929" in "kube-system" namespace has status "Ready":"True"
I0610 14:02:58.670084 26375 pod_ready.go:81] duration metric: took 4.700239ms waiting for pod "etcd-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.670097 26375 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.674459 26375 pod_ready.go:92] pod "kube-apiserver-addons-060929" in "kube-system" namespace has status "Ready":"True"
I0610 14:02:58.674476 26375 pod_ready.go:81] duration metric: took 4.371789ms waiting for pod "kube-apiserver-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.674487 26375 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.679412 26375 pod_ready.go:92] pod "kube-controller-manager-addons-060929" in "kube-system" namespace has status "Ready":"True"
I0610 14:02:58.679430 26375 pod_ready.go:81] duration metric: took 4.932151ms waiting for pod "kube-controller-manager-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.679443 26375 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-cf52j" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.783718 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:58.789090 26375 pod_ready.go:92] pod "kube-proxy-cf52j" in "kube-system" namespace has status "Ready":"True"
I0610 14:02:58.789112 26375 pod_ready.go:81] duration metric: took 109.658058ms waiting for pod "kube-proxy-cf52j" in "kube-system" namespace to be "Ready" ...
I0610 14:02:58.789123 26375 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:59.090984 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:59.091429 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:59.091596 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:59.189155 26375 pod_ready.go:92] pod "kube-scheduler-addons-060929" in "kube-system" namespace has status "Ready":"True"
I0610 14:02:59.189175 26375 pod_ready.go:81] duration metric: took 400.043862ms waiting for pod "kube-scheduler-addons-060929" in "kube-system" namespace to be "Ready" ...
I0610 14:02:59.189184 26375 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace to be "Ready" ...
I0610 14:02:59.284097 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:02:59.591069 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:02:59.592321 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:02:59.592347 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:02:59.783408 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:00.090701 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:00.091465 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:00.091705 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:00.284069 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:00.591147 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:00.592020 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:00.592668 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:00.783363 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:01.091911 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:01.092704 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:01.093168 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:01.282738 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:01.590783 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:01.591834 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:01.591851 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:01.595305 26375 pod_ready.go:102] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"False"
I0610 14:03:01.784183 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:02.090517 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:02.090596 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:02.090698 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:02.284006 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:02.591153 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:02.591763 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:02.591965 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:02.783152 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:03.090889 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:03.091541 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:03.091746 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:03.283980 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:03.590443 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:03.591121 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:03.591286 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:03.784386 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:04.090611 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:04.091241 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:04.091423 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:04.095201 26375 pod_ready.go:102] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"False"
I0610 14:03:04.283722 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:04.590419 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:04.590895 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:04.591077 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:04.783585 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:05.090710 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:05.091324 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:05.091399 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:05.284042 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:05.590872 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:05.591370 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:05.591385 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:05.783541 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:06.090591 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:06.090907 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:06.090932 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:06.283999 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:06.590665 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:06.591169 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:06.591267 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:06.594415 26375 pod_ready.go:102] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"False"
I0610 14:03:06.783131 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:07.090221 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:07.091165 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:07.091183 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:07.284528 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:07.673139 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:07.674365 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:07.674736 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:07.783830 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:08.091478 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:08.091703 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:08.092135 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:08.283880 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:08.591511 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:08.592255 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:08.592520 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:08.597099 26375 pod_ready.go:102] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"False"
I0610 14:03:08.783360 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:09.092812 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:09.093171 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:09.093524 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:09.283127 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:09.590465 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:09.591238 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:09.591287 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:09.784179 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:10.090280 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:10.091126 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:10.091195 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:10.285095 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:10.591810 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:10.592481 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:10.592503 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:10.784631 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:11.090723 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:11.091214 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:11.091359 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:11.094355 26375 pod_ready.go:102] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"False"
I0610 14:03:11.282935 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:11.591134 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:11.591688 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:11.591945 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:11.784603 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:12.128673 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:12.129692 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:12.130916 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:12.283415 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:12.592955 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:12.593669 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:12.593734 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:12.783318 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:13.110523 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:13.111084 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:13.111435 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:13.112387 26375 pod_ready.go:102] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"False"
I0610 14:03:13.283012 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:13.590636 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:13.591194 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:13.591251 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:13.783184 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:14.090945 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:14.092642 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0610 14:03:14.093062 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:14.283449 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:14.589995 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:14.591115 26375 kapi.go:107] duration metric: took 45.008380189s to wait for kubernetes.io/minikube-addons=registry ...
I0610 14:03:14.591314 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:14.784653 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:15.090614 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:15.090656 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:15.283841 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:15.590574 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:15.591054 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:15.595304 26375 pod_ready.go:102] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"False"
I0610 14:03:15.783702 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:16.090436 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:16.091022 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:16.282773 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:16.590790 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:16.593362 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:16.597550 26375 pod_ready.go:92] pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace has status "Ready":"True"
I0610 14:03:16.597570 26375 pod_ready.go:81] duration metric: took 17.408380503s waiting for pod "metrics-server-844d8db974-srvl6" in "kube-system" namespace to be "Ready" ...
I0610 14:03:16.597594 26375 pod_ready.go:38] duration metric: took 19.009358484s 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" ...
I0610 14:03:16.597617 26375 api_server.go:52] waiting for apiserver process to appear ...
I0610 14:03:16.597664 26375 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0610 14:03:16.609825 26375 api_server.go:72] duration metric: took 52.333939681s to wait for apiserver process to appear ...
I0610 14:03:16.609846 26375 api_server.go:88] waiting for apiserver healthz status ...
I0610 14:03:16.609864 26375 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0610 14:03:16.615634 26375 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0610 14:03:16.616576 26375 api_server.go:141] control plane version: v1.27.2
I0610 14:03:16.616600 26375 api_server.go:131] duration metric: took 6.74656ms to wait for apiserver health ...
I0610 14:03:16.616608 26375 system_pods.go:43] waiting for kube-system pods to appear ...
I0610 14:03:16.625711 26375 system_pods.go:59] 18 kube-system pods found
I0610 14:03:16.625737 26375 system_pods.go:61] "coredns-5d78c9869d-5ctmr" [be7a9863-6626-4f8c-82a5-4816e06ade3d] Running
I0610 14:03:16.625747 26375 system_pods.go:61] "csi-hostpath-attacher-0" [aeb63610-44e1-4b61-ba60-e7493cd9af3e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0610 14:03:16.625757 26375 system_pods.go:61] "csi-hostpath-resizer-0" [e6eac0be-aeee-42fb-834b-9f62b2f5a108] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0610 14:03:16.625768 26375 system_pods.go:61] "csi-hostpathplugin-9zmgg" [601c184c-4e4b-48a7-8734-a7287391b531] 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])
I0610 14:03:16.625776 26375 system_pods.go:61] "etcd-addons-060929" [b10bc95e-a46c-4adc-90a6-4cb743026f61] Running
I0610 14:03:16.625787 26375 system_pods.go:61] "kindnet-x679s" [2ae1d9a1-943e-4f02-9251-1e267cee4d0e] Running
I0610 14:03:16.625795 26375 system_pods.go:61] "kube-apiserver-addons-060929" [447fbbb3-e7e0-42fd-8a15-dcedce2514e8] Running
I0610 14:03:16.625815 26375 system_pods.go:61] "kube-controller-manager-addons-060929" [6a7f0dce-a5b8-4a02-9cfa-9a90e82b3256] Running
I0610 14:03:16.625822 26375 system_pods.go:61] "kube-ingress-dns-minikube" [2c77456e-199d-463d-afda-a83abf1d090f] Running
I0610 14:03:16.625833 26375 system_pods.go:61] "kube-proxy-cf52j" [bb95cd4d-82ce-41a4-b8fc-ce3144d37cf2] Running
I0610 14:03:16.625842 26375 system_pods.go:61] "kube-scheduler-addons-060929" [b79c7756-670f-4cb9-837b-7084c90b50d9] Running
I0610 14:03:16.625852 26375 system_pods.go:61] "metrics-server-844d8db974-srvl6" [ac754de1-7b0e-4135-8476-229f6fab6e23] Running
I0610 14:03:16.625859 26375 system_pods.go:61] "registry-d9t4w" [e1c46cbb-c6f4-4d60-b97f-8ca3827c1901] Running
I0610 14:03:16.625870 26375 system_pods.go:61] "registry-proxy-nnzpl" [02e1f946-92ca-4b6a-b967-b7f201fbbfd3] Running
I0610 14:03:16.625882 26375 system_pods.go:61] "snapshot-controller-75bbb956b9-7vq9b" [a01a9a34-f096-4dc4-a984-3023b7779531] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 14:03:16.625893 26375 system_pods.go:61] "snapshot-controller-75bbb956b9-ff55s" [f3b7b05e-2394-4669-9da0-72efb734e55d] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 14:03:16.625905 26375 system_pods.go:61] "storage-provisioner" [91e75303-d59a-48f7-af80-749302e04bf2] Running
I0610 14:03:16.625916 26375 system_pods.go:61] "tiller-deploy-6847666dc-c5kmk" [53bf6ef3-aa47-441c-84eb-b4b76668ae56] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0610 14:03:16.625926 26375 system_pods.go:74] duration metric: took 9.310937ms to wait for pod list to return data ...
I0610 14:03:16.625936 26375 default_sa.go:34] waiting for default service account to be created ...
I0610 14:03:16.671138 26375 default_sa.go:45] found service account: "default"
I0610 14:03:16.671161 26375 default_sa.go:55] duration metric: took 45.214994ms for default service account to be created ...
I0610 14:03:16.671170 26375 system_pods.go:116] waiting for k8s-apps to be running ...
I0610 14:03:16.682849 26375 system_pods.go:86] 18 kube-system pods found
I0610 14:03:16.682879 26375 system_pods.go:89] "coredns-5d78c9869d-5ctmr" [be7a9863-6626-4f8c-82a5-4816e06ade3d] Running
I0610 14:03:16.682893 26375 system_pods.go:89] "csi-hostpath-attacher-0" [aeb63610-44e1-4b61-ba60-e7493cd9af3e] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0610 14:03:16.682906 26375 system_pods.go:89] "csi-hostpath-resizer-0" [e6eac0be-aeee-42fb-834b-9f62b2f5a108] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0610 14:03:16.682918 26375 system_pods.go:89] "csi-hostpathplugin-9zmgg" [601c184c-4e4b-48a7-8734-a7287391b531] 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])
I0610 14:03:16.682930 26375 system_pods.go:89] "etcd-addons-060929" [b10bc95e-a46c-4adc-90a6-4cb743026f61] Running
I0610 14:03:16.682938 26375 system_pods.go:89] "kindnet-x679s" [2ae1d9a1-943e-4f02-9251-1e267cee4d0e] Running
I0610 14:03:16.682955 26375 system_pods.go:89] "kube-apiserver-addons-060929" [447fbbb3-e7e0-42fd-8a15-dcedce2514e8] Running
I0610 14:03:16.682964 26375 system_pods.go:89] "kube-controller-manager-addons-060929" [6a7f0dce-a5b8-4a02-9cfa-9a90e82b3256] Running
I0610 14:03:16.682977 26375 system_pods.go:89] "kube-ingress-dns-minikube" [2c77456e-199d-463d-afda-a83abf1d090f] Running
I0610 14:03:16.682984 26375 system_pods.go:89] "kube-proxy-cf52j" [bb95cd4d-82ce-41a4-b8fc-ce3144d37cf2] Running
I0610 14:03:16.682990 26375 system_pods.go:89] "kube-scheduler-addons-060929" [b79c7756-670f-4cb9-837b-7084c90b50d9] Running
I0610 14:03:16.682998 26375 system_pods.go:89] "metrics-server-844d8db974-srvl6" [ac754de1-7b0e-4135-8476-229f6fab6e23] Running
I0610 14:03:16.683007 26375 system_pods.go:89] "registry-d9t4w" [e1c46cbb-c6f4-4d60-b97f-8ca3827c1901] Running
I0610 14:03:16.683015 26375 system_pods.go:89] "registry-proxy-nnzpl" [02e1f946-92ca-4b6a-b967-b7f201fbbfd3] Running
I0610 14:03:16.683027 26375 system_pods.go:89] "snapshot-controller-75bbb956b9-7vq9b" [a01a9a34-f096-4dc4-a984-3023b7779531] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 14:03:16.683040 26375 system_pods.go:89] "snapshot-controller-75bbb956b9-ff55s" [f3b7b05e-2394-4669-9da0-72efb734e55d] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0610 14:03:16.683053 26375 system_pods.go:89] "storage-provisioner" [91e75303-d59a-48f7-af80-749302e04bf2] Running
I0610 14:03:16.683063 26375 system_pods.go:89] "tiller-deploy-6847666dc-c5kmk" [53bf6ef3-aa47-441c-84eb-b4b76668ae56] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0610 14:03:16.683098 26375 system_pods.go:126] duration metric: took 11.921356ms to wait for k8s-apps to be running ...
I0610 14:03:16.683112 26375 system_svc.go:44] waiting for kubelet service to be running ....
I0610 14:03:16.683157 26375 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0610 14:03:16.764281 26375 system_svc.go:56] duration metric: took 81.164114ms WaitForService to wait for kubelet.
I0610 14:03:16.764303 26375 kubeadm.go:581] duration metric: took 52.488424211s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0610 14:03:16.764322 26375 node_conditions.go:102] verifying NodePressure condition ...
I0610 14:03:16.767176 26375 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0610 14:03:16.767195 26375 node_conditions.go:123] node cpu capacity is 8
I0610 14:03:16.767207 26375 node_conditions.go:105] duration metric: took 2.880948ms to run NodePressure ...
I0610 14:03:16.767216 26375 start.go:228] waiting for startup goroutines ...
I0610 14:03:16.785115 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:17.090124 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:17.090670 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:17.283775 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:17.590585 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:17.591286 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:17.783314 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:18.090481 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:18.090901 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:18.282713 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:18.665246 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:18.665712 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:18.784313 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:19.090771 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:19.091519 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:19.284471 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:19.589946 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:19.590478 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:19.783821 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:20.090904 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:20.091084 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:20.283560 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:20.592339 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:20.592733 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:20.784313 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:21.090252 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:21.090930 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:21.283496 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:21.590393 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:21.591237 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:21.784135 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:22.090555 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:22.091263 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:22.282650 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:22.590150 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:22.592300 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:22.785948 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:23.090143 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:23.090697 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:23.283867 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:23.590518 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:23.591109 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:23.783431 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:24.091303 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:24.091655 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:24.284122 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:24.590694 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0610 14:03:24.591292 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:24.783333 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:25.090026 26375 kapi.go:107] duration metric: took 48.505619945s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0610 14:03:25.092379 26375 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-060929 cluster.
I0610 14:03:25.090086 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:25.095817 26375 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.
I0610 14:03:25.097419 26375 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0610 14:03:25.283785 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:25.590583 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:25.783293 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:26.090225 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:26.285209 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:26.590908 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:26.784022 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:27.091134 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:27.282795 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:27.590978 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:27.782724 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:28.090634 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:28.283063 26375 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0610 14:03:28.590381 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:28.782828 26375 kapi.go:107] duration metric: took 58.509967652s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0610 14:03:29.090440 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:29.590800 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:30.166912 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:30.591488 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:31.164720 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:31.591305 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:32.090376 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:32.591537 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:33.090824 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:33.590672 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:34.091427 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:34.595574 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:35.091293 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:35.590425 26375 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0610 14:03:36.090338 26375 kapi.go:107] duration metric: took 1m6.510850424s to wait for app.kubernetes.io/name=ingress-nginx ...
I0610 14:03:36.092596 26375 out.go:177] * Enabled addons: storage-provisioner, cloud-spanner, default-storageclass, ingress-dns, inspektor-gadget, helm-tiller, metrics-server, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0610 14:03:36.094350 26375 addons.go:499] enable addons completed in 1m12.458355926s: enabled=[storage-provisioner cloud-spanner default-storageclass ingress-dns inspektor-gadget helm-tiller metrics-server volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0610 14:03:36.094387 26375 start.go:233] waiting for cluster config update ...
I0610 14:03:36.094403 26375 start.go:242] writing updated cluster config ...
I0610 14:03:36.094637 26375 ssh_runner.go:195] Run: rm -f paused
I0610 14:03:36.140261 26375 start.go:573] kubectl: 1.27.2, cluster: 1.27.2 (minor skew: 0)
I0610 14:03:36.142586 26375 out.go:177] * Done! kubectl is now configured to use "addons-060929" cluster and "default" namespace by default
*
* ==> CRI-O <==
* Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.076994314Z" level=info msg="Removing container: a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17" id=0cef3dc3-4fd4-4528-9ba0-71646e62c8b7 name=/runtime.v1.RuntimeService/RemoveContainer
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.096710248Z" level=info msg="Removed container a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=0cef3dc3-4fd4-4528-9ba0-71646e62c8b7 name=/runtime.v1.RuntimeService/RemoveContainer
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.542285168Z" level=info msg="Pulled image: gcr.io/google-samples/hello-app@sha256:845f77fab71033404f4cfceaa1ddb27b70c3551ceb22a5e7f4498cdda6c9daea" id=b1bd4bf4-140b-4901-8f1b-46328370c62c name=/runtime.v1.ImageService/PullImage
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.543080612Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=44495f07-b2a3-481c-97f2-5be0c04a0fb3 name=/runtime.v1.ImageService/ImageStatus
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.543866533Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:13753a81eccfdd153bf7fc9a4c9198edbcce0110e7f46ed0d38cc654a6458ff5,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:845f77fab71033404f4cfceaa1ddb27b70c3551ceb22a5e7f4498cdda6c9daea],Size_:28496999,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=44495f07-b2a3-481c-97f2-5be0c04a0fb3 name=/runtime.v1.ImageService/ImageStatus
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.544711964Z" level=info msg="Creating container: default/hello-world-app-65bdb79f98-rjfvj/hello-world-app" id=f178dc9d-6733-44fa-b327-662be62aa774 name=/runtime.v1.RuntimeService/CreateContainer
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.544814789Z" level=warning msg="Allowed annotations are specified for workload []"
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.618883320Z" level=info msg="Created container 0f7b4c012a57a975d54a231a829ee118c666fc67d86f8062b6cc985bad1335c5: default/hello-world-app-65bdb79f98-rjfvj/hello-world-app" id=f178dc9d-6733-44fa-b327-662be62aa774 name=/runtime.v1.RuntimeService/CreateContainer
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.619429809Z" level=info msg="Starting container: 0f7b4c012a57a975d54a231a829ee118c666fc67d86f8062b6cc985bad1335c5" id=29f9aac9-d9f5-4670-969a-8895330f7983 name=/runtime.v1.RuntimeService/StartContainer
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.630351585Z" level=info msg="Started container" PID=9401 containerID=0f7b4c012a57a975d54a231a829ee118c666fc67d86f8062b6cc985bad1335c5 description=default/hello-world-app-65bdb79f98-rjfvj/hello-world-app id=29f9aac9-d9f5-4670-969a-8895330f7983 name=/runtime.v1.RuntimeService/StartContainer sandboxID=36ed711ab168ec496cf67c15a5437101e98a034b1f9a416226a233b756244908
Jun 10 14:06:11 addons-060929 crio[950]: time="2023-06-10 14:06:11.765704239Z" level=info msg="Stopping container: 639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470 (timeout: 1s)" id=6ded0d47-98ea-43fb-aa5b-73c0316b09cb name=/runtime.v1.RuntimeService/StopContainer
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.775870122Z" level=warning msg="Stopping container 639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470 with stop signal timed out: timeout reached after 1 seconds waiting for container process to exit" id=6ded0d47-98ea-43fb-aa5b-73c0316b09cb name=/runtime.v1.RuntimeService/StopContainer
Jun 10 14:06:12 addons-060929 conmon[6125]: conmon 639aa78acef1e8434385 <ninfo>: container 6137 exited with status 137
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.920412488Z" level=info msg="Stopped container 639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470: ingress-nginx/ingress-nginx-controller-7b4698b8c7-wf52k/controller" id=6ded0d47-98ea-43fb-aa5b-73c0316b09cb name=/runtime.v1.RuntimeService/StopContainer
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.920974713Z" level=info msg="Stopping pod sandbox: 070930c56d2038f6f4be31d2f256e8e31843eb5dd4bcf24625d8bf1843a8ace0" id=aeb67668-fac1-459f-b13b-6bca4b95de0d name=/runtime.v1.RuntimeService/StopPodSandbox
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.924271030Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-I7OO5D4LWZVMWKON - [0:0]\n:KUBE-HP-MYIL5BYO57GTEGYM - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-MYIL5BYO57GTEGYM\n-X KUBE-HP-I7OO5D4LWZVMWKON\nCOMMIT\n"
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.925611525Z" level=info msg="Closing host port tcp:80"
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.925650169Z" level=info msg="Closing host port tcp:443"
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.926952707Z" level=info msg="Host port tcp:80 does not have an open socket"
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.926970167Z" level=info msg="Host port tcp:443 does not have an open socket"
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.927085839Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-7b4698b8c7-wf52k Namespace:ingress-nginx ID:070930c56d2038f6f4be31d2f256e8e31843eb5dd4bcf24625d8bf1843a8ace0 UID:b81896b1-2d41-4266-924c-552b7d22c52a NetNS:/var/run/netns/717bc8af-4663-40a5-88cb-dc113922d175 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.927195439Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-7b4698b8c7-wf52k from CNI network \"kindnet\" (type=ptp)"
Jun 10 14:06:12 addons-060929 crio[950]: time="2023-06-10 14:06:12.959499496Z" level=info msg="Stopped pod sandbox: 070930c56d2038f6f4be31d2f256e8e31843eb5dd4bcf24625d8bf1843a8ace0" id=aeb67668-fac1-459f-b13b-6bca4b95de0d name=/runtime.v1.RuntimeService/StopPodSandbox
Jun 10 14:06:13 addons-060929 crio[950]: time="2023-06-10 14:06:13.084026584Z" level=info msg="Removing container: 639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470" id=214b319e-e607-45d0-a75b-70d89f60f557 name=/runtime.v1.RuntimeService/RemoveContainer
Jun 10 14:06:13 addons-060929 crio[950]: time="2023-06-10 14:06:13.098987767Z" level=info msg="Removed container 639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470: ingress-nginx/ingress-nginx-controller-7b4698b8c7-wf52k/controller" id=214b319e-e607-45d0-a75b-70d89f60f557 name=/runtime.v1.RuntimeService/RemoveContainer
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
0f7b4c012a57a gcr.io/google-samples/hello-app@sha256:845f77fab71033404f4cfceaa1ddb27b70c3551ceb22a5e7f4498cdda6c9daea 8 seconds ago Running hello-world-app 0 36ed711ab168e hello-world-app-65bdb79f98-rjfvj
d77a1455869c3 docker.io/library/nginx@sha256:0b0af14a00ea0e4fd9b09e77d2b89b71b5c5a97f9aa073553f355415bc34ae33 2 minutes ago Running nginx 0 9634170bfe2b5 nginx
cae937485319a 7e7451bb70423d31bdadcf0a71a3107b64858eccd7827d066234650b5e7b36b0 2 minutes ago Exited patch 3 23f946d00fd0f ingress-nginx-admission-patch-pdxvn
48d8070474cdf ghcr.io/headlamp-k8s/headlamp@sha256:553bbb3a9a8fa54877d672bd8362248bf63776b684817a7a9a2b39a69acd6846 2 minutes ago Running headlamp 0 caad352e50867 headlamp-6b5756787-c42vq
a4281ccfaec63 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:3e92b3d1c15220ae0f2f3505fb3a88899a1e48ec85fb777a1a4945ae9db2ce06 2 minutes ago Running gcp-auth 0 b9015365304fa gcp-auth-58478865f7-mh9lf
c684b63f03137 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:04b38ca48bcadd0c3644dc7f2ae14358ae41b628f9d1bdbf80f35ff880d9462d 2 minutes ago Exited create 0 57caeee77adb1 ingress-nginx-admission-create-vnx47
cd4e652bdf6a7 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 3 minutes ago Running storage-provisioner 0 ddb71dedaf462 storage-provisioner
b80ad10f29744 ead0a4a53df89fd173874b46093b6e62d8c72967bbf606d672c9e8c9b601a4fc 3 minutes ago Running coredns 0 4c1e4758db8d7 coredns-5d78c9869d-5ctmr
c9460c846dcdc b0b1fa0f58c6e932b7f20bf208b2841317a1e8c88cc51b18358310bbd8ec95da 3 minutes ago Running kindnet-cni 0 caa50fd72c0bb kindnet-x679s
a1fe0da46a01b b8aa50768fd675409bd7edcc4f6a18290dad5d9c2515aad12d32174dc13e7dee 3 minutes ago Running kube-proxy 0 507f3957b8246 kube-proxy-cf52j
9be9b0422908c c5b13e4f7806de1dcc1c1146c7ec7c89d77ac340c3695118cf84bb0b5f989370 4 minutes ago Running kube-apiserver 0 7a07ae53748c2 kube-apiserver-addons-060929
dbfb3628b886e 86b6af7dd652c1b38118be1c338e9354b33469e69a218f7e290a0ca5304ad681 4 minutes ago Running etcd 0 a841176fa0a06 etcd-addons-060929
4976d4285f0a5 ac2b7465ebba99362b6ea11fca1357b90ae6854b4464a25c55e6eef622103e12 4 minutes ago Running kube-controller-manager 0 febf76cc69dbc kube-controller-manager-addons-060929
d45567f6616f0 89e70da428d29a45b89f5daa196229ceddea947f4708b3a61669e0069cb6b8b0 4 minutes ago Running kube-scheduler 0 f7c5fe8b119e9 kube-scheduler-addons-060929
*
* ==> coredns [b80ad10f29744d8751e2df66ec407a2f1046932996d4051d22c02831ad37d5d9] <==
* [INFO] 10.244.0.4:57912 - 58703 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000072908s
[INFO] 10.244.0.4:52083 - 44020 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004261587s
[INFO] 10.244.0.4:52083 - 47347 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004484467s
[INFO] 10.244.0.4:48831 - 33593 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006726889s
[INFO] 10.244.0.4:48831 - 39990 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.007033284s
[INFO] 10.244.0.4:39438 - 62789 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005233177s
[INFO] 10.244.0.4:39438 - 63552 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006244108s
[INFO] 10.244.0.4:34135 - 40006 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000060354s
[INFO] 10.244.0.4:34135 - 31812 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00008122s
[INFO] 10.244.0.17:55846 - 30770 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000166335s
[INFO] 10.244.0.17:33339 - 11213 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000224261s
[INFO] 10.244.0.17:46290 - 1602 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000090105s
[INFO] 10.244.0.17:36343 - 47830 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000113938s
[INFO] 10.244.0.17:35731 - 7348 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000101279s
[INFO] 10.244.0.17:41876 - 26181 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000134413s
[INFO] 10.244.0.17:47571 - 19258 "AAAA IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.005255031s
[INFO] 10.244.0.17:39813 - 23741 "A IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.011473411s
[INFO] 10.244.0.17:40266 - 26542 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.005944497s
[INFO] 10.244.0.17:60834 - 63478 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.008015431s
[INFO] 10.244.0.17:55291 - 60848 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005163004s
[INFO] 10.244.0.17:49078 - 29100 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.006553325s
[INFO] 10.244.0.17:47957 - 33974 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00060292s
[INFO] 10.244.0.17:41021 - 50517 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 382 0.000720888s
[INFO] 10.244.0.20:60824 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000181734s
[INFO] 10.244.0.20:46989 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000141042s
*
* ==> describe nodes <==
* Name: addons-060929
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-060929
kubernetes.io/os=linux
minikube.k8s.io/commit=3273891fc7fc0f39c65075197baa2d52fc489f6f
minikube.k8s.io/name=addons-060929
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_06_10T14_02_10_0700
minikube.k8s.io/version=v1.30.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-060929
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Sat, 10 Jun 2023 14:02:07 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-060929
AcquireTime: <unset>
RenewTime: Sat, 10 Jun 2023 14:06:15 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Sat, 10 Jun 2023 14:04:13 +0000 Sat, 10 Jun 2023 14:02:05 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Sat, 10 Jun 2023 14:04:13 +0000 Sat, 10 Jun 2023 14:02:05 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Sat, 10 Jun 2023 14:04:13 +0000 Sat, 10 Jun 2023 14:02:05 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Sat, 10 Jun 2023 14:04:13 +0000 Sat, 10 Jun 2023 14:02:57 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-060929
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32871728Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32871728Ki
pods: 110
System Info:
Machine ID: 0a66268d382c4d7dbd2f2cac99046965
System UUID: 8a245377-53bd-460b-943b-71d4359a2a1d
Boot ID: e810f687-8f99-49aa-a9be-3ee9974bdd8c
Kernel Version: 5.15.0-1035-gcp
OS Image: Ubuntu 22.04.2 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.5
Kubelet Version: v1.27.2
Kube-Proxy Version: v1.27.2
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-rjfvj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 9s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m28s
gcp-auth gcp-auth-58478865f7-mh9lf 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m43s
headlamp headlamp-6b5756787-c42vq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m42s
kube-system coredns-5d78c9869d-5ctmr 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 3m56s
kube-system etcd-addons-060929 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 4m9s
kube-system kindnet-x679s 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 3m56s
kube-system kube-apiserver-addons-060929 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m9s
kube-system kube-controller-manager-addons-060929 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m9s
kube-system kube-proxy-cf52j 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m56s
kube-system kube-scheduler-addons-060929 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m10s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m52s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (10%!)(MISSING) 100m (1%!)(MISSING)
memory 220Mi (0%!)(MISSING) 220Mi (0%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 3m52s kube-proxy
Normal NodeHasSufficientMemory 4m15s (x8 over 4m15s) kubelet Node addons-060929 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m15s (x8 over 4m15s) kubelet Node addons-060929 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m15s (x8 over 4m15s) kubelet Node addons-060929 status is now: NodeHasSufficientPID
Normal Starting 4m9s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 4m9s kubelet Node addons-060929 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 4m9s kubelet Node addons-060929 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 4m9s kubelet Node addons-060929 status is now: NodeHasSufficientPID
Normal RegisteredNode 3m57s node-controller Node addons-060929 event: Registered Node addons-060929 in Controller
Normal NodeReady 3m22s kubelet Node addons-060929 status is now: NodeReady
*
* ==> dmesg <==
* [ +0.008078] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.003327] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ +0.000824] platform eisa.0: Cannot allocate resource for EISA slot 1
[ +0.000742] platform eisa.0: Cannot allocate resource for EISA slot 2
[ +0.000688] platform eisa.0: Cannot allocate resource for EISA slot 3
[ +0.000785] platform eisa.0: Cannot allocate resource for EISA slot 4
[ +0.000745] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000731] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.001661] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.001634] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +9.123264] kauditd_printk_skb: 34 callbacks suppressed
[Jun10 14:03] IPv4: martian source 10.244.0.18 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 96 53 92 9b e0 01 ca 27 ee f5 e3 17 08 00
[Jun10 14:04] IPv4: martian source 10.244.0.18 from 127.0.0.1, on dev eth0
[ +0.000010] ll header: 00000000: 96 53 92 9b e0 01 ca 27 ee f5 e3 17 08 00
[ +2.015740] IPv4: martian source 10.244.0.18 from 127.0.0.1, on dev eth0
[ +0.000005] ll header: 00000000: 96 53 92 9b e0 01 ca 27 ee f5 e3 17 08 00
[ +4.155549] IPv4: martian source 10.244.0.18 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 96 53 92 9b e0 01 ca 27 ee f5 e3 17 08 00
[ +8.191129] IPv4: martian source 10.244.0.18 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 96 53 92 9b e0 01 ca 27 ee f5 e3 17 08 00
[ +16.126280] IPv4: martian source 10.244.0.18 from 127.0.0.1, on dev eth0
[ +0.000025] ll header: 00000000: 96 53 92 9b e0 01 ca 27 ee f5 e3 17 08 00
[Jun10 14:05] IPv4: martian source 10.244.0.18 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 96 53 92 9b e0 01 ca 27 ee f5 e3 17 08 00
*
* ==> etcd [dbfb3628b886e25364e276e5b089b015bf6f2746cbdb1c6224f45e02390adc8e] <==
* {"level":"info","ts":"2023-06-10T14:02:05.386Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-060929 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-06-10T14:02:05.386Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-06-10T14:02:05.386Z","caller":"embed/serve.go:100","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-06-10T14:02:05.386Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-06-10T14:02:05.386Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2023-06-10T14:02:05.386Z","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-06-10T14:02:05.386Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-06-10T14:02:05.386Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-06-10T14:02:05.387Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-06-10T14:02:05.387Z","caller":"embed/serve.go:198","msg":"serving client traffic securely","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-06-10T14:02:26.279Z","caller":"traceutil/trace.go:171","msg":"trace[1418498867] transaction","detail":"{read_only:false; response_revision:417; number_of_response:1; }","duration":"107.201658ms","start":"2023-06-10T14:02:26.171Z","end":"2023-06-10T14:02:26.278Z","steps":["trace[1418498867] 'process raft request' (duration: 107.102157ms)"],"step_count":1}
{"level":"info","ts":"2023-06-10T14:02:26.279Z","caller":"traceutil/trace.go:171","msg":"trace[567179707] transaction","detail":"{read_only:false; response_revision:418; number_of_response:1; }","duration":"100.679638ms","start":"2023-06-10T14:02:26.179Z","end":"2023-06-10T14:02:26.279Z","steps":["trace[567179707] 'process raft request' (duration: 100.355365ms)"],"step_count":1}
{"level":"info","ts":"2023-06-10T14:02:26.572Z","caller":"traceutil/trace.go:171","msg":"trace[1218931947] transaction","detail":"{read_only:false; response_revision:420; number_of_response:1; }","duration":"194.79096ms","start":"2023-06-10T14:02:26.377Z","end":"2023-06-10T14:02:26.572Z","steps":["trace[1218931947] 'process raft request' (duration: 194.750201ms)"],"step_count":1}
{"level":"info","ts":"2023-06-10T14:02:26.572Z","caller":"traceutil/trace.go:171","msg":"trace[773069724] transaction","detail":"{read_only:false; response_revision:419; number_of_response:1; }","duration":"195.810065ms","start":"2023-06-10T14:02:26.376Z","end":"2023-06-10T14:02:26.572Z","steps":["trace[773069724] 'process raft request' (duration: 105.502612ms)","trace[773069724] 'compare' (duration: 89.69364ms)"],"step_count":2}
{"level":"warn","ts":"2023-06-10T14:02:27.675Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.539868ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/replication-controller\" ","response":"range_response_count:1 size:209"}
{"level":"info","ts":"2023-06-10T14:02:27.676Z","caller":"traceutil/trace.go:171","msg":"trace[1441003569] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/replication-controller; range_end:; response_count:1; response_revision:463; }","duration":"105.113334ms","start":"2023-06-10T14:02:27.570Z","end":"2023-06-10T14:02:27.676Z","steps":["trace[1441003569] 'range keys from in-memory index tree' (duration: 100.48144ms)"],"step_count":1}
{"level":"warn","ts":"2023-06-10T14:02:27.676Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"106.394482ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/storage-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-06-10T14:02:27.677Z","caller":"traceutil/trace.go:171","msg":"trace[1166057205] range","detail":"{range_begin:/registry/pods/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:463; }","duration":"106.478049ms","start":"2023-06-10T14:02:27.570Z","end":"2023-06-10T14:02:27.676Z","steps":["trace[1166057205] 'range keys from in-memory index tree' (duration: 106.255732ms)"],"step_count":1}
{"level":"info","ts":"2023-06-10T14:02:27.766Z","caller":"traceutil/trace.go:171","msg":"trace[2048235556] transaction","detail":"{read_only:false; response_revision:464; number_of_response:1; }","duration":"195.320388ms","start":"2023-06-10T14:02:27.571Z","end":"2023-06-10T14:02:27.766Z","steps":["trace[2048235556] 'process raft request' (duration: 189.743719ms)"],"step_count":1}
{"level":"info","ts":"2023-06-10T14:02:27.862Z","caller":"traceutil/trace.go:171","msg":"trace[1861931656] linearizableReadLoop","detail":"{readStateIndex:474; appliedIndex:472; }","duration":"188.050678ms","start":"2023-06-10T14:02:27.674Z","end":"2023-06-10T14:02:27.862Z","steps":["trace[1861931656] 'read index received' (duration: 86.644089ms)","trace[1861931656] 'applied index is now lower than readState.Index' (duration: 101.405795ms)"],"step_count":2}
{"level":"info","ts":"2023-06-10T14:02:27.863Z","caller":"traceutil/trace.go:171","msg":"trace[1709570894] transaction","detail":"{read_only:false; response_revision:465; number_of_response:1; }","duration":"188.454596ms","start":"2023-06-10T14:02:27.674Z","end":"2023-06-10T14:02:27.863Z","steps":["trace[1709570894] 'process raft request' (duration: 187.951267ms)"],"step_count":1}
{"level":"info","ts":"2023-06-10T14:02:27.863Z","caller":"traceutil/trace.go:171","msg":"trace[82406328] transaction","detail":"{read_only:false; response_revision:466; number_of_response:1; }","duration":"188.463309ms","start":"2023-06-10T14:02:27.674Z","end":"2023-06-10T14:02:27.863Z","steps":["trace[82406328] 'process raft request' (duration: 187.836155ms)"],"step_count":1}
{"level":"info","ts":"2023-06-10T14:02:27.865Z","caller":"traceutil/trace.go:171","msg":"trace[1191242410] transaction","detail":"{read_only:false; response_revision:467; number_of_response:1; }","duration":"188.79513ms","start":"2023-06-10T14:02:27.675Z","end":"2023-06-10T14:02:27.863Z","steps":["trace[1191242410] 'process raft request' (duration: 187.847278ms)"],"step_count":1}
{"level":"warn","ts":"2023-06-10T14:02:27.872Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"197.333174ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/tiller-deploy\" ","response":"range_response_count:1 size:4640"}
{"level":"info","ts":"2023-06-10T14:02:27.874Z","caller":"traceutil/trace.go:171","msg":"trace[1559926213] range","detail":"{range_begin:/registry/deployments/kube-system/tiller-deploy; range_end:; response_count:1; response_revision:467; }","duration":"198.67423ms","start":"2023-06-10T14:02:27.674Z","end":"2023-06-10T14:02:27.873Z","steps":["trace[1559926213] 'agreement among raft nodes before linearized reading' (duration: 188.968831ms)"],"step_count":1}
*
* ==> gcp-auth [a4281ccfaec633a9f74a93bc69a6d79a9d4f30360ca656b7a38536c95965550e] <==
* 2023/06/10 14:03:23 GCP Auth Webhook started!
2023/06/10 14:03:37 Ready to marshal response ...
2023/06/10 14:03:37 Ready to write response ...
2023/06/10 14:03:37 Ready to marshal response ...
2023/06/10 14:03:37 Ready to write response ...
2023/06/10 14:03:37 Ready to marshal response ...
2023/06/10 14:03:37 Ready to write response ...
2023/06/10 14:03:46 Ready to marshal response ...
2023/06/10 14:03:46 Ready to write response ...
2023/06/10 14:03:46 Ready to marshal response ...
2023/06/10 14:03:46 Ready to write response ...
2023/06/10 14:03:51 Ready to marshal response ...
2023/06/10 14:03:51 Ready to write response ...
2023/06/10 14:04:02 Ready to marshal response ...
2023/06/10 14:04:02 Ready to write response ...
2023/06/10 14:04:16 Ready to marshal response ...
2023/06/10 14:04:16 Ready to write response ...
2023/06/10 14:06:10 Ready to marshal response ...
2023/06/10 14:06:10 Ready to write response ...
*
* ==> kernel <==
* 14:06:19 up 1:48, 0 users, load average: 0.46, 0.84, 0.44
Linux addons-060929 5.15.0-1035-gcp #43~20.04.1-Ubuntu SMP Mon May 22 16:49:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.2 LTS"
*
* ==> kindnet [c9460c846dcdc51cd5e8e168d241dd8b40732f1cbd2e7422cdc786f03097d24e] <==
* I0610 14:04:16.882757 1 main.go:227] handling current node
I0610 14:04:26.885716 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:04:26.885736 1 main.go:227] handling current node
I0610 14:04:36.897567 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:04:36.897600 1 main.go:227] handling current node
I0610 14:04:46.909274 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:04:46.909296 1 main.go:227] handling current node
I0610 14:04:56.913148 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:04:56.913171 1 main.go:227] handling current node
I0610 14:05:06.925354 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:05:06.925376 1 main.go:227] handling current node
I0610 14:05:16.929398 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:05:16.929420 1 main.go:227] handling current node
I0610 14:05:26.941800 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:05:26.941829 1 main.go:227] handling current node
I0610 14:05:36.945319 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:05:36.945342 1 main.go:227] handling current node
I0610 14:05:46.950075 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:05:46.950098 1 main.go:227] handling current node
I0610 14:05:56.953801 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:05:56.953824 1 main.go:227] handling current node
I0610 14:06:06.957453 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:06:06.957475 1 main.go:227] handling current node
I0610 14:06:16.969666 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0610 14:06:16.969689 1 main.go:227] handling current node
*
* ==> kube-apiserver [9be9b0422908c5d8937380132d937137307f65151518b1a692015a7cbb3ba9e1] <==
* I0610 14:04:30.988537 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:30.988582 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 14:04:30.999217 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:30.999300 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 14:04:31.002037 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:31.002138 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 14:04:31.004080 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:31.004118 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 14:04:31.013721 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:31.013773 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 14:04:31.015532 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:31.015635 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 14:04:31.024793 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:31.024832 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0610 14:04:31.060506 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0610 14:04:31.060542 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0610 14:04:32.004373 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0610 14:04:32.060849 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0610 14:04:32.073697 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E0610 14:05:17.535755 1 handler_proxy.go:144] error resolving kube-system/metrics-server: service "metrics-server" not found
W0610 14:05:17.535784 1 handler_proxy.go:100] no RequestInfo found in the context
E0610 14:05:17.535815 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]]
I0610 14:05:17.535822 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0610 14:06:10.328505 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs=map[IPv4:10.101.90.171]
*
* ==> kube-controller-manager [4976d4285f0a5a7a295b7c1a26e7a052cd1b485c2c61441dd7df0132cff0d6d3] <==
* I0610 14:04:53.459110 1 shared_informer.go:318] Caches are synced for garbage collector
W0610 14:04:54.354922 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
E0610 14:04:54.354950 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
W0610 14:05:04.583214 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
E0610 14:05:04.583243 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
W0610 14:05:07.764376 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
E0610 14:05:07.764403 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
W0610 14:05:09.945973 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
E0610 14:05:09.946005 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
W0610 14:05:19.153938 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
E0610 14:05:19.153970 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
W0610 14:05:39.498822 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
E0610 14:05:39.498854 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
W0610 14:05:53.230662 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
E0610 14:05:53.230691 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
W0610 14:05:53.638688 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
E0610 14:05:53.638717 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
W0610 14:06:09.638610 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
E0610 14:06:09.638636 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
I0610 14:06:10.179784 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"
I0610 14:06:10.190456 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-rjfvj"
I0610 14:06:11.744842 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-create
I0610 14:06:11.750010 1 job_controller.go:523] enqueueing job ingress-nginx/ingress-nginx-admission-patch
W0610 14:06:16.518176 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
E0610 14:06:16.518231 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 [a1fe0da46a01bb32582a94dfd9bc819ca9d91f6eec8a904d2e6eaa7847e2a592] <==
* I0610 14:02:27.081914 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0610 14:02:27.082002 1 server_others.go:110] "Detected node IP" address="192.168.49.2"
I0610 14:02:27.082030 1 server_others.go:551] "Using iptables proxy"
I0610 14:02:27.477705 1 server_others.go:190] "Using iptables Proxier"
I0610 14:02:27.477792 1 server_others.go:197] "kube-proxy running in dual-stack mode" ipFamily=IPv4
I0610 14:02:27.477810 1 server_others.go:198] "Creating dualStackProxier for iptables"
I0610 14:02:27.477828 1 server_others.go:481] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, defaulting to no-op detect-local for IPv6"
I0610 14:02:27.477869 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"
I0610 14:02:27.568192 1 server.go:657] "Version info" version="v1.27.2"
I0610 14:02:27.568226 1 server.go:659] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0610 14:02:27.670317 1 config.go:188] "Starting service config controller"
I0610 14:02:27.774377 1 shared_informer.go:311] Waiting for caches to sync for service config
I0610 14:02:27.670785 1 config.go:97] "Starting endpoint slice config controller"
I0610 14:02:27.671198 1 config.go:315] "Starting node config controller"
I0610 14:02:27.860175 1 shared_informer.go:318] Caches are synced for service config
I0610 14:02:27.861894 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0610 14:02:27.861916 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0610 14:02:27.865952 1 shared_informer.go:311] Waiting for caches to sync for node config
I0610 14:02:27.865977 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [d45567f6616f0fb0140488a781740ba293ed3ba8cb25218a2d8a23fcf9d33b15] <==
* W0610 14:02:07.182962 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
E0610 14:02:07.182992 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
W0610 14:02:07.183074 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0610 14:02:07.183095 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0610 14:02:07.183189 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
E0610 14:02:07.183210 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
W0610 14:02:07.183602 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
E0610 14:02:07.183654 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
W0610 14:02:08.044997 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
E0610 14:02:08.045044 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
W0610 14:02:08.082473 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0610 14:02:08.082500 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0610 14:02:08.088566 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0610 14:02:08.088592 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0610 14:02:08.094751 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"
E0610 14:02:08.094842 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"
W0610 14:02:08.102810 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0610 14:02:08.102835 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0610 14:02:08.113868 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
E0610 14:02:08.113887 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
W0610 14:02:08.176194 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0610 14:02:08.176217 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0610 14:02:08.217625 1 reflector.go:533] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0610 14:02:08.217665 1 reflector.go:148] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
I0610 14:02:11.177482 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Jun 10 14:06:10 addons-060929 kubelet[1553]: W0610 14:06:10.573808 1553 manager.go:1159] Failed to process watch event {EventType:0 Name:/docker/abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c/crio/crio-36ed711ab168ec496cf67c15a5437101e98a034b1f9a416226a233b756244908 WatchSource:0}: Error finding container 36ed711ab168ec496cf67c15a5437101e98a034b1f9a416226a233b756244908: Status 404 returned error can't find the container with id 36ed711ab168ec496cf67c15a5437101e98a034b1f9a416226a233b756244908
Jun 10 14:06:11 addons-060929 kubelet[1553]: I0610 14:06:11.076037 1553 scope.go:115] "RemoveContainer" containerID="a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17"
Jun 10 14:06:11 addons-060929 kubelet[1553]: I0610 14:06:11.096960 1553 scope.go:115] "RemoveContainer" containerID="a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17"
Jun 10 14:06:11 addons-060929 kubelet[1553]: E0610 14:06:11.097368 1553 remote_runtime.go:415] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17\": container with ID starting with a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17 not found: ID does not exist" containerID="a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17"
Jun 10 14:06:11 addons-060929 kubelet[1553]: I0610 14:06:11.097416 1553 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={Type:cri-o ID:a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17} err="failed to get container status \"a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17\": rpc error: code = NotFound desc = could not find container \"a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17\": container with ID starting with a0f35bc070c9ec90d10322748752c8f3a77ad6157d637ee8db42e0f3cfd45d17 not found: ID does not exist"
Jun 10 14:06:11 addons-060929 kubelet[1553]: I0610 14:06:11.166397 1553 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-swzg8\" (UniqueName: \"kubernetes.io/projected/2c77456e-199d-463d-afda-a83abf1d090f-kube-api-access-swzg8\") pod \"2c77456e-199d-463d-afda-a83abf1d090f\" (UID: \"2c77456e-199d-463d-afda-a83abf1d090f\") "
Jun 10 14:06:11 addons-060929 kubelet[1553]: I0610 14:06:11.168243 1553 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/2c77456e-199d-463d-afda-a83abf1d090f-kube-api-access-swzg8" (OuterVolumeSpecName: "kube-api-access-swzg8") pod "2c77456e-199d-463d-afda-a83abf1d090f" (UID: "2c77456e-199d-463d-afda-a83abf1d090f"). InnerVolumeSpecName "kube-api-access-swzg8". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 10 14:06:11 addons-060929 kubelet[1553]: I0610 14:06:11.267334 1553 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-swzg8\" (UniqueName: \"kubernetes.io/projected/2c77456e-199d-463d-afda-a83abf1d090f-kube-api-access-swzg8\") on node \"addons-060929\" DevicePath \"\""
Jun 10 14:06:11 addons-060929 kubelet[1553]: E0610 14:06:11.767058 1553 event.go:280] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"ingress-nginx-controller-7b4698b8c7-wf52k.1767514bde25d568", GenerateName:"", Namespace:"ingress-nginx", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-7b4698b8c7-wf52k", UID:"b81896b1-2d41-4266-924c-552b7d22c52a", APIVersion:"v1", ResourceVersion:"778", FieldPath:"spec.containers{controller}"}, Reason:"Killing", Message:"Stopping container controller", Source:v1.EventSource{Componen
t:"kubelet", Host:"addons-060929"}, FirstTimestamp:time.Date(2023, time.June, 10, 14, 6, 11, 764958568, time.Local), LastTimestamp:time.Date(2023, time.June, 10, 14, 6, 11, 764958568, time.Local), Count:1, Type:"Normal", EventTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'events "ingress-nginx-controller-7b4698b8c7-wf52k.1767514bde25d568" is forbidden: unable to create new content in namespace ingress-nginx because it is being terminated' (will not retry!)
Jun 10 14:06:12 addons-060929 kubelet[1553]: I0610 14:06:12.079880 1553 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=2acd8000-a347-4f3f-8228-9f597a8dbc92 path="/var/lib/kubelet/pods/2acd8000-a347-4f3f-8228-9f597a8dbc92/volumes"
Jun 10 14:06:12 addons-060929 kubelet[1553]: I0610 14:06:12.080180 1553 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=2c77456e-199d-463d-afda-a83abf1d090f path="/var/lib/kubelet/pods/2c77456e-199d-463d-afda-a83abf1d090f/volumes"
Jun 10 14:06:12 addons-060929 kubelet[1553]: I0610 14:06:12.080457 1553 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=ac455e4c-aa5d-40d8-b098-a2d3cc84a236 path="/var/lib/kubelet/pods/ac455e4c-aa5d-40d8-b098-a2d3cc84a236/volumes"
Jun 10 14:06:12 addons-060929 kubelet[1553]: I0610 14:06:12.089259 1553 pod_startup_latency_tracker.go:102] "Observed pod startup duration" pod="default/hello-world-app-65bdb79f98-rjfvj" podStartSLOduration=1.14855524 podCreationTimestamp="2023-06-10 14:06:10 +0000 UTC" firstStartedPulling="2023-06-10 14:06:10.601910693 +0000 UTC m=+240.609914042" lastFinishedPulling="2023-06-10 14:06:11.542574286 +0000 UTC m=+241.550577644" observedRunningTime="2023-06-10 14:06:12.089056558 +0000 UTC m=+242.097059922" watchObservedRunningTime="2023-06-10 14:06:12.089218842 +0000 UTC m=+242.097222205"
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.077081 1553 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b81896b1-2d41-4266-924c-552b7d22c52a-webhook-cert\") pod \"b81896b1-2d41-4266-924c-552b7d22c52a\" (UID: \"b81896b1-2d41-4266-924c-552b7d22c52a\") "
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.077177 1553 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-ptnpm\" (UniqueName: \"kubernetes.io/projected/b81896b1-2d41-4266-924c-552b7d22c52a-kube-api-access-ptnpm\") pod \"b81896b1-2d41-4266-924c-552b7d22c52a\" (UID: \"b81896b1-2d41-4266-924c-552b7d22c52a\") "
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.079328 1553 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/b81896b1-2d41-4266-924c-552b7d22c52a-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "b81896b1-2d41-4266-924c-552b7d22c52a" (UID: "b81896b1-2d41-4266-924c-552b7d22c52a"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.079532 1553 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b81896b1-2d41-4266-924c-552b7d22c52a-kube-api-access-ptnpm" (OuterVolumeSpecName: "kube-api-access-ptnpm") pod "b81896b1-2d41-4266-924c-552b7d22c52a" (UID: "b81896b1-2d41-4266-924c-552b7d22c52a"). InnerVolumeSpecName "kube-api-access-ptnpm". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.083130 1553 scope.go:115] "RemoveContainer" containerID="639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470"
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.099211 1553 scope.go:115] "RemoveContainer" containerID="639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470"
Jun 10 14:06:13 addons-060929 kubelet[1553]: E0610 14:06:13.099532 1553 remote_runtime.go:415] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470\": container with ID starting with 639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470 not found: ID does not exist" containerID="639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470"
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.099579 1553 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={Type:cri-o ID:639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470} err="failed to get container status \"639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470\": rpc error: code = NotFound desc = could not find container \"639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470\": container with ID starting with 639aa78acef1e84343852508c7c880e052c6d4f47a85509e3790ec00b2497470 not found: ID does not exist"
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.178118 1553 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-ptnpm\" (UniqueName: \"kubernetes.io/projected/b81896b1-2d41-4266-924c-552b7d22c52a-kube-api-access-ptnpm\") on node \"addons-060929\" DevicePath \"\""
Jun 10 14:06:13 addons-060929 kubelet[1553]: I0610 14:06:13.178166 1553 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b81896b1-2d41-4266-924c-552b7d22c52a-webhook-cert\") on node \"addons-060929\" DevicePath \"\""
Jun 10 14:06:14 addons-060929 kubelet[1553]: I0610 14:06:14.080144 1553 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID=b81896b1-2d41-4266-924c-552b7d22c52a path="/var/lib/kubelet/pods/b81896b1-2d41-4266-924c-552b7d22c52a/volumes"
Jun 10 14:06:19 addons-060929 kubelet[1553]: W0610 14:06:19.373370 1553 container.go:586] Failed to update stats for container "/docker/abd5aecf4a3151a313bfc164cf4107565a35f47d10980ccd8ff3ff4ea8c1364c/crio/crio-1a230279ce03cbe17b67020dfbe32a930a9a4f95a6157ad13c7d4add1f9b48ad": unable to determine device info for dir: /var/lib/containers/storage/overlay/1479b8d90f76ad9402fa8c48f2b1bbe8f84d1c8993317d7575b8a3070855a4cb/diff: stat failed on /var/lib/containers/storage/overlay/1479b8d90f76ad9402fa8c48f2b1bbe8f84d1c8993317d7575b8a3070855a4cb/diff with error: no such file or directory, continuing to push stats
*
* ==> storage-provisioner [cd4e652bdf6a7f7c4d93f3fbf0d938fa6f2b783686f06b4c40144a91e9e7a686] <==
* I0610 14:02:58.261533 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0610 14:02:58.270828 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0610 14:02:58.270879 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0610 14:02:58.277069 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0610 14:02:58.277206 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-060929_00cd5bfb-200c-41c2-87d1-16270a435a2b!
I0610 14:02:58.277266 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"faf9c37c-c00d-42fc-b5c4-f598cea096d9", APIVersion:"v1", ResourceVersion:"852", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-060929_00cd5bfb-200c-41c2-87d1-16270a435a2b became leader
I0610 14:02:58.377968 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-060929_00cd5bfb-200c-41c2-87d1-16270a435a2b!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-060929 -n addons-060929
helpers_test.go:261: (dbg) Run: kubectl --context addons-060929 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 (150.51s)