=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-611858 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-611858 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-611858 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [6aaa67eb-a400-4038-97bc-b04650f5b301] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [6aaa67eb-a400-4038-97bc-b04650f5b301] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.003217576s
addons_test.go:264: (dbg) Run: out/minikube-linux-amd64 -p addons-611858 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-611858 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.917928194s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run: kubectl --context addons-611858 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-amd64 -p addons-611858 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run: out/minikube-linux-amd64 -p addons-611858 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-amd64 -p addons-611858 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-611858 addons disable ingress --alsologtostderr -v=1: (7.587157946s)
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-611858
helpers_test.go:235: (dbg) docker inspect addons-611858:
-- stdout --
[
{
"Id": "c46b9763339d44f68383dcf12ef2762b33d964e8f329bde9c357f268565f3df1",
"Created": "2024-07-17T00:32:49.53347201Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 28117,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-17T00:32:49.659652376Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:b90fcd82d9a0f97666ccbedd0bec36ffa6ae451ed5f5fff480c00361af0818c6",
"ResolvConfPath": "/var/lib/docker/containers/c46b9763339d44f68383dcf12ef2762b33d964e8f329bde9c357f268565f3df1/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/c46b9763339d44f68383dcf12ef2762b33d964e8f329bde9c357f268565f3df1/hostname",
"HostsPath": "/var/lib/docker/containers/c46b9763339d44f68383dcf12ef2762b33d964e8f329bde9c357f268565f3df1/hosts",
"LogPath": "/var/lib/docker/containers/c46b9763339d44f68383dcf12ef2762b33d964e8f329bde9c357f268565f3df1/c46b9763339d44f68383dcf12ef2762b33d964e8f329bde9c357f268565f3df1-json.log",
"Name": "/addons-611858",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-611858:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-611858",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/5d4900a6e809087aa89ff2ce1a3ab7130b7b5a01eebdb2cf46a5ef7a3a39068f-init/diff:/var/lib/docker/overlay2/e9e83280643b32f9a74c5fcb9bebd1a0a267275d85eddd1ff4bac0415a4b9d4e/diff",
"MergedDir": "/var/lib/docker/overlay2/5d4900a6e809087aa89ff2ce1a3ab7130b7b5a01eebdb2cf46a5ef7a3a39068f/merged",
"UpperDir": "/var/lib/docker/overlay2/5d4900a6e809087aa89ff2ce1a3ab7130b7b5a01eebdb2cf46a5ef7a3a39068f/diff",
"WorkDir": "/var/lib/docker/overlay2/5d4900a6e809087aa89ff2ce1a3ab7130b7b5a01eebdb2cf46a5ef7a3a39068f/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-611858",
"Source": "/var/lib/docker/volumes/addons-611858/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-611858",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e",
"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-611858",
"name.minikube.sigs.k8s.io": "addons-611858",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "168a261f5616e8de2edafdf99fd9346e27dc94ab128c11e4d3e57a3b0033490d",
"SandboxKey": "/var/run/docker/netns/168a261f5616",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-611858": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "146c9e619ff361d04b62e8cc9a7e79132a7d8e008d97b4fd00283f0ac113c790",
"EndpointID": "460f66e8b7ee3f31e4168d1d70c361f8928adfc4f2e977aa122b93047b6ce067",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-611858",
"c46b9763339d"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-611858 -n addons-611858
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-611858 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-611858 logs -n 25: (1.080683123s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-399915 | download-only-399915 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | 17 Jul 24 00:32 UTC |
| delete | -p download-only-928471 | download-only-928471 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | 17 Jul 24 00:32 UTC |
| delete | -p download-only-354938 | download-only-354938 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | 17 Jul 24 00:32 UTC |
| start | --download-only -p | download-docker-132146 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | |
| | download-docker-132146 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-132146 | download-docker-132146 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | 17 Jul 24 00:32 UTC |
| start | --download-only -p | binary-mirror-942510 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | |
| | binary-mirror-942510 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:41271 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-942510 | binary-mirror-942510 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | 17 Jul 24 00:32 UTC |
| addons | disable dashboard -p | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | |
| | addons-611858 | | | | | |
| addons | enable dashboard -p | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | |
| | addons-611858 | | | | | |
| start | -p addons-611858 --wait=true | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:32 UTC | 17 Jul 24 00:35 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=helm-tiller | | | | | |
| ip | addons-611858 ip | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:35 UTC | 17 Jul 24 00:35 UTC |
| addons | addons-611858 addons disable | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:35 UTC | 17 Jul 24 00:35 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-611858 ssh cat | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:35 UTC | 17 Jul 24 00:35 UTC |
| | /opt/local-path-provisioner/pvc-50d27658-a22a-4b41-8181-699e65efab63_default_test-pvc/file1 | | | | | |
| addons | addons-611858 addons disable | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:35 UTC | 17 Jul 24 00:36 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:35 UTC | 17 Jul 24 00:35 UTC |
| | -p addons-611858 | | | | | |
| addons | disable inspektor-gadget -p | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:35 UTC | 17 Jul 24 00:36 UTC |
| | addons-611858 | | | | | |
| addons | addons-611858 addons | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:35 UTC | 17 Jul 24 00:36 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-611858 addons | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:36 UTC | 17 Jul 24 00:36 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-611858 ssh curl -s | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:36 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-611858 addons disable | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:36 UTC | 17 Jul 24 00:36 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:36 UTC | 17 Jul 24 00:36 UTC |
| | addons-611858 | | | | | |
| addons | enable headlamp | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:36 UTC | 17 Jul 24 00:36 UTC |
| | -p addons-611858 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-611858 ip | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:38 UTC | 17 Jul 24 00:38 UTC |
| addons | addons-611858 addons disable | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:38 UTC | 17 Jul 24 00:38 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-611858 addons disable | addons-611858 | jenkins | v1.33.1 | 17 Jul 24 00:38 UTC | 17 Jul 24 00:38 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/17 00:32:27
Running on machine: ubuntu-20-agent-4
Binary: Built with gc go1.22.5 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0717 00:32:27.626935 27355 out.go:291] Setting OutFile to fd 1 ...
I0717 00:32:27.627160 27355 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 00:32:27.627168 27355 out.go:304] Setting ErrFile to fd 2...
I0717 00:32:27.627172 27355 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 00:32:27.627326 27355 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-18819/.minikube/bin
I0717 00:32:27.627893 27355 out.go:298] Setting JSON to false
I0717 00:32:27.628657 27355 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-4","uptime":4496,"bootTime":1721171852,"procs":173,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0717 00:32:27.628702 27355 start.go:139] virtualization: kvm guest
I0717 00:32:27.630647 27355 out.go:177] * [addons-611858] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
I0717 00:32:27.631879 27355 out.go:177] - MINIKUBE_LOCATION=19264
I0717 00:32:27.631880 27355 notify.go:220] Checking for updates...
I0717 00:32:27.633062 27355 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0717 00:32:27.634144 27355 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19264-18819/kubeconfig
I0717 00:32:27.635370 27355 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-18819/.minikube
I0717 00:32:27.636416 27355 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0717 00:32:27.637364 27355 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0717 00:32:27.638441 27355 driver.go:392] Setting default libvirt URI to qemu:///system
I0717 00:32:27.658808 27355 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
I0717 00:32:27.658943 27355 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 00:32:27.702200 27355 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-17 00:32:27.693901479 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647955968 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-4 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.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>}}
I0717 00:32:27.702287 27355 docker.go:307] overlay module found
I0717 00:32:27.703802 27355 out.go:177] * Using the docker driver based on user configuration
I0717 00:32:27.704828 27355 start.go:297] selected driver: docker
I0717 00:32:27.704842 27355 start.go:901] validating driver "docker" against <nil>
I0717 00:32:27.704852 27355 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0717 00:32:27.705529 27355 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0717 00:32:27.749816 27355 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-17 00:32:27.741388336 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647955968 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-4 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.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>}}
I0717 00:32:27.749973 27355 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0717 00:32:27.750150 27355 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0717 00:32:27.751680 27355 out.go:177] * Using Docker driver with root privileges
I0717 00:32:27.753131 27355 cni.go:84] Creating CNI manager for ""
I0717 00:32:27.753148 27355 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 00:32:27.753157 27355 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0717 00:32:27.753213 27355 start.go:340] cluster config:
{Name:addons-611858 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-611858 Namespace:default APIServerHAVIP: 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:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.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:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0717 00:32:27.754612 27355 out.go:177] * Starting "addons-611858" primary control-plane node in "addons-611858" cluster
I0717 00:32:27.755672 27355 cache.go:121] Beginning downloading kic base image for docker with crio
I0717 00:32:27.756740 27355 out.go:177] * Pulling base image v0.0.44-1721146479-19264 ...
I0717 00:32:27.757747 27355 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 00:32:27.757767 27355 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local docker daemon
I0717 00:32:27.757780 27355 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19264-18819/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4
I0717 00:32:27.757788 27355 cache.go:56] Caching tarball of preloaded images
I0717 00:32:27.757879 27355 preload.go:172] Found /home/jenkins/minikube-integration/19264-18819/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0717 00:32:27.757891 27355 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0717 00:32:27.758177 27355 profile.go:143] Saving config to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/config.json ...
I0717 00:32:27.758198 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/config.json: {Name:mkc96187f91389697d0ca30e60c20681d3e374d3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:27.772272 27355 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e to local cache
I0717 00:32:27.772381 27355 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory
I0717 00:32:27.772404 27355 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory, skipping pull
I0717 00:32:27.772410 27355 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e exists in cache, skipping pull
I0717 00:32:27.772417 27355 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e as a tarball
I0717 00:32:27.772424 27355 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e from local cache
I0717 00:32:40.971926 27355 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e from cached tarball
I0717 00:32:40.971962 27355 cache.go:194] Successfully downloaded all kic artifacts
I0717 00:32:40.971989 27355 start.go:360] acquireMachinesLock for addons-611858: {Name:mk5f1459a95761c50d779655314883c617f8d89b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0717 00:32:40.972086 27355 start.go:364] duration metric: took 81.868µs to acquireMachinesLock for "addons-611858"
I0717 00:32:40.972109 27355 start.go:93] Provisioning new machine with config: &{Name:addons-611858 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-611858 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA 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:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.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:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0717 00:32:40.972183 27355 start.go:125] createHost starting for "" (driver="docker")
I0717 00:32:41.039446 27355 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0717 00:32:41.039714 27355 start.go:159] libmachine.API.Create for "addons-611858" (driver="docker")
I0717 00:32:41.039761 27355 client.go:168] LocalClient.Create starting
I0717 00:32:41.039921 27355 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca.pem
I0717 00:32:41.216816 27355 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/cert.pem
I0717 00:32:41.389197 27355 cli_runner.go:164] Run: docker network inspect addons-611858 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0717 00:32:41.404010 27355 cli_runner.go:211] docker network inspect addons-611858 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0717 00:32:41.404077 27355 network_create.go:284] running [docker network inspect addons-611858] to gather additional debugging logs...
I0717 00:32:41.404096 27355 cli_runner.go:164] Run: docker network inspect addons-611858
W0717 00:32:41.418182 27355 cli_runner.go:211] docker network inspect addons-611858 returned with exit code 1
I0717 00:32:41.418205 27355 network_create.go:287] error running [docker network inspect addons-611858]: docker network inspect addons-611858: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-611858 not found
I0717 00:32:41.418220 27355 network_create.go:289] output of [docker network inspect addons-611858]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-611858 not found
** /stderr **
I0717 00:32:41.418285 27355 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0717 00:32:41.432769 27355 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc001aa3500}
I0717 00:32:41.432814 27355 network_create.go:124] attempt to create docker network addons-611858 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0717 00:32:41.432860 27355 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-611858 addons-611858
I0717 00:32:41.814411 27355 network_create.go:108] docker network addons-611858 192.168.49.0/24 created
I0717 00:32:41.814444 27355 kic.go:121] calculated static IP "192.168.49.2" for the "addons-611858" container
I0717 00:32:41.814500 27355 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0717 00:32:41.828993 27355 cli_runner.go:164] Run: docker volume create addons-611858 --label name.minikube.sigs.k8s.io=addons-611858 --label created_by.minikube.sigs.k8s.io=true
I0717 00:32:41.935143 27355 oci.go:103] Successfully created a docker volume addons-611858
I0717 00:32:41.935229 27355 cli_runner.go:164] Run: docker run --rm --name addons-611858-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-611858 --entrypoint /usr/bin/test -v addons-611858:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -d /var/lib
I0717 00:32:45.031657 27355 cli_runner.go:217] Completed: docker run --rm --name addons-611858-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-611858 --entrypoint /usr/bin/test -v addons-611858:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -d /var/lib: (3.096373759s)
I0717 00:32:45.031692 27355 oci.go:107] Successfully prepared a docker volume addons-611858
I0717 00:32:45.031711 27355 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 00:32:45.031732 27355 kic.go:194] Starting extracting preloaded images to volume ...
I0717 00:32:45.031810 27355 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19264-18819/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-611858:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -I lz4 -xf /preloaded.tar -C /extractDir
I0717 00:32:49.476974 27355 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19264-18819/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-611858:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -I lz4 -xf /preloaded.tar -C /extractDir: (4.445129869s)
I0717 00:32:49.477000 27355 kic.go:203] duration metric: took 4.44526654s to extract preloaded images to volume ...
W0717 00:32:49.477114 27355 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0717 00:32:49.477207 27355 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0717 00:32:49.519756 27355 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-611858 --name addons-611858 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-611858 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-611858 --network addons-611858 --ip 192.168.49.2 --volume addons-611858:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e
I0717 00:32:49.806140 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Running}}
I0717 00:32:49.822507 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:32:49.839095 27355 cli_runner.go:164] Run: docker exec addons-611858 stat /var/lib/dpkg/alternatives/iptables
I0717 00:32:49.878414 27355 oci.go:144] the created container "addons-611858" has a running status.
I0717 00:32:49.878442 27355 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa...
I0717 00:32:50.034291 27355 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0717 00:32:50.052813 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:32:50.070492 27355 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0717 00:32:50.070509 27355 kic_runner.go:114] Args: [docker exec --privileged addons-611858 chown docker:docker /home/docker/.ssh/authorized_keys]
I0717 00:32:50.119851 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:32:50.135826 27355 machine.go:94] provisionDockerMachine start ...
I0717 00:32:50.135908 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:50.150473 27355 main.go:141] libmachine: Using SSH client type: native
I0717 00:32:50.150657 27355 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:32:50.150669 27355 main.go:141] libmachine: About to run SSH command:
hostname
I0717 00:32:50.151175 27355 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55172->127.0.0.1:32768: read: connection reset by peer
I0717 00:32:53.280570 27355 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-611858
I0717 00:32:53.280596 27355 ubuntu.go:169] provisioning hostname "addons-611858"
I0717 00:32:53.280650 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:53.296973 27355 main.go:141] libmachine: Using SSH client type: native
I0717 00:32:53.297172 27355 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:32:53.297189 27355 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-611858 && echo "addons-611858" | sudo tee /etc/hostname
I0717 00:32:53.434844 27355 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-611858
I0717 00:32:53.434910 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:53.450991 27355 main.go:141] libmachine: Using SSH client type: native
I0717 00:32:53.451144 27355 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:32:53.451160 27355 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-611858' /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-611858/g' /etc/hosts;
else
echo '127.0.1.1 addons-611858' | sudo tee -a /etc/hosts;
fi
fi
I0717 00:32:53.581133 27355 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0717 00:32:53.581167 27355 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19264-18819/.minikube CaCertPath:/home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19264-18819/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19264-18819/.minikube}
I0717 00:32:53.581210 27355 ubuntu.go:177] setting up certificates
I0717 00:32:53.581226 27355 provision.go:84] configureAuth start
I0717 00:32:53.581295 27355 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-611858
I0717 00:32:53.597489 27355 provision.go:143] copyHostCerts
I0717 00:32:53.597567 27355 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19264-18819/.minikube/cert.pem (1123 bytes)
I0717 00:32:53.597704 27355 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19264-18819/.minikube/key.pem (1675 bytes)
I0717 00:32:53.597771 27355 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19264-18819/.minikube/ca.pem (1082 bytes)
I0717 00:32:53.597832 27355 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19264-18819/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca-key.pem org=jenkins.addons-611858 san=[127.0.0.1 192.168.49.2 addons-611858 localhost minikube]
I0717 00:32:53.740952 27355 provision.go:177] copyRemoteCerts
I0717 00:32:53.741001 27355 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0717 00:32:53.741033 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:53.756851 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:32:53.853405 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0717 00:32:53.872968 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0717 00:32:53.892344 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0717 00:32:53.911754 27355 provision.go:87] duration metric: took 330.514262ms to configureAuth
I0717 00:32:53.911777 27355 ubuntu.go:193] setting minikube options for container-runtime
I0717 00:32:53.911936 27355 config.go:182] Loaded profile config "addons-611858": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 00:32:53.912024 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:53.928098 27355 main.go:141] libmachine: Using SSH client type: native
I0717 00:32:53.928255 27355 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da20] 0x830780 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0717 00:32:53.928269 27355 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
I0717 00:32:54.136470 27355 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0717 00:32:54.136489 27355 machine.go:97] duration metric: took 4.00064699s to provisionDockerMachine
I0717 00:32:54.136501 27355 client.go:171] duration metric: took 13.09672972s to LocalClient.Create
I0717 00:32:54.136523 27355 start.go:167] duration metric: took 13.096809148s to libmachine.API.Create "addons-611858"
I0717 00:32:54.136533 27355 start.go:293] postStartSetup for "addons-611858" (driver="docker")
I0717 00:32:54.136548 27355 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0717 00:32:54.136593 27355 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
I0717 00:32:54.136632 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:54.152673 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:32:54.245718 27355 ssh_runner.go:195] Run: cat /etc/os-release
I0717 00:32:54.248514 27355 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0717 00:32:54.248551 27355 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0717 00:32:54.248563 27355 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0717 00:32:54.248575 27355 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0717 00:32:54.248587 27355 filesync.go:126] Scanning /home/jenkins/minikube-integration/19264-18819/.minikube/addons for local assets ...
I0717 00:32:54.248654 27355 filesync.go:126] Scanning /home/jenkins/minikube-integration/19264-18819/.minikube/files for local assets ...
I0717 00:32:54.248684 27355 start.go:296] duration metric: took 112.141387ms for postStartSetup
I0717 00:32:54.248958 27355 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-611858
I0717 00:32:54.264286 27355 profile.go:143] Saving config to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/config.json ...
I0717 00:32:54.264510 27355 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0717 00:32:54.264553 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:54.279976 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:32:54.373707 27355 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0717 00:32:54.377200 27355 start.go:128] duration metric: took 13.405004982s to createHost
I0717 00:32:54.377222 27355 start.go:83] releasing machines lock for "addons-611858", held for 13.405124363s
I0717 00:32:54.377278 27355 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-611858
I0717 00:32:54.393414 27355 ssh_runner.go:195] Run: cat /version.json
I0717 00:32:54.393460 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:54.393498 27355 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0717 00:32:54.393563 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:32:54.408592 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:32:54.409316 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:32:54.562696 27355 ssh_runner.go:195] Run: systemctl --version
I0717 00:32:54.566714 27355 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0717 00:32:54.701405 27355 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0717 00:32:54.705190 27355 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" ;
I0717 00:32:54.721315 27355 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0717 00:32:54.721372 27355 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0717 00:32:54.745962 27355 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0717 00:32:54.745982 27355 start.go:495] detecting cgroup driver to use...
I0717 00:32:54.746008 27355 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0717 00:32:54.746074 27355 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0717 00:32:54.758054 27355 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0717 00:32:54.767060 27355 docker.go:217] disabling cri-docker service (if available) ...
I0717 00:32:54.767098 27355 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0717 00:32:54.777990 27355 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0717 00:32:54.789356 27355 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0717 00:32:54.869893 27355 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0717 00:32:54.949068 27355 docker.go:233] disabling docker service ...
I0717 00:32:54.949137 27355 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0717 00:32:54.964583 27355 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0717 00:32:54.973758 27355 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0717 00:32:55.044517 27355 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0717 00:32:55.128191 27355 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0717 00:32:55.137411 27355 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"
I0717 00:32:55.150061 27355 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0717 00:32:55.150117 27355 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"
I0717 00:32:55.157876 27355 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0717 00:32:55.157920 27355 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:32:55.165405 27355 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:32:55.172830 27355 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:32:55.180214 27355 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0717 00:32:55.187120 27355 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:32:55.194536 27355 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:32:55.206768 27355 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0717 00:32:55.214475 27355 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0717 00:32:55.220864 27355 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0717 00:32:55.227176 27355 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 00:32:55.299213 27355 ssh_runner.go:195] Run: sudo systemctl restart crio
I0717 00:32:55.390414 27355 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0717 00:32:55.390492 27355 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0717 00:32:55.393397 27355 start.go:563] Will wait 60s for crictl version
I0717 00:32:55.393437 27355 ssh_runner.go:195] Run: which crictl
I0717 00:32:55.396082 27355 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0717 00:32:55.425411 27355 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0717 00:32:55.425531 27355 ssh_runner.go:195] Run: crio --version
I0717 00:32:55.455947 27355 ssh_runner.go:195] Run: crio --version
I0717 00:32:55.488220 27355 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0717 00:32:55.489516 27355 cli_runner.go:164] Run: docker network inspect addons-611858 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0717 00:32:55.504541 27355 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0717 00:32:55.507738 27355 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0717 00:32:55.516971 27355 kubeadm.go:883] updating cluster {Name:addons-611858 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-611858 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] 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:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.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:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0717 00:32:55.517090 27355 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0717 00:32:55.517148 27355 ssh_runner.go:195] Run: sudo crictl images --output json
I0717 00:32:55.575913 27355 crio.go:514] all images are preloaded for cri-o runtime.
I0717 00:32:55.575935 27355 crio.go:433] Images already preloaded, skipping extraction
I0717 00:32:55.575983 27355 ssh_runner.go:195] Run: sudo crictl images --output json
I0717 00:32:55.606896 27355 crio.go:514] all images are preloaded for cri-o runtime.
I0717 00:32:55.606918 27355 cache_images.go:84] Images are preloaded, skipping loading
I0717 00:32:55.606927 27355 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0717 00:32:55.607045 27355 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-611858 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-611858 Namespace:default APIServerHAVIP: 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:}
I0717 00:32:55.607119 27355 ssh_runner.go:195] Run: crio config
I0717 00:32:55.644160 27355 cni.go:84] Creating CNI manager for ""
I0717 00:32:55.644181 27355 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 00:32:55.644192 27355 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0717 00:32:55.644212 27355 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-611858 NodeName:addons-611858 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[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0717 00:32:55.644336 27355 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-611858"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0717 00:32:55.644385 27355 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0717 00:32:55.651932 27355 binaries.go:44] Found k8s binaries, skipping transfer
I0717 00:32:55.651984 27355 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0717 00:32:55.659199 27355 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0717 00:32:55.673853 27355 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0717 00:32:55.688491 27355 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0717 00:32:55.702827 27355 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0717 00:32:55.705511 27355 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0717 00:32:55.714231 27355 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 00:32:55.788925 27355 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0717 00:32:55.799748 27355 certs.go:68] Setting up /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858 for IP: 192.168.49.2
I0717 00:32:55.799769 27355 certs.go:194] generating shared ca certs ...
I0717 00:32:55.799786 27355 certs.go:226] acquiring lock for ca certs: {Name:mk594feef996435789639a6bd0f74c0c4c263ab6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:55.799900 27355 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19264-18819/.minikube/ca.key
I0717 00:32:56.314300 27355 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-18819/.minikube/ca.crt ...
I0717 00:32:56.314329 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/ca.crt: {Name:mkc454b3e2147acbf4347ddb546dfac6b9e2a87e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.314522 27355 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-18819/.minikube/ca.key ...
I0717 00:32:56.314536 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/ca.key: {Name:mk3ddc57a598d7630df74bf4c31e1563c80f6a8e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.314644 27355 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19264-18819/.minikube/proxy-client-ca.key
I0717 00:32:56.418292 27355 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-18819/.minikube/proxy-client-ca.crt ...
I0717 00:32:56.418319 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/proxy-client-ca.crt: {Name:mkf03aa0779890d2035aa9ba829ec6e68fe97d2d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.418500 27355 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-18819/.minikube/proxy-client-ca.key ...
I0717 00:32:56.418514 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/proxy-client-ca.key: {Name:mkbe1edf98990a77a6266aac1c8e01e261f2dba9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.418612 27355 certs.go:256] generating profile certs ...
I0717 00:32:56.418689 27355 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/client.key
I0717 00:32:56.418705 27355 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/client.crt with IP's: []
I0717 00:32:56.477815 27355 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/client.crt ...
I0717 00:32:56.477839 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/client.crt: {Name:mk297dacd9f735b1380e1e192d7a30272982b60a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.477995 27355 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/client.key ...
I0717 00:32:56.478008 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/client.key: {Name:mk0fdec290b3d1068d85c80865bc5e37e0064aea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.478099 27355 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.key.c1e9c529
I0717 00:32:56.478122 27355 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.crt.c1e9c529 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0717 00:32:56.645995 27355 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.crt.c1e9c529 ...
I0717 00:32:56.646024 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.crt.c1e9c529: {Name:mk93e18a15add82462f1e70f4bdbf163846a4665 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.646183 27355 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.key.c1e9c529 ...
I0717 00:32:56.646203 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.key.c1e9c529: {Name:mk5bb54f7762ba5a55062f715d6d40899a15af4d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.646305 27355 certs.go:381] copying /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.crt.c1e9c529 -> /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.crt
I0717 00:32:56.646395 27355 certs.go:385] copying /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.key.c1e9c529 -> /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.key
I0717 00:32:56.646463 27355 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.key
I0717 00:32:56.646486 27355 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.crt with IP's: []
I0717 00:32:56.758319 27355 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.crt ...
I0717 00:32:56.758345 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.crt: {Name:mk83a3a1275b2e3dd8e52ca0088d514dd7708ff8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.758505 27355 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.key ...
I0717 00:32:56.758519 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.key: {Name:mk7ff0fbd7553d42d832e3fb60be599c135d4fa2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:32:56.758728 27355 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca-key.pem (1679 bytes)
I0717 00:32:56.758770 27355 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/ca.pem (1082 bytes)
I0717 00:32:56.758803 27355 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/cert.pem (1123 bytes)
I0717 00:32:56.758832 27355 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-18819/.minikube/certs/key.pem (1675 bytes)
I0717 00:32:56.759397 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0717 00:32:56.779736 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0717 00:32:56.799097 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0717 00:32:56.818230 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0717 00:32:56.837376 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0717 00:32:56.856643 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0717 00:32:56.875615 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0717 00:32:56.894945 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/profiles/addons-611858/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0717 00:32:56.913781 27355 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-18819/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0717 00:32:56.933057 27355 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0717 00:32:56.947300 27355 ssh_runner.go:195] Run: openssl version
I0717 00:32:56.951802 27355 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I0717 00:32:56.959278 27355 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0717 00:32:56.962000 27355 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 17 00:32 /usr/share/ca-certificates/minikubeCA.pem
I0717 00:32:56.962043 27355 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0717 00:32:56.967645 27355 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0717 00:32:56.974819 27355 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0717 00:32:56.977290 27355 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0717 00:32:56.977338 27355 kubeadm.go:392] StartCluster: {Name:addons-611858 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-611858 Namespace:default APIServerHAVIP: 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:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.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:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0717 00:32:56.977422 27355 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0717 00:32:56.977454 27355 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0717 00:32:57.006701 27355 cri.go:89] found id: ""
I0717 00:32:57.006756 27355 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0717 00:32:57.013855 27355 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0717 00:32:57.020727 27355 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0717 00:32:57.020761 27355 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I0717 00:32:57.027574 27355 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0717 00:32:57.027587 27355 kubeadm.go:157] found existing configuration files:
I0717 00:32:57.027614 27355 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0717 00:32:57.034538 27355 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0717 00:32:57.034599 27355 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0717 00:32:57.041066 27355 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0717 00:32:57.047905 27355 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0717 00:32:57.047941 27355 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0717 00:32:57.054517 27355 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0717 00:32:57.061160 27355 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0717 00:32:57.061204 27355 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0717 00:32:57.067526 27355 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0717 00:32:57.073976 27355 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0717 00:32:57.074010 27355 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0717 00:32:57.080229 27355 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0717 00:32:57.147067 27355 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1062-gcp\n", err: exit status 1
I0717 00:32:57.195993 27355 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0717 00:33:06.173052 27355 kubeadm.go:310] [init] Using Kubernetes version: v1.30.2
I0717 00:33:06.173098 27355 kubeadm.go:310] [preflight] Running pre-flight checks
I0717 00:33:06.173174 27355 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0717 00:33:06.173263 27355 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-gcp[0m
I0717 00:33:06.173335 27355 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0717 00:33:06.173405 27355 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0717 00:33:06.173467 27355 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0717 00:33:06.173533 27355 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0717 00:33:06.173573 27355 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0717 00:33:06.173619 27355 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0717 00:33:06.173669 27355 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0717 00:33:06.173713 27355 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0717 00:33:06.173771 27355 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0717 00:33:06.173829 27355 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0717 00:33:06.173893 27355 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0717 00:33:06.173973 27355 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0717 00:33:06.174074 27355 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0717 00:33:06.174124 27355 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0717 00:33:06.175702 27355 out.go:204] - Generating certificates and keys ...
I0717 00:33:06.175775 27355 kubeadm.go:310] [certs] Using existing ca certificate authority
I0717 00:33:06.175828 27355 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0717 00:33:06.175901 27355 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0717 00:33:06.175958 27355 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0717 00:33:06.176013 27355 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0717 00:33:06.176077 27355 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0717 00:33:06.176152 27355 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0717 00:33:06.176247 27355 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-611858 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 00:33:06.176295 27355 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0717 00:33:06.176409 27355 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-611858 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0717 00:33:06.176496 27355 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0717 00:33:06.176582 27355 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0717 00:33:06.176628 27355 kubeadm.go:310] [certs] Generating "sa" key and public key
I0717 00:33:06.176681 27355 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0717 00:33:06.176724 27355 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0717 00:33:06.176771 27355 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0717 00:33:06.176821 27355 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0717 00:33:06.176882 27355 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0717 00:33:06.176927 27355 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0717 00:33:06.176999 27355 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0717 00:33:06.177057 27355 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0717 00:33:06.178287 27355 out.go:204] - Booting up control plane ...
I0717 00:33:06.178372 27355 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0717 00:33:06.178450 27355 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0717 00:33:06.178513 27355 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0717 00:33:06.178600 27355 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0717 00:33:06.178699 27355 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0717 00:33:06.178759 27355 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0717 00:33:06.178885 27355 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0717 00:33:06.178948 27355 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0717 00:33:06.179003 27355 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.459494ms
I0717 00:33:06.179066 27355 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0717 00:33:06.179118 27355 kubeadm.go:310] [api-check] The API server is healthy after 4.00123465s
I0717 00:33:06.179226 27355 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0717 00:33:06.179361 27355 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0717 00:33:06.179437 27355 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0717 00:33:06.179601 27355 kubeadm.go:310] [mark-control-plane] Marking the node addons-611858 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0717 00:33:06.179652 27355 kubeadm.go:310] [bootstrap-token] Using token: 2frjke.uz28sf4tzoescw9l
I0717 00:33:06.181803 27355 out.go:204] - Configuring RBAC rules ...
I0717 00:33:06.181893 27355 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0717 00:33:06.181962 27355 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0717 00:33:06.182086 27355 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0717 00:33:06.182212 27355 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0717 00:33:06.182307 27355 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0717 00:33:06.182387 27355 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0717 00:33:06.182485 27355 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0717 00:33:06.182522 27355 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0717 00:33:06.182593 27355 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0717 00:33:06.182605 27355 kubeadm.go:310]
I0717 00:33:06.182664 27355 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0717 00:33:06.182670 27355 kubeadm.go:310]
I0717 00:33:06.182735 27355 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0717 00:33:06.182740 27355 kubeadm.go:310]
I0717 00:33:06.182761 27355 kubeadm.go:310] mkdir -p $HOME/.kube
I0717 00:33:06.182810 27355 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0717 00:33:06.182852 27355 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0717 00:33:06.182857 27355 kubeadm.go:310]
I0717 00:33:06.182904 27355 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0717 00:33:06.182913 27355 kubeadm.go:310]
I0717 00:33:06.182956 27355 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0717 00:33:06.182961 27355 kubeadm.go:310]
I0717 00:33:06.183006 27355 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0717 00:33:06.183081 27355 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0717 00:33:06.183136 27355 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0717 00:33:06.183142 27355 kubeadm.go:310]
I0717 00:33:06.183208 27355 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0717 00:33:06.183272 27355 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0717 00:33:06.183278 27355 kubeadm.go:310]
I0717 00:33:06.183345 27355 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 2frjke.uz28sf4tzoescw9l \
I0717 00:33:06.183425 27355 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:b7bf7980dd0e4cc1624fe8e61af019b1cab46e067276f9ca934011068d8f12e5 \
I0717 00:33:06.183443 27355 kubeadm.go:310] --control-plane
I0717 00:33:06.183448 27355 kubeadm.go:310]
I0717 00:33:06.183511 27355 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0717 00:33:06.183517 27355 kubeadm.go:310]
I0717 00:33:06.183581 27355 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 2frjke.uz28sf4tzoescw9l \
I0717 00:33:06.183671 27355 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:b7bf7980dd0e4cc1624fe8e61af019b1cab46e067276f9ca934011068d8f12e5
I0717 00:33:06.183681 27355 cni.go:84] Creating CNI manager for ""
I0717 00:33:06.183686 27355 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0717 00:33:06.184991 27355 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0717 00:33:06.186131 27355 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0717 00:33:06.189496 27355 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0717 00:33:06.189513 27355 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0717 00:33:06.204743 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0717 00:33:06.381761 27355 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0717 00:33:06.381905 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-611858 minikube.k8s.io/updated_at=2024_07_17T00_33_06_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=3cfbbb17fd76400a5ee2ea427db7148a0ef7c185 minikube.k8s.io/name=addons-611858 minikube.k8s.io/primary=true
I0717 00:33:06.381912 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:06.388288 27355 ops.go:34] apiserver oom_adj: -16
I0717 00:33:06.460705 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:06.961537 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:07.460997 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:07.961202 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:08.461178 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:08.960962 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:09.461733 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:09.961313 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:10.461348 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:10.960746 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:11.460899 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:11.960893 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:12.460876 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:12.961102 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:13.461505 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:13.960930 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:14.460871 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:14.960930 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:15.461593 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:15.961064 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:16.461684 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:16.961433 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:17.461647 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:17.960737 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:18.461430 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:18.961148 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:19.461634 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:19.961039 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:20.460759 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:20.960950 27355 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0717 00:33:21.026079 27355 kubeadm.go:1113] duration metric: took 14.644226869s to wait for elevateKubeSystemPrivileges
I0717 00:33:21.026115 27355 kubeadm.go:394] duration metric: took 24.0487819s to StartCluster
I0717 00:33:21.026130 27355 settings.go:142] acquiring lock: {Name:mk3f114ca12f071effaf76635b2d3027c3f93952 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:33:21.026234 27355 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19264-18819/kubeconfig
I0717 00:33:21.026570 27355 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-18819/kubeconfig: {Name:mk3cd7b32aaebb6a30e23a76bb7e0d521177f315 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0717 00:33:21.026739 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0717 00:33:21.026755 27355 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0717 00:33:21.026847 27355 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0717 00:33:21.027320 27355 config.go:182] Loaded profile config "addons-611858": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 00:33:21.027351 27355 addons.go:69] Setting ingress=true in profile "addons-611858"
I0717 00:33:21.027394 27355 addons.go:69] Setting cloud-spanner=true in profile "addons-611858"
I0717 00:33:21.027412 27355 addons.go:69] Setting registry=true in profile "addons-611858"
I0717 00:33:21.027442 27355 addons.go:234] Setting addon cloud-spanner=true in "addons-611858"
I0717 00:33:21.027452 27355 addons.go:69] Setting storage-provisioner=true in profile "addons-611858"
I0717 00:33:21.027434 27355 addons.go:234] Setting addon ingress=true in "addons-611858"
I0717 00:33:21.027458 27355 addons.go:69] Setting ingress-dns=true in profile "addons-611858"
I0717 00:33:21.027477 27355 addons.go:234] Setting addon storage-provisioner=true in "addons-611858"
I0717 00:33:21.027482 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.027490 27355 addons.go:234] Setting addon ingress-dns=true in "addons-611858"
I0717 00:33:21.027509 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.027509 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.027525 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.027518 27355 addons.go:69] Setting metrics-server=true in profile "addons-611858"
I0717 00:33:21.027573 27355 addons.go:234] Setting addon metrics-server=true in "addons-611858"
I0717 00:33:21.027620 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.028046 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.028147 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.028156 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.028162 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.028185 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.028540 27355 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-611858"
I0717 00:33:21.028583 27355 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-611858"
I0717 00:33:21.028911 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.029393 27355 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-611858"
I0717 00:33:21.029437 27355 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-611858"
I0717 00:33:21.029732 27355 addons.go:69] Setting volcano=true in profile "addons-611858"
I0717 00:33:21.029773 27355 addons.go:234] Setting addon volcano=true in "addons-611858"
I0717 00:33:21.029814 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.029931 27355 addons.go:69] Setting volumesnapshots=true in profile "addons-611858"
I0717 00:33:21.029961 27355 addons.go:234] Setting addon volumesnapshots=true in "addons-611858"
I0717 00:33:21.029990 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.030065 27355 addons.go:69] Setting inspektor-gadget=true in profile "addons-611858"
I0717 00:33:21.030099 27355 addons.go:234] Setting addon inspektor-gadget=true in "addons-611858"
I0717 00:33:21.030136 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.030744 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.030886 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.030894 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.031018 27355 out.go:177] * Verifying Kubernetes components...
I0717 00:33:21.031199 27355 addons.go:69] Setting default-storageclass=true in profile "addons-611858"
I0717 00:33:21.031251 27355 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-611858"
I0717 00:33:21.031262 27355 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-611858"
I0717 00:33:21.031344 27355 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-611858"
I0717 00:33:21.031381 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.027442 27355 addons.go:234] Setting addon registry=true in "addons-611858"
I0717 00:33:21.031876 27355 addons.go:69] Setting gcp-auth=true in profile "addons-611858"
I0717 00:33:21.031899 27355 mustload.go:65] Loading cluster: addons-611858
I0717 00:33:21.031905 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.027440 27355 addons.go:69] Setting yakd=true in profile "addons-611858"
I0717 00:33:21.032028 27355 addons.go:69] Setting helm-tiller=true in profile "addons-611858"
I0717 00:33:21.032050 27355 addons.go:234] Setting addon yakd=true in "addons-611858"
I0717 00:33:21.032075 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.032149 27355 addons.go:234] Setting addon helm-tiller=true in "addons-611858"
I0717 00:33:21.032230 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.032414 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.032513 27355 config.go:182] Loaded profile config "addons-611858": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 00:33:21.032690 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.033808 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.034260 27355 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0717 00:33:21.037749 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.061889 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.062062 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.064139 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.064789 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.066657 27355 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0717 00:33:21.066719 27355 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0717 00:33:21.067834 27355 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0717 00:33:21.067853 27355 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0717 00:33:21.067912 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.067956 27355 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 00:33:21.067974 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0717 00:33:21.068028 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.079146 27355 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0717 00:33:21.080440 27355 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 00:33:21.081987 27355 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 00:33:21.083279 27355 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0717 00:33:21.084347 27355 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0717 00:33:21.084371 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0717 00:33:21.084428 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.084957 27355 addons.go:234] Setting addon default-storageclass=true in "addons-611858"
I0717 00:33:21.085273 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.085876 27355 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-611858"
I0717 00:33:21.085889 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.085914 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.086345 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:21.087055 27355 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0717 00:33:21.087892 27355 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0717 00:33:21.087945 27355 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0717 00:33:21.088071 27355 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0717 00:33:21.088084 27355 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0717 00:33:21.088129 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.089232 27355 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0717 00:33:21.089254 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0717 00:33:21.089297 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.089638 27355 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0717 00:33:21.089655 27355 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0717 00:33:21.089718 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.091169 27355 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0717 00:33:21.093523 27355 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0717 00:33:21.094671 27355 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0717 00:33:21.096704 27355 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0717 00:33:21.099205 27355 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0717 00:33:21.101047 27355 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
W0717 00:33:21.101837 27355 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0717 00:33:21.105207 27355 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0717 00:33:21.108167 27355 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0717 00:33:21.108176 27355 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0717 00:33:21.108195 27355 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0717 00:33:21.108257 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.112097 27355 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0717 00:33:21.112115 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0717 00:33:21.112163 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.120508 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.123347 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.124205 27355 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
I0717 00:33:21.126436 27355 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0717 00:33:21.126451 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0717 00:33:21.126499 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.126625 27355 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0717 00:33:21.127097 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:21.132736 27355 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0717 00:33:21.132753 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0717 00:33:21.132799 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.142277 27355 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0717 00:33:21.143341 27355 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0717 00:33:21.143368 27355 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0717 00:33:21.143407 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.153942 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.161530 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.163321 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.167855 27355 out.go:177] - Using image docker.io/registry:2.8.3
I0717 00:33:21.167964 27355 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0717 00:33:21.167984 27355 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0717 00:33:21.168037 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.175598 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.177163 27355 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0717 00:33:21.178742 27355 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0717 00:33:21.178765 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0717 00:33:21.178813 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.185199 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.188974 27355 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0717 00:33:21.189271 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.189281 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.189284 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.191419 27355 out.go:177] - Using image docker.io/busybox:stable
I0717 00:33:21.192991 27355 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0717 00:33:21.193011 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0717 00:33:21.193073 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:21.196538 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.206737 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.214801 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:21.214977 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
W0717 00:33:21.260606 27355 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0717 00:33:21.260649 27355 retry.go:31] will retry after 184.346209ms: ssh: handshake failed: EOF
I0717 00:33:21.358632 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0717 00:33:21.463331 27355 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0717 00:33:21.463409 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0717 00:33:21.463564 27355 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0717 00:33:21.561728 27355 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0717 00:33:21.561809 27355 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0717 00:33:21.570214 27355 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0717 00:33:21.570239 27355 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0717 00:33:21.574632 27355 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0717 00:33:21.574657 27355 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0717 00:33:21.655859 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0717 00:33:21.660080 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0717 00:33:21.664050 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0717 00:33:21.676498 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0717 00:33:21.682704 27355 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0717 00:33:21.682725 27355 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0717 00:33:21.754201 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0717 00:33:21.767953 27355 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0717 00:33:21.768033 27355 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0717 00:33:21.770874 27355 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0717 00:33:21.770937 27355 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0717 00:33:21.855143 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0717 00:33:21.858419 27355 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0717 00:33:21.858495 27355 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0717 00:33:21.862059 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0717 00:33:21.869954 27355 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0717 00:33:21.870023 27355 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0717 00:33:21.954309 27355 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0717 00:33:21.954384 27355 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0717 00:33:21.954940 27355 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0717 00:33:21.954993 27355 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0717 00:33:21.955869 27355 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0717 00:33:21.955929 27355 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0717 00:33:21.956297 27355 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0717 00:33:21.956345 27355 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0717 00:33:21.964375 27355 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0717 00:33:21.964428 27355 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0717 00:33:21.974729 27355 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0717 00:33:21.974801 27355 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0717 00:33:22.174175 27355 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0717 00:33:22.174252 27355 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0717 00:33:22.176580 27355 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0717 00:33:22.176594 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0717 00:33:22.263250 27355 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0717 00:33:22.263355 27355 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0717 00:33:22.266228 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0717 00:33:22.269969 27355 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0717 00:33:22.270021 27355 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0717 00:33:22.274484 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0717 00:33:22.275724 27355 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0717 00:33:22.275784 27355 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0717 00:33:22.369710 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0717 00:33:22.466566 27355 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0717 00:33:22.466651 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0717 00:33:22.555290 27355 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0717 00:33:22.555331 27355 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0717 00:33:22.662368 27355 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0717 00:33:22.662400 27355 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0717 00:33:22.866170 27355 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 00:33:22.866202 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0717 00:33:22.871124 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0717 00:33:22.955107 27355 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0717 00:33:22.955139 27355 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0717 00:33:23.059987 27355 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.596360755s)
I0717 00:33:23.060970 27355 node_ready.go:35] waiting up to 6m0s for node "addons-611858" to be "Ready" ...
I0717 00:33:23.061224 27355 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.702542932s)
I0717 00:33:23.061253 27355 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0717 00:33:23.062617 27355 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0717 00:33:23.062641 27355 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0717 00:33:23.156462 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 00:33:23.271118 27355 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0717 00:33:23.271207 27355 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0717 00:33:23.462643 27355 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0717 00:33:23.462729 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0717 00:33:23.561808 27355 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0717 00:33:23.561890 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0717 00:33:23.676103 27355 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-611858" context rescaled to 1 replicas
I0717 00:33:23.764610 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0717 00:33:23.972255 27355 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0717 00:33:23.972334 27355 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0717 00:33:24.273152 27355 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0717 00:33:24.273201 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0717 00:33:24.658097 27355 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0717 00:33:24.658181 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0717 00:33:24.774578 27355 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 00:33:24.774612 27355 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0717 00:33:25.066804 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0717 00:33:25.076481 27355 node_ready.go:53] node "addons-611858" has status "Ready":"False"
I0717 00:33:27.474136 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.813989023s)
I0717 00:33:27.474174 27355 addons.go:475] Verifying addon ingress=true in "addons-611858"
I0717 00:33:27.474175 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.818281821s)
I0717 00:33:27.474245 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.81012716s)
I0717 00:33:27.474290 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.797722347s)
I0717 00:33:27.474321 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.720055087s)
I0717 00:33:27.474378 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.619156959s)
I0717 00:33:27.474436 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.612307891s)
I0717 00:33:27.474513 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.208258955s)
I0717 00:33:27.475138 27355 addons.go:475] Verifying addon metrics-server=true in "addons-611858"
I0717 00:33:27.474551 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (5.199998243s)
I0717 00:33:27.474591 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.104848971s)
I0717 00:33:27.475170 27355 addons.go:475] Verifying addon registry=true in "addons-611858"
I0717 00:33:27.474640 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.603487608s)
I0717 00:33:27.476429 27355 out.go:177] * Verifying ingress addon...
I0717 00:33:27.477106 27355 out.go:177] * Verifying registry addon...
I0717 00:33:27.477141 27355 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-611858 service yakd-dashboard -n yakd-dashboard
I0717 00:33:27.478719 27355 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0717 00:33:27.479460 27355 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0717 00:33:27.484826 27355 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0717 00:33:27.484843 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0717 00:33:27.557707 27355 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0717 00:33:27.557736 27355 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 00:33:27.557752 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:27.571628 27355 node_ready.go:53] node "addons-611858" has status "Ready":"False"
I0717 00:33:27.982518 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:27.982806 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:28.263610 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.107099412s)
W0717 00:33:28.263655 27355 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0717 00:33:28.263676 27355 retry.go:31] will retry after 133.219523ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0717 00:33:28.263729 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.499026793s)
I0717 00:33:28.357582 27355 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0717 00:33:28.357677 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:28.378952 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:28.397113 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0717 00:33:28.559563 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:28.560023 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:28.764480 27355 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0717 00:33:28.970540 27355 addons.go:234] Setting addon gcp-auth=true in "addons-611858"
I0717 00:33:28.970663 27355 host.go:66] Checking if "addons-611858" exists ...
I0717 00:33:28.971255 27355 cli_runner.go:164] Run: docker container inspect addons-611858 --format={{.State.Status}}
I0717 00:33:28.989732 27355 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0717 00:33:28.989773 27355 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-611858
I0717 00:33:29.005099 27355 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19264-18819/.minikube/machines/addons-611858/id_rsa Username:docker}
I0717 00:33:29.072120 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:29.074470 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:29.556978 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:29.557105 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:29.566401 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.499496499s)
I0717 00:33:29.566436 27355 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-611858"
I0717 00:33:29.568044 27355 out.go:177] * Verifying csi-hostpath-driver addon...
I0717 00:33:29.570132 27355 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0717 00:33:29.581543 27355 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 00:33:29.581564 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:29.982868 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:29.983168 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:30.063831 27355 node_ready.go:53] node "addons-611858" has status "Ready":"False"
I0717 00:33:30.073973 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:30.482358 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:30.483122 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:30.573654 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:30.982880 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:30.982948 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:31.073442 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:31.484759 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:31.485026 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:31.573909 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:31.983382 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:31.983677 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:31.988602 27355 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.591431624s)
I0717 00:33:31.988656 27355 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.998899178s)
I0717 00:33:31.990501 27355 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0717 00:33:31.991899 27355 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0717 00:33:31.993130 27355 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0717 00:33:31.993140 27355 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0717 00:33:32.009064 27355 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0717 00:33:32.009084 27355 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0717 00:33:32.024299 27355 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 00:33:32.024318 27355 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0717 00:33:32.039391 27355 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0717 00:33:32.074344 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:32.386171 27355 addons.go:475] Verifying addon gcp-auth=true in "addons-611858"
I0717 00:33:32.387618 27355 out.go:177] * Verifying gcp-auth addon...
I0717 00:33:32.390223 27355 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0717 00:33:32.392333 27355 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0717 00:33:32.392352 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:32.482715 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:32.483671 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:32.564091 27355 node_ready.go:53] node "addons-611858" has status "Ready":"False"
I0717 00:33:32.573863 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:32.893440 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:32.982466 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:32.982734 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:33.072969 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:33.393300 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:33.482579 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:33.483101 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:33.573827 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:33.895232 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:33.982435 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:33.982944 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:34.074066 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:34.393464 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:34.482766 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:34.483092 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:34.564174 27355 node_ready.go:53] node "addons-611858" has status "Ready":"False"
I0717 00:33:34.574106 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:34.893820 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:34.982787 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:34.983153 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:35.074308 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:35.393796 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:35.482724 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:35.483024 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:35.573935 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:35.893592 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:35.982446 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:35.982605 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:36.073732 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:36.393077 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:36.482519 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:36.491330 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:36.573616 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:36.893045 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:36.982149 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:36.982564 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:37.064054 27355 node_ready.go:53] node "addons-611858" has status "Ready":"False"
I0717 00:33:37.074183 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:37.393964 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:37.482827 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:37.483275 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:37.573992 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:37.892978 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:37.982047 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:37.982801 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:38.073832 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:38.393462 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:38.482471 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:38.482516 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:38.573991 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:38.893254 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:38.982500 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:38.984863 27355 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0717 00:33:38.984885 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:39.064907 27355 node_ready.go:49] node "addons-611858" has status "Ready":"True"
I0717 00:33:39.064934 27355 node_ready.go:38] duration metric: took 16.003931621s for node "addons-611858" to be "Ready" ...
I0717 00:33:39.064946 27355 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0717 00:33:39.073282 27355 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-6pxl4" in "kube-system" namespace to be "Ready" ...
I0717 00:33:39.075177 27355 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0717 00:33:39.075201 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:39.394868 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:39.483160 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:39.484382 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:39.578617 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:39.893538 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:39.983145 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:39.983199 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:40.075490 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:40.078866 27355 pod_ready.go:92] pod "coredns-7db6d8ff4d-6pxl4" in "kube-system" namespace has status "Ready":"True"
I0717 00:33:40.078889 27355 pod_ready.go:81] duration metric: took 1.005580035s for pod "coredns-7db6d8ff4d-6pxl4" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.078917 27355 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.083211 27355 pod_ready.go:92] pod "etcd-addons-611858" in "kube-system" namespace has status "Ready":"True"
I0717 00:33:40.083229 27355 pod_ready.go:81] duration metric: took 4.301696ms for pod "etcd-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.083241 27355 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.086596 27355 pod_ready.go:92] pod "kube-apiserver-addons-611858" in "kube-system" namespace has status "Ready":"True"
I0717 00:33:40.086612 27355 pod_ready.go:81] duration metric: took 3.365015ms for pod "kube-apiserver-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.086620 27355 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.091905 27355 pod_ready.go:92] pod "kube-controller-manager-addons-611858" in "kube-system" namespace has status "Ready":"True"
I0717 00:33:40.091923 27355 pod_ready.go:81] duration metric: took 5.295543ms for pod "kube-controller-manager-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.091936 27355 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-xrzxp" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.264801 27355 pod_ready.go:92] pod "kube-proxy-xrzxp" in "kube-system" namespace has status "Ready":"True"
I0717 00:33:40.264843 27355 pod_ready.go:81] duration metric: took 172.880887ms for pod "kube-proxy-xrzxp" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.264855 27355 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.394219 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:40.483882 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:40.484051 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:40.575669 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:40.665306 27355 pod_ready.go:92] pod "kube-scheduler-addons-611858" in "kube-system" namespace has status "Ready":"True"
I0717 00:33:40.665332 27355 pod_ready.go:81] duration metric: took 400.46805ms for pod "kube-scheduler-addons-611858" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.665348 27355 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace to be "Ready" ...
I0717 00:33:40.894166 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:40.982703 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:40.983878 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:41.076006 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:41.394190 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:41.482842 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:41.483798 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:41.575879 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:41.894049 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:41.982688 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:41.983524 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:42.075202 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:42.393737 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:42.483084 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:42.483216 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:42.575223 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:42.670806 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:42.893972 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:42.984576 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:42.985515 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:43.077908 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:43.393296 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:43.482824 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:43.483706 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:43.575309 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:43.892852 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:43.983047 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:43.983314 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:44.075594 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:44.393714 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:44.485289 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:44.486012 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:44.575345 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:44.894457 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:44.982802 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:44.984243 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:45.075794 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:45.171094 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:45.393898 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:45.483431 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:45.483519 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:45.575474 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:45.957414 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:45.983436 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:45.983740 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:46.074949 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:46.393685 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:46.484199 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:46.484370 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:46.576000 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:46.955394 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:46.982747 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:46.983575 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:47.074763 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:47.393865 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:47.483203 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:47.483454 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:47.575592 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:47.670805 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:47.893743 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:47.983872 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:47.984091 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:48.075700 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:48.393495 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:48.483295 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:48.484246 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:48.575478 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:48.893271 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:48.982916 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:48.983790 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:49.076085 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:49.461989 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:49.482781 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:49.484054 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:49.575711 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:49.671387 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:49.895776 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:49.984464 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:49.984658 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:50.076247 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:50.393266 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:50.482818 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:50.483568 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:50.574977 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:50.892949 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:50.983075 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:50.983212 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:51.075485 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:51.392994 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:51.484133 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:51.484172 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:51.575286 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:51.892864 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:51.983191 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:51.983219 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:52.075217 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:52.169723 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:52.393229 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:52.482910 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:52.483744 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:52.574550 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:52.893206 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:52.982354 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:52.983366 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:53.074927 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:53.393026 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:53.482352 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:53.483377 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:53.575327 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:53.893072 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:53.981989 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:53.983333 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:54.075246 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:54.169791 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:54.393904 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:54.483801 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:54.483846 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:54.576366 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:54.957232 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:55.064962 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:55.067905 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:55.076139 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:55.457510 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:55.560835 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:55.562576 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:55.655721 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:55.956497 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:55.983573 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:55.984803 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:56.076369 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:56.171855 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:56.392954 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:56.482771 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:56.483745 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:56.576265 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:56.893505 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:56.983478 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:56.984177 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:57.075528 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:57.393147 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:57.482912 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:57.484005 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:57.575673 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:57.893472 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:57.982930 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:57.983758 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:58.074809 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:58.393990 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:58.482640 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:58.483515 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:58.575459 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:58.671369 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:33:58.893314 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:58.983040 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:58.983657 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:59.074776 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:59.393733 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:59.483492 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:33:59.483971 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:59.575367 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:33:59.907709 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:33:59.985679 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:33:59.985697 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:00.074580 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:00.393251 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:00.482870 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:00.483964 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:00.575643 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:00.893736 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:00.983175 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:00.983654 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:01.074763 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:01.170920 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:01.393718 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:01.483377 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:01.483526 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:01.576248 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:01.954939 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:02.056340 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:02.056503 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:02.076099 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:02.393204 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:02.482679 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:02.484488 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:02.575106 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:02.893946 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:02.983396 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:02.983609 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:03.075694 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:03.171076 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:03.393912 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:03.483622 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:03.483994 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:03.575306 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:03.894446 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:03.982880 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:03.984045 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:04.075022 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:04.393818 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:04.484420 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:04.485007 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:04.575687 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:04.957341 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:04.983079 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:04.984630 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:05.076239 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:05.171296 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:05.457494 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:05.559268 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:05.559898 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:05.575171 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:05.894177 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:05.983473 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:05.985557 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:06.074539 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:06.393602 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:06.483992 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:06.484426 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:06.575721 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:06.893576 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:06.983765 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:06.983867 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:07.075361 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:07.394322 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:07.483153 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:07.484251 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:07.575165 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:07.670726 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:07.894046 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:07.983360 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:07.983835 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:08.075277 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:08.394058 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:08.483477 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:08.483765 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:08.574991 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:08.894027 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:08.983585 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:08.983619 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:09.076159 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:09.394230 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:09.482960 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:09.484021 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:09.575626 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:09.893001 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:09.983326 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:09.983333 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:10.076317 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:10.171592 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:10.393321 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:10.482958 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:10.484033 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:10.575731 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:10.893564 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:10.983907 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:10.984145 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0717 00:34:11.077880 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:11.394976 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:11.488004 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:11.488828 27355 kapi.go:107] duration metric: took 44.009365666s to wait for kubernetes.io/minikube-addons=registry ...
I0717 00:34:11.575336 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:11.893409 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:11.983143 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:12.075186 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:12.394250 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:12.482206 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:12.575759 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:12.670644 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:12.893130 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:12.982382 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:13.075530 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:13.394029 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:13.482451 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:13.575621 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:13.893448 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:13.982961 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:14.075418 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:14.394234 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:14.482346 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:14.575408 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:14.670689 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:14.893285 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:14.982607 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:15.075139 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:15.393176 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:15.482311 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:15.574209 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:15.893253 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:15.982580 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:16.075831 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:16.393840 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:16.483204 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:16.575394 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:16.671633 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:16.892862 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0717 00:34:16.982891 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:17.074190 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:17.394239 27355 kapi.go:107] duration metric: took 45.004010516s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0717 00:34:17.396060 27355 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-611858 cluster.
I0717 00:34:17.397188 27355 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
I0717 00:34:17.398498 27355 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0717 00:34:17.482728 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:17.576923 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:18.081496 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:18.081560 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:18.503400 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:18.577094 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:18.675463 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:19.061062 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:19.079176 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:19.558013 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:19.579033 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:19.983841 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:20.075852 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:20.482467 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:20.575914 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:20.982822 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:21.075495 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:21.170915 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:21.483097 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:21.575341 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:21.982851 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:22.075815 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:22.483033 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:22.576256 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:22.983658 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:23.076077 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:23.483132 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:23.575283 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:23.728827 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:23.984037 27355 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0717 00:34:24.077026 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:24.483413 27355 kapi.go:107] duration metric: took 57.004688028s to wait for app.kubernetes.io/name=ingress-nginx ...
I0717 00:34:24.575016 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:25.075256 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:25.574667 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:26.075293 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:26.171350 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:26.575027 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:27.074976 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:27.575714 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:28.074726 27355 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0717 00:34:28.574331 27355 kapi.go:107] duration metric: took 59.004201578s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0717 00:34:28.576114 27355 out.go:177] * Enabled addons: ingress-dns, cloud-spanner, nvidia-device-plugin, storage-provisioner, metrics-server, helm-tiller, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0717 00:34:28.577476 27355 addons.go:510] duration metric: took 1m7.550629573s for enable addons: enabled=[ingress-dns cloud-spanner nvidia-device-plugin storage-provisioner metrics-server helm-tiller yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0717 00:34:28.669983 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:31.170682 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:33.670003 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:35.670601 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:38.170099 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:40.170568 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:42.670314 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:45.171907 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:47.670753 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:50.170485 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:52.170900 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:54.170995 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:56.670046 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:34:58.670517 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:01.170598 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:03.670621 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:06.171066 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:08.670272 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:11.170205 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:13.170280 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:15.672667 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:18.170018 27355 pod_ready.go:102] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"False"
I0717 00:35:19.670044 27355 pod_ready.go:92] pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace has status "Ready":"True"
I0717 00:35:19.670066 27355 pod_ready.go:81] duration metric: took 1m39.004710191s for pod "metrics-server-c59844bb4-ppbhg" in "kube-system" namespace to be "Ready" ...
I0717 00:35:19.670075 27355 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-9kszh" in "kube-system" namespace to be "Ready" ...
I0717 00:35:19.673807 27355 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-9kszh" in "kube-system" namespace has status "Ready":"True"
I0717 00:35:19.673828 27355 pod_ready.go:81] duration metric: took 3.746428ms for pod "nvidia-device-plugin-daemonset-9kszh" in "kube-system" namespace to be "Ready" ...
I0717 00:35:19.673852 27355 pod_ready.go:38] duration metric: took 1m40.608891328s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0717 00:35:19.673872 27355 api_server.go:52] waiting for apiserver process to appear ...
I0717 00:35:19.673918 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 00:35:19.673974 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 00:35:19.706631 27355 cri.go:89] found id: "dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097"
I0717 00:35:19.706654 27355 cri.go:89] found id: ""
I0717 00:35:19.706662 27355 logs.go:276] 1 containers: [dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097]
I0717 00:35:19.706699 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:19.709724 27355 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 00:35:19.709782 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 00:35:19.743133 27355 cri.go:89] found id: "9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29"
I0717 00:35:19.743154 27355 cri.go:89] found id: ""
I0717 00:35:19.743163 27355 logs.go:276] 1 containers: [9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29]
I0717 00:35:19.743212 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:19.746284 27355 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 00:35:19.746337 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 00:35:19.777588 27355 cri.go:89] found id: "52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee"
I0717 00:35:19.777614 27355 cri.go:89] found id: ""
I0717 00:35:19.777625 27355 logs.go:276] 1 containers: [52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee]
I0717 00:35:19.777686 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:19.780605 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 00:35:19.780656 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 00:35:19.811951 27355 cri.go:89] found id: "9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f"
I0717 00:35:19.811972 27355 cri.go:89] found id: ""
I0717 00:35:19.811981 27355 logs.go:276] 1 containers: [9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f]
I0717 00:35:19.812034 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:19.815067 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 00:35:19.815126 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 00:35:19.845928 27355 cri.go:89] found id: "e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03"
I0717 00:35:19.845949 27355 cri.go:89] found id: ""
I0717 00:35:19.845958 27355 logs.go:276] 1 containers: [e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03]
I0717 00:35:19.845996 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:19.848824 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 00:35:19.848867 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 00:35:19.879292 27355 cri.go:89] found id: "83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c"
I0717 00:35:19.879309 27355 cri.go:89] found id: ""
I0717 00:35:19.879316 27355 logs.go:276] 1 containers: [83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c]
I0717 00:35:19.879365 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:19.882406 27355 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 00:35:19.882470 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 00:35:19.913417 27355 cri.go:89] found id: "75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68"
I0717 00:35:19.913437 27355 cri.go:89] found id: ""
I0717 00:35:19.913446 27355 logs.go:276] 1 containers: [75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68]
I0717 00:35:19.913492 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:19.916652 27355 logs.go:123] Gathering logs for kube-apiserver [dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097] ...
I0717 00:35:19.916674 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097"
I0717 00:35:19.960382 27355 logs.go:123] Gathering logs for coredns [52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee] ...
I0717 00:35:19.960409 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee"
I0717 00:35:19.998986 27355 logs.go:123] Gathering logs for kube-scheduler [9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f] ...
I0717 00:35:19.999013 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f"
I0717 00:35:20.035652 27355 logs.go:123] Gathering logs for kindnet [75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68] ...
I0717 00:35:20.035686 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68"
I0717 00:35:20.074157 27355 logs.go:123] Gathering logs for describe nodes ...
I0717 00:35:20.074186 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 00:35:20.165198 27355 logs.go:123] Gathering logs for dmesg ...
I0717 00:35:20.165224 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 00:35:20.177111 27355 logs.go:123] Gathering logs for etcd [9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29] ...
I0717 00:35:20.177131 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29"
I0717 00:35:20.230040 27355 logs.go:123] Gathering logs for kube-proxy [e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03] ...
I0717 00:35:20.230068 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03"
I0717 00:35:20.261261 27355 logs.go:123] Gathering logs for kube-controller-manager [83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c] ...
I0717 00:35:20.261286 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c"
I0717 00:35:20.318740 27355 logs.go:123] Gathering logs for CRI-O ...
I0717 00:35:20.318771 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 00:35:20.397089 27355 logs.go:123] Gathering logs for container status ...
I0717 00:35:20.397127 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 00:35:20.436947 27355 logs.go:123] Gathering logs for kubelet ...
I0717 00:35:20.436980 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0717 00:35:23.002686 27355 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0717 00:35:23.015780 27355 api_server.go:72] duration metric: took 2m1.988994574s to wait for apiserver process to appear ...
I0717 00:35:23.015804 27355 api_server.go:88] waiting for apiserver healthz status ...
I0717 00:35:23.015839 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 00:35:23.015888 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 00:35:23.048551 27355 cri.go:89] found id: "dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097"
I0717 00:35:23.048575 27355 cri.go:89] found id: ""
I0717 00:35:23.048583 27355 logs.go:276] 1 containers: [dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097]
I0717 00:35:23.048622 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:23.051556 27355 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 00:35:23.051611 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 00:35:23.082147 27355 cri.go:89] found id: "9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29"
I0717 00:35:23.082166 27355 cri.go:89] found id: ""
I0717 00:35:23.082173 27355 logs.go:276] 1 containers: [9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29]
I0717 00:35:23.082207 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:23.084988 27355 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 00:35:23.085032 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 00:35:23.115537 27355 cri.go:89] found id: "52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee"
I0717 00:35:23.115557 27355 cri.go:89] found id: ""
I0717 00:35:23.115566 27355 logs.go:276] 1 containers: [52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee]
I0717 00:35:23.115610 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:23.118455 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 00:35:23.118515 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 00:35:23.149419 27355 cri.go:89] found id: "9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f"
I0717 00:35:23.149445 27355 cri.go:89] found id: ""
I0717 00:35:23.149453 27355 logs.go:276] 1 containers: [9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f]
I0717 00:35:23.149493 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:23.152465 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 00:35:23.152508 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 00:35:23.183602 27355 cri.go:89] found id: "e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03"
I0717 00:35:23.183625 27355 cri.go:89] found id: ""
I0717 00:35:23.183642 27355 logs.go:276] 1 containers: [e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03]
I0717 00:35:23.183680 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:23.186710 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 00:35:23.186766 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 00:35:23.217589 27355 cri.go:89] found id: "83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c"
I0717 00:35:23.217620 27355 cri.go:89] found id: ""
I0717 00:35:23.217630 27355 logs.go:276] 1 containers: [83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c]
I0717 00:35:23.217698 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:23.220717 27355 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 00:35:23.220777 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 00:35:23.251792 27355 cri.go:89] found id: "75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68"
I0717 00:35:23.251810 27355 cri.go:89] found id: ""
I0717 00:35:23.251818 27355 logs.go:276] 1 containers: [75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68]
I0717 00:35:23.251857 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:23.255132 27355 logs.go:123] Gathering logs for kube-apiserver [dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097] ...
I0717 00:35:23.255155 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097"
I0717 00:35:23.297163 27355 logs.go:123] Gathering logs for etcd [9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29] ...
I0717 00:35:23.297191 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29"
I0717 00:35:23.351334 27355 logs.go:123] Gathering logs for coredns [52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee] ...
I0717 00:35:23.351362 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee"
I0717 00:35:23.390017 27355 logs.go:123] Gathering logs for kindnet [75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68] ...
I0717 00:35:23.390042 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68"
I0717 00:35:23.427914 27355 logs.go:123] Gathering logs for CRI-O ...
I0717 00:35:23.427940 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 00:35:23.497855 27355 logs.go:123] Gathering logs for kubelet ...
I0717 00:35:23.497886 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0717 00:35:23.560177 27355 logs.go:123] Gathering logs for dmesg ...
I0717 00:35:23.560206 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 00:35:23.571520 27355 logs.go:123] Gathering logs for describe nodes ...
I0717 00:35:23.571542 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 00:35:23.661374 27355 logs.go:123] Gathering logs for container status ...
I0717 00:35:23.661400 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 00:35:23.699794 27355 logs.go:123] Gathering logs for kube-scheduler [9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f] ...
I0717 00:35:23.699820 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f"
I0717 00:35:23.736994 27355 logs.go:123] Gathering logs for kube-proxy [e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03] ...
I0717 00:35:23.737018 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03"
I0717 00:35:23.767419 27355 logs.go:123] Gathering logs for kube-controller-manager [83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c] ...
I0717 00:35:23.767440 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c"
I0717 00:35:26.320352 27355 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0717 00:35:26.324474 27355 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0717 00:35:26.325213 27355 api_server.go:141] control plane version: v1.30.2
I0717 00:35:26.325234 27355 api_server.go:131] duration metric: took 3.309424073s to wait for apiserver health ...
I0717 00:35:26.325242 27355 system_pods.go:43] waiting for kube-system pods to appear ...
I0717 00:35:26.325263 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0717 00:35:26.325310 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0717 00:35:26.356419 27355 cri.go:89] found id: "dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097"
I0717 00:35:26.356441 27355 cri.go:89] found id: ""
I0717 00:35:26.356451 27355 logs.go:276] 1 containers: [dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097]
I0717 00:35:26.356501 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:26.359602 27355 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0717 00:35:26.359654 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0717 00:35:26.390642 27355 cri.go:89] found id: "9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29"
I0717 00:35:26.390662 27355 cri.go:89] found id: ""
I0717 00:35:26.390670 27355 logs.go:276] 1 containers: [9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29]
I0717 00:35:26.390705 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:26.393575 27355 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0717 00:35:26.393617 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0717 00:35:26.427629 27355 cri.go:89] found id: "52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee"
I0717 00:35:26.427655 27355 cri.go:89] found id: ""
I0717 00:35:26.427663 27355 logs.go:276] 1 containers: [52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee]
I0717 00:35:26.427700 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:26.430720 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0717 00:35:26.430768 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0717 00:35:26.461075 27355 cri.go:89] found id: "9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f"
I0717 00:35:26.461099 27355 cri.go:89] found id: ""
I0717 00:35:26.461109 27355 logs.go:276] 1 containers: [9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f]
I0717 00:35:26.461153 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:26.464024 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0717 00:35:26.464085 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0717 00:35:26.495264 27355 cri.go:89] found id: "e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03"
I0717 00:35:26.495285 27355 cri.go:89] found id: ""
I0717 00:35:26.495292 27355 logs.go:276] 1 containers: [e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03]
I0717 00:35:26.495328 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:26.498282 27355 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0717 00:35:26.498330 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0717 00:35:26.528913 27355 cri.go:89] found id: "83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c"
I0717 00:35:26.528936 27355 cri.go:89] found id: ""
I0717 00:35:26.528944 27355 logs.go:276] 1 containers: [83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c]
I0717 00:35:26.528981 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:26.532068 27355 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0717 00:35:26.532124 27355 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0717 00:35:26.563378 27355 cri.go:89] found id: "75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68"
I0717 00:35:26.563401 27355 cri.go:89] found id: ""
I0717 00:35:26.563410 27355 logs.go:276] 1 containers: [75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68]
I0717 00:35:26.563456 27355 ssh_runner.go:195] Run: which crictl
I0717 00:35:26.566523 27355 logs.go:123] Gathering logs for kubelet ...
I0717 00:35:26.566547 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0717 00:35:26.626138 27355 logs.go:123] Gathering logs for etcd [9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29] ...
I0717 00:35:26.626172 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29"
I0717 00:35:26.678504 27355 logs.go:123] Gathering logs for kube-scheduler [9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f] ...
I0717 00:35:26.678531 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f"
I0717 00:35:26.715829 27355 logs.go:123] Gathering logs for kube-proxy [e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03] ...
I0717 00:35:26.715855 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03"
I0717 00:35:26.747077 27355 logs.go:123] Gathering logs for kube-controller-manager [83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c] ...
I0717 00:35:26.747104 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c"
I0717 00:35:26.801800 27355 logs.go:123] Gathering logs for dmesg ...
I0717 00:35:26.801832 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0717 00:35:26.813095 27355 logs.go:123] Gathering logs for describe nodes ...
I0717 00:35:26.813116 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0717 00:35:26.902136 27355 logs.go:123] Gathering logs for kube-apiserver [dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097] ...
I0717 00:35:26.902162 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097"
I0717 00:35:26.946050 27355 logs.go:123] Gathering logs for coredns [52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee] ...
I0717 00:35:26.946082 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee"
I0717 00:35:26.984934 27355 logs.go:123] Gathering logs for kindnet [75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68] ...
I0717 00:35:26.984959 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68"
I0717 00:35:27.022894 27355 logs.go:123] Gathering logs for CRI-O ...
I0717 00:35:27.022920 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0717 00:35:27.096721 27355 logs.go:123] Gathering logs for container status ...
I0717 00:35:27.096749 27355 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0717 00:35:29.646676 27355 system_pods.go:59] 19 kube-system pods found
I0717 00:35:29.646704 27355 system_pods.go:61] "coredns-7db6d8ff4d-6pxl4" [49a61af2-be75-49ee-9c7a-44b5c0483aaf] Running
I0717 00:35:29.646709 27355 system_pods.go:61] "csi-hostpath-attacher-0" [30e157aa-9904-4bae-b610-06d5acb16dee] Running
I0717 00:35:29.646712 27355 system_pods.go:61] "csi-hostpath-resizer-0" [6f06a803-b65a-4b4c-bdeb-f9cf33706858] Running
I0717 00:35:29.646716 27355 system_pods.go:61] "csi-hostpathplugin-qx8h8" [fb1770cd-1ce4-4e78-8479-d72f78b63776] Running
I0717 00:35:29.646719 27355 system_pods.go:61] "etcd-addons-611858" [df53c4bf-a805-4b1b-8bc6-9fcf336f5315] Running
I0717 00:35:29.646722 27355 system_pods.go:61] "kindnet-6289v" [885c3d73-f747-431b-a58a-6307cd648428] Running
I0717 00:35:29.646725 27355 system_pods.go:61] "kube-apiserver-addons-611858" [97e0884c-892c-435d-b5d9-d2d8ef919876] Running
I0717 00:35:29.646728 27355 system_pods.go:61] "kube-controller-manager-addons-611858" [aaa6f190-2512-492e-9b4d-34a620e3c508] Running
I0717 00:35:29.646731 27355 system_pods.go:61] "kube-ingress-dns-minikube" [61b500d9-b67f-4c65-8b01-2d8f1b7ca60f] Running
I0717 00:35:29.646734 27355 system_pods.go:61] "kube-proxy-xrzxp" [b2a90900-0254-4103-aa9e-9d1200b12660] Running
I0717 00:35:29.646737 27355 system_pods.go:61] "kube-scheduler-addons-611858" [30298de2-1c5e-45dc-9b51-8bc078169f90] Running
I0717 00:35:29.646740 27355 system_pods.go:61] "metrics-server-c59844bb4-ppbhg" [ac8bd086-0d6d-4c0f-a584-c41e11242351] Running
I0717 00:35:29.646744 27355 system_pods.go:61] "nvidia-device-plugin-daemonset-9kszh" [74ed88e0-d658-44b7-8fa6-8a349af813c4] Running
I0717 00:35:29.646748 27355 system_pods.go:61] "registry-proxy-cqrck" [03eb4542-9cdd-4321-b977-a7ea94aca706] Running
I0717 00:35:29.646752 27355 system_pods.go:61] "registry-txt6k" [fe5b436f-e063-48f2-ba78-4400d3b1990c] Running
I0717 00:35:29.646755 27355 system_pods.go:61] "snapshot-controller-745499f584-79cwd" [3252f0ed-ee24-4762-b8d6-79af94f256ce] Running
I0717 00:35:29.646760 27355 system_pods.go:61] "snapshot-controller-745499f584-8nbgz" [83fdcaa4-1bd6-4714-b1d4-ca688651cac6] Running
I0717 00:35:29.646763 27355 system_pods.go:61] "storage-provisioner" [90ab7650-b7bc-4208-99d2-93916207d8e3] Running
I0717 00:35:29.646767 27355 system_pods.go:61] "tiller-deploy-6677d64bcd-m7fj6" [3b497e91-aac9-4b82-b34e-487899491196] Running
I0717 00:35:29.646775 27355 system_pods.go:74] duration metric: took 3.321528084s to wait for pod list to return data ...
I0717 00:35:29.646785 27355 default_sa.go:34] waiting for default service account to be created ...
I0717 00:35:29.648296 27355 default_sa.go:45] found service account: "default"
I0717 00:35:29.648313 27355 default_sa.go:55] duration metric: took 1.518721ms for default service account to be created ...
I0717 00:35:29.648321 27355 system_pods.go:116] waiting for k8s-apps to be running ...
I0717 00:35:29.656339 27355 system_pods.go:86] 19 kube-system pods found
I0717 00:35:29.656360 27355 system_pods.go:89] "coredns-7db6d8ff4d-6pxl4" [49a61af2-be75-49ee-9c7a-44b5c0483aaf] Running
I0717 00:35:29.656366 27355 system_pods.go:89] "csi-hostpath-attacher-0" [30e157aa-9904-4bae-b610-06d5acb16dee] Running
I0717 00:35:29.656370 27355 system_pods.go:89] "csi-hostpath-resizer-0" [6f06a803-b65a-4b4c-bdeb-f9cf33706858] Running
I0717 00:35:29.656374 27355 system_pods.go:89] "csi-hostpathplugin-qx8h8" [fb1770cd-1ce4-4e78-8479-d72f78b63776] Running
I0717 00:35:29.656379 27355 system_pods.go:89] "etcd-addons-611858" [df53c4bf-a805-4b1b-8bc6-9fcf336f5315] Running
I0717 00:35:29.656383 27355 system_pods.go:89] "kindnet-6289v" [885c3d73-f747-431b-a58a-6307cd648428] Running
I0717 00:35:29.656387 27355 system_pods.go:89] "kube-apiserver-addons-611858" [97e0884c-892c-435d-b5d9-d2d8ef919876] Running
I0717 00:35:29.656394 27355 system_pods.go:89] "kube-controller-manager-addons-611858" [aaa6f190-2512-492e-9b4d-34a620e3c508] Running
I0717 00:35:29.656398 27355 system_pods.go:89] "kube-ingress-dns-minikube" [61b500d9-b67f-4c65-8b01-2d8f1b7ca60f] Running
I0717 00:35:29.656404 27355 system_pods.go:89] "kube-proxy-xrzxp" [b2a90900-0254-4103-aa9e-9d1200b12660] Running
I0717 00:35:29.656408 27355 system_pods.go:89] "kube-scheduler-addons-611858" [30298de2-1c5e-45dc-9b51-8bc078169f90] Running
I0717 00:35:29.656414 27355 system_pods.go:89] "metrics-server-c59844bb4-ppbhg" [ac8bd086-0d6d-4c0f-a584-c41e11242351] Running
I0717 00:35:29.656419 27355 system_pods.go:89] "nvidia-device-plugin-daemonset-9kszh" [74ed88e0-d658-44b7-8fa6-8a349af813c4] Running
I0717 00:35:29.656426 27355 system_pods.go:89] "registry-proxy-cqrck" [03eb4542-9cdd-4321-b977-a7ea94aca706] Running
I0717 00:35:29.656430 27355 system_pods.go:89] "registry-txt6k" [fe5b436f-e063-48f2-ba78-4400d3b1990c] Running
I0717 00:35:29.656434 27355 system_pods.go:89] "snapshot-controller-745499f584-79cwd" [3252f0ed-ee24-4762-b8d6-79af94f256ce] Running
I0717 00:35:29.656438 27355 system_pods.go:89] "snapshot-controller-745499f584-8nbgz" [83fdcaa4-1bd6-4714-b1d4-ca688651cac6] Running
I0717 00:35:29.656444 27355 system_pods.go:89] "storage-provisioner" [90ab7650-b7bc-4208-99d2-93916207d8e3] Running
I0717 00:35:29.656448 27355 system_pods.go:89] "tiller-deploy-6677d64bcd-m7fj6" [3b497e91-aac9-4b82-b34e-487899491196] Running
I0717 00:35:29.656456 27355 system_pods.go:126] duration metric: took 8.130667ms to wait for k8s-apps to be running ...
I0717 00:35:29.656463 27355 system_svc.go:44] waiting for kubelet service to be running ....
I0717 00:35:29.656501 27355 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0717 00:35:29.666910 27355 system_svc.go:56] duration metric: took 10.439042ms WaitForService to wait for kubelet
I0717 00:35:29.666933 27355 kubeadm.go:582] duration metric: took 2m8.640149547s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0717 00:35:29.666953 27355 node_conditions.go:102] verifying NodePressure condition ...
I0717 00:35:29.669052 27355 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0717 00:35:29.669075 27355 node_conditions.go:123] node cpu capacity is 8
I0717 00:35:29.669090 27355 node_conditions.go:105] duration metric: took 2.132123ms to run NodePressure ...
I0717 00:35:29.669102 27355 start.go:241] waiting for startup goroutines ...
I0717 00:35:29.669112 27355 start.go:246] waiting for cluster config update ...
I0717 00:35:29.669132 27355 start.go:255] writing updated cluster config ...
I0717 00:35:29.669399 27355 ssh_runner.go:195] Run: rm -f paused
I0717 00:35:29.715225 27355 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0717 00:35:29.718074 27355 out.go:177] * Done! kubectl is now configured to use "addons-611858" cluster and "default" namespace by default
==> CRI-O <==
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.795365427Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=a953f323-011f-4528-b269-9e421ad120a6 name=/runtime.v1.ImageService/ImageStatus
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.796092124Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=78b05e08-ce98-4765-92c2-fbc7f02df5da name=/runtime.v1.ImageService/ImageStatus
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.796637926Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=78b05e08-ce98-4765-92c2-fbc7f02df5da name=/runtime.v1.ImageService/ImageStatus
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.797439167Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-vvjsw/hello-world-app" id=96ed307d-89e7-4749-a500-ed1193c87cf8 name=/runtime.v1.RuntimeService/CreateContainer
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.797540124Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.813594847Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/c5bd6acb2a9240301fa10e02e6d4ed94a8f67e1b55a6aa7e333c52c9a6806bb0/merged/etc/passwd: no such file or directory"
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.813635792Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/c5bd6acb2a9240301fa10e02e6d4ed94a8f67e1b55a6aa7e333c52c9a6806bb0/merged/etc/group: no such file or directory"
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.845474733Z" level=info msg="Created container 7536b4ce9a7ac38d8d77ce35777864e4bf34db5a903135b2efe0160e6cdb1a52: default/hello-world-app-6778b5fc9f-vvjsw/hello-world-app" id=96ed307d-89e7-4749-a500-ed1193c87cf8 name=/runtime.v1.RuntimeService/CreateContainer
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.846055898Z" level=info msg="Starting container: 7536b4ce9a7ac38d8d77ce35777864e4bf34db5a903135b2efe0160e6cdb1a52" id=128a7108-48e8-4129-ac3c-ae057ddd8205 name=/runtime.v1.RuntimeService/StartContainer
Jul 17 00:38:20 addons-611858 crio[1032]: time="2024-07-17 00:38:20.851365642Z" level=info msg="Started container" PID=11204 containerID=7536b4ce9a7ac38d8d77ce35777864e4bf34db5a903135b2efe0160e6cdb1a52 description=default/hello-world-app-6778b5fc9f-vvjsw/hello-world-app id=128a7108-48e8-4129-ac3c-ae057ddd8205 name=/runtime.v1.RuntimeService/StartContainer sandboxID=1d1fc9cb834d0cd7df2c0253632d86323e50ef1312bdd07415f7b64cd5ef3e4e
Jul 17 00:38:22 addons-611858 crio[1032]: time="2024-07-17 00:38:22.213753132Z" level=info msg="Stopping container: c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb (timeout: 2s)" id=3997dbcf-20c7-49f6-be5d-4cd6ac930905 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.219947474Z" level=warning msg="Stopping container c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=3997dbcf-20c7-49f6-be5d-4cd6ac930905 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 00:38:24 addons-611858 conmon[6373]: conmon c964cbb554180c4ff5ff <ninfo>: container 6385 exited with status 137
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.348353065Z" level=info msg="Stopped container c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb: ingress-nginx/ingress-nginx-controller-768f948f8f-ljkmg/controller" id=3997dbcf-20c7-49f6-be5d-4cd6ac930905 name=/runtime.v1.RuntimeService/StopContainer
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.348835125Z" level=info msg="Stopping pod sandbox: c0a5c8bab3457c9724540f5fcb5627ce076d435791717a8d371b455839bc62ae" id=97592051-44f9-411a-b973-69220bf094db name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.351587620Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-64CY5KE3RIV2EWQD - [0:0]\n:KUBE-HP-JBSJF6FKKLQ7TAAS - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-JBSJF6FKKLQ7TAAS\n-X KUBE-HP-64CY5KE3RIV2EWQD\nCOMMIT\n"
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.352827178Z" level=info msg="Closing host port tcp:80"
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.352858217Z" level=info msg="Closing host port tcp:443"
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.354125164Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.354141027Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.354264108Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-ljkmg Namespace:ingress-nginx ID:c0a5c8bab3457c9724540f5fcb5627ce076d435791717a8d371b455839bc62ae UID:b1de0d9e-82c5-437c-acbc-387116efd2cc NetNS:/var/run/netns/8e41570f-1f0a-44b1-9294-39ae79d5b85a Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.354376461Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-ljkmg from CNI network \"kindnet\" (type=ptp)"
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.390755710Z" level=info msg="Stopped pod sandbox: c0a5c8bab3457c9724540f5fcb5627ce076d435791717a8d371b455839bc62ae" id=97592051-44f9-411a-b973-69220bf094db name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.702453084Z" level=info msg="Removing container: c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb" id=dc9249e4-423a-4956-9154-c31570f0c9cc name=/runtime.v1.RuntimeService/RemoveContainer
Jul 17 00:38:24 addons-611858 crio[1032]: time="2024-07-17 00:38:24.714918866Z" level=info msg="Removed container c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb: ingress-nginx/ingress-nginx-controller-768f948f8f-ljkmg/controller" id=dc9249e4-423a-4956-9154-c31570f0c9cc name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
7536b4ce9a7ac docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 8 seconds ago Running hello-world-app 0 1d1fc9cb834d0 hello-world-app-6778b5fc9f-vvjsw
db8ea2b0f4f06 ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 2 minutes ago Running headlamp 0 52b6f6cd7eaa2 headlamp-7867546754-vptl4
09c09ba358121 docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 185e7cafb3e2d nginx
d3953b6a10299 684c5ea3b61b299cd4e713c10bfd8989341da91f6175e2e6e502869c0781fb66 3 minutes ago Exited patch 3 1c294f4469396 ingress-nginx-admission-patch-htbgg
7db9edcf7eb93 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b 4 minutes ago Running gcp-auth 0 45a4062c760cb gcp-auth-5db96cd9b4-sldf9
00f5bcf95730f registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872 4 minutes ago Running metrics-server 0 5b8a7f2c4996a metrics-server-c59844bb4-ppbhg
5064335c2ef54 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited create 0 b05449a0472ab ingress-nginx-admission-create-jcwzs
8c67d376e9324 docker.io/marcnuri/yakd@sha256:8ebd1692ed5271719f13b728d9af7acb839aa04821e931c8993d908ad68b69fd 4 minutes ago Running yakd 0 583b262e2b1f7 yakd-dashboard-799879c74f-q4892
f3c4472c05db1 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 4 minutes ago Running storage-provisioner 0 24fc6dae712dc storage-provisioner
52d9a110c5c8c cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4 4 minutes ago Running coredns 0 f7bca02c4d4a5 coredns-7db6d8ff4d-6pxl4
75137a2a13392 docker.io/kindest/kindnetd@sha256:a9acb91d619f824eef2ba4c546bfd3b11ce22ef74ab3749e7264799fa588b381 5 minutes ago Running kindnet-cni 0 27e4028e4cd4a kindnet-6289v
e5d3389ab3c1c 53c535741fb446f6b34d720fdc5748db368ef96771111f3892682e6eab8f3772 5 minutes ago Running kube-proxy 0 c9054533a312d kube-proxy-xrzxp
dad9bdc0790fb 56ce0fd9fb532bcb552ddbdbe3064189ce823a71693d97ff7a0a7a4ff6bffbbe 5 minutes ago Running kube-apiserver 0 6d297bb234669 kube-apiserver-addons-611858
9d86363c682cc 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899 5 minutes ago Running etcd 0 ad424ac56a977 etcd-addons-611858
9420800364b0e 7820c83aa139453522e9028341d0d4f23ca2721ec80c7a47425446d11157b940 5 minutes ago Running kube-scheduler 0 7131e92b388f3 kube-scheduler-addons-611858
83513dce53cce e874818b3caac34f68704eb96bf248d0c8116b1262ab549d45d39dd3dd775974 5 minutes ago Running kube-controller-manager 0 9ab0285f12e83 kube-controller-manager-addons-611858
==> coredns [52d9a110c5c8c1fcf241f79beaafa872080addd6a610a7c75b78cbab41adcaee] <==
[INFO] 10.244.0.11:45531 - 25360 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000093454s
[INFO] 10.244.0.11:52519 - 24004 "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.020487635s
[INFO] 10.244.0.11:52519 - 25803 "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.020554879s
[INFO] 10.244.0.11:48861 - 49412 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004877136s
[INFO] 10.244.0.11:48861 - 39449 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005189362s
[INFO] 10.244.0.11:42983 - 22397 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.003750524s
[INFO] 10.244.0.11:42983 - 32377 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004438632s
[INFO] 10.244.0.11:59209 - 33538 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000067502s
[INFO] 10.244.0.11:59209 - 58375 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000044249s
[INFO] 10.244.0.20:43670 - 54584 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000161193s
[INFO] 10.244.0.20:51595 - 32732 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.00012901s
[INFO] 10.244.0.20:51425 - 44748 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000112406s
[INFO] 10.244.0.20:59843 - 46995 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000121801s
[INFO] 10.244.0.20:53846 - 9123 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000117967s
[INFO] 10.244.0.20:45728 - 44296 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000151495s
[INFO] 10.244.0.20:47339 - 21035 "A IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006904273s
[INFO] 10.244.0.20:55400 - 39824 "AAAA IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006956976s
[INFO] 10.244.0.20:57255 - 11562 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.004492191s
[INFO] 10.244.0.20:52477 - 5544 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.00910312s
[INFO] 10.244.0.20:54997 - 15315 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004191108s
[INFO] 10.244.0.20:49584 - 46154 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.00437379s
[INFO] 10.244.0.20:56323 - 2234 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000654547s
[INFO] 10.244.0.20:56894 - 17120 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 458 0.000718461s
[INFO] 10.244.0.24:50418 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000179053s
[INFO] 10.244.0.24:33220 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000121371s
==> describe nodes <==
Name: addons-611858
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-611858
kubernetes.io/os=linux
minikube.k8s.io/commit=3cfbbb17fd76400a5ee2ea427db7148a0ef7c185
minikube.k8s.io/name=addons-611858
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_17T00_33_06_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-611858
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: Wed, 17 Jul 2024 00:33:03 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-611858
AcquireTime: <unset>
RenewTime: Wed, 17 Jul 2024 00:38:21 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 17 Jul 2024 00:36:40 +0000 Wed, 17 Jul 2024 00:33:02 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 17 Jul 2024 00:36:40 +0000 Wed, 17 Jul 2024 00:33:02 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 17 Jul 2024 00:36:40 +0000 Wed, 17 Jul 2024 00:33:02 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 17 Jul 2024 00:36:40 +0000 Wed, 17 Jul 2024 00:33:38 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-611858
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859332Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859332Ki
pods: 110
System Info:
Machine ID: 3dc5ee9db49d42c482c82a309dbe06d8
System UUID: 0869aced-5889-4693-97d5-4fc8082f2974
Boot ID: 5f1de6f2-6d06-4ea4-a167-5af686c94769
Kernel Version: 5.15.0-1062-gcp
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.30.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-6778b5fc9f-vvjsw 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 10s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m29s
gcp-auth gcp-auth-5db96cd9b4-sldf9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m57s
headlamp headlamp-7867546754-vptl4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m9s
kube-system coredns-7db6d8ff4d-6pxl4 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 5m9s
kube-system etcd-addons-611858 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m24s
kube-system kindnet-6289v 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m9s
kube-system kube-apiserver-addons-611858 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m24s
kube-system kube-controller-manager-addons-611858 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m24s
kube-system kube-proxy-xrzxp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m9s
kube-system kube-scheduler-addons-611858 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m24s
kube-system metrics-server-c59844bb4-ppbhg 100m (1%!)(MISSING) 0 (0%!)(MISSING) 200Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m4s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m4s
yakd-dashboard yakd-dashboard-799879c74f-q4892 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (0%!)(MISSING) 256Mi (0%!)(MISSING) 5m3s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (11%!)(MISSING) 100m (1%!)(MISSING)
memory 548Mi (1%!)(MISSING) 476Mi (1%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m4s kube-proxy
Normal Starting 5m24s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m24s kubelet Node addons-611858 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m24s kubelet Node addons-611858 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m24s kubelet Node addons-611858 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m10s node-controller Node addons-611858 event: Registered Node addons-611858 in Controller
Normal NodeReady 4m51s kubelet Node addons-611858 status is now: NodeReady
==> dmesg <==
[ +0.000657] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000608] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.000640] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.000686] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +0.585983] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ +0.043023] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.006791] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.014144] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002602] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.012725] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +6.707002] kauditd_printk_skb: 46 callbacks suppressed
[Jul17 00:36] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000010] ll header: 00000000: 3e 59 e8 0d f1 4b 86 61 03 df 9a 9a 08 00
[ +1.023196] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 3e 59 e8 0d f1 4b 86 61 03 df 9a 9a 08 00
[ +2.011828] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 3e 59 e8 0d f1 4b 86 61 03 df 9a 9a 08 00
[ +4.259578] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 3e 59 e8 0d f1 4b 86 61 03 df 9a 9a 08 00
[ +8.187236] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000020] ll header: 00000000: 3e 59 e8 0d f1 4b 86 61 03 df 9a 9a 08 00
[ +16.126452] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000005] ll header: 00000000: 3e 59 e8 0d f1 4b 86 61 03 df 9a 9a 08 00
[Jul17 00:37] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 3e 59 e8 0d f1 4b 86 61 03 df 9a 9a 08 00
==> etcd [9d86363c682cc4dcd4ba2ab767a62f422593d6a44628a61a4543a7b8a6d64d29] <==
{"level":"info","ts":"2024-07-17T00:33:25.866544Z","caller":"traceutil/trace.go:171","msg":"trace[1057925738] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:477; }","duration":"100.5665ms","start":"2024-07-17T00:33:25.765961Z","end":"2024-07-17T00:33:25.866527Z","steps":["trace[1057925738] 'agreement among raft nodes before linearized reading' (duration: 100.403306ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:33:25.866758Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.98941ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterroles/system:aggregated-metrics-reader\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-17T00:33:25.866878Z","caller":"traceutil/trace.go:171","msg":"trace[113732799] range","detail":"{range_begin:/registry/clusterroles/system:aggregated-metrics-reader; range_end:; response_count:0; response_revision:477; }","duration":"101.128941ms","start":"2024-07-17T00:33:25.765738Z","end":"2024-07-17T00:33:25.866867Z","steps":["trace[113732799] 'agreement among raft nodes before linearized reading' (duration: 100.989399ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:33:25.867127Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.284006ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/metrics-server\" ","response":"range_response_count:1 size:4996"}
{"level":"info","ts":"2024-07-17T00:33:25.867226Z","caller":"traceutil/trace.go:171","msg":"trace[249120654] range","detail":"{range_begin:/registry/deployments/kube-system/metrics-server; range_end:; response_count:1; response_revision:477; }","duration":"105.395767ms","start":"2024-07-17T00:33:25.761813Z","end":"2024-07-17T00:33:25.867208Z","steps":["trace[249120654] 'agreement among raft nodes before linearized reading' (duration: 105.262969ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:33:25.86748Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"112.823879ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/metrics-server\" ","response":"range_response_count:1 size:775"}
{"level":"info","ts":"2024-07-17T00:33:25.867576Z","caller":"traceutil/trace.go:171","msg":"trace[803516153] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/metrics-server; range_end:; response_count:1; response_revision:477; }","duration":"112.926162ms","start":"2024-07-17T00:33:25.754633Z","end":"2024-07-17T00:33:25.867559Z","steps":["trace[803516153] 'agreement among raft nodes before linearized reading' (duration: 112.763786ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:33:25.955135Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"182.82484ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/local-path-storage/local-path-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-17T00:33:25.955334Z","caller":"traceutil/trace.go:171","msg":"trace[531954998] range","detail":"{range_begin:/registry/deployments/local-path-storage/local-path-provisioner; range_end:; response_count:0; response_revision:478; }","duration":"183.049171ms","start":"2024-07-17T00:33:25.77227Z","end":"2024-07-17T00:33:25.955319Z","steps":["trace[531954998] 'agreement among raft nodes before linearized reading' (duration: 182.793635ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:33:25.955283Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.09503ms","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":"2024-07-17T00:33:25.956409Z","caller":"traceutil/trace.go:171","msg":"trace[33966217] range","detail":"{range_begin:/registry/pods/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:478; }","duration":"102.173805ms","start":"2024-07-17T00:33:25.854157Z","end":"2024-07-17T00:33:25.956331Z","steps":["trace[33966217] 'agreement among raft nodes before linearized reading' (duration: 101.101986ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:33:28.971486Z","caller":"traceutil/trace.go:171","msg":"trace[508173095] transaction","detail":"{read_only:false; response_revision:706; number_of_response:1; }","duration":"105.470756ms","start":"2024-07-17T00:33:28.865996Z","end":"2024-07-17T00:33:28.971467Z","steps":["trace[508173095] 'process raft request' (duration: 105.423328ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:33:28.971718Z","caller":"traceutil/trace.go:171","msg":"trace[1717001425] transaction","detail":"{read_only:false; response_revision:705; number_of_response:1; }","duration":"105.74345ms","start":"2024-07-17T00:33:28.865965Z","end":"2024-07-17T00:33:28.971708Z","steps":["trace[1717001425] 'compare' (duration: 97.399791ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:34:18.077382Z","caller":"traceutil/trace.go:171","msg":"trace[330999938] linearizableReadLoop","detail":"{readStateIndex:1168; appliedIndex:1167; }","duration":"114.624953ms","start":"2024-07-17T00:34:17.962739Z","end":"2024-07-17T00:34:18.077364Z","steps":["trace[330999938] 'read index received' (duration: 114.469193ms)","trace[330999938] 'applied index is now lower than readState.Index' (duration: 155.01µs)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:34:18.077405Z","caller":"traceutil/trace.go:171","msg":"trace[1099178194] transaction","detail":"{read_only:false; response_revision:1135; number_of_response:1; }","duration":"141.155941ms","start":"2024-07-17T00:34:17.936228Z","end":"2024-07-17T00:34:18.077384Z","steps":["trace[1099178194] 'process raft request' (duration: 141.018741ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:34:18.077598Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.833847ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterroles/\" range_end:\"/registry/clusterroles0\" count_only:true ","response":"range_response_count:0 size:7"}
{"level":"info","ts":"2024-07-17T00:34:18.077639Z","caller":"traceutil/trace.go:171","msg":"trace[51354801] range","detail":"{range_begin:/registry/clusterroles/; range_end:/registry/clusterroles0; response_count:0; response_revision:1135; }","duration":"114.900089ms","start":"2024-07-17T00:34:17.96273Z","end":"2024-07-17T00:34:18.07763Z","steps":["trace[51354801] 'agreement among raft nodes before linearized reading' (duration: 114.730861ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:34:18.263437Z","caller":"traceutil/trace.go:171","msg":"trace[1089100811] linearizableReadLoop","detail":"{readStateIndex:1170; appliedIndex:1168; }","duration":"179.024542ms","start":"2024-07-17T00:34:18.084396Z","end":"2024-07-17T00:34:18.263421Z","steps":["trace[1089100811] 'read index received' (duration: 115.232845ms)","trace[1089100811] 'applied index is now lower than readState.Index' (duration: 63.790546ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:34:18.263571Z","caller":"traceutil/trace.go:171","msg":"trace[50127350] transaction","detail":"{read_only:false; response_revision:1136; number_of_response:1; }","duration":"181.228586ms","start":"2024-07-17T00:34:18.082329Z","end":"2024-07-17T00:34:18.263557Z","steps":["trace[50127350] 'process raft request' (duration: 117.281067ms)","trace[50127350] 'compare' (duration: 63.652051ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:34:18.263646Z","caller":"traceutil/trace.go:171","msg":"trace[1551619449] transaction","detail":"{read_only:false; response_revision:1137; number_of_response:1; }","duration":"180.930451ms","start":"2024-07-17T00:34:18.082701Z","end":"2024-07-17T00:34:18.263631Z","steps":["trace[1551619449] 'process raft request' (duration: 180.667356ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-17T00:34:18.263725Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"179.312122ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/jobs/gcp-auth/gcp-auth-certs-create\" ","response":"range_response_count:1 size:3012"}
{"level":"info","ts":"2024-07-17T00:34:18.263763Z","caller":"traceutil/trace.go:171","msg":"trace[1454249238] range","detail":"{range_begin:/registry/jobs/gcp-auth/gcp-auth-certs-create; range_end:; response_count:1; response_revision:1137; }","duration":"179.375367ms","start":"2024-07-17T00:34:18.084378Z","end":"2024-07-17T00:34:18.263753Z","steps":["trace[1454249238] 'agreement among raft nodes before linearized reading' (duration: 179.202895ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:34:18.45997Z","caller":"traceutil/trace.go:171","msg":"trace[1651436255] transaction","detail":"{read_only:false; response_revision:1138; number_of_response:1; }","duration":"192.413779ms","start":"2024-07-17T00:34:18.267534Z","end":"2024-07-17T00:34:18.459948Z","steps":["trace[1651436255] 'process raft request' (duration: 130.049486ms)","trace[1651436255] 'compare' (duration: 62.272942ms)"],"step_count":2}
{"level":"info","ts":"2024-07-17T00:34:29.681583Z","caller":"traceutil/trace.go:171","msg":"trace[2122900232] transaction","detail":"{read_only:false; response_revision:1203; number_of_response:1; }","duration":"120.1377ms","start":"2024-07-17T00:34:29.561425Z","end":"2024-07-17T00:34:29.681563Z","steps":["trace[2122900232] 'process raft request' (duration: 119.891267ms)"],"step_count":1}
{"level":"info","ts":"2024-07-17T00:34:41.165986Z","caller":"traceutil/trace.go:171","msg":"trace[109887118] transaction","detail":"{read_only:false; response_revision:1237; number_of_response:1; }","duration":"106.670609ms","start":"2024-07-17T00:34:41.059297Z","end":"2024-07-17T00:34:41.165967Z","steps":["trace[109887118] 'process raft request' (duration: 106.5529ms)"],"step_count":1}
==> gcp-auth [7db9edcf7eb93715d5b76561b6ab2b250818107d5c01f6a9b62ba4ec2db4c097] <==
2024/07/17 00:34:16 GCP Auth Webhook started!
2024/07/17 00:35:35 Ready to marshal response ...
2024/07/17 00:35:35 Ready to write response ...
2024/07/17 00:35:35 Ready to marshal response ...
2024/07/17 00:35:35 Ready to write response ...
2024/07/17 00:35:35 Ready to marshal response ...
2024/07/17 00:35:35 Ready to write response ...
2024/07/17 00:35:39 Ready to marshal response ...
2024/07/17 00:35:39 Ready to write response ...
2024/07/17 00:35:46 Ready to marshal response ...
2024/07/17 00:35:46 Ready to write response ...
2024/07/17 00:35:50 Ready to marshal response ...
2024/07/17 00:35:50 Ready to write response ...
2024/07/17 00:36:00 Ready to marshal response ...
2024/07/17 00:36:00 Ready to write response ...
2024/07/17 00:36:09 Ready to marshal response ...
2024/07/17 00:36:09 Ready to write response ...
2024/07/17 00:36:20 Ready to marshal response ...
2024/07/17 00:36:20 Ready to write response ...
2024/07/17 00:36:20 Ready to marshal response ...
2024/07/17 00:36:20 Ready to write response ...
2024/07/17 00:36:20 Ready to marshal response ...
2024/07/17 00:36:20 Ready to write response ...
2024/07/17 00:38:19 Ready to marshal response ...
2024/07/17 00:38:19 Ready to write response ...
==> kernel <==
00:38:29 up 1:20, 0 users, load average: 0.13, 0.72, 0.46
Linux addons-611858 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [75137a2a13392e80e6a63332eac6796ff166c9d69912002a1b3e41b28da8ce68] <==
I0717 00:37:18.673611 1 main.go:303] handling current node
I0717 00:37:28.673700 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:37:28.673737 1 main.go:303] handling current node
W0717 00:37:33.207330 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0717 00:37:33.207360 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0717 00:37:38.674223 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:37:38.674257 1 main.go:303] handling current node
W0717 00:37:47.439019 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0717 00:37:47.439050 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0717 00:37:48.674208 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:37:48.674240 1 main.go:303] handling current node
I0717 00:37:58.674235 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:37:58.674268 1 main.go:303] handling current node
I0717 00:38:08.673951 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:38:08.673983 1 main.go:303] handling current node
W0717 00:38:12.488268 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0717 00:38:12.488303 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0717 00:38:18.673757 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:38:18.673791 1 main.go:303] handling current node
W0717 00:38:24.326389 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0717 00:38:24.326422 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
W0717 00:38:25.983776 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0717 00:38:25.983805 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0717 00:38:28.673590 1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
I0717 00:38:28.673629 1 main.go:303] handling current node
==> kube-apiserver [dad9bdc0790fb7927fae19eed82b5d43c61a6fe09ced0d4469577739e5f0b097] <==
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0717 00:35:24.583078 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.105.177.81:443/apis/metrics.k8s.io/v1beta1: Get "https://10.105.177.81:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.105.177.81:443: i/o timeout
I0717 00:35:46.107141 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0717 00:35:54.871354 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0717 00:35:55.886632 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0717 00:36:00.301345 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0717 00:36:00.478030 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.103.150.3"}
E0717 00:36:02.491182 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0717 00:36:04.570960 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:36:04.571007 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:36:04.583517 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:36:04.583568 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:36:04.584343 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:36:04.584446 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:36:04.595472 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:36:04.595516 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0717 00:36:04.608239 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0717 00:36:04.608278 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0717 00:36:05.585217 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0717 00:36:05.609216 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0717 00:36:05.656729 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E0717 00:36:11.611412 1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.29:49928: read: connection reset by peer
I0717 00:36:20.071680 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.248.241"}
I0717 00:38:19.662898 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.106.91.229"}
E0717 00:38:21.271365 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [83513dce53ccedebe85fe32fd8d379ecac9072562619c4d6423f0d181519d88c] <==
W0717 00:37:12.986734 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:37:12.986765 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 00:37:22.760853 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:37:22.760882 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 00:37:27.233432 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:37:27.233469 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 00:37:44.206135 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:37:44.206164 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 00:38:07.176797 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:38:07.176830 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 00:38:09.551457 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:38:09.551487 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0717 00:38:10.104976 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:38:10.105006 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0717 00:38:19.524453 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="15.656342ms"
I0717 00:38:19.529128 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="4.620583ms"
I0717 00:38:19.529182 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="28.304µs"
I0717 00:38:19.529779 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="46.837µs"
W0717 00:38:20.458829 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0717 00:38:20.458867 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0717 00:38:21.202717 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0717 00:38:21.203990 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="4.585µs"
I0717 00:38:21.206030 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0717 00:38:21.706786 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="4.80929ms"
I0717 00:38:21.706853 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="36.613µs"
==> kube-proxy [e5d3389ab3c1c802da646f7e8d7adaac33aa6c99b8d0a8977e1dca5cae16db03] <==
I0717 00:33:23.278855 1 server_linux.go:69] "Using iptables proxy"
I0717 00:33:23.754580 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0717 00:33:25.055436 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0717 00:33:25.055567 1 server_linux.go:165] "Using iptables Proxier"
I0717 00:33:25.063255 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0717 00:33:25.063283 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0717 00:33:25.063312 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0717 00:33:25.063612 1 server.go:872] "Version info" version="v1.30.2"
I0717 00:33:25.063642 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0717 00:33:25.065357 1 config.go:192] "Starting service config controller"
I0717 00:33:25.065379 1 shared_informer.go:313] Waiting for caches to sync for service config
I0717 00:33:25.065423 1 config.go:101] "Starting endpoint slice config controller"
I0717 00:33:25.065428 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0717 00:33:25.066666 1 config.go:319] "Starting node config controller"
I0717 00:33:25.066677 1 shared_informer.go:313] Waiting for caches to sync for node config
I0717 00:33:25.169193 1 shared_informer.go:320] Caches are synced for node config
I0717 00:33:25.169298 1 shared_informer.go:320] Caches are synced for service config
I0717 00:33:25.169317 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [9420800364b0ec582c2a14870c11659fe1b4e13304f7c5fa198af33ca41c8d9f] <==
W0717 00:33:03.365188 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0717 00:33:03.365194 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0717 00:33:03.365202 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0717 00:33:03.365203 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0717 00:33:03.365409 1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0717 00:33:03.365436 1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0717 00:33:03.366042 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0717 00:33:03.366072 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0717 00:33:03.366166 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0717 00:33:03.366186 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0717 00:33:04.184158 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0717 00:33:04.184192 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0717 00:33:04.221237 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0717 00:33:04.221266 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0717 00:33:04.238357 1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0717 00:33:04.238400 1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0717 00:33:04.298694 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0717 00:33:04.298728 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0717 00:33:04.311755 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0717 00:33:04.311788 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0717 00:33:04.343788 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0717 00:33:04.343818 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0717 00:33:04.377352 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0717 00:33:04.377383 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
I0717 00:33:06.165716 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 17 00:38:19 addons-611858 kubelet[1740]: I0717 00:38:19.522880 1740 topology_manager.go:215] "Topology Admit Handler" podUID="884634a8-ac14-4dec-b94f-eb14b5ec7c53" podNamespace="default" podName="hello-world-app-6778b5fc9f-vvjsw"
Jul 17 00:38:19 addons-611858 kubelet[1740]: I0717 00:38:19.720248 1740 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-b6767\" (UniqueName: \"kubernetes.io/projected/884634a8-ac14-4dec-b94f-eb14b5ec7c53-kube-api-access-b6767\") pod \"hello-world-app-6778b5fc9f-vvjsw\" (UID: \"884634a8-ac14-4dec-b94f-eb14b5ec7c53\") " pod="default/hello-world-app-6778b5fc9f-vvjsw"
Jul 17 00:38:19 addons-611858 kubelet[1740]: I0717 00:38:19.720323 1740 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/884634a8-ac14-4dec-b94f-eb14b5ec7c53-gcp-creds\") pod \"hello-world-app-6778b5fc9f-vvjsw\" (UID: \"884634a8-ac14-4dec-b94f-eb14b5ec7c53\") " pod="default/hello-world-app-6778b5fc9f-vvjsw"
Jul 17 00:38:20 addons-611858 kubelet[1740]: I0717 00:38:20.526871 1740 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-f6g9m\" (UniqueName: \"kubernetes.io/projected/61b500d9-b67f-4c65-8b01-2d8f1b7ca60f-kube-api-access-f6g9m\") pod \"61b500d9-b67f-4c65-8b01-2d8f1b7ca60f\" (UID: \"61b500d9-b67f-4c65-8b01-2d8f1b7ca60f\") "
Jul 17 00:38:20 addons-611858 kubelet[1740]: I0717 00:38:20.528526 1740 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/61b500d9-b67f-4c65-8b01-2d8f1b7ca60f-kube-api-access-f6g9m" (OuterVolumeSpecName: "kube-api-access-f6g9m") pod "61b500d9-b67f-4c65-8b01-2d8f1b7ca60f" (UID: "61b500d9-b67f-4c65-8b01-2d8f1b7ca60f"). InnerVolumeSpecName "kube-api-access-f6g9m". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 00:38:20 addons-611858 kubelet[1740]: I0717 00:38:20.627844 1740 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-f6g9m\" (UniqueName: \"kubernetes.io/projected/61b500d9-b67f-4c65-8b01-2d8f1b7ca60f-kube-api-access-f6g9m\") on node \"addons-611858\" DevicePath \"\""
Jul 17 00:38:20 addons-611858 kubelet[1740]: I0717 00:38:20.689578 1740 scope.go:117] "RemoveContainer" containerID="dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449"
Jul 17 00:38:20 addons-611858 kubelet[1740]: I0717 00:38:20.766074 1740 scope.go:117] "RemoveContainer" containerID="dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449"
Jul 17 00:38:20 addons-611858 kubelet[1740]: E0717 00:38:20.766503 1740 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449\": container with ID starting with dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449 not found: ID does not exist" containerID="dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449"
Jul 17 00:38:20 addons-611858 kubelet[1740]: I0717 00:38:20.766549 1740 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449"} err="failed to get container status \"dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449\": rpc error: code = NotFound desc = could not find container \"dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449\": container with ID starting with dbefc86b1cacb37c38357a940b195470532826e06bda385a1008b929e1d3a449 not found: ID does not exist"
Jul 17 00:38:21 addons-611858 kubelet[1740]: I0717 00:38:21.411696 1740 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="61b500d9-b67f-4c65-8b01-2d8f1b7ca60f" path="/var/lib/kubelet/pods/61b500d9-b67f-4c65-8b01-2d8f1b7ca60f/volumes"
Jul 17 00:38:21 addons-611858 kubelet[1740]: I0717 00:38:21.412200 1740 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9238649c-6498-4803-8cfb-676a649b8560" path="/var/lib/kubelet/pods/9238649c-6498-4803-8cfb-676a649b8560/volumes"
Jul 17 00:38:21 addons-611858 kubelet[1740]: I0717 00:38:21.412656 1740 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b628be3b-1fa3-4672-ab00-fc20e628e6dc" path="/var/lib/kubelet/pods/b628be3b-1fa3-4672-ab00-fc20e628e6dc/volumes"
Jul 17 00:38:21 addons-611858 kubelet[1740]: I0717 00:38:21.701981 1740 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-vvjsw" podStartSLOduration=2.060240117 podStartE2EDuration="2.701961475s" podCreationTimestamp="2024-07-17 00:38:19 +0000 UTC" firstStartedPulling="2024-07-17 00:38:20.153877409 +0000 UTC m=+314.813797512" lastFinishedPulling="2024-07-17 00:38:20.795598768 +0000 UTC m=+315.455518870" observedRunningTime="2024-07-17 00:38:21.701815626 +0000 UTC m=+316.361735740" watchObservedRunningTime="2024-07-17 00:38:21.701961475 +0000 UTC m=+316.361881589"
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.575316 1740 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b1de0d9e-82c5-437c-acbc-387116efd2cc-webhook-cert\") pod \"b1de0d9e-82c5-437c-acbc-387116efd2cc\" (UID: \"b1de0d9e-82c5-437c-acbc-387116efd2cc\") "
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.575376 1740 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-vzxcf\" (UniqueName: \"kubernetes.io/projected/b1de0d9e-82c5-437c-acbc-387116efd2cc-kube-api-access-vzxcf\") pod \"b1de0d9e-82c5-437c-acbc-387116efd2cc\" (UID: \"b1de0d9e-82c5-437c-acbc-387116efd2cc\") "
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.577121 1740 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/b1de0d9e-82c5-437c-acbc-387116efd2cc-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "b1de0d9e-82c5-437c-acbc-387116efd2cc" (UID: "b1de0d9e-82c5-437c-acbc-387116efd2cc"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.577308 1740 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b1de0d9e-82c5-437c-acbc-387116efd2cc-kube-api-access-vzxcf" (OuterVolumeSpecName: "kube-api-access-vzxcf") pod "b1de0d9e-82c5-437c-acbc-387116efd2cc" (UID: "b1de0d9e-82c5-437c-acbc-387116efd2cc"). InnerVolumeSpecName "kube-api-access-vzxcf". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.675785 1740 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-vzxcf\" (UniqueName: \"kubernetes.io/projected/b1de0d9e-82c5-437c-acbc-387116efd2cc-kube-api-access-vzxcf\") on node \"addons-611858\" DevicePath \"\""
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.675825 1740 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b1de0d9e-82c5-437c-acbc-387116efd2cc-webhook-cert\") on node \"addons-611858\" DevicePath \"\""
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.701482 1740 scope.go:117] "RemoveContainer" containerID="c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb"
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.715085 1740 scope.go:117] "RemoveContainer" containerID="c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb"
Jul 17 00:38:24 addons-611858 kubelet[1740]: E0717 00:38:24.715355 1740 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb\": container with ID starting with c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb not found: ID does not exist" containerID="c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb"
Jul 17 00:38:24 addons-611858 kubelet[1740]: I0717 00:38:24.715387 1740 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb"} err="failed to get container status \"c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb\": rpc error: code = NotFound desc = could not find container \"c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb\": container with ID starting with c964cbb554180c4ff5fff62b546dd6be621853e69d2b4b2eb9561b4637d441fb not found: ID does not exist"
Jul 17 00:38:25 addons-611858 kubelet[1740]: I0717 00:38:25.411604 1740 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b1de0d9e-82c5-437c-acbc-387116efd2cc" path="/var/lib/kubelet/pods/b1de0d9e-82c5-437c-acbc-387116efd2cc/volumes"
==> storage-provisioner [f3c4472c05db1a91d4ab32cc17aaf0e6e47705032534edf181a827b13ffbbb80] <==
I0717 00:33:39.586271 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0717 00:33:39.598010 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0717 00:33:39.598076 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0717 00:33:39.659837 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0717 00:33:39.659954 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-611858_fdad4d22-898d-4a9d-996a-07ea5639bf6d!
I0717 00:33:39.659973 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"e056caff-fa4b-4177-8dde-3f062cffaa23", APIVersion:"v1", ResourceVersion:"890", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-611858_fdad4d22-898d-4a9d-996a-07ea5639bf6d became leader
I0717 00:33:39.760930 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-611858_fdad4d22-898d-4a9d-996a-07ea5639bf6d!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-611858 -n addons-611858
helpers_test.go:261: (dbg) Run: kubectl --context addons-611858 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.05s)