kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.36k stars 4.88k forks source link

virtualbox: timed out waiting to elevate RBAC #5588

Closed mac01021 closed 5 years ago

mac01021 commented 5 years ago

The exact command to reproduce the issue: C02Y90B1JG5M:xstreams coolbema$ minikube delete

🔥 Deleting "minikube" in virtualbox ... 💔 The "minikube" cluster has been deleted.
C02Y90B1JG5M:xstreams coolbema$ minikube start

The full output of the command that failed:

😄 minikube v1.4.0 on Darwin 10.14.3 🔥 Creating virtualbox VM (CPUs=2, Memory=2000MB, Disk=20000MB) ... 🐳 Preparing Kubernetes v1.16.0 on Docker 18.09.9 ... 🚜 Pulling images ... 🚀 Launching Kubernetes ...

💣 Error starting cluster: timed out waiting to elevate kube-system RBAC privileges: Temporary Error: creating clusterrolebinding: Post https://192.168.99.101:8443/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings: dial tcp 192.168.99.101:8443: i/o timeout

😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you: 👉 https://github.com/kubernetes/minikube/issues/new/choose ❌ Problems detected in kube-addon-manager [63b043e407b6]: error: no objauthorization.k8s.io/storage-provisioner created error: no objects passedted at 2019-10-10T16:21:09+00:00 == error: INFO: == Kuberno objects pasnetes addon resed to apply

The output of the minikube logs command:

==> Docker <== -- Logs begin at Thu 2019-10-10 16:19:49 UTC, end at Thu 2019-10-10 17:40:51 UTC. -- Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.519992267Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.520020848Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0005d7960, CONNECTING" module=grpc Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.520102711Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0005d7960, READY" module=grpc Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.520138127Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/containerd.sock 0 }]" module=grpc Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.520146075Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.520170088Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0005d7c40, CONNECTING" module=grpc Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.520229378Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0005d7c40, READY" module=grpc Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.546002585Z" level=info msg="Graph migration to content-addressability took 0.00 seconds" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.546345976Z" level=warning msg="Your kernel does not support cgroup blkio weight" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.546443473Z" level=warning msg="Your kernel does not support cgroup blkio weight_device" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.546486562Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_bps_device" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.546523290Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_bps_device" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.546564348Z" level=warning msg="Your kernel does not support cgroup blkio throttle.read_iops_device" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.546602478Z" level=warning msg="Your kernel does not support cgroup blkio throttle.write_iops_device" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.547025331Z" level=info msg="Loading containers: start." Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.612685145Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.715092081Z" level=info msg="Loading containers: done." Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.728743500Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.729236875Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.753075765Z" level=info msg="Docker daemon" commit=039a7df9ba graphdriver(s)=overlay2 version=18.09.9 Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.753284929Z" level=info msg="Daemon has completed initialization" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.770005767Z" level=info msg="API listen on /var/run/docker.sock" Oct 10 16:19:54 minikube dockerd[2376]: time="2019-10-10T16:19:54.770069416Z" level=info msg="API listen on [::]:2376" Oct 10 16:19:54 minikube systemd[1]: Started Docker Application Container Engine. Oct 10 16:20:43 minikube dockerd[2376]: time="2019-10-10T16:20:43.903595952Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:43 minikube dockerd[2376]: time="2019-10-10T16:20:43.903946206Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:43 minikube dockerd[2376]: time="2019-10-10T16:20:43.944044797Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:43 minikube dockerd[2376]: time="2019-10-10T16:20:43.944365548Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:43 minikube dockerd[2376]: time="2019-10-10T16:20:43.978996693Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:43 minikube dockerd[2376]: time="2019-10-10T16:20:43.979355169Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:44 minikube dockerd[2376]: time="2019-10-10T16:20:44.255324992Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:44 minikube dockerd[2376]: time="2019-10-10T16:20:44.255706842Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.557703357Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.558342381Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.563658850Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.564002172Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.595244294Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.595554076Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.602184514Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:46 minikube dockerd[2376]: time="2019-10-10T16:20:46.602481927Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:51 minikube dockerd[2376]: time="2019-10-10T16:20:51.666041348Z" level=warning msg="failed to retrieve runc version: unknown output format: runc version commit: 425e105d5a03fabd737a126ad93d62a9eeede87f\nspec: 1.0.1-dev\n" Oct 10 16:20:51 minikube dockerd[2376]: time="2019-10-10T16:20:51.666392261Z" level=warning msg="failed to retrieve docker-init version: exec: \"docker-init\": executable file not found in $PATH" Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.242899663Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/450ecc74914723ba8d7793e311059fac52a5d8ccaf4401deeef5c3d208b538ec/shim.sock" debug=false pid=3412 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.243338412Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/46149cc542b56069ca19d93580d6aaed5a7d87bc3813c788829027c1a39b5e32/shim.sock" debug=false pid=3413 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.249016024Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5f8e9bb960243abbe04055b7c5b2722cb07314996757306529a2c66d7336a6b0/shim.sock" debug=false pid=3431 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.250468065Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/61f3e61ab45951a47e55a40d47f6fb89ed66b1d840914a63af5d2ca953e4b492/shim.sock" debug=false pid=3432 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.251270280Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/093f12c16aba8b98c665ad6c79f138136b1e7510f33efef2f47d78a24ef07dcd/shim.sock" debug=false pid=3445 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.631303713Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/b2d15396273cfe34e2c4838824dccc480dc50e204026b79743d8ae049cce8f28/shim.sock" debug=false pid=3642 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.656380784Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/3b2776e77918e77ea7ef10b625456309e117d8b27aa9f5f5fb80d5e10a48721f/shim.sock" debug=false pid=3653 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.657322016Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/63b043e407b6f64002b02eb2e8fe9d9bac13d225fc63bf3a359734788e17df2d/shim.sock" debug=false pid=3655 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.658390110Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/692d69ec28541d351d0176a04575446dd1285b0071c98bfecfc23091035882b3/shim.sock" debug=false pid=3663 Oct 10 16:20:52 minikube dockerd[2376]: time="2019-10-10T16:20:52.660706250Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/04cc212b634c5ef110e9d60ca9bb09bd9d321a47856a9cba8ec3d7f08e0934a0/shim.sock" debug=false pid=3674 Oct 10 16:21:08 minikube dockerd[2376]: time="2019-10-10T16:21:08.786585389Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/baf2abc34d535368372787df698c09489588bf18710a25e820543a56a291400a/shim.sock" debug=false pid=4081 Oct 10 16:21:08 minikube dockerd[2376]: time="2019-10-10T16:21:08.825231604Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/90f62cd8e64871ab638f169f6b74fe9bc2fad563e0013e5687284d4450917305/shim.sock" debug=false pid=4097 Oct 10 16:21:09 minikube dockerd[2376]: time="2019-10-10T16:21:09.023869658Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5a0335719492e22c3421f53bf906e3ec1ebecd0dcac648a518a436e6c9b066d9/shim.sock" debug=false pid=4158 Oct 10 16:21:09 minikube dockerd[2376]: time="2019-10-10T16:21:09.327588653Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/ba163814f07d0d370d5813867d6bb2cdd6c6385a869ec5796ace7c0469267cff/shim.sock" debug=false pid=4250 Oct 10 16:21:09 minikube dockerd[2376]: time="2019-10-10T16:21:09.953017530Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/030b304aa2b195495c7b65e27476b8e96baeafc98bf4bdb41987bb6acd43e721/shim.sock" debug=false pid=4333 Oct 10 16:21:10 minikube dockerd[2376]: time="2019-10-10T16:21:10.308511293Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/c7e76f8af32f8cb5a714c7a5689ece5b67c869206f85abfaff70870f9e1f0ce4/shim.sock" debug=false pid=4434 Oct 10 16:21:10 minikube dockerd[2376]: time="2019-10-10T16:21:10.412666209Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5d0f7f0392903dc8a66a4061880e8a2d05c004257b6db363ee548802cade227b/shim.sock" debug=false pid=4470 Oct 10 16:21:10 minikube dockerd[2376]: time="2019-10-10T16:21:10.506359233Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/871bc8e30ed6be8aae2da4b47a38de46cf986a73fe8f5a5c681d88c37e7879c8/shim.sock" debug=false pid=4503

==> container status <== CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID 871bc8e30ed6b 4689081edb103 About an hour ago Running storage-provisioner 0 c7e76f8af32f8 5d0f7f0392903 bf261d1579144 About an hour ago Running coredns 0 030b304aa2b19 ba163814f07d0 bf261d1579144 About an hour ago Running coredns 0 90f62cd8e6487 5a0335719492e c21b0c7400f98 About an hour ago Running kube-proxy 0 baf2abc34d535 692d69ec28541 301ddc62b80b1 About an hour ago Running kube-scheduler 0 61f3e61ab4595 04cc212b634c5 06a629a7e51cd About an hour ago Running kube-controller-manager 0 450ecc7491472 63b043e407b6f bd12a212f9dcb About an hour ago Running kube-addon-manager 0 5f8e9bb960243 b2d15396273cf b2756210eeabf About an hour ago Running etcd 0 46149cc542b56 3b2776e77918e b305571ca60a5 About an hour ago Running kube-apiserver 0 093f12c16aba8

==> coredns [5d0f7f039290] <== .:53 2019-10-10T16:21:10.667Z [INFO] plugin/reload: Running configuration MD5 = f64cb9b977c7dfca58c4fab108535a76 2019-10-10T16:21:10.667Z [INFO] CoreDNS-1.6.2 2019-10-10T16:21:10.667Z [INFO] linux/amd64, go1.12.8, 795a3eb CoreDNS-1.6.2 linux/amd64, go1.12.8, 795a3eb

==> coredns [ba163814f07d] <== 2019-10-10T16:21:12.792Z [INFO] plugin/ready: Still waiting on: "kubernetes" .:53 2019-10-10T16:21:14.767Z [INFO] plugin/reload: Running configuration MD5 = f64cb9b977c7dfca58c4fab108535a76 2019-10-10T16:21:14.767Z [INFO] CoreDNS-1.6.2 2019-10-10T16:21:14.767Z [INFO] linux/amd64, go1.12.8, 795a3eb CoreDNS-1.6.2 linux/amd64, go1.12.8, 795a3eb 2019-10-10T16:21:22.793Z [INFO] plugin/ready: Still waiting on: "kubernetes" 2019-10-10T16:21:32.794Z [INFO] plugin/ready: Still waiting on: "kubernetes" I1010 16:21:39.781899 1 trace.go:82] Trace[972220387]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-10-10 16:21:09.768529932 +0000 UTC m=+0.217419406) (total time: 30.013317518s): Trace[972220387]: [30.013317518s] [30.013317518s] END E1010 16:21:39.781967 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout E1010 16:21:39.781967 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout E1010 16:21:39.781967 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout E1010 16:21:39.781967 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout I1010 16:21:39.782355 1 trace.go:82] Trace[1636070457]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-10-10 16:21:09.781256196 +0000 UTC m=+0.230145640) (total time: 30.001071632s): Trace[1636070457]: [30.001071632s] [30.001071632s] END E1010 16:21:39.782368 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout E1010 16:21:39.782368 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout E1010 16:21:39.782368 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout I1010 16:21:39.809769 1 trace.go:82] Trace[108718954]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-10-10 16:21:09.80638927 +0000 UTC m=+0.255278740) (totaE1010 16:21:39.782368 1 reflel time: 30.003356155s): Trace[108718954]: [3ctor.go:1260.003356155s] [30.003356155s] END ] E1010 16:21:39.810148 1 reflepkg/mod/k8s.ctor.go:126] pkg/mod/k8s.io/client-go@v11.0io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0+incomp.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443atible/tools/cache/reflector.go:94: Failed to list v1.Service:: Get https://10.96.0.1:443/api/v i/o timeout 1/seE1010 16:21:39.810148 1 reflector.go:126] pkg/modrvices?limit=500&resourceVersion=0: dial tcp 1/k8s.io/client-go@v11.0.0+incompatibl0.96.0.1:4e/tools/cache/reflector.go:94: Failed43: i/o time to list v1.Servicout E1010 16:21:39.810148 e: Get https://10.9 1 reflector6.0.1:443/api/v1/services?limit=500&resourceVersion=0: d.go:126] pkial tcp 10.96.0.1:4g/mod/k8s.io/client-go@v11.0.0+incompatible/tool43: i/o timeout s/cache/reflector.go:94: Failed to list v1.Service: Get https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout E1010 16:21:39.810148 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Service: Get https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout

==> dmesg <== [ +5.001261] hpet1: lost 319 rtc interrupts [ +5.001207] hpet1: lost 319 rtc interrupts [Oct10 17:36] hpet1: lost 318 rtc interrupts [ +5.003701] hpet1: lost 318 rtc interrupts [ +5.003178] hpet1: lost 318 rtc interrupts [ +5.003444] hpet1: lost 320 rtc interrupts [ +5.002990] hpet1: lost 318 rtc interrupts [ +5.002001] hpet1: lost 318 rtc interrupts [ +5.004167] hpet1: lost 318 rtc interrupts [ +5.003895] hpet1: lost 318 rtc interrupts [ +5.003551] hpet1: lost 319 rtc interrupts [ +5.003513] hpet1: lost 318 rtc interrupts [ +5.003481] hpet1: lost 318 rtc interrupts [ +5.003693] hpet1: lost 318 rtc interrupts [Oct10 17:37] hpet1: lost 318 rtc interrupts [ +5.002299] hpet1: lost 320 rtc interrupts [ +5.001004] hpet1: lost 319 rtc interrupts [ +5.003424] hpet1: lost 319 rtc interrupts [ +5.000318] hpet1: lost 319 rtc interrupts [ +5.003029] hpet1: lost 318 rtc interrupts [ +5.000731] hpet1: lost 319 rtc interrupts [ +5.003456] hpet1: lost 318 rtc interrupts [ +5.003296] hpet1: lost 319 rtc interrupts [ +5.000815] hpet1: lost 318 rtc interrupts [ +5.000883] hpet1: lost 318 rtc interrupts [ +5.001519] hpet1: lost 318 rtc interrupts [Oct10 17:38] hpet1: lost 318 rtc interrupts [ +5.000687] hpet1: lost 318 rtc interrupts [ +5.001397] hpet1: lost 318 rtc interrupts [ +5.001208] hpet1: lost 318 rtc interrupts [ +5.000623] hpet1: lost 318 rtc interrupts [ +5.001437] hpet1: lost 318 rtc interrupts [ +5.001534] hpet1: lost 318 rtc interrupts [ +5.000562] hpet1: lost 318 rtc interrupts [ +5.001317] hpet1: lost 318 rtc interrupts [ +5.002097] hpet1: lost 319 rtc interrupts [ +5.000485] hpet1: lost 318 rtc interrupts [ +5.001917] hpet1: lost 318 rtc interrupts [Oct10 17:39] hpet1: lost 318 rtc interrupts [ +4.999781] hpet1: lost 318 rtc interrupts [ +5.001767] hpet1: lost 318 rtc interrupts [ +5.002507] hpet1: lost 318 rtc interrupts [ +5.000914] hpet1: lost 319 rtc interrupts [ +5.001018] hpet1: lost 318 rtc interrupts [ +5.001232] hpet1: lost 318 rtc interrupts [ +5.000512] hpet1: lost 318 rtc interrupts [ +5.001654] hpet1: lost 318 rtc interrupts [ +5.002355] hpet1: lost 319 rtc interrupts [ +5.000378] hpet1: lost 318 rtc interrupts [ +5.001494] hpet1: lost 318 rtc interrupts [Oct10 17:40] hpet1: lost 318 rtc interrupts [ +5.000530] hpet1: lost 319 rtc interrupts [ +5.000923] hpet1: lost 318 rtc interrupts [ +5.001457] hpet1: lost 319 rtc interrupts [ +4.999719] hpet1: lost 318 rtc interrupts [ +5.002265] hpet1: lost 318 rtc interrupts [ +5.000345] hpet1: lost 318 rtc interrupts [ +5.000532] hpet1: lost 318 rtc interrupts [ +5.001396] hpet1: lost 318 rtc interrupts [ +5.001881] hpet1: lost 319 rtc interrupts

==> kernel <== 17:40:51 up 1:21, 0 users, load average: 0.44, 0.51, 0.56 Linux minikube 4.15.0 #1 SMP Wed Sep 18 07:44:58 PDT 2019 x86_64 GNU/Linux PRETTY_NAME="Buildroot 2018.05.3"

==> kube-addon-manager [63b043e407b6] <== INFO: == Reconciling with addon-manager label == serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-10-10T17:40:09+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-10error: no objects passed to appl-10T17:40:12+00:00 == y INFO: == Reconciling with deprecated label == INeFO: == Reconciling with addon-manager laberror: no objects passed to appll == serviceaccount/y error: no objects passed to apstorage-prply error:ovisioner unchanged INFO: == Kubernetes addon reconcile c no objects passed to apply error: no objecompleted at 2019-10-10T17:40:13ts passed to+00:00 == aINFO: Leader election disabled.pply

INFO: == Kubernetes addon ensure completed at 2019-10-10T17:40:18+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == error: no objects passed to apply servierror: no objects pasceaccount/sstorage-provisioner unchanged ed to apply INeFO: == Kubernetes addon reconcile completerror: no objd at 2019-10-1ects passed to apply 0T17:40:19+e00:00 == rrINFO: Leadoer: no objects passed to apply r election disabled. INFO: == Kubernetes addon ensure completed at 2019-10-10T17:40:22+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-10-10T17:40:24+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-10-10T17:40:27+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-10-10T17:40:28+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-10-10T17:40:32+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-10-10T17:40:34+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-10-10T17:40:37+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-10-10T17:40:39+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-10-10T17:40:42+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-10-10T17:40:43+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-10-10T17:40:47+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-10-10T17:40:49+00:00 ==

==> kube-apiserver [3b2776e77918] <== I1010 16:20:55.487476 1 client.go:361] parsed scheme: "endpoint" I1010 16:20:55.487504 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] W1010 16:20:55.586724 1 genericapiserver.go:404] Skipping API batch/v2alpha1 because it has no resources. W1010 16:20:55.603684 1 genericapiserver.go:404] Skipping API node.k8s.io/v1alpha1 because it has no resources. W1010 16:20:55.614221 1 genericapiserver.go:404] Skipping API rbac.authorization.k8s.io/v1alpha1 because it has no resources. W1010 16:20:55.616360 1 genericapiserver.go:404] Skipping API scheduling.k8s.io/v1alpha1 because it has no resources. W1010 16:20:55.622865 1 genericapiserver.go:404] Skipping API storage.k8s.io/v1alpha1 because it has no resources. W1010 16:20:55.633723 1 genericapiserver.go:404] Skipping API apps/v1beta2 because it has no resources. W1010 16:20:55.633830 1 genericapiserver.go:404] Skipping API apps/v1beta1 because it has no resources. I1010 16:20:55.640612 1 plugins.go:158] Loaded 11 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,LimitRanger,ServiceAccount,NodeRestriction,TaintNodesByCondition,Priority,DefaultTolerationSeconds,DefaultStorageClass,StorageObjectInUseProtection,MutatingAdmissionWebhook,RuntimeClass. I1010 16:20:55.640769 1 plugins.go:161] Loaded 7 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,Priority,PersistentVolumeClaimResize,ValidatingAdmissionWebhook,RuntimeClass,ResourceQuota. I1010 16:20:55.642052 1 client.go:361] parsed scheme: "endpoint" I1010 16:20:55.642142 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1010 16:20:55.648257 1 client.go:361] parsed scheme: "endpoint" I1010 16:20:55.648280 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1010 16:20:57.200728 1 secure_serving.go:123] Serving securely on [::]:8443 I1010 16:20:57.200763 1 crd_finalizer.go:274] Starting CRDFinalizer I1010 16:20:57.200846 1 apiservice_controller.go:94] Starting APIServiceRegistrationController I1010 16:20:57.201018 1 cache.go:32] Waiting for caches to sync for APIServiceRegistrationController controller I1010 16:20:57.201612 1 autoregister_controller.go:140] Starting autoregister controller I1010 16:20:57.201778 1 cache.go:32] Waiting for caches to sync for autoregister controller I1010 16:20:57.201999 1 available_controller.go:383] Starting AvailableConditionController I1010 16:20:57.202037 1 cache.go:32] Waiting for caches to sync for AvailableConditionController controller I1010 16:20:57.203254 1 controller.go:81] Starting OpenAPI AggregationController I1010 16:20:57.203291 1 controller.go:85] Starting OpenAPI controller I1010 16:20:57.203297 1 customresource_discovery_controller.go:208] Starting DiscoveryController I1010 16:20:57.203308 1 naming_controller.go:288] Starting NamingConditionController I1010 16:20:57.203316 1 establishing_controller.go:73] Starting EstablishingController I1010 16:20:57.203324 1 nonstructuralschema_controller.go:191] Starting NonStructuralSchemaConditionController I1010 16:20:57.203331 1 apiapproval_controller.go:185] Starting KubernetesAPIApprovalPolicyConformantConditionController I1010 16:20:57.214095 1 crdregistration_controller.go:111] Starting crd-autoregister controller I1010 16:20:57.214102 1 shared_informer.go:197] Waiting for caches to sync for crd-autoregister E1010 16:20:57.276739 1 controller.go:154] Unable to remove old endpoints from kubernetes service: StorageError: key not found, Code: 1, Key: /registry/masterleases/192.168.99.101, ResourceVersion: 0, AdditionalErrorMsg: I1010 16:20:57.308021 1 cache.go:39] Caches are synced for AvailableConditionController controller I1010 16:20:57.308062 1 cache.go:39] Caches are synced for APIServiceRegistrationController controller I1010 16:20:57.308071 1 cache.go:39] Caches are synced for autoregister controller I1010 16:20:57.315001 1 shared_informer.go:204] Caches are synced for crd-autoregister I1010 16:20:58.201502 1 controller.go:107] OpenAPI AggregationController: Processing item I1010 16:20:58.201538 1 controller.go:130] OpenAPI AggregationController: action for item : Nothing (removed from the queue). I1010 16:20:58.201547 1 controller.go:130] OpenAPI AggregationController: action for item k8s_internal_local_delegation_chain_0000000000: Nothing (removed from the queue). I1010 16:20:58.209547 1 storage_scheduling.go:139] created PriorityClass system-node-critical with value 2000001000 I1010 16:20:58.216416 1 storage_scheduling.go:139] created PriorityClass system-cluster-critical with value 2000000000 I1010 16:20:58.216441 1 storage_scheduling.go:148] all system priority classes are created successfully or already exist. I1010 16:20:58.968587 1 controller.go:606] quota admission added evaluator for: leases.coordination.k8s.io I1010 16:20:59.983323 1 controller.go:606] quota admission added evaluator for: roles.rbac.authorization.k8s.io I1010 16:21:00.263208 1 controller.go:606] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io I1010 16:21:00.295730 1 controller.go:606] quota admission added evaluator for: endpoints W1010 16:21:00.610996 1 lease.go:222] Resetting endpoints for master service "kubernetes" to [192.168.99.101] I1010 16:21:01.699153 1 controller.go:606] quota admission added evaluator for: serviceaccounts I1010 16:21:01.996499 1 controller.go:606] quota admission added evaluator for: deployments.apps I1010 16:21:02.336700 1 controller.go:606] quota admission added evaluator for: daemonsets.apps I1010 16:21:08.208190 1 controller.go:606] quota admission added evaluator for: replicasets.apps I1010 16:21:08.233144 1 controller.go:606] quota admission added evaluator for: events.events.k8s.io I1010 16:21:08.249437 1 controller.go:606] quota admission added evaluator for: controllerrevisions.apps E1010 16:35:43.247649 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1010 16:45:33.282640 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1010 16:52:37.341644 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1010 17:05:22.399757 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1010 17:15:11.473064 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1010 17:39:04.491040 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted

==> kube-controller-manager [04cc212b634c] <== I1010 16:21:07.097568 1 controllermanager.go:534] Started "podgc" I1010 16:21:07.097643 1 gc_controller.go:75] Starting GC controller I1010 16:21:07.097664 1 shared_informer.go:197] Waiting for caches to sync for GC I1010 16:21:07.344895 1 controllermanager.go:534] Started "daemonset" I1010 16:21:07.344936 1 daemon_controller.go:267] Starting daemon sets controller I1010 16:21:07.344947 1 shared_informer.go:197] Waiting for caches to sync for daemon sets I1010 16:21:07.595391 1 controllermanager.go:534] Started "cronjob" I1010 16:21:07.595498 1 cronjob_controller.go:96] Starting CronJob Manager I1010 16:21:07.746255 1 controllermanager.go:534] Started "csrsigning" I1010 16:21:07.746301 1 certificate_controller.go:113] Starting certificate controller I1010 16:21:07.746315 1 shared_informer.go:197] Waiting for caches to sync for certificate I1010 16:21:07.895057 1 node_lifecycle_controller.go:77] Sending events to api server E1010 16:21:07.895098 1 core.go:201] failed to start cloud node lifecycle controller: no cloud provider provided W1010 16:21:07.895106 1 controllermanager.go:526] Skipping "cloud-node-lifecycle" I1010 16:21:08.145362 1 controllermanager.go:534] Started "pvc-protection" I1010 16:21:08.146253 1 pvc_protection_controller.go:100] Starting PVC protection controller I1010 16:21:08.146299 1 shared_informer.go:197] Waiting for caches to sync for PVC protection I1010 16:21:08.154163 1 shared_informer.go:197] Waiting for caches to sync for garbage collector I1010 16:21:08.169528 1 shared_informer.go:197] Waiting for caches to sync for resource quota I1010 16:21:08.177363 1 shared_informer.go:204] Caches are synced for ClusterRoleAggregator W1010 16:21:08.178709 1 actual_state_of_world.go:506] Failed to update statusUpdateNeeded field in actual state of world: Failed to set statusUpdateNeeded to needed true, because nodeName="minikube" does not exist I1010 16:21:08.189358 1 shared_informer.go:204] Caches are synced for job I1010 16:21:08.196707 1 shared_informer.go:204] Caches are synced for TTL I1010 16:21:08.198925 1 shared_informer.go:204] Caches are synced for GC I1010 16:21:08.199276 1 shared_informer.go:204] Caches are synced for ReplicaSet E1010 16:21:08.203515 1 clusterroleaggregation_controller.go:180] admin failed with : Operation cannot be fulfilled on clusterroles.rbac.authorization.k8s.io "admin": the object has been modified; please apply your changes to the latest version and try again I1010 16:21:08.205611 1 shared_informer.go:204] Caches are synced for deployment I1010 16:21:08.217407 1 event.go:255] Event(v1.ObjectReference{Kind:"Deployment", Namespace:"kube-system", Name:"coredns", UID:"93fdd308-ffa6-4716-95cb-0dcfb5819871", APIVersion:"apps/v1", ResourceVersion:"199", FieldPath:""}): type: 'Normal' reason: 'ScalingReplicaSet' Scaled up replica set coredns-5644d7b6d9 to 2 I1010 16:21:08.223542 1 shared_informer.go:204] Caches are synced for stateful set I1010 16:21:08.226831 1 event.go:255] Event(v1.ObjectReference{Kind:"ReplicaSet", Namespace:"kube-system", Name:"coredns-5644d7b6d9", UID:"2edde824-4608-413d-8fa0-6f4d4e4925db", APIVersion:"apps/v1", ResourceVersion:"306", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: coredns-5644d7b6d9-sxk5w I1010 16:21:08.231239 1 event.go:255] Event(v1.ObjectReference{Kind:"ReplicaSet", Namespace:"kube-system", Name:"coredns-5644d7b6d9", UID:"2edde824-4608-413d-8fa0-6f4d4e4925db", APIVersion:"apps/v1", ResourceVersion:"306", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: coredns-5644d7b6d9-rbdr5 I1010 16:21:08.245029 1 shared_informer.go:204] Caches are synced for daemon sets I1010 16:21:08.246233 1 shared_informer.go:204] Caches are synced for service account I1010 16:21:08.247719 1 shared_informer.go:204] Caches are synced for taint I1010 16:21:08.247777 1 node_lifecycle_controller.go:1208] Initializing eviction metric for zone: W1010 16:21:08.248054 1 node_lifecycle_controller.go:903] Missing timestamp for Node minikube. Assuming now as a timestamp. I1010 16:21:08.248257 1 node_lifecycle_controller.go:1108] Controller detected that zone is now in state Normal. I1010 16:21:08.248623 1 shared_informer.go:204] Caches are synced for PVC protection I1010 16:21:08.248647 1 taint_manager.go:186] Starting NoExecuteTaintManager I1010 16:21:08.248998 1 event.go:255] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"4379fcee-222e-421b-9294-dab1ebcc902b", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'RegisteredNode' Node minikube event: Registered Node minikube in Controller I1010 16:21:08.250790 1 shared_informer.go:204] Caches are synced for ReplicationController I1010 16:21:08.253040 1 shared_informer.go:204] Caches are synced for namespace I1010 16:21:08.259183 1 shared_informer.go:204] Caches are synced for bootstrap_signer I1010 16:21:08.267729 1 event.go:255] Event(v1.ObjectReference{Kind:"DaemonSet", Namespace:"kube-system", Name:"kube-proxy", UID:"3e7c3419-56c1-47ca-889c-5af604d580f1", APIVersion:"apps/v1", ResourceVersion:"215", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: kube-proxy-sf4kr E1010 16:21:08.284232 1 daemon_controller.go:302] kube-system/kube-proxy failed with : error storing status for daemon set &v1.DaemonSet{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"kube-proxy", GenerateName:"", Namespace:"kube-system", SelfLink:"/apis/apps/v1/namespaces/kube-system/daemonsets/kube-proxy", UID:"3e7c3419-56c1-47ca-889c-5af604d580f1", ResourceVersion:"215", Generation:1, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63706321262, loc:(time.Location)(0x7776000)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string{"k8s-app":"kube-proxy"}, Annotations:map[string]string{"deprecated.daemonset.template.generation":"1"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.DaemonSetSpec{Selector:(v1.LabelSelector)(0xc00030d6e0), Template:v1.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string{"k8s-app":"kube-proxy"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-proxy", VolumeSource:v1.VolumeSource{HostPath:(v1.HostPathVolumeSource)(nil), EmptyDir:(v1.EmptyDirVolumeSource)(nil), GCEPersistentDisk:(v1.GCEPersistentDiskVolumeSource)(nil), AWSElasticBlockStore:(v1.AWSElasticBlockStoreVolumeSource)(nil), GitRepo:(v1.GitRepoVolumeSource)(nil), Secret:(v1.SecretVolumeSource)(nil), NFS:(v1.NFSVolumeSource)(nil), ISCSI:(v1.ISCSIVolumeSource)(nil), Glusterfs:(v1.GlusterfsVolumeSource)(nil), PersistentVolumeClaim:(v1.PersistentVolumeClaimVolumeSource)(nil), RBD:(v1.RBDVolumeSource)(nil), FlexVolume:(v1.FlexVolumeSource)(nil), Cinder:(v1.CinderVolumeSource)(nil), CephFS:(v1.CephFSVolumeSource)(nil), Flocker:(v1.FlockerVolumeSource)(nil), DownwardAPI:(v1.DownwardAPIVolumeSource)(nil), FC:(v1.FCVolumeSource)(nil), AzureFile:(v1.AzureFileVolumeSource)(nil), ConfigMap:(v1.ConfigMapVolumeSource)(0xc001040980), VsphereVolume:(v1.VsphereVirtualDiskVolumeSource)(nil), Quobyte:(v1.QuobyteVolumeSource)(nil), AzureDisk:(v1.AzureDiskVolumeSource)(nil), PhotonPersistentDisk:(v1.PhotonPersistentDiskVolumeSource)(nil), Projected:(v1.ProjectedVolumeSource)(nil), PortworxVolume:(v1.PortworxVolumeSource)(nil), ScaleIO:(v1.ScaleIOVolumeSource)(nil), StorageOS:(v1.StorageOSVolumeSource)(nil), CSI:(v1.CSIVolumeSource)(nil)}}, v1.Volume{Name:"xtables-lock", VolumeSource:v1.VolumeSource{HostPath:(v1.HostPathVolumeSource)(0xc00030d700), EmptyDir:(v1.EmptyDirVolumeSource)(nil), GCEPersistentDisk:(v1.GCEPersistentDiskVolumeSource)(nil), AWSElasticBlockStore:(v1.AWSElasticBlockStoreVolumeSource)(nil), GitRepo:(v1.GitRepoVolumeSource)(nil), Secret:(v1.SecretVolumeSource)(nil), NFS:(v1.NFSVolumeSource)(nil), ISCSI:(v1.ISCSIVolumeSource)(nil), Glusterfs:(v1.GlusterfsVolumeSource)(nil), PersistentVolumeClaim:(v1.PersistentVolumeClaimVolumeSource)(nil), RBD:(v1.RBDVolumeSource)(nil), FlexVolume:(v1.FlexVolumeSource)(nil), Cinder:(v1.CinderVolumeSource)(nil), CephFS:(v1.CephFSVolumeSource)(nil), Flocker:(v1.FlockerVolumeSource)(nil), DownwardAPI:(v1.DownwardAPIVolumeSource)(nil), FC:(v1.FCVolumeSource)(nil), AzureFile:(v1.AzureFileVolumeSource)(nil), ConfigMap:(v1.ConfigMapVolumeSource)(nil), VsphereVolume:(v1.VsphereVirtualDiskVolumeSource)(nil), Quobyte:(v1.QuobyteVolumeSource)(nil), AzureDisk:(v1.AzureDiskVolumeSource)(nil), PhotonPersistentDisk:(v1.PhotonPersistentDiskVolumeSource)(nil), Projected:(v1.ProjectedVolumeSource)(nil), PortworxVolume:(v1.PortworxVolumeSource)(nil), ScaleIO:(v1.ScaleIOVolumeSource)(nil), StorageOS:(v1.StorageOSVolumeSource)(nil), CSI:(v1.CSIVolumeSource)(nil)}}, v1.Volume{Name:"lib-modules", VolumeSource:v1.VolumeSource{HostPath:(v1.HostPathVolumeSource)(0xc00030d740), EmptyDir:(v1.EmptyDirVolumeSource)(nil), GCEPersistentDisk:(v1.GCEPersistentDiskVolumeSource)(nil), AWSElasticBlockStore:(v1.AWSElasticBlockStoreVolumeSource)(nil), GitRepo:(v1.GitRepoVolumeSource)(nil), Secret:(v1.SecretVolumeSource)(nil), NFS:(v1.NFSVolumeSource)(nil), ISCSI:(v1.ISCSIVolumeSource)(nil), Glusterfs:(v1.GlusterfsVolumeSource)(nil), PersistentVolumeClaim:(v1.PersistentVolumeClaimVolumeSource)(nil), RBD:(v1.RBDVolumeSource)(nil), FlexVolume:(v1.FlexVolumeSource)(nil), Cinder:(v1.CinderVolumeSource)(nil), CephFS:(v1.CephFSVolumeSource)(nil), Flocker:(v1.FlockerVolumeSource)(nil), DownwardAPI:(v1.DownwardAPIVolumeSource)(nil), FC:(v1.FCVolumeSource)(nil), AzureFile:(v1.AzureFileVolumeSource)(nil), ConfigMap:(v1.ConfigMapVolumeSource)(nil), VsphereVolume:(v1.VsphereVirtualDiskVolumeSource)(nil), Quobyte:(v1.QuobyteVolumeSource)(nil), AzureDisk:(v1.AzureDiskVolumeSource)(nil), PhotonPersistentDisk:(v1.PhotonPersistentDiskVolumeSource)(nil), Projected:(v1.ProjectedVolumeSource)(nil), PortworxVolume:(v1.PortworxVolumeSource)(nil), ScaleIO:(v1.ScaleIOVolumeSource)(nil), StorageOS:(v1.StorageOSVolumeSource)(nil), CSI:(v1.CSIVolumeSource)(nil)}}}, InitContainers:[]v1.Container(nil), Containers:[]v1.Container{v1.Container{Name:"kube-proxy", Image:"k8s.gcr.io/kube-proxy:v1.16.0", Command:[]string{"/usr/local/bin/kube-proxy", "--config=/var/lib/kube-proxy/config.conf", "--hostname-override=$(NODE_NAME)"}, Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar{v1.EnvVar{Name:"NODE_NAME", Value:"", ValueFrom:(v1.EnvVarSource)(0xc00030d7a0)}}, Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-proxy", ReadOnly:false, MountPath:"/var/lib/kube-proxy", SubPath:"", MountPropagation:(v1.MountPropagationMode)(nil), SubPathExpr:""}, v1.VolumeMount{Name:"xtables-lock", ReadOnly:false, MountPath:"/run/xtables.lock", SubPath:"", MountPropagation:(v1.MountPropagationMode)(nil), SubPathExpr:""}, v1.VolumeMount{Name:"lib-modules", ReadOnly:true, MountPath:"/lib/modules", SubPath:"", MountPropagation:(v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(v1.Probe)(nil), ReadinessProbe:(v1.Probe)(nil), StartupProbe:(v1.Probe)(nil), Lifecycle:(v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(v1.SecurityContext)(0xc000f8fc70), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Always", TerminationGracePeriodSeconds:(int64)(0xc00133d188), ActiveDeadlineSeconds:(int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string{"beta.kubernetes.io/os":"linux"}, ServiceAccountName:"kube-proxy", DeprecatedServiceAccount:"kube-proxy", AutomountServiceAccountToken:(bool)(nil), NodeName:"", HostNetwork:true, HostPID:false, HostIPC:false, ShareProcessNamespace:(bool)(nil), SecurityContext:(v1.PodSecurityContext)(0xc00128b6e0), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(v1.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]v1.Toleration{v1.Toleration{Key:"CriticalAddonsOnly", Operator:"Exists", Value:"", Effect:"", TolerationSeconds:(int64)(nil)}, v1.Toleration{Key:"", Operator:"Exists", Value:"", Effect:"", TolerationSeconds:(int64)(nil)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"system-node-critical", Priority:(int32)(nil), DNSConfig:(v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(string)(nil), EnableServiceLinks:(bool)(nil), PreemptionPolicy:(v1.PreemptionPolicy)(nil), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil)}}, UpdateStrategy:v1.DaemonSetUpdateStrategy{Type:"RollingUpdate", RollingUpdate:(v1.RollingUpdateDaemonSet)(0xc0012ee268)}, MinReadySeconds:0, RevisionHistoryLimit:(int32)(0xc00133d1c8)}, Status:v1.DaemonSetStatus{CurrentNumberScheduled:0, NumberMisscheduled:0, DesiredNumberScheduled:0, NumberReady:0, ObservedGeneration:0, UpdatedNumberScheduled:0, NumberAvailable:0, NumberUnavailable:0, CollisionCount:(int32)(nil), Conditions:[]v1.DaemonSetCondition(nil)}}: Operation cannot be fulfilled on daemonsets.apps "kube-proxy": the object has been modified; please apply your changes to the latest version and try again I1010 16:21:08.296284 1 shared_informer.go:204] Caches are synced for disruption I1010 16:21:08.296369 1 disruption.go:341] Sending events to api server. I1010 16:21:08.446495 1 shared_informer.go:204] Caches are synced for endpoint I1010 16:21:08.447131 1 shared_informer.go:204] Caches are synced for HPA I1010 16:21:08.543086 1 shared_informer.go:204] Caches are synced for certificate I1010 16:21:08.546540 1 shared_informer.go:204] Caches are synced for certificate I1010 16:21:08.596673 1 shared_informer.go:204] Caches are synced for persistent volume I1010 16:21:08.598985 1 shared_informer.go:204] Caches are synced for expand I1010 16:21:08.648402 1 shared_informer.go:204] Caches are synced for PV protection I1010 16:21:08.696636 1 shared_informer.go:204] Caches are synced for attach detach I1010 16:21:08.704561 1 shared_informer.go:204] Caches are synced for resource quota I1010 16:21:08.752683 1 shared_informer.go:204] Caches are synced for garbage collector I1010 16:21:08.752709 1 garbagecollector.go:139] Garbage collector: all resource monitors have synced. Proceeding to collect garbage I1010 16:21:08.756703 1 shared_informer.go:204] Caches are synced for garbage collector I1010 16:21:08.771149 1 shared_informer.go:204] Caches are synced for resource quota

==> kube-proxy [5a0335719492] <== W1010 16:21:10.010655 1 server_others.go:329] Flag proxy-mode="" unknown, assuming iptables proxy I1010 16:21:10.056593 1 node.go:135] Successfully retrieved node IP: 10.0.2.15 I1010 16:21:10.056633 1 server_others.go:149] Using iptables Proxier. W1010 16:21:10.057666 1 proxier.go:287] clusterCIDR not specified, unable to distinguish between internal and external traffic I1010 16:21:10.058214 1 server.go:529] Version: v1.16.0 I1010 16:21:10.059742 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_max' to 131072 I1010 16:21:10.059853 1 conntrack.go:52] Setting nf_conntrack_max to 131072 I1010 16:21:10.062752 1 conntrack.go:83] Setting conntrack hashsize to 32768 I1010 16:21:10.073954 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400 I1010 16:21:10.074114 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600 I1010 16:21:10.080740 1 config.go:313] Starting service config controller I1010 16:21:10.080771 1 shared_informer.go:197] Waiting for caches to sync for service config I1010 16:21:10.080789 1 config.go:131] Starting endpoints config controller I1010 16:21:10.080807 1 shared_informer.go:197] Waiting for caches to sync for endpoints config I1010 16:21:10.180943 1 shared_informer.go:204] Caches are synced for service config I1010 16:21:10.181137 1 shared_informer.go:204] Caches are synced for endpoints config

==> kube-scheduler [692d69ec2854] <== I1010 16:20:53.977964 1 serving.go:319] Generated self-signed cert in-memory W1010 16:20:57.271356 1 authentication.go:262] Unable to get configmap/extension-apiserver-authentication in kube-system. Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA' W1010 16:20:57.271465 1 authentication.go:199] Error looking up in-cluster authentication configuration: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot get resource "configmaps" in API group "" in the namespace "kube-system" W1010 16:20:57.271587 1 authentication.go:200] Continuing without authentication configuration. This may treat all requests as anonymous. W1010 16:20:57.271695 1 authentication.go:201] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false I1010 16:20:57.274541 1 server.go:143] Version: v1.16.0 I1010 16:20:57.274729 1 defaults.go:91] TaintNodesByCondition is enabled, PodToleratesNodeTaints predicate is mandatory W1010 16:20:57.283787 1 authorization.go:47] Authorization is disabled W1010 16:20:57.284301 1 authentication.go:79] Authentication is disabled I1010 16:20:57.284457 1 deprecated_insecure_serving.go:51] Serving healthz insecurely on [::]:10251 I1010 16:20:57.284855 1 secure_serving.go:123] Serving securely on 127.0.0.1:10259 E1010 16:20:57.316484 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: 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 E1010 16:20:57.318677 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope E1010 16:20:57.318979 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1beta1.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 E1010 16:20:57.322703 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope E1010 16:20:57.323045 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope E1010 16:20:57.323526 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope E1010 16:20:57.324011 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope E1010 16:20:57.324175 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope E1010 16:20:57.324318 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1beta1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope E1010 16:20:57.327340 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope E1010 16:20:57.327596 1 reflector.go:123] k8s.io/kubernetes/cmd/kube-scheduler/app/server.go:236: Failed to list v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope E1010 16:20:58.319433 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope E1010 16:20:58.322614 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1beta1.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 E1010 16:20:58.323732 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope E1010 16:20:58.327078 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope E1010 16:20:58.330748 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope E1010 16:20:58.331641 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope E1010 16:20:58.333012 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope E1010 16:20:58.334325 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1beta1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope E1010 16:20:58.337127 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: Failed to list v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope E1010 16:20:58.339274 1 reflector.go:123] k8s.io/kubernetes/cmd/kube-scheduler/app/server.go:236: Failed to list v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope E1010 16:20:58.379367 1 reflector.go:123] k8s.io/client-go/informers/factory.go:134: 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 I1010 16:21:00.287954 1 leaderelection.go:241] attempting to acquire leader lease kube-system/kube-scheduler... I1010 16:21:00.298067 1 leaderelection.go:251] successfully acquired lease kube-system/kube-scheduler

==> kubelet <== -- Logs begin at Thu 2019-10-10 16:19:49 UTC, end at Thu 2019-10-10 17:40:51 UTC. -- Oct 10 16:20:55 minikube kubelet[3326]: I1010 16:20:55.046366 3326 kubelet_node_status.go:286] Setting node annotation to enable volume controller attach/detach Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.083625 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.184749 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.284899 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.385088 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.485287 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.585465 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.685826 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.786038 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.886354 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:55 minikube kubelet[3326]: E1010 16:20:55.987863 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.088043 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.188510 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.288723 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.389011 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.489243 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.589751 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.690724 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.791621 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.891866 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:56 minikube kubelet[3326]: E1010 16:20:56.992379 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.093050 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.193433 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.282110 3326 controller.go:220] failed to get node "minikube" when trying to set owner ref to the node lease: nodes "minikube" not found Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.293794 3326 kubelet.go:2267] node "minikube" not found Oct 10 16:20:57 minikube kubelet[3326]: I1010 16:20:57.293795 3326 reconciler.go:154] Reconciler: start to sync state Oct 10 16:20:57 minikube kubelet[3326]: I1010 16:20:57.354549 3326 kubelet_node_status.go:75] Successfully registered node minikube Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.363516 3326 controller.go:135] failed to ensure node lease exists, will retry in 1.6s, error: namespaces "kube-node-lease" not found Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.396553 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc5591149c23f9", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"Starting", Message:"Starting kubelet.", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478e6bc05f9, ext:5152778719, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478e6bc05f9, ext:5152778719, loc:(time.Location)(0x797f100)}}, Count:1, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.451903 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911891fb55", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientMemory", Message:"Node minikube status is now: NodeHasSufficientMemory", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1dd55, ext:5219221817, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1dd55, ext:5219221817, loc:(time.Location)(0x797f100)}}, Count:1, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.506472 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc559118920e74", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasNoDiskPressure", Message:"Node minikube status is now: NodeHasNoDiskPressure", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1f074, ext:5219226711, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1f074, ext:5219226711, loc:(time.Location)(0x797f100)}}, Count:1, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.560456 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911892181c", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientPID", Message:"Node minikube status is now: NodeHasSufficientPID", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1fa1c, ext:5219229185, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1fa1c, ext:5219229185, loc:(time.Location)(0x797f100)}}, Count:1, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.614426 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911a2d0976", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeAllocatableEnforced", Message:"Updated Node Allocatable limit across pods", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ec4ceb76, ext:5246160728, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ec4ceb76, ext:5246160728, loc:(time.Location)(0x797f100)}}, Count:1, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.676343 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911891fb55", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientMemory", Message:"Node minikube status is now: NodeHasSufficientMemory", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1dd55, ext:5219221817, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ed1ae36b, ext:5259659083, loc:(time.Location)(0x797f100)}}, Count:2, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.747711 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc559118920e74", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasNoDiskPressure", Message:"Node minikube status is now: NodeHasNoDiskPressure", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1f074, ext:5219226711, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ed1af2e0, ext:5259663040, loc:(time.Location)(0x797f100)}}, Count:2, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.816677 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911892181c", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientPID", Message:"Node minikube status is now: NodeHasSufficientPID", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1fa1c, ext:5219229185, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ed1afba9, ext:5259665290, loc:(time.Location)(0x797f100)}}, Count:2, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:57 minikube kubelet[3326]: E1010 16:20:57.873412 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911891fb55", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientMemory", Message:"Node minikube status is now: NodeHasSufficientMemory", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1dd55, ext:5219221817, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478edaf617e, ext:5269390690, loc:(time.Location)(0x797f100)}}, Count:3, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:58 minikube kubelet[3326]: E1010 16:20:58.249780 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc559118920e74", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasNoDiskPressure", Message:"Node minikube status is now: NodeHasNoDiskPressure", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1f074, ext:5219226711, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478edaf74f8, ext:5269395675, loc:(time.Location)(0x797f100)}}, Count:3, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:58 minikube kubelet[3326]: E1010 16:20:58.651359 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911892181c", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientPID", Message:"Node minikube status is now: NodeHasSufficientPID", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1fa1c, ext:5219229185, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478edaf7dcc, ext:5269397937, loc:(time.Location)(0x797f100)}}, Count:3, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:59 minikube kubelet[3326]: E1010 16:20:59.051385 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911891fb55", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientMemory", Message:"Node minikube status is now: NodeHasSufficientMemory", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1dd55, ext:5219221817, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ede6f383, ext:5273032547, loc:(time.Location)(0x797f100)}}, Count:4, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:59 minikube kubelet[3326]: E1010 16:20:59.451514 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911892181c", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientPID", Message:"Node minikube status is now: NodeHasSufficientPID", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1fa1c, ext:5219229185, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ede70729, ext:5273037578, loc:(time.Location)(0x797f100)}}, Count:4, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:20:59 minikube kubelet[3326]: E1010 16:20:59.851289 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc559118920e74", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasNoDiskPressure", Message:"Node minikube status is now: NodeHasNoDiskPressure", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1f074, ext:5219226711, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ede6ff13, ext:5273035508, loc:(time.Location)(0x797f100)}}, Count:4, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:21:00 minikube kubelet[3326]: E1010 16:21:00.251720 3326 event.go:237] Server rejected event '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"minikube.15cc55911891fb55", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, DeletionTimestamp:(v1.Time)(nil), DeletionGracePeriodSeconds:(int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"minikube", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"NodeHasSufficientMemory", Message:"Node minikube status is now: NodeHasSufficientMemory", Source:v1.EventSource{Component:"kubelet", Host:"minikube"}, FirstTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478eab1dd55, ext:5219221817, loc:(time.Location)(0x797f100)}}, LastTimestamp:v1.Time{Time:time.Time{wall:0xbf5ff478ee05ac4f, ext:5275045936, loc:(time.Location)(0x797f100)}}, Count:5, Type:"Normal", EventTime:v1.MicroTime{Time:time.Time{wall:0x0, ext:0, loc:(time.Location)(nil)}}, Series:(v1.EventSeries)(nil), Action:"", Related:(v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'namespaces "default" not found' (will not retry!) Oct 10 16:21:08 minikube kubelet[3326]: I1010 16:21:08.348784 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "kube-proxy-token-5mjzs" (UniqueName: "kubernetes.io/secret/70fdbfed-6406-483e-b7e3-691380239952-kube-proxy-token-5mjzs") pod "kube-proxy-sf4kr" (UID: "70fdbfed-6406-483e-b7e3-691380239952") Oct 10 16:21:08 minikube kubelet[3326]: I1010 16:21:08.349049 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "kube-proxy" (UniqueName: "kubernetes.io/configmap/70fdbfed-6406-483e-b7e3-691380239952-kube-proxy") pod "kube-proxy-sf4kr" (UID: "70fdbfed-6406-483e-b7e3-691380239952") Oct 10 16:21:08 minikube kubelet[3326]: I1010 16:21:08.349084 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "xtables-lock" (UniqueName: "kubernetes.io/host-path/70fdbfed-6406-483e-b7e3-691380239952-xtables-lock") pod "kube-proxy-sf4kr" (UID: "70fdbfed-6406-483e-b7e3-691380239952") Oct 10 16:21:08 minikube kubelet[3326]: I1010 16:21:08.349101 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "lib-modules" (UniqueName: "kubernetes.io/host-path/70fdbfed-6406-483e-b7e3-691380239952-lib-modules") pod "kube-proxy-sf4kr" (UID: "70fdbfed-6406-483e-b7e3-691380239952") Oct 10 16:21:08 minikube kubelet[3326]: I1010 16:21:08.449356 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "coredns-token-zdwkt" (UniqueName: "kubernetes.io/secret/97832cff-6193-4799-8b5c-8e292c74d1e5-coredns-token-zdwkt") pod "coredns-5644d7b6d9-rbdr5" (UID: "97832cff-6193-4799-8b5c-8e292c74d1e5") Oct 10 16:21:08 minikube kubelet[3326]: I1010 16:21:08.449404 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "config-volume" (UniqueName: "kubernetes.io/configmap/97832cff-6193-4799-8b5c-8e292c74d1e5-config-volume") pod "coredns-5644d7b6d9-rbdr5" (UID: "97832cff-6193-4799-8b5c-8e292c74d1e5") Oct 10 16:21:09 minikube kubelet[3326]: W1010 16:21:09.239619 3326 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-rbdr5 through plugin: invalid network status for Oct 10 16:21:09 minikube kubelet[3326]: W1010 16:21:09.240525 3326 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-rbdr5 through plugin: invalid network status for Oct 10 16:21:09 minikube kubelet[3326]: W1010 16:21:09.240802 3326 pod_container_deletor.go:75] Container "90f62cd8e64871ab638f169f6b74fe9bc2fad563e0013e5687284d4450917305" not found in pod's containers Oct 10 16:21:09 minikube kubelet[3326]: I1010 16:21:09.362720 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "config-volume" (UniqueName: "kubernetes.io/configmap/2ab77226-171a-49af-9152-fb121bc2f537-config-volume") pod "coredns-5644d7b6d9-sxk5w" (UID: "2ab77226-171a-49af-9152-fb121bc2f537") Oct 10 16:21:09 minikube kubelet[3326]: I1010 16:21:09.363235 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "coredns-token-zdwkt" (UniqueName: "kubernetes.io/secret/2ab77226-171a-49af-9152-fb121bc2f537-coredns-token-zdwkt") pod "coredns-5644d7b6d9-sxk5w" (UID: "2ab77226-171a-49af-9152-fb121bc2f537") Oct 10 16:21:09 minikube kubelet[3326]: I1010 16:21:09.967255 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "tmp" (UniqueName: "kubernetes.io/host-path/d01b67de-fddd-40db-b595-5c52768f2c4b-tmp") pod "storage-provisioner" (UID: "d01b67de-fddd-40db-b595-5c52768f2c4b") Oct 10 16:21:09 minikube kubelet[3326]: I1010 16:21:09.967442 3326 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "storage-provisioner-token-bdxzc" (UniqueName: "kubernetes.io/secret/d01b67de-fddd-40db-b595-5c52768f2c4b-storage-provisioner-token-bdxzc") pod "storage-provisioner" (UID: "d01b67de-fddd-40db-b595-5c52768f2c4b") Oct 10 16:21:10 minikube kubelet[3326]: W1010 16:21:10.352486 3326 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-sxk5w through plugin: invalid network status for Oct 10 16:21:10 minikube kubelet[3326]: W1010 16:21:10.354603 3326 pod_container_deletor.go:75] Container "030b304aa2b195495c7b65e27476b8e96baeafc98bf4bdb41987bb6acd43e721" not found in pod's containers Oct 10 16:21:10 minikube kubelet[3326]: W1010 16:21:10.368442 3326 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-rbdr5 through plugin: invalid network status for Oct 10 16:21:11 minikube kubelet[3326]: W1010 16:21:11.381858 3326 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-sxk5w through plugin: invalid network status for

==> storage-provisioner [871bc8e30ed6] <==

The operating system version: Mac OS Mojave 10.14.3

medyagh commented 5 years ago

While I don't what is causing this time out issue,

I am curious if the same problem would happen if you use hyperkit driver ? hyperkit driver is recommended for Mac Os

https://minikube.sigs.k8s.io/docs/start/macos/

mac01021 commented 5 years ago

I think it's an issue related to what's accessible on my company VPN.