kubernetes / minikube

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

Docker run stuck and consuming 100% CPU #5991

Closed mvgijssel closed 4 years ago

mvgijssel commented 4 years ago

For certain operations like apt-get install python-pip docker inside Minikube gets stuck with CPU at 100%.

Running the same command (same distro etc) on docker for mac completes almost instantaneously.

The exact command to reproduce the issue:

eval $(minikube docker-env)
docker run -it --rm debian:stretch /bin/bash -c 'apt-get update && apt-get install -y python-pip'

The full output of the command that failed:

Get:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease [94.3 kB] Get:2 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [508 kB] Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] Fetched 7927 kB in 2s (2948 kB/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: binutils build-essential bzip2 ca-certificates cpp cpp-6 dbus dirmngr dpkg-dev fakeroot file g++ g++-6 gcc gcc-6 gir1.2-glib-2.0 gnupg gnupg-agent gnupg-l10n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libasan3 libassuan0 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdbus-1-3 libdbus-glib-1-2 libdpkg-perl libexpat1 libexpat1-dev libfakeroot libffi6 libfile-fcntllock-perl libgcc-6-dev libgdbm3 libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libgmp10 libgnutls30 libgomp1 libhogweed4 libicu57 libisl15 libitm1 libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1 libmpc3 libmpfr4 libmpx2 libnpth0 libp11-kit0 libperl5.24 libpython-all-dev libpython-dev libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libquadmath0 libreadline7 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.1 libstdc++-6-dev libtasn1-6 libtsan0 libubsan0 libxml2 linux-libc-dev make manpages manpages-dev mime-support netbase openssl patch perl perl-modules-5.24 pinentry-curses python python-all python-all-dev python-cffi-backend python-crypto python-cryptography python-dbus python-dev python-enum34 python-gi python-idna python-ipaddress python-keyring python-keyrings.alt python-minimal python-pip-whl python-pkg-resources python-pyasn1 python-secretstorage python-setuptools python-six python-wheel python-xdg python2.7 python2.7-dev python2.7-minimal readline-common rename sgml-base shared-mime-info xdg-user-dirs xml-core xz-utils Suggested packages: binutils-doc bzip2-doc cpp-doc gcc-6-locales default-dbus-session-bus | dbus-session-bus dbus-user-session libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib g++-6-multilib gcc-6-doc libstdc++6-6-dbg gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-6-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg parcimonie xloadimage scdaemon glibc-doc gnutls-bin libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libstdc++-6-doc make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc python-doc python-tk python-crypto-dbg python-crypto-doc python-cryptography-doc python-cryptography-vectors python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-fs python-gdata python-kde4 python-keyczar doc-base python-secretstorage-doc python-setuptools-doc python2.7-doc binfmt-support readline-doc sgml-base-doc debhelper The following NEW packages will be installed: binutils build-essential bzip2 ca-certificates cpp cpp-6 dbus dirmngr dpkg-dev fakeroot file g++ g++-6 gcc gcc-6 gir1.2-glib-2.0 gnupg gnupg-agent gnupg-l10n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libasan3 libassuan0 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdbus-1-3 libdbus-glib-1-2 libdpkg-perl libexpat1 libexpat1-dev libfakeroot libffi6 libfile-fcntllock-perl libgcc-6-dev libgdbm3 libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libgmp10 libgnutls30 libgomp1 libhogweed4 libicu57 libisl15 libitm1 libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1 libmpc3 libmpfr4 libmpx2 libnpth0 libp11-kit0 libperl5.24 libpython-all-dev libpython-dev libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libquadmath0 libreadline7 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.1 libstdc++-6-dev libtasn1-6 libtsan0 libubsan0 libxml2 linux-libc-dev make manpages manpages-dev mime-support netbase openssl patch perl perl-modules-5.24 pinentry-curses python python-all python-all-dev python-cffi-backend python-crypto python-cryptography python-dbus python-dev python-enum34 python-gi python-idna python-ipaddress python-keyring python-keyrings.alt python-minimal python-pip python-pip-whl python-pkg-resources python-pyasn1 python-secretstorage python-setuptools python-six python-wheel python-xdg python2.7 python2.7-dev python2.7-minimal readline-common rename sgml-base shared-mime-info xdg-user-dirs xml-core xz-utils 0 upgraded, 127 newly installed, 0 to remove and 0 not upgraded. Need to get 110 MB of archives. After this operation, 363 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 perl-modules-5.24 all 5.24.1-3+deb9u5 [2722 kB] Get:120 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libexpat1 amd64 2.2.0-2+deb9u3 [83.7 kB] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdbm3 amd64 1.8.3-14 [30.0 kB] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libperl5.24 amd64 5.24.1-3+deb9u5 [3501 kB] Get:121 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libssl1.1 amd64 1.1.0l-1\~deb9u1 [1358 kB] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 perl amd64 5.24.1-3+deb9u5 [219 kB] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mime-support all 3.60 [36.7 kB] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libffi6 amd64 3.2.1-6 [20.4 kB] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 readline-common all 7.0-3 [70.4 kB] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline7 amd64 7.0-3 [151 kB] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsqlite3-0 amd64 3.16.2-5+deb9u1 [572 kB] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB] Get:122 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u3 [222 kB] Get:123 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libmagic1 amd64 1:5.30-1+deb9u3 [111 kB] Get:124 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 file amd64 1:5.30-1+deb9u3 [64.2 kB] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB] Get:125 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 linux-libc-dev amd64 4.9.189-3+deb9u2 [1447 kB] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblocale-gettext-perl amd64 1.07-3+b1 [18.7 kB] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 sgml-base all 1.29 [14.8 kB] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libassuan0 amd64 2.4.3-2 [42.5 kB] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pinentry-curses amd64 1.0.0-2 [50.5 kB] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnpth0 amd64 1.3-1 [14.6 kB] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gnupg-agent amd64 2.1.18-8~deb9u4 [554 kB] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libksba8 amd64 1.3.5-2 [99.7 kB] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gnupg amd64 2.1.18-8~deb9u4 [1128 kB] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netbase all 5.4 [19.1 kB] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbus-1-3 amd64 1.10.28-0+deb9u1 [195 kB] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dbus amd64 1.10.28-0+deb9u1 [212 kB] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtasn1-6 amd64 4.10-1.1+deb9u1 [50.6 kB] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgnutls30 amd64 3.5.8-5+deb9u4 [896 kB] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsasl2-modules-db amd64 2.1.27\~101-g0780600+dfsg-3 [68.2 kB] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsasl2-2 amd64 2.1.27\~101-g0780600+dfsg-3 [105 kB] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libldap-common all 2.4.44+dfsg-5+deb9u3 [85.7 kB] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libldap-2.4-2 amd64 2.4.44+dfsg-5+deb9u3 [220 kB] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] Get:126 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 openssl amd64 1.1.0l-1\~deb9u1 [749 kB] Get:127 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 manpages all 4.10-2 [1222 kB] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3770 kB] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2364 kB] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6584 kB] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8966 B] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2296 kB] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6900 kB] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5196 B] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libstdc++-6-dev amd64 6.3.0-18+deb9u1 [1420 kB] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-6 amd64 6.3.0-18+deb9u1 [7094 kB] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++ amd64 4:6.3.0-4 [1546 B] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdpkg-perl all 1.18.25 [1287 kB] Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 patch amd64 2.7.5-1+deb9u2 [112 kB] Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dpkg-dev all 1.18.25 [1595 kB] Get:72 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 build-essential amd64 12.3 [7346 B] Get:73 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 ca-certificates all 20161130+nmu1+deb9u1 [182 kB] Get:74 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dirmngr amd64 2.1.18-8\~deb9u4 [597 kB] Get:75 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfakeroot amd64 1.21-3.1 [45.7 kB] Get:76 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fakeroot amd64 1.21-3.1 [85.6 kB] Get:77 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-0 amd64 2.50.3-2+deb9u1 [2691 kB] Get:78 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgirepository-1.0-1 amd64 1.50.0-1+b1 [89.0 kB] Get:79 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-glib-2.0 amd64 1.50.0-1+b1 [139 kB] Get:80 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libalgorithm-diff-perl all 1.19.03-1 [48.7 kB] Get:81 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4+b2 [11.6 kB] Get:82 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] Get:83 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbus-glib-1-2 amd64 0.108-2 [206 kB] Get:84 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfile-fcntllock-perl amd64 0.22-3+b2 [35.3 kB] Get:85 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-data all 2.50.3-2+deb9u1 [2518 kB] Get:86 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u3 [1071 kB] Get:87 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u3 [28.2 MB] Get:88 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-dev amd64 2.7.13-2 [20.1 kB] Get:89 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-all-dev amd64 2.7.13-2 [960 B] Get:90 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsasl2-modules amd64 2.1.27\~101-g0780600+dfsg-3 [102 kB] Get:91 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 manpages-dev all 4.10-2 [2145 kB] Get:92 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-all amd64 2.7.13-2 [942 B] Get:93 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u3 [290 kB] Get:94 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-dev amd64 2.7.13-2 [1126 B] Get:95 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-all-dev amd64 2.7.13-2 [962 B] Get:96 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB] Get:97 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-crypto amd64 2.6.1-7 [259 kB] Get:98 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB] Get:99 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB] Get:100 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB] Get:101 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB] Get:102 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] Get:103 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB] Get:104 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-six all 1.10.0-3 [14.4 kB] Get:105 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3+deb9u1 [211 kB] Get:106 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-dbus amd64 1.2.4-1+b1 [185 kB] Get:107 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-gi amd64 3.22.0-2 [515 kB] Get:108 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB] Get:109 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-keyring all 10.1-1 [40.7 kB] Get:110 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-keyrings.alt all 1.3-1 [16.4 kB] Get:111 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] Get:112 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip all 9.0.1-2+deb9u1 [179 kB] Get:113 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-wheel all 0.29.0-2 [51.7 kB] Get:114 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-xdg all 0.25-4 [35.8 kB] Get:115 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 rename all 0.20-4 [12.5 kB] Get:116 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 shared-mime-info amd64 1.8-1+deb9u1 [731 kB] Get:117 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xdg-user-dirs amd64 0.15-2+b1 [52.2 kB] Get:118 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xml-core all 0.17 [23.2 kB] Get:119 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gnupg-l10n all 2.1.18-8~deb9u4 [893 kB] Fetched 110 MB in 5s (22.0 MB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package perl-modules-5.24. (Reading database ... 6500 files and directories currently installed.) Preparing to unpack .../00-perl-modules-5.24_5.24.1-3+deb9u5_all.deb ... Unpacking perl-modules-5.24 (5.24.1-3+deb9u5) ... Selecting previously unselected package libgdbm3:amd64. Preparing to unpack .../01-libgdbm3_1.8.3-14_amd64.deb ... Unpacking libgdbm3:amd64 (1.8.3-14) ... Selecting previously unselected package libperl5.24:amd64. Preparing to unpack .../02-libperl5.24_5.24.1-3+deb9u5_amd64.deb ... Unpacking libperl5.24:amd64 (5.24.1-3+deb9u5) ... Selecting previously unselected package perl. Preparing to unpack .../03-perl_5.24.1-3+deb9u5_amd64.deb ... Unpacking perl (5.24.1-3+deb9u5) ... Selecting previously unselected package libpython2.7-minimal:amd64. Preparing to unpack .../04-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ... Selecting previously unselected package python2.7-minimal. Preparing to unpack .../05-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ... Unpacking python2.7-minimal (2.7.13-2+deb9u3) ... Selecting previously unselected package python-minimal. Preparing to unpack .../06-python-minimal_2.7.13-2_amd64.deb ... Unpacking python-minimal (2.7.13-2) ... Selecting previously unselected package mime-support. Preparing to unpack .../07-mime-support_3.60_all.deb ... Unpacking mime-support (3.60) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../08-libexpat1_2.2.0-2+deb9u3_amd64.deb ... Unpacking libexpat1:amd64 (2.2.0-2+deb9u3) ... Selecting previously unselected package libffi6:amd64. Preparing to unpack .../09-libffi6_3.2.1-6_amd64.deb ... Unpacking libffi6:amd64 (3.2.1-6) ... Selecting previously unselected package readline-common. Preparing to unpack .../10-readline-common_7.0-3_all.deb ... Unpacking readline-common (7.0-3) ... Selecting previously unselected package libreadline7:amd64. Preparing to unpack .../11-libreadline7_7.0-3_amd64.deb ... Unpacking libreadline7:amd64 (7.0-3) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../12-libsqlite3-0_3.16.2-5+deb9u1_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.16.2-5+deb9u1) ... Selecting previously unselected package libssl1.1:amd64. Preparing to unpack .../13-libssl1.1_1.1.0l-1\~deb9u1_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.0l-1\~deb9u1) ... Selecting previously unselected package libpython2.7-stdlib:amd64. Preparing to unpack .../14-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ... Selecting previously unselected package python2.7. Preparing to unpack .../15-python2.7_2.7.13-2+deb9u3_amd64.deb ... Unpacking python2.7 (2.7.13-2+deb9u3) ... Selecting previously unselected package libpython-stdlib:amd64. Preparing to unpack .../16-libpython-stdlib_2.7.13-2_amd64.deb ... Unpacking libpython-stdlib:amd64 (2.7.13-2) ... Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ... Setting up python2.7-minimal (2.7.13-2+deb9u3) ... Linking and byte-compiling packages for runtime python2.7... Setting up python-minimal (2.7.13-2) ... Selecting previously unselected package python. (Reading database ... 9150 files and directories currently installed.) Preparing to unpack .../000-python_2.7.13-2_amd64.deb ... Unpacking python (2.7.13-2) ... Selecting previously unselected package liblocale-gettext-perl. Preparing to unpack .../001-liblocale-gettext-perl_1.07-3+b1_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-3+b1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../002-sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../003-libassuan0_2.4.3-2_amd64.deb ... Unpacking libassuan0:amd64 (2.4.3-2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../004-pinentry-curses_1.0.0-2_amd64.deb ... Unpacking pinentry-curses (1.0.0-2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../005-libnpth0_1.3-1_amd64.deb ... Unpacking libnpth0:amd64 (1.3-1) ... Selecting previously unselected package gnupg-agent. Preparing to unpack .../006-gnupg-agent_2.1.18-8\~deb9u4_amd64.deb ... Unpacking gnupg-agent (2.1.18-8\~deb9u4) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../007-libksba8_1.3.5-2_amd64.deb ... Unpacking libksba8:amd64 (1.3.5-2) ... Selecting previously unselected package gnupg. Preparing to unpack .../008-gnupg_2.1.18-8\~deb9u4_amd64.deb ... Unpacking gnupg (2.1.18-8\~deb9u4) ... Selecting previously unselected package netbase. Preparing to unpack .../009-netbase_5.4_all.deb ... Unpacking netbase (5.4) ... Selecting previously unselected package bzip2. Preparing to unpack .../010-bzip2_1.0.6-8.1_amd64.deb ... Unpacking bzip2 (1.0.6-8.1) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../011-libapparmor1_2.11.0-3+deb9u2_amd64.deb ... Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../012-libdbus-1-3_1.10.28-0+deb9u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.10.28-0+deb9u1) ... Selecting previously unselected package dbus. Preparing to unpack .../013-dbus_1.10.28-0+deb9u1_amd64.deb ... Unpacking dbus (1.10.28-0+deb9u1) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../014-libmagic-mgc_1%3a5.30-1+deb9u3_amd64.deb ... Unpacking libmagic-mgc (1:5.30-1+deb9u3) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../015-libmagic1_1%3a5.30-1+deb9u3_amd64.deb ... Unpacking libmagic1:amd64 (1:5.30-1+deb9u3) ... Selecting previously unselected package file. Preparing to unpack .../016-file_1%3a5.30-1+deb9u3_amd64.deb ... Unpacking file (1:5.30-1+deb9u3) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../017-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ... Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ... Selecting previously unselected package libhogweed4:amd64. Preparing to unpack .../018-libhogweed4_3.3-1+b2_amd64.deb ... Unpacking libhogweed4:amd64 (3.3-1+b2) ... Selecting previously unselected package libp11-kit0:amd64. Preparing to unpack .../019-libp11-kit0_0.23.3-2_amd64.deb ... Unpacking libp11-kit0:amd64 (0.23.3-2) ... Selecting previously unselected package libtasn1-6:amd64. Preparing to unpack .../020-libtasn1-6_4.10-1.1+deb9u1_amd64.deb ... Unpacking libtasn1-6:amd64 (4.10-1.1+deb9u1) ... Selecting previously unselected package libgnutls30:amd64. Preparing to unpack .../021-libgnutls30_3.5.8-5+deb9u4_amd64.deb ... Unpacking libgnutls30:amd64 (3.5.8-5+deb9u4) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../022-libsasl2-modules-db_2.1.27\~101-g0780600+dfsg-3_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27\~101-g0780600+dfsg-3) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../023-libsasl2-2_2.1.27\~101-g0780600+dfsg-3_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27\~101-g0780600+dfsg-3) ... Selecting previously unselected package libldap-common. Preparing to unpack .../024-libldap-common_2.4.44+dfsg-5+deb9u3_all.deb ... Unpacking libldap-common (2.4.44+dfsg-5+deb9u3) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../025-libldap-2.4-2_2.4.44+dfsg-5+deb9u3_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.44+dfsg-5+deb9u3) ... Selecting previously unselected package libicu57:amd64. Preparing to unpack .../026-libicu57_57.1-6+deb9u3_amd64.deb ... Unpacking libicu57:amd64 (57.1-6+deb9u3) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../027-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... Selecting previously unselected package manpages. Preparing to unpack .../028-manpages_4.10-2_all.deb ... Unpacking manpages (4.10-2) ... Selecting previously unselected package xz-utils. Preparing to unpack .../029-xz-utils_5.2.2-1.2+b1_amd64.deb ... Unpacking xz-utils (5.2.2-1.2+b1) ... Selecting previously unselected package binutils. Preparing to unpack .../030-binutils_2.28-5_amd64.deb ... Unpacking binutils (2.28-5) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../031-libc-dev-bin_2.24-11+deb9u4_amd64.deb ... Unpacking libc-dev-bin (2.24-11+deb9u4) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../032-linux-libc-dev_4.9.189-3+deb9u2_amd64.deb ... Unpacking linux-libc-dev:amd64 (4.9.189-3+deb9u2) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../033-libc6-dev_2.24-11+deb9u4_amd64.deb ... Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ... Selecting previously unselected package libisl15:amd64. Preparing to unpack .../034-libisl15_0.18-1_amd64.deb ... Unpacking libisl15:amd64 (0.18-1) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../035-libmpfr4_3.1.5-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.5-1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../036-libmpc3_1.0.3-1+b2_amd64.deb ... Unpacking libmpc3:amd64 (1.0.3-1+b2) ... Selecting previously unselected package cpp-6. Preparing to unpack .../037-cpp-6_6.3.0-18+deb9u1_amd64.deb ... Unpacking cpp-6 (6.3.0-18+deb9u1) ... Selecting previously unselected package cpp. Preparing to unpack .../038-cpp_4%3a6.3.0-4_amd64.deb ... Unpacking cpp (4:6.3.0-4) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../039-libcc1-0_6.3.0-18+deb9u1_amd64.deb ... Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../040-libgomp1_6.3.0-18+deb9u1_amd64.deb ... Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../041-libitm1_6.3.0-18+deb9u1_amd64.deb ... Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../042-libatomic1_6.3.0-18+deb9u1_amd64.deb ... Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libasan3:amd64. Preparing to unpack .../043-libasan3_6.3.0-18+deb9u1_amd64.deb ... Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../044-liblsan0_6.3.0-18+deb9u1_amd64.deb ... Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../045-libtsan0_6.3.0-18+deb9u1_amd64.deb ... Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libubsan0:amd64. Preparing to unpack .../046-libubsan0_6.3.0-18+deb9u1_amd64.deb ... Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libcilkrts5:amd64. Preparing to unpack .../047-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ... Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libmpx2:amd64. Preparing to unpack .../048-libmpx2_6.3.0-18+deb9u1_amd64.deb ... Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../049-libquadmath0_6.3.0-18+deb9u1_amd64.deb ... Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package libgcc-6-dev:amd64. Preparing to unpack .../050-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ... Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package gcc-6. Preparing to unpack .../051-gcc-6_6.3.0-18+deb9u1_amd64.deb ... Unpacking gcc-6 (6.3.0-18+deb9u1) ... Selecting previously unselected package gcc. Preparing to unpack .../052-gcc_4%3a6.3.0-4_amd64.deb ... Unpacking gcc (4:6.3.0-4) ... Selecting previously unselected package libstdc++-6-dev:amd64. Preparing to unpack .../053-libstdc++-6-dev_6.3.0-18+deb9u1_amd64.deb ... Unpacking libstdc++-6-dev:amd64 (6.3.0-18+deb9u1) ... Selecting previously unselected package g++-6. Preparing to unpack .../054-g++-6_6.3.0-18+deb9u1_amd64.deb ... Unpacking g++-6 (6.3.0-18+deb9u1) ... Selecting previously unselected package g++. Preparing to unpack .../055-g++_4%3a6.3.0-4_amd64.deb ... Unpacking g++ (4:6.3.0-4) ... Selecting previously unselected package make. Preparing to unpack .../056-make_4.1-9.1_amd64.deb ... Unpacking make (4.1-9.1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../057-libdpkg-perl_1.18.25_all.deb ... Unpacking libdpkg-perl (1.18.25) ... Selecting previously unselected package patch. Preparing to unpack .../058-patch_2.7.5-1+deb9u2_amd64.deb ... Unpacking patch (2.7.5-1+deb9u2) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../059-dpkg-dev_1.18.25_all.deb ... Unpacking dpkg-dev (1.18.25) ... Selecting previously unselected package build-essential. Preparing to unpack .../060-build-essential_12.3_amd64.deb ... Unpacking build-essential (12.3) ... Selecting previously unselected package openssl. Preparing to unpack .../061-openssl_1.1.0l-1\~deb9u1_amd64.deb ... Unpacking openssl (1.1.0l-1\~deb9u1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../062-ca-certificates_20161130+nmu1+deb9u1_all.deb ... Unpacking ca-certificates (20161130+nmu1+deb9u1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../063-dirmngr_2.1.18-8\~deb9u4_amd64.deb ... Unpacking dirmngr (2.1.18-8\~deb9u4) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../064-libfakeroot_1.21-3.1_amd64.deb ... Unpacking libfakeroot:amd64 (1.21-3.1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../065-fakeroot_1.21-3.1_amd64.deb ... Unpacking fakeroot (1.21-3.1) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../066-libglib2.0-0_2.50.3-2+deb9u1_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.50.3-2+deb9u1) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../067-libgirepository-1.0-1_1.50.0-1+b1_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.50.0-1+b1) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../068-gir1.2-glib-2.0_1.50.0-1+b1_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../069-libalgorithm-diff-perl_1.19.03-1_all.deb ... Unpacking libalgorithm-diff-perl (1.19.03-1) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../070-libalgorithm-diff-xs-perl_0.04-4+b2_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-4+b2) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../071-libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libdbus-glib-1-2:amd64. Preparing to unpack .../072-libdbus-glib-1-2_0.108-2_amd64.deb ... Unpacking libdbus-glib-1-2:amd64 (0.108-2) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../073-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../074-libfile-fcntllock-perl_0.22-3+b2_amd64.deb ... Unpacking libfile-fcntllock-perl (0.22-3+b2) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../075-libglib2.0-data_2.50.3-2+deb9u1_all.deb ... Unpacking libglib2.0-data (2.50.3-2+deb9u1) ... Selecting previously unselected package libpython2.7:amd64. Preparing to unpack .../076-libpython2.7_2.7.13-2+deb9u3_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.13-2+deb9u3) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../077-libpython2.7-dev_2.7.13-2+deb9u3_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ... Selecting previously unselected package libpython-dev:amd64. Preparing to unpack .../078-libpython-dev_2.7.13-2_amd64.deb ... Unpacking libpython-dev:amd64 (2.7.13-2) ... Selecting previously unselected package libpython-all-dev:amd64. Preparing to unpack .../079-libpython-all-dev_2.7.13-2_amd64.deb ... Unpacking libpython-all-dev:amd64 (2.7.13-2) ... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../080-libsasl2-modules_2.1.27\~101-g0780600+dfsg-3_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.27\~101-g0780600+dfsg-3) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../081-manpages-dev_4.10-2_all.deb ... Unpacking manpages-dev (4.10-2) ... Selecting previously unselected package python-all. Preparing to unpack .../082-python-all_2.7.13-2_amd64.deb ... Unpacking python-all (2.7.13-2) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../083-python2.7-dev_2.7.13-2+deb9u3_amd64.deb ... Unpacking python2.7-dev (2.7.13-2+deb9u3) ... Selecting previously unselected package python-dev. Preparing to unpack .../084-python-dev_2.7.13-2_amd64.deb ... Unpacking python-dev (2.7.13-2) ... Selecting previously unselected package python-all-dev. Preparing to unpack .../085-python-all-dev_2.7.13-2_amd64.deb ... Unpacking python-all-dev (2.7.13-2) ... Selecting previously unselected package python-cffi-backend. Preparing to unpack .../086-python-cffi-backend_1.9.1-2_amd64.deb ... Unpacking python-cffi-backend (1.9.1-2) ... Selecting previously unselected package python-crypto. Preparing to unpack .../087-python-crypto_2.6.1-7_amd64.deb ... Unpacking python-crypto (2.6.1-7) ... Selecting previously unselected package python-enum34. Preparing to unpack .../088-python-enum34_1.1.6-1_all.deb ... Unpacking python-enum34 (1.1.6-1) ... Selecting previously unselected package python-idna. Preparing to unpack .../089-python-idna_2.2-1_all.deb ... Unpacking python-idna (2.2-1) ... Selecting previously unselected package python-ipaddress. Preparing to unpack .../090-python-ipaddress_1.0.17-1_all.deb ... Unpacking python-ipaddress (1.0.17-1) ... Selecting previously unselected package python-pyasn1. Preparing to unpack .../091-python-pyasn1_0.1.9-2_all.deb ... Unpacking python-pyasn1 (0.1.9-2) ... Selecting previously unselected package python-pkg-resources. Preparing to unpack .../092-python-pkg-resources_33.1.1-1_all.deb ... Unpacking python-pkg-resources (33.1.1-1) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../093-python-setuptools_33.1.1-1_all.deb ... Unpacking python-setuptools (33.1.1-1) ... Selecting previously unselected package python-six. Preparing to unpack .../094-python-six_1.10.0-3_all.deb ... Unpacking python-six (1.10.0-3) ... Selecting previously unselected package python-cryptography. Preparing to unpack .../095-python-cryptography_1.7.1-3+deb9u1_amd64.deb ... Unpacking python-cryptography (1.7.1-3+deb9u1) ... Selecting previously unselected package python-dbus. Preparing to unpack .../096-python-dbus_1.2.4-1+b1_amd64.deb ... Unpacking python-dbus (1.2.4-1+b1) ... Selecting previously unselected package python-gi. Preparing to unpack .../097-python-gi_3.22.0-2_amd64.deb ... Unpacking python-gi (3.22.0-2) ... Selecting previously unselected package python-secretstorage. Preparing to unpack .../098-python-secretstorage_2.3.1-2_all.deb ... Unpacking python-secretstorage (2.3.1-2) ... Selecting previously unselected package python-keyring. Preparing to unpack .../099-python-keyring_10.1-1_all.deb ... Unpacking python-keyring (10.1-1) ... Selecting previously unselected package python-keyrings.alt. Preparing to unpack .../100-python-keyrings.alt_1.3-1_all.deb ... Unpacking python-keyrings.alt (1.3-1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../101-python-pip-whl_9.0.1-2+deb9u1_all.deb ... Unpacking python-pip-whl (9.0.1-2+deb9u1) ... Selecting previously unselected package python-pip. Preparing to unpack .../102-python-pip_9.0.1-2+deb9u1_all.deb ... Unpacking python-pip (9.0.1-2+deb9u1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../103-python-wheel_0.29.0-2_all.deb ... Unpacking python-wheel (0.29.0-2) ... Selecting previously unselected package python-xdg. Preparing to unpack .../104-python-xdg_0.25-4_all.deb ... Unpacking python-xdg (0.25-4) ... Selecting previously unselected package rename. Preparing to unpack .../105-rename_0.20-4_all.deb ... Unpacking rename (0.20-4) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../106-shared-mime-info_1.8-1+deb9u1_amd64.deb ... Unpacking shared-mime-info (1.8-1+deb9u1) ... Selecting previously unselected package xdg-user-dirs. Preparing to unpack .../107-xdg-user-dirs_0.15-2+b1_amd64.deb ... Unpacking xdg-user-dirs (0.15-2+b1) ... Selecting previously unselected package xml-core. Preparing to unpack .../108-xml-core_0.17_all.deb ... Unpacking xml-core (0.17) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../109-gnupg-l10n_2.1.18-8\~deb9u4_all.deb ... Unpacking gnupg-l10n (2.1.18-8\~deb9u4) ... Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ... Setting up libnpth0:amd64 (1.3-1) ... Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ... Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ... Setting up readline-common (7.0-3) ... Setting up perl-modules-5.24 (5.24.1-3+deb9u5) ... Setting up libgdbm3:amd64 (1.8.3-14) ... Setting up manpages (4.10-2) ... Setting up libperl5.24:amd64 (5.24.1-3+deb9u5) ... Setting up libexpat1:amd64 (2.2.0-2+deb9u3) ... Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ... Setting up make (4.1-9.1) ... Setting up libasan3:amd64 (6.3.0-18+deb9u1) ... Setting up mime-support (3.60) ... Setting up libldap-common (2.4.44+dfsg-5+deb9u3) ... Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ... Setting up libreadline7:amd64 (7.0-3) ... Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ... Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ... Setting up libsasl2-modules-db:amd64 (2.1.27\~101-g0780600+dfsg-3) ... Setting up linux-libc-dev:amd64 (4.9.189-3+deb9u2) ... Setting up libsasl2-2:amd64 (2.1.27\~101-g0780600+dfsg-3) ... Setting up libksba8:amd64 (1.3.5-2) ... Setting up sgml-base (1.29) ... Setting up libicu57:amd64 (57.1-6+deb9u3) ... Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... Setting up libtasn1-6:amd64 (4.10-1.1+deb9u1) ... Setting up libmagic-mgc (1:5.30-1+deb9u3) ... Setting up gnupg-l10n (2.1.18-8\~deb9u4) ... Setting up bzip2 (1.0.6-8.1) ... Setting up libmagic1:amd64 (1:5.30-1+deb9u3) ... Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ... Setting up perl (5.24.1-3+deb9u5) ... update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode Setting up libfile-fcntllock-perl (0.22-3+b2) ... Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ... Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ... Setting up patch (2.7.5-1+deb9u2) ... Setting up libglib2.0-data (2.50.3-2+deb9u1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... Setting up libssl1.1:amd64 (1.1.0l-1\~deb9u1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Setting up xz-utils (5.2.2-1.2+b1) ... update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode Setting up libfakeroot:amd64 (1.21-3.1) ... Setting up openssl (1.1.0l-1\~deb9u1) ... Setting up libsqlite3-0:amd64 (3.16.2-5+deb9u1) ... Setting up libalgorithm-diff-perl (1.19.03-1) ... Setting up liblocale-gettext-perl (1.07-3+b1) ... Setting up libmpfr4:amd64 (3.1.5-1) ... Setting up libmpc3:amd64 (1.0.3-1+b2) ... Setting up binutils (2.28-5) ... Setting up libffi6:amd64 (3.2.1-6) ... Setting up libc-dev-bin (2.24-11+deb9u4) ... Setting up xml-core (0.17) ... Setting up libsasl2-modules:amd64 (2.1.27\~101-g0780600+dfsg-3) ... Setting up ca-certificates (20161130+nmu1+deb9u1) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.) debconf: falling back to frontend: Readline Updating certificates in /etc/ssl/certs... 151 added, 0 removed; done. Setting up manpages-dev (4.10-2) ... Setting up libc6-dev:amd64 (2.24-11+deb9u4) ... Setting up libassuan0:amd64 (2.4.3-2) ... Setting up xdg-user-dirs (0.15-2+b1) ... Setting up libitm1:amd64 (6.3.0-18+deb9u1) ... Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ... Setting up libdbus-1-3:amd64 (1.10.28-0+deb9u1) ... Setting up netbase (5.4) ... Setting up python-pip-whl (9.0.1-2+deb9u1) ... Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ... Setting up libstdc++-6-dev:amd64 (6.3.0-18+deb9u1) ... Setting up rename (0.20-4) ... update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode Setting up libglib2.0-0:amd64 (2.50.3-2+deb9u1) ... No schema files found: doing nothing. Setting up libdpkg-perl (1.18.25) ... Setting up python2.7 (2.7.13-2+deb9u3) ... Setting up file (1:5.30-1+deb9u3) ... Setting up fakeroot (1.21-3.1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libgirepository-1.0-1:amd64 (1.50.0-1+b1) ... Setting up libhogweed4:amd64 (3.3-1+b2) ... Setting up libpython-stdlib:amd64 (2.7.13-2) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libisl15:amd64 (0.18-1) ... Setting up dpkg-dev (1.18.25) ... Setting up gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ... Setting up libalgorithm-diff-xs-perl (0.04-4+b2) ... Setting up libp11-kit0:amd64 (0.23.3-2) ... Setting up libpython2.7:amd64 (2.7.13-2+deb9u3) ... Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ... Setting up shared-mime-info (1.8-1+deb9u1) ... Setting up pinentry-curses (1.0.0-2) ... Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u3) ... Setting up cpp-6 (6.3.0-18+deb9u1) ... Setting up dbus (1.10.28-0+deb9u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up gnupg-agent (2.1.18-8\~deb9u4) ... Setting up python2.7-dev (2.7.13-2+deb9u3) ... Setting up python (2.7.13-2) ... Setting up python-xdg (0.25-4) ...
The output of the minikube logs command:

==> Docker <== -- Logs begin at Wed 2019-11-27 15:45:55 UTC, end at Wed 2019-11-27 16:44:10 UTC. -- Nov 27 15:48:50 minikube dockerd[5142]: time="2019-11-27T15:48:50.386772250Z" level=info msg="scheme \"\" not registered, fallback to default scheme" module=grpc Nov 27 15:48:50 minikube dockerd[5142]: time="2019-11-27T15:48:50.386912938Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{ 0 }]" module=grpc Nov 27 15:48:50 minikube dockerd[5142]: time="2019-11-27T15:48:50.386940038Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc Nov 27 15:48:50 minikube dockerd[5142]: time="2019-11-27T15:48:50.386973693Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000f1a1a0, CONNECTING" module=grpc Nov 27 15:48:50 minikube dockerd[5142]: time="2019-11-27T15:48:50.387124453Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000f1a1a0, READY" module=grpc Nov 27 15:52:28 minikube dockerd[5142]: time="2019-11-27T15:52:28.403440882Z" level=warning msg="grpc: addrConn.createTransport failed to connect to { 0 }. Err :connection error: desc = \"transport: Error while dialing only one connection allowed\". Reconnecting..." module=grpc Nov 27 15:52:28 minikube dockerd[5142]: time="2019-11-27T15:52:28.403508739Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000f1a1a0, TRANSIENT_FAILURE" module=grpc Nov 27 15:52:28 minikube dockerd[5142]: time="2019-11-27T15:52:28.403528533Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000f1a1a0, CONNECTING" module=grpc Nov 27 15:52:28 minikube dockerd[5142]: time="2019-11-27T15:52:28.403540404Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc000f1a1a0, TRANSIENT_FAILURE" module=grpc Nov 27 15:52:29 minikube dockerd[5142]: time="2019-11-27T15:52:29.388310073Z" level=warning msg="grpc: addrConn.transportMonitor exits due to: context canceled" module=grpc Nov 27 15:56:23 minikube dockerd[5142]: time="2019-11-27T15:56:23.727844851Z" level=info msg="parsed scheme: \"\"" module=grpc Nov 27 15:56:23 minikube dockerd[5142]: time="2019-11-27T15:56:23.727885143Z" level=info msg="scheme \"\" not registered, fallback to default scheme" module=grpc Nov 27 15:56:23 minikube dockerd[5142]: time="2019-11-27T15:56:23.727987992Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{ 0 }]" module=grpc Nov 27 15:56:23 minikube dockerd[5142]: time="2019-11-27T15:56:23.728023474Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc Nov 27 15:56:23 minikube dockerd[5142]: time="2019-11-27T15:56:23.728052676Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0075230f0, CONNECTING" module=grpc Nov 27 15:56:23 minikube dockerd[5142]: time="2019-11-27T15:56:23.728208632Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0075230f0, READY" module=grpc Nov 27 15:56:42 minikube dockerd[5142]: time="2019-11-27T15:56:42.964935864Z" level=warning msg="grpc: addrConn.createTransport failed to connect to { 0 }. Err :connection error: desc = \"transport: Error while dialing only one connection allowed\". Reconnecting..." module=grpc Nov 27 15:56:42 minikube dockerd[5142]: time="2019-11-27T15:56:42.964966193Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0075230f0, TRANSIENT_FAILURE" module=grpc Nov 27 15:56:42 minikube dockerd[5142]: time="2019-11-27T15:56:42.965032753Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0075230f0, CONNECTING" module=grpc Nov 27 15:56:42 minikube dockerd[5142]: time="2019-11-27T15:56:42.965046442Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0075230f0, TRANSIENT_FAILURE" module=grpc Nov 27 15:56:43 minikube dockerd[5142]: time="2019-11-27T15:56:43.729212074Z" level=warning msg="grpc: addrConn.transportMonitor exits due to: context canceled" module=grpc Nov 27 15:58:05 minikube dockerd[5142]: time="2019-11-27T15:58:05.565811275Z" level=info msg="parsed scheme: \"\"" module=grpc Nov 27 15:58:05 minikube dockerd[5142]: time="2019-11-27T15:58:05.565860480Z" level=info msg="scheme \"\" not registered, fallback to default scheme" module=grpc Nov 27 15:58:05 minikube dockerd[5142]: time="2019-11-27T15:58:05.566086213Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{ 0 }]" module=grpc Nov 27 15:58:05 minikube dockerd[5142]: time="2019-11-27T15:58:05.566114183Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc Nov 27 15:58:05 minikube dockerd[5142]: time="2019-11-27T15:58:05.566158948Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00a2a2140, CONNECTING" module=grpc Nov 27 15:58:05 minikube dockerd[5142]: time="2019-11-27T15:58:05.566587301Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00a2a2140, READY" module=grpc Nov 27 16:00:14 minikube dockerd[5142]: time="2019-11-27T16:00:14.964977762Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00a2a2140, TRANSIENT_FAILURE" module=grpc Nov 27 16:00:14 minikube dockerd[5142]: time="2019-11-27T16:00:14.965033795Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00a2a2140, CONNECTING" module=grpc Nov 27 16:00:14 minikube dockerd[5142]: time="2019-11-27T16:00:14.965035656Z" level=warning msg="grpc: addrConn.createTransport failed to connect to { 0 }. Err :connection error: desc = \"transport: Error while dialing only one connection allowed\". Reconnecting..." module=grpc Nov 27 16:00:14 minikube dockerd[5142]: time="2019-11-27T16:00:14.965102445Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00a2a2140, TRANSIENT_FAILURE" module=grpc Nov 27 16:00:15 minikube dockerd[5142]: time="2019-11-27T16:00:15.566451454Z" level=warning msg="grpc: addrConn.transportMonitor exits due to: context canceled" module=grpc Nov 27 16:02:11 minikube dockerd[5142]: time="2019-11-27T16:02:11.986284495Z" level=info msg="parsed scheme: \"\"" module=grpc Nov 27 16:02:11 minikube dockerd[5142]: time="2019-11-27T16:02:11.986339934Z" level=info msg="scheme \"\" not registered, fallback to default scheme" module=grpc Nov 27 16:02:11 minikube dockerd[5142]: time="2019-11-27T16:02:11.986452019Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{ 0 }]" module=grpc Nov 27 16:02:11 minikube dockerd[5142]: time="2019-11-27T16:02:11.986474049Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc Nov 27 16:02:11 minikube dockerd[5142]: time="2019-11-27T16:02:11.986506136Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00efc9db0, CONNECTING" module=grpc Nov 27 16:02:11 minikube dockerd[5142]: time="2019-11-27T16:02:11.986856366Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00efc9db0, READY" module=grpc Nov 27 16:04:27 minikube dockerd[5142]: time="2019-11-27T16:04:27.303137888Z" level=warning msg="grpc: addrConn.createTransport failed to connect to { 0 }. Err :connection error: desc = \"transport: Error while dialing only one connection allowed\". Reconnecting..." module=grpc Nov 27 16:04:27 minikube dockerd[5142]: time="2019-11-27T16:04:27.303290173Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00efc9db0, TRANSIENT_FAILURE" module=grpc Nov 27 16:04:27 minikube dockerd[5142]: time="2019-11-27T16:04:27.303891478Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00efc9db0, CONNECTING" module=grpc Nov 27 16:04:27 minikube dockerd[5142]: time="2019-11-27T16:04:27.303976876Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00efc9db0, TRANSIENT_FAILURE" module=grpc Nov 27 16:04:27 minikube dockerd[5142]: time="2019-11-27T16:04:27.986824047Z" level=warning msg="grpc: addrConn.transportMonitor exits due to: context canceled" module=grpc Nov 27 16:05:58 minikube dockerd[5142]: time="2019-11-27T16:05:58.555540893Z" level=info msg="parsed scheme: \"\"" module=grpc Nov 27 16:05:58 minikube dockerd[5142]: time="2019-11-27T16:05:58.555581196Z" level=info msg="scheme \"\" not registered, fallback to default scheme" module=grpc Nov 27 16:05:58 minikube dockerd[5142]: time="2019-11-27T16:05:58.555972691Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{ 0 }]" module=grpc Nov 27 16:05:58 minikube dockerd[5142]: time="2019-11-27T16:05:58.555995022Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc Nov 27 16:05:58 minikube dockerd[5142]: time="2019-11-27T16:05:58.556044128Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00c4b96e0, CONNECTING" module=grpc Nov 27 16:05:58 minikube dockerd[5142]: time="2019-11-27T16:05:58.556214006Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00c4b96e0, READY" module=grpc Nov 27 16:06:28 minikube dockerd[5142]: time="2019-11-27T16:06:28.204210951Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00c4b96e0, TRANSIENT_FAILURE" module=grpc Nov 27 16:06:28 minikube dockerd[5142]: time="2019-11-27T16:06:28.204260666Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00c4b96e0, CONNECTING" module=grpc Nov 27 16:06:28 minikube dockerd[5142]: time="2019-11-27T16:06:28.204239582Z" level=warning msg="grpc: addrConn.createTransport failed to connect to { 0 }. Err :connection error: desc = \"transport: Error while dialing only one connection allowed\". Reconnecting..." module=grpc Nov 27 16:06:28 minikube dockerd[5142]: time="2019-11-27T16:06:28.204322780Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc00c4b96e0, TRANSIENT_FAILURE" module=grpc Nov 27 16:06:28 minikube dockerd[5142]: time="2019-11-27T16:06:28.557238884Z" level=warning msg="grpc: addrConn.transportMonitor exits due to: context canceled" module=grpc Nov 27 16:34:48 minikube dockerd[5142]: time="2019-11-27T16:34:48.160582346Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/7652f310efa3c688a3ac4c0e7f00bf83c725488a70755c3bda06fd0ecabee498/shim.sock" debug=false pid=15744 Nov 27 16:35:55 minikube dockerd[5142]: time="2019-11-27T16:35:55.161295121Z" level=info msg="shim reaped" id=7652f310efa3c688a3ac4c0e7f00bf83c725488a70755c3bda06fd0ecabee498 Nov 27 16:35:55 minikube dockerd[5142]: time="2019-11-27T16:35:55.171373804Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="events.TaskDelete" Nov 27 16:37:25 minikube dockerd[5142]: time="2019-11-27T16:37:25.360812905Z" level=info msg="shim containerd-shim started" address="/containerd-shim/moby/5d56c77ebd70ed77e91d9546028a06f0b39f5c3ef9667ca461a7b24f7b8995a2/shim.sock" debug=false pid=22416 Nov 27 16:43:52 minikube dockerd[5142]: time="2019-11-27T16:43:52.057496263Z" level=info msg="shim reaped" id=5d56c77ebd70ed77e91d9546028a06f0b39f5c3ef9667ca461a7b24f7b8995a2 Nov 27 16:43:52 minikube dockerd[5142]: time="2019-11-27T16:43:52.067719692Z" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="events.TaskDelete"

==> container status <== CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID 8ce3cbd9cec1a c2a449c9f8344 About an hour ago Running registry 1 4efeea4ac94fb 60fd6dcd997f9 60dc18151daf8 About an hour ago Running registry-proxy 1 01c1dcf8e7cb4 e414d66672ada bf261d1579144 About an hour ago Running coredns 61 7c0b13904434e 3092a45b979a1 bf261d1579144 About an hour ago Running coredns 61 5b9e994b55ab1 ed2587ab55b59 4689081edb103 About an hour ago Running storage-provisioner 1 38b5f4e84f2b9 eaeb49eaa5a5f 8454cbe08dc9f About an hour ago Running kube-proxy 1 c686cb0028d6f 36df1f87d4966 bd12a212f9dcb About an hour ago Running kube-addon-manager 1 ba52ebba2ae13 6c650f6706515 c2c9a0406787c About an hour ago Running kube-apiserver 1 661d6a2d15310 9e847a75ff1a4 6e4bffa46d70b About an hour ago Running kube-controller-manager 1 42c9302703b17 0fdc96d1696e4 ebac1ae204a2c About an hour ago Running kube-scheduler 1 56ba346dd1e7d 99fb6a613161c b2756210eeabf About an hour ago Running etcd 1 a9d639b355fa8 d7964776464ae bf261d1579144 About an hour ago Exited coredns 60 97fd2d0bca730 898474c54dc4b bf261d1579144 About an hour ago Exited coredns 60 4c80e83e5f5df 029fbca4eeead registry.hub.docker.com/library/registry@sha256:5eaafa2318aa0c4c52f95077c2a68bed0b13f6d2b464835723d4de1484052299 20 hours ago Exited registry 0 3eecaabd78d4f 4d4afe50ef9ab gcr.io/google_containers/kube-registry-proxy@sha256:1040f25a5273de0d72c54865a8efd47e3292de9fb8e5353e3fa76736b854f2da 20 hours ago Exited registry-proxy 0 45012aa2e4cdb cdbc375b9cd54 4689081edb103 20 hours ago Exited storage-provisioner 0 89c9bd9107a3a 340ade0b2eb5f 8454cbe08dc9f 20 hours ago Exited kube-proxy 0 bb3e5b8469ab4 b7aba90c8f9c3 k8s.gcr.io/kube-addon-manager@sha256:3e315022a842d782a28e729720f21091dde21f1efea28868d65ec595ad871616 20 hours ago Exited kube-addon-manager 0 a95b0b834587d 53194bc8775b8 b2756210eeabf 20 hours ago Exited etcd 0 fdcc1b059d50d fd2d820e1b6b7 6e4bffa46d70b 20 hours ago Exited kube-controller-manager 0 8d2caa0246ad7 7826aaefc1a67 ebac1ae204a2c 20 hours ago Exited kube-scheduler 0 8cfd7e1c6f267 8f487dc9d35e9 c2c9a0406787c 20 hours ago Exited kube-apiserver 0 0ac02d03448f4

==> coredns [3092a45b979a] <== 2019-11-27T15:46:52.735Z [INFO] plugin/ready: Still waiting on: "kubernetes" .:53 2019-11-27T15:46:54.432Z [INFO] plugin/reload: Running configuration MD5 = f64cb9b977c7dfca58c4fab108535a76 2019-11-27T15:46:54.432Z [INFO] CoreDNS-1.6.2 2019-11-27T15:46:54.432Z [INFO] linux/amd64, go1.12.8, 795a3eb CoreDNS-1.6.2 linux/amd64, go1.12.8, 795a3eb 2019-11-27T15:47:02.735Z [INFO] plugin/ready: Still waiting on: "kubernetes" 2019-11-27T15:47:12.736Z [INFO] plugin/ready: Still waiting on: "kubernetes" I1127 15:47:19.438391 1 trace.go:82] Trace[1072257589]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-11-27 15:46:49.431995324 +0000 UTC m=+0.178623422) (total time: 30.006371152s): Trace[1072257589]: [30.006371152s] [30.006371152s] END E1127 15:47:19.438545 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 E1127 15:47:19.438545 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 E1127 15:47:19.438545 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?limitE=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout11 E1127 15:47:19.438655 1 re27 15:47:19.438545 1 reflector.go:126] pkg/mod/flector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatiblk8s.io/client-go@v11.0e/tools/cache/re.0+incompatible/tools/cache/reflector.go:flector.go:94: Failed to list v1.Service: Ge94: Failed to list v1.Endpoints: Get https:/t https://10.96/10.96.0.1:443/api/v1/endpoin.0.1:443/api/v1ts?limit=500&res/services?limitourceVersion==500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeo0: dial tcp 10.96.0.1:443: i/o timeout I1127 15:47:19.438640 1 trace.go:82] Trace[265905365]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.gut o:94 ListAndWatch" (started: 2019-11-27 15:46:49.432159137 +0000 UTC m=+0.178787215) (total time: 30.006E1127 15:47:19.4386466401s): Trace[265905365]: [30.006466401s] [30.006466401s] END E1127 15:47:72 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.g19.438655 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/refleco:94: Failed to listor.go:94: Failed to list v1.Service: Gt 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 et https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: i/o timeout E1127 15:47:19.438655 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 E1127 15:47:19.438655 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 I1127 15:47:19.438419 1 trace.go:82] Trace[13542732]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-11-27 15:46:49.43188385 +0000 UTC m=+0.178511917) (total time: 30.006507937s): Trace[13542732]: [30.006507937s] [30.006507937s] END E1127 15:47:19.438672 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 E1127 15:47:19.438672 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 E1127 15:47:19.438672 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

==> coredns [898474c54dc4] <== E1127 15:44:39.165225 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: connect: no route to host E1127 15:44:39.165267 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: connect: no route to host E1127 15:44:39.165267 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: connect: no route to host E1127 15:44:39.165267 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: connect: no route to host E1127 15:44:39.165224 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: connect: no route to host E1127 15:44:39.165224 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: connect: no route to host E1127 15:44:39.165224 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: connect: no route to host 2019-11-27T15:44:40.357Z [ERROR] plugin/errors: 2 8857194876192346426.6037726284213278208. HINFO: read udp 172.17.0.4:56894->192.168.46.2:53: i/o timeout E1127 15:44:42.238523 1 reflector.go:126] pkg/mod/k8s.io/clieE1127 15:44:39.165225 1 reflector.go:126] pkgnt-go@v11.0.0/mod/k8s.io/cl+incompatible/tools/cache/reflector.go:94: Failed to list vient-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed 1.Service: Get https://10.96.0.1:443/to list v1.Endpoints: api/v1/servicesGet https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: con96.0.1:443: connect: nonect: no route to host route to host E1127 15:44:39.165267 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0E1127 15:44:42..0+incompatible/tools/cache/reflector.go:94: Failed to list238523 1 v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resour reflector.go:126] pkg/mod/k8s.io/client-goceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host @v11.0.0+incompatible/toolE1127 15:44:39.165224 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/ts/cache/reflector.go:94: Failed to list v1.Service: Get httpools/cache/reflector.go:94: Failed to lis://10.96.0.1:443/api/v1/services?limit=st v1.Service: Get 500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host E1127 15https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0: dial tcp 10.96.:44:42.238523 0.1:443: connect: no1 reflector.go:126] pkg/mod/k8s.io/client route to host E1127 15:44:42.238523 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:9-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Service:4: Failed to list v1.Service: Get https: Get https://10.96.0.1:443/api/v1/services?limit=500&resource//10.96.0.1:443/api/Version=0: dial tcp 10.96.0.1:443: connecv1/services?limit=500t: no route to host &resoE1127 15:44:42.238524urceVersion=0: dial 1 reflector.gotcp 10.96.0.1:443: co:126] pkg/mod/k8s.ionnect: no route to h/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get httpost E1127 15:44:4s://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to 2.238524 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/host E1127 15:44:42.238524 1 reflector.go:126] pkg/tools/cache/reflector.go:94: Failed to lmod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed toist v1.Namespace: G list v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: et https://10.96.0.1connect: no route to host E1127 15:44:42.238524 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incomp:443/api/v1/namespaces?limit=500&resourceatible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get https://10Version=0: dial tcp 10.96.0.1:443: connect: no route to host .96E1127 15:44:42.238798 1 reflector.go:126] pkg/mod/k8s.io.0.1:443/api/v1/name/client-go@v11.0.0+incompatible/tools/cacspaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: he/reflector.go:94: Failed to list v1.Endpoints: Get https:connect: no route to //10.96.0.1:443/api/vhost 1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host E1127 15:44:45.309950 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&E1127 15:44:42.238798resourceVersion=0: di 1 reflector.go:126] pkg/mod/k8s.ial tcp 10.96.0.1:443: connect: no route to/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.1:443/api/vo host E1127 15:41/endpoints?limit=500&resourceVersion=0: 4:45.309954 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatibledial tcp 10.96.0.1:443: connect: no route to host E1127 15:44:42.238798 /tools/cache/reflect 1 reflector.go:126or.go:94: Failed to list v1.Names]pace: Get http pkg/mod/k8s.io/cliens://10.96.t-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Fai0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: led to list v1.Endpoints: Get https://10.96.0.1:443/api/v1/connect: no route to host E1127 15:44endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host E1127 15:44:42.238798 :45.309992 1 reflector.go:126] pkg/mod/k8s.io/client-go @v11.0.0+incomp 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompaatible/tools/cache/reflector.go:94: Failed to list v1.Servtible/tools/cache/reflector.go:94: Failed to list v1.Endpoinice: Get https://10.96.0.1:443/api/v1/serts: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: cvices?limit=500&resouonnect: no route to host E1127 15:44:45.309950 1 reflrceVersion=0: dial tcp 10.96.0.1:443: connect:ector.go:126] pkg/mod no route to host E1127 15:44:48.382214 / k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0:94: Failed to list +incompatiblev1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit/tools/cache/reflector.go:94: Failed to list v1.Service:=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host GE1127 15:44:45.309950 1 reflector.go:126] pket https://10.96.0.1:443/api/v1g/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector./services?limit=500&resourceVersion=0go:94: Failed to list v1.Endpoints: Get h: dial tcp 10.96.0.1:443: connect: no route ttps://10.96.0.1:443/to host E1127 15:44:48.382214 1 reflector.go:1api/v1/endpoints?limit=500&resourceVersion26] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/=0: dial tcp 10.96.0.cache/reflector.go:94: Failed 1:443: connect: no roto list v1.Endpoints: Get https://10.96.0.ute to host E1127 11:443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to 5:44:45.309950 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompathost E1127 15:44ible/tools/cache/reflector.go:94: Failed :48.382245 1 reflector.go:126] pkg/to list v1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limod/k8s.io/client-gomit=500&resourceVers@v11.0.0+incompatible/tools/cache/reflecion=0: dial tcp 10.96.0.1:443: connect: ntor.go:94: Failed to list v1.Namespace: Get https://10.96.0.o route to host E11:443/api/v1/namespaces?limit=500&resour127 15:44:45.309954 ceVersion=0: dial tcp 10.96.0.1:443: connect: no route to ho 1 reflector.go:12st E1127 15:44:51.456118 1 reflector.go:126] pkg/mo6] pkg/mod/k8s.io/client-go@v11.0.0+incomd/k8s.io/client-go@v11.0.0+incompatible/patible/tools/cache/rtools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceflector.go:94: Failed to list v1.NameseVersion=0: dial tcppace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&r 10.96.0.1:443: connect: no route to host E1127 15:44:51.456157 1 reflector.go:126] pkg/mod/kesourceVersion=0: dial tcp 10.96.0.1:443: connect: no route t8s.io/client-go@v11.0.0+incompatible/toolo host E1127 15:44:45.309954 1 rs/cache/reflector.go:94: Failed to list v1.Service: Get https://10.96.0.1:443/api/v1/services?limit=eflector.go:126] pkg500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host /mod/k8s.io/client-go@v11.0.0+incompaE1127 15:44:51.45611tible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get https://10.96.9 1 reflector.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tgo:126] pkg/mod/k8s.cp 10.96.0.1:443: coio/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.Namespace: Get https:nnect: no route to host E1127 15:44:45.309954 1 refl//10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:4ector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector43: connect.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: connect: no route to host E1127 15:44:45.309992 1 reflector.go:126] pkg/mod/k8: no route to host s.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: connect: no route to host E1127 15:44:45.309992 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: connect: no route to host E1127 15:44:45.309992 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: connect: no route to host E1127 15:44:48.382214 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: connect: no route to host E1127 15:44:48.382214 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: connect: no route to host E1127 15:44:48.382214 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: connect: no route to host E1127 15:44:48.382214 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: connect: no route to host E1127 15:44:48.382214 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: connect: no route to host E1127 15:44:48.382214 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: connect: no route to host E1127 15:44:48.382245 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: connect: no route to host E1127 15:44:48.382245 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: connect: no route to host E1127 15:44:48.382245 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: connect: no route to host E1127 15:44:51.456118 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: connect: no route to host E1127 15:44:51.456118 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: connect: no route to host E1127 15:44:51.456118 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: connect: no route to host E1127 15:44:51.456157 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: connect: no route to host E1127 15:44:51.456157 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: connect: no route to host E1127 15:44:51.456157 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: connect: no route to host E1127 15:44:51.456119 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: connect: no route to host E1127 15:44:51.456119 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: connect: no route to host E1127 15:44:51.456119 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: connect: no route to host [INFO] SIGTERM: Shutting down servers then terminating

==> coredns [d7964776464a] <== E1127 15:44:38.525520 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: connect: no route to host E1127 15:44:38.525668 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: connect: no route to host E1127 15:44:38.525668 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: connect: no route to host E1127 15:44:38.525668 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: connect: no route to host 2019-11-27T15:44:39.003Z [ERROR] plugin/errors: 2 2878742449681415270.3116058615005588443. HINFO: read udp 172.17.0.5:40566->192.168.46.2:53: i/o timeout E1127 15:44:41.597560 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: connect: no routE1127 15:4e to host E1127 15:44:41.597560 1 reflector.go:126] pkg/mod/k8s.io/client-g4:41.597560 1 reflector.go:126] pkg/mo@v11.0.0+incompatible/tools/cache/reflectod/k8s.io/clor.go:9ient-go@v11.0.0+incompatibl4: Failed to list v1.Endpoints: Get httpe/tools/s://10.96.0.1:443/acache/reflector.go:94: Failed to lipi/v1/endpointsst v1.Endpoint?limit=500&resourceVersion=0:s: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resource dial tcp 10.96.0.1:443: connect: no route to host Version=0: dial tcp 10.96.0.1:443: connect: noE 1127 15:44:41.597560 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:44route to host E1127 15:44:41.597564 3: connect: no route to host 1 refE1127 15:44:41.597564 lector.go:126] pkg/mo1 reflector.god/k8s.io/client-go@v11.0.0+incompatible/too:126] pkg/mod/k8s.io/cliels/cache/reflector.go:94: Failed to list nt-go@v11.0.0+iv1.Namespace: Gncompatible/toolet https://10.96.0.1:443/api/v1/namespacess/cache/reflec?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host E1127 15:44tor.go:94: Failed to list v1.Namespace: Get https://10.:41.597808 1 r96.0.1:443/api/v1/nameeflector.go:126] pkg/modspaces?limit=500&resource/k8s.io/client-go@v11.0.0+incompatible/tools/Version=0: diacache/reflector.go:94: Failed to lisl tcp 10.96.0.1:443: connect: no route to host t v1.Service: Get https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host E1127 15:44:44.668912 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?liE1127 15:44:41.597564 1 reflector.go:126] pkg/mod/k8mit=500&resourceVersion=0: ds.io/client-go@v11.0ial tcp 10.96.0.1:443: connect: no route to host E1127 15:44.0+incompatible/tools:44.668913 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed t/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: connect: no route to o list v1.Namespachost E1127 15:44:41.597564 1 reflector.go:126] e: Get https://10.96.0.1:443/pkg/mod/k8s.io/clienapi/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no routt-go@v11.0.0+incompatible/tools/cache/re to host E1127 15:44:44.668913 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: connect:eflector.go:94: Failed to list v1.Namespace: Get https://10 no route to .96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host E112host 7 15:44:41.597808 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: connect: no route to host E1127 15:44:41.597808 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&resourceVE1127 15:44:47.742305 1 reflector.go:126] ersion=0: dial tcp 10.96.0.1:443: connect: no route to host E1127 15:44:41.597808 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/capkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cche/reflector.go:94: ache/reflectFailed to list v1.Service: Get https://10.96.0.1:443/api/v1/services?limit=500&resor.go:94: Failed to list ourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host 2019-11-27T15v1.Namespace:44:42.004Z [ERROR] plugin/errors: 2 28787: Get https://10.96.0.1:443/api/v1/nam42449681415270.311605espaces?limit=500&resourceVe8615005588443. HINFO: read udp 172.17.0.5:42099->192.168.46.2:53: i/o timeout rsion=0: dial tcp 10.96.0.1:443: connect: no route t2019-11-27T15:44:43.004Z [ERROR] plugin/errors: 2 2878742449681415270.3116058615005588443. HINFO: read udp 172.17.0.5:44089->192.168.46o host E1127 15:44:47.742520 1 reflector.go:126] pk.2:53: i/o timeout g/mod/k8s.io/client-go@v11.0.0+incompatib2019-11-27T15:44:44.le/tools/cache/reflector.go:94: Failed004Z [ERROR] plugin/errors: 2 2878742449681415270.311605861500 to list v1.Service: Get https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0: dia5588443. HINFO: read udp 172.17.0.5:4617l tcp 10.96.0.1:443: connect: no route to2->192.168.46.2:53: i/o timeout E1127 host E1127 15:44:47.742612 1 reflector.go:126] pkg/mod/k8s.io/client-go@15:44:44.668912 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompativ11.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&resourcble/tools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.eVersion=0: dial tcp 10.96.0.1:443: conn1:443/api/v1/endpoints?limit=500&resourceect: no route to host E1127 15:44:50.Version=0: dial tcp 10.96.0.1:443: connect: no route to host 813531 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatibleE1127 15:44:44.668912 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+/tools/cache/reflectoincompatible/tools/cr.go:94: Failed to list v1.Service: Get https://10.96.0.1:443/api/v1/services?limache/reflector.go:94it=500&resourceVersion=0: dial tcp 10.96.0.1:443: co: Failed to list v1.Endpoints: Get httpsnnect: no rout://10.96.0.1:443/api/v1/endpoints?limit=500e to host E1127 15:44:50.813543 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to list v1.&resourceVersion=0: Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit=dial tcp 10.96.0.1:443: connect: no route 500&resourceVersion=0: dial tcp 10.96.0.1:443: connect: no route to host Eto host E1127 15:1127 15:44:50.813531 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+in44:44.668912 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompaticompatible/tools/cache/reflector.go:94: Failed to list v1ble/tools/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.1:.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&re443/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 10.96.0.1:443: csourceVersiononnect: no route to host =0: dial tcp 10.96.0.1:443: connect: no routeE1127 15:44:44.66891 to host 3 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: connect: no route to host E1127 15:44:44.668913 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: connect: no route to host E1127 15:44:44.668913 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: connect: no route to host E1127 15:44:44.668913 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: connect: no route to host E1127 15:44:44.668913 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: connect: no route to host E1127 15:44:44.668913 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: connect: no route to host 2019-11-27T15:44:47.006Z [ERROR] plugin/errors: 2 2878742449681415270.3116058615005588443. HINFO: read udp 172.17.0.5:50372->192.168.46.2:53: i/o timeout E1127 15:44:47.742305 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: connect: no route to host E1127 15:44:47.742305 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: connect: no route to host E1127 15:44:47.742305 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: connect: no route to host E1127 15:44:47.742520 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: connect: no route to host E1127 15:44:47.742520 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: connect: no route to host E1127 15:44:47.742520 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: connect: no route to host E1127 15:44:47.742612 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: connect: no route to host E1127 15:44:47.742612 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: connect: no route to host E1127 15:44:47.742612 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: connect: no route to host 2019-11-27T15:44:50.009Z [ERROR] plugin/errors: 2 2878742449681415270.3116058615005588443. HINFO: read udp 172.17.0.5:38259->192.168.46.2:53: i/o timeout E1127 15:44:50.813531 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: connect: no route to host E1127 15:44:50.813531 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: connect: no route to host E1127 15:44:50.813531 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: connect: no route to host E1127 15:44:50.813543 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: connect: no route to host E1127 15:44:50.813543 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: connect: no route to host E1127 15:44:50.813543 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: connect: no route to host E1127 15:44:50.813531 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: connect: no route to host E1127 15:44:50.813531 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: connect: no route to host E1127 15:44:50.813531 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: connect: no route to host [INFO] SIGTERM: Shutting down servers then terminating 2019-11-27T15:44:53.010Z [ERROR] plugin/errors: 2 2878742449681415270.3116058615005588443. HINFO: read udp 172.17.0.5:37983->192.168.46.2:53: i/o timeout

==> coredns [e414d66672ad] <== .:53 2019-11-27T15:46:54.431Z [INFO] plugin/reload: Running configuration MD5 = f64cb9b977c7dfca58c4fab108535a76 2019-11-27T15:46:54.431Z [INFO] CoreDNS-1.6.2 2019-11-27T15:46:54.431Z [INFO] linux/amd64, go1.12.8, 795a3eb CoreDNS-1.6.2 E1127 15:47:19.438546 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 E1127 15:47:19.438703 1 reflector.go:126] pkg/mod/k8linux/amd64,s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: Failed to go1.12.8, 795a3eb list v1.Namespace: Get https://10.96.0.1:443/api2019-11-27T15:46:58.985Z [I/v1/namespaces?limit=500&resourceVersion=NFO] plugin/r0: dial tcp 10.96.0.1:443: i/o timeout E1127 15:47:19.438752 1 reflector.geady: Still waiting on: "kubernetes" o:1226] pkg/mod/k8s.io/clien019-11-27T15:47:08.t-go@v11.0.0+incompatible/tool985Z [INFO] plugin/ready: Still waiting on: "kuberns/cache/reflector.go:94: Failed to list v1.Endpoints: Get https://10.96.0.1:443/api/v1/endpoints?limit=500&resourceVersetes" 2019-11-27T15:47:18.985Z [INFOion=0: dial tcp 10.96] plugin/ready: Still waiting on: "kubernetes" I1127 15:47:19.438518 1 tr.0.1:443: i/o timeouace.go:82] Trace[1029969945]: "Reflector t pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-11-27 15:46:49.43127838 +0000 UTC m=+0.141732370) (total time: 30.00720458s): Trace[1029969945]: [30.00720458s] [30.00720458s] END E1127 15:47:19.438546 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 E1127 15:47:19.438546 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 E1127 15:47:19.438546 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 I1127 15:47:19.438691 1 trace.go:82] Trace[1130947617]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-11-27 15:46:49.431268437 +0000 UTC m=+0.141722425) (total time: 30.007399556s): Trace[1130947617]: [30.007399556s] [30.007399556s] END E1127 15:47:19.438703 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 E1127 15:47:19.438703 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 E1127 15:47:19.438703 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 I1127 15:47:19.438702 1 trace.go:82] Trace[608383632]: "Reflector pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94 ListAndWatch" (started: 2019-11-27 15:46:49.43126378 +0000 UTC m=+0.141717779) (total time: 30.007411176s): Trace[608383632]: [30.007411176s] [30.007411176s] END E1127 15:47:19.438752 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 E1127 15:47:19.438752 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 E1127 15:47:19.438752 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

==> dmesg <== [Nov27 15:49] sd 0:0:0:0: [sda] Assuming drive cache: write through [ +0.111509] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ +5.105118] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument [ +0.032969] systemd-fstab-generator[2793]: Ignoring "noauto" for root device [ +0.002693] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [ +0.000002] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [ +1.216077] vboxguest: loading out-of-tree module taints kernel. [ +0.004721] vboxguest: PCI device not found, probably running on physical hardware. [ +0.427245] NFSD: the nfsdcld client tracking upcall will be removed in 3.10. Please transition to using nfsdcltrack. [Nov27 15:50] systemd-fstab-generator[5061]: Ignoring "noauto" for root device [ +11.028667] systemd-fstab-generator[5731]: Ignoring "noauto" for root device [ +21.211525] kauditd_printk_skb: 110 callbacks suppressed [ +7.171718] kauditd_printk_skb: 20 callbacks suppressed [Nov27 15:51] kauditd_printk_skb: 50 callbacks suppressed [Nov27 15:52] NFSD: Unable to end grace period: -110 [Nov27 15:55] hrtimer: interrupt took 6101099 ns [Nov27 15:56] kauditd_printk_skb: 3 callbacks suppressed

==> kernel <== 16:44:10 up 54 min, 0 users, load average: 1.17, 0.97, 0.76 Linux minikube 4.19.76 #1 SMP Fri Oct 25 16:07:41 PDT 2019 x86_64 GNU/Linux PRETTY_NAME="Buildroot 2019.02.6"

==> kube-addon-manager [36df1f87d496] <== daemonset.apps/registry-proxy unchanged replicationcontroller/registry unchanged service/registry unchanged serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-11-27T16:43:39+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-11-27T16:43:43+00:00 == INFO: error: no obj== Reconciling ects passed to apply with deprecatederror: no objects passed to apply error: no object label == INFO: == Reconcilis passed to appng with addon-manager label == ly daemonset.apps/registry-proxy unchanged replicationcontroller/registry unchanged service/registry unchanged serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-11-27T16:43:45+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-11-27T16:43:48+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == daemonset.apps/registry-proxy unchanged replicationcontroller/registry unchanged service/registry unchanged serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-11-27T16:43:50+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-11-27T16:43:53+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == error: no objects passed to apply error: no objects passed to apply daemonset.apps/registry-proxy unchanged replicationcontroller/registry unchanged service/registry unchanged serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-11-27T16:43:54+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-11-27T16:43:58+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label == daemonset.apps/registry-proxy unchanged replicationcontroller/registry unchanged service/registry unchanged serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-11-27T16:44:00+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-11-27T16:44:03+00:00 == INFO: == Reconciling with deprecated error: no objects passed to apply label == INFO: == Reconciling with addon-manager label == daemonset.apps/registry-proxy unchanged replicationcontroller/registry unchanged service/registry unchanged serviceaccount/storage-provisioner unchanged INFO: == Kubernetes addon reconcile completed at 2019-11-27T16:44:04+00:00 == INFO: Leader election disabled. INFO: == Kubernetes addon ensure completed at 2019-11-27T16:44:09+00:00 == INFO: == Reconciling with deprecated label == INFO: == Reconciling with addon-manager label ==

==> kube-addon-manager [b7aba90c8f9c] <== error: no objects passed to apply error when retrieving current configuration of: Resource: "apps/v1, Resource=daemonsets", GroupVersionKind: "apps/v1, Kind=DaemonSet" Name: "registry-proxy", Namespace: "kube-system" Object: &{map["apiVersion":"apps/v1" "kind":"DaemonSet" "metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "kubernetes.io/minikube-addons":"registry"] "name":"registry-proxy" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.ioINFO: =/l= Reconciling with addon-manager label == ast-applied-configuration":""]] "spec":map["template":map["metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "kubernetes.io/minikube-addons":"registry" "registry-proxy":"true"]] "spec":map["containers":[map["image":"gcr.io/google_containers/kube-registry-proxy:0.4" "imagePullPolicy":"IfNotPresent" "name":"registry-proxy" "ports":[map["containerPort":'P' "hostPort":'\u1388' "name":"registry"]] "env":[map["name":"REGISTRY_HOST" "value":"registry.kube-system.svc.cluster.local"] map["value":"80" "name":"REGISTRY_PORT"]]]]]] "selector":map["matchLabels":map["kubernetes.io/minikube-addons":"registry" "registry-proxy":"true"]]]]} from server for: "/etc/kubernetINFO: == Kubernetes addon reconciele completed at 2019-11-27T15:44:54+00:00 == INFOs/addons/registry-proxy.yaml": Get https://localhost:: Leader election disabled. The connection to the server localhost:8443 was refused - did you specify the right host or port? INFO: == 8443/apis/apps/v1/namespKubernetes addon ensure complaces/kube-system/daemonsets/registry-proxy: dial tcp 127.0.0.1:8443: connect: connection refused eted at 2019-11error when retrievi-27T15:45:00ng current configuration of: Resource: "/v1, Resource=replic+00:00 == INFO: == Reconciling with deprecated laationcontrollers", Gbel == INFOroupVersionKind: "/v1, Kind=ReplicationCon: == Reconciling with addontroller" Name: "regi-manager label == INFO: == Kubernetes addostry", Namespace: "kube-system" Object: &{map["apiVersion":"v1" "kind":"ReplicationCn reconcile completed at 2019-11-27T15:45:00+00ontroller" "metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "kuberne:00 == tes.io/minikube-addons":"registry"] "name":"registry" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["replicas":'\x01' "selector":map["kubernetes.io/minikube-addons":"registry"] "template":map["metadata":map["labels":map["actual-registry":"true" "addonmanager.kubernetes.io/mode":"Reconcile" "kubernetes.io/minikube-addons":"registry"]] "spec":map["containers":[map["name":"registry" "ports":[map["containerPort":'\u1388' "protocol":"TCP"]] "env":[map["name":"REGISTRY_STORAGE_DELETE_ENABLED" "value":"true"]] "image":"registry.hub.docker.com/library/registry:2.6.1" "imagePullPolicy":"IfNotPresent"]]]]]]} from server for: "/etc/kubernetes/addons/registry-rc.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/replicationcontrollers/registry: dial tcp 127.0.0.1:8443: connect: connection refused error when retrieving current configuration of: Resource: "/v1, Resource=services", GroupVersionKind: "/v1, Kind=Service" Name: "registry", Namespace: "kube-system" Object: &{map["kind":"Service" "metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "kubernetes.io/minikube-addons":"registry"] "name":"registry" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["ports":[map["port":'P' "targetPort":'\u1388']] "selector":map["actual-registry":"true" "kubernetes.io/minikube-addons":"registry"] "type":"ClusterIP"] "apiVersion":"v1"]} from server for: "/etc/kubernetes/addons/registry-svc.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/services/registry: dial tcp 127.0.0.1:8443: connect: connection refused error when retrieving current configuration of: Resource: "/v1, Resource=serviceaccounts", GroupVersionKind: "/v1, Kind=ServiceAccount" Name: "storage-provisioner", Namespace: "kube-system" Object: &{map["apiVersion":"v1" "kind":"ServiceAccount" "metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile"] "name":"storage-provisioner" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]]]} from server for: "/etc/kubernetes/addons/storage-provisioner.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/serviceaccounts/storage-provisioner: dial tcp 127.0.0.1:8443: connect: connection refused error when retrieving current configuration of: Resource: "/v1, Resource=pods", GroupVersionKind: "/v1, Kind=Pod" Name: "storage-provisioner", Namespace: "kube-system" Object: &{map["apiVersion":"v1" "kind":"Pod" "metadata":map["name":"storage-provisioner" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""] "labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "integration-test":"storage-provisioner"]] "spec":map["serviceAccountName":"storage-provisioner" "volumes":[map["hostPath":map["path":"/tmp" "type":"Directory"] "name":"tmp"]] "containers":[map["command":["/storage-provisioner"] "image":"gcr.io/k8s-minikube/storage-provisioner:v1.8.1" "imagePullPolicy":"IfNotPresent" "name":"storage-provisioner" "volumeMounts":[map["mountPath":"/tmp" "name":"tmp"]]]] "hostNetwork":%!q(bool=true)]]} from server for: "/etc/kubernetes/addons/storage-provisioner.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/pods/storage-provisioner: dial tcp 127.0.0.1:8443: connect: connection refused error: no objects passed to apply error when retrieving current configuration of: Resource: "apps/v1, Resource=daemonsets", GroupVersionKind: "apps/v1, Kind=DaemonSet" Name: "registry-proxy", Namespace: "kube-system" Object: &{map["apiVersion":"apps/v1" "kind":"DaemonSet" "metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "kubernetes.io/minikube-addons":"registry"] "name":"registry-proxy" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["selector":map["matchLabels":map["kubernetes.io/minikube-addons":"registry" "registry-proxy":"true"]] "template":map["metadata":map["labels":map["registry-proxy":"true" "addonmanager.kubernetes.io/mode":"Reconcile" "kubernetes.io/minikube-addons":"registry"]] "spec":map["containers":[map["ports":[map["containerPort":'P' "hostPort":'\u1388' "name":"registry"]] "env":[map["name":"REGISTRY_HOST" "value":"registry.kube-system.svc.cluster.local"] map["name":"REGISTRY_PORT" "value":"80"]] "image":"gcr.io/google_containers/kube-registry-proxy:0.4" "imagePullPolicy":"IfNotPresent" "name":"registry-proxy"]]]]]]} from server for: "/etc/kubernetes/addons/registry-proxy.yaml": Get https://localhost:8443/apis/apps/v1/namespaces/kube-system/daemonsets/registry-proxy: dial tcp 127.0.0.1:8443: connect: connection refused error when retrieving current configuration of: Resource: "/v1, Resource=replicationcontrollers", GroupVersionKind: "/v1, Kind=ReplicationController" Name: "registry", Namespace: "kube-system" Object: &{map["apiVersion":"v1" "kind":"ReplicationController" "metadata":map["labels":map["kubernetes.io/minikube-addons":"registry" "addonmanager.kubernetes.io/mode":"Reconcile"] "name":"registry" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["replicas":'\x01' "selector":map["kubernetes.io/minikube-addons":"registry"] "template":map["metadata":map["labels":map["kubernetes.io/minikube-addons":"registry" "actual-registry":"true" "addonmanager.kubernetes.io/mode":"Reconcile"]] "spec":map["containers":[map["env":[map["name":"REGISTRY_STORAGE_DELETE_ENABLED" "value":"true"]] "image":"registry.hub.docker.com/library/registry:2.6.1" "imagePullPolicy":"IfNotPresent" "name":"registry" "ports":[map["containerPort":'\u1388' "protocol":"TCP"]]]]]]]]} from server for: "/etc/kubernetes/addons/registry-rc.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/replicationcontrollers/registry: dial tcp 127.0.0.1:8443: connect: connection refused error when retrieving current configuration of: Resource: "/v1, Resource=services", GroupVersionKind: "/v1, Kind=Service" Name: "registry", Namespace: "kube-system" Object: &{map["apiVersion":"v1" "kind":"Service" "metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "kubernetes.io/minikube-addons":"registry"] "name":"registry" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["ports":[map["port":'P' "targetPort":'\u1388']] "selector":map["actual-registry":"true" "kubernetes.io/minikube-addons":"registry"] "type":"ClusterIP"]]} from server for: "/etc/kubernetes/addons/registry-svc.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/services/registry: dial tcp 127.0.0.1:8443: connect: connection refused error when retrieving current configuration of: Resource: "/v1, Resource=serviceaccounts", GroupVersionKind: "/v1, Kind=ServiceAccount" Name: "storage-provisioner", Namespace: "kube-system" Object: &{map["apiVersion":"v1" "kind":"ServiceAccount" "metadata":map["namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""] "labels":map["addonmanager.kubernetes.io/mode":"Reconcile"] "name":"storage-provisioner"]]} from server for: "/etc/kubernetes/addons/storage-provisioner.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/serviceaccounts/storage-provisioner: dial tcp 127.0.0.1:8443: connect: connection refused error when retrieving current configuration of: Resource: "/v1, Resource=pods", GroupVersionKind: "/v1, Kind=Pod" Name: "storage-provisioner", Namespace: "kube-system" Object: &{map["apiVersion":"v1" "kind":"Pod" "metadata":map["labels":map["addonmanager.kubernetes.io/mode":"Reconcile" "integration-test":"storage-provisioner"] "name":"storage-provisioner" "namespace":"kube-system" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["containers":[map["command":["/storage-provisioner"] "image":"gcr.io/k8s-minikube/storage-provisioner:v1.8.1" "imagePullPolicy":"IfNotPresent" "name":"storage-provisioner" "volumeMounts":[map["mountPath":"/tmp" "name":"tmp"]]]] "hostNetwork":%!q(bool=true) "serviceAccountName":"storage-provisioner" "volumes":[map["hostPath":map["path":"/tmp" "type":"Directory"] "name":"tmp"]]]]} from server for: "/etc/kubernetes/addons/storage-provisioner.yaml": Get https://localhost:8443/api/v1/namespaces/kube-system/pods/storage-provisioner: dial tcp 127.0.0.1:8443: connect: connection refused

==> kube-apiserver [6c650f670651] <== I1127 15:46:43.709721 1 client.go:361] parsed scheme: "endpoint" I1127 15:46:43.709781 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1127 15:46:43.717699 1 client.go:361] parsed scheme: "endpoint" I1127 15:46:43.717753 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1127 15:46:43.734512 1 client.go:361] parsed scheme: "endpoint" I1127 15:46:43.734553 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1127 15:46:43.743102 1 client.go:361] parsed scheme: "endpoint" I1127 15:46:43.743170 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1127 15:46:43.750247 1 client.go:361] parsed scheme: "endpoint" I1127 15:46:43.750289 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] W1127 15:46:44.040510 1 genericapiserver.go:404] Skipping API batch/v2alpha1 because it has no resources. W1127 15:46:44.055084 1 genericapiserver.go:404] Skipping API node.k8s.io/v1alpha1 because it has no resources. W1127 15:46:44.078099 1 genericapiserver.go:404] Skipping API rbac.authorization.k8s.io/v1alpha1 because it has no resources. W1127 15:46:44.082069 1 genericapiserver.go:404] Skipping API scheduling.k8s.io/v1alpha1 because it has no resources. W1127 15:46:44.128236 1 genericapiserver.go:404] Skipping API storage.k8s.io/v1alpha1 because it has no resources. W1127 15:46:44.203486 1 genericapiserver.go:404] Skipping API apps/v1beta2 because it has no resources. W1127 15:46:44.203523 1 genericapiserver.go:404] Skipping API apps/v1beta1 because it has no resources. I1127 15:46:44.239620 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. I1127 15:46:44.239654 1 plugins.go:161] Loaded 7 validating admission controller(s) successfully in the following order: LimitRanger,ServiceAccount,Priority,PersistentVolumeClaimResize,ValidatingAdmissionWebhook,RuntimeClass,ResourceQuota. I1127 15:46:44.244321 1 client.go:361] parsed scheme: "endpoint" I1127 15:46:44.244371 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1127 15:46:44.251822 1 client.go:361] parsed scheme: "endpoint" I1127 15:46:44.251872 1 endpoint.go:66] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 0 }] I1127 15:46:46.789837 1 secure_serving.go:123] Serving securely on [::]:8443 I1127 15:46:46.790323 1 controller.go:85] Starting OpenAPI controller I1127 15:46:46.790475 1 customresource_discovery_controller.go:208] Starting DiscoveryController I1127 15:46:46.790770 1 available_controller.go:383] Starting AvailableConditionController I1127 15:46:46.790547 1 apiservice_controller.go:94] Starting APIServiceRegistrationController I1127 15:46:46.790671 1 naming_controller.go:288] Starting NamingConditionController I1127 15:46:46.790934 1 controller.go:81] Starting OpenAPI AggregationController I1127 15:46:46.791175 1 cache.go:32] Waiting for caches to sync for AvailableConditionController controller I1127 15:46:46.791334 1 cache.go:32] Waiting for caches to sync for APIServiceRegistrationController controller I1127 15:46:46.791593 1 crdregistration_controller.go:111] Starting crd-autoregister controller I1127 15:46:46.791615 1 shared_informer.go:197] Waiting for caches to sync for crd-autoregister I1127 15:46:46.792492 1 autoregister_controller.go:140] Starting autoregister controller I1127 15:46:46.792576 1 cache.go:32] Waiting for caches to sync for autoregister controller I1127 15:46:46.795435 1 crd_finalizer.go:274] Starting CRDFinalizer I1127 15:46:46.795485 1 establishing_controller.go:73] Starting EstablishingController I1127 15:46:46.795621 1 nonstructuralschema_controller.go:191] Starting NonStructuralSchemaConditionController I1127 15:46:46.795725 1 apiapproval_controller.go:185] Starting KubernetesAPIApprovalPolicyConformantConditionController E1127 15:46:46.805240 1 controller.go:154] Unable to remove old endpoints from kubernetes service: StorageError: key not found, Code: 1, Key: /registry/masterleases/192.168.46.131, ResourceVersion: 0, AdditionalErrorMsg: I1127 15:46:46.845390 1 controller.go:606] quota admission added evaluator for: leases.coordination.k8s.io I1127 15:46:46.891676 1 cache.go:39] Caches are synced for AvailableConditionController controller I1127 15:46:46.891924 1 cache.go:39] Caches are synced for APIServiceRegistrationController controller I1127 15:46:46.892212 1 shared_informer.go:204] Caches are synced for crd-autoregister I1127 15:46:46.893176 1 cache.go:39] Caches are synced for autoregister controller I1127 15:46:47.790133 1 controller.go:107] OpenAPI AggregationController: Processing item I1127 15:46:47.790174 1 controller.go:130] OpenAPI AggregationController: action for item : Nothing (removed from the queue). I1127 15:46:47.790190 1 controller.go:130] OpenAPI AggregationController: action for item k8s_internal_local_delegation_chain_0000000000: Nothing (removed from the queue). I1127 15:46:47.798582 1 storage_scheduling.go:148] all system priority classes are created successfully or already exist. I1127 15:46:48.617053 1 controller.go:606] quota admission added evaluator for: deployments.apps I1127 15:46:48.648657 1 controller.go:606] quota admission added evaluator for: serviceaccounts I1127 15:46:48.748444 1 controller.go:606] quota admission added evaluator for: daemonsets.apps I1127 15:46:48.771937 1 controller.go:606] quota admission added evaluator for: roles.rbac.authorization.k8s.io I1127 15:46:48.783822 1 controller.go:606] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io I1127 15:47:02.768417 1 controller.go:606] quota admission added evaluator for: endpoints E1127 16:00:49.720529 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 16:09:35.769474 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 16:18:24.797156 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 16:41:25.681989 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted

==> kube-apiserver [8f487dc9d35e] <== E1127 05:26:59.137614 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 05:34:27.207389 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 05:44:08.296717 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 05:57:06.326276 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 06:11:17.394646 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 06:26:38.458257 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 06:39:49.503707 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 06:53:36.599909 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 07:01:42.627601 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 07:16:15.652238 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 07:25:23.739675 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 07:35:11.771997 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 07:48:31.806485 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 07:57:32.885746 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 08:12:58.980486 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 08:25:02.020195 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 08:34:55.066347 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 08:50:10.127961 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 09:07:41.227331 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 09:14:18.294223 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 09:28:32.306254 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 09:41:20.364615 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 09:49:20.463612 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted E1127 10:06:19.518042 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted I1127 10:50:42.263316 1 trace.go:116] Trace[1484877935]: "GuaranteedUpdate etcd3" type:core.Endpoints (started: 2019-11-27 10:50:41.25192629 +0000 UTC m=+49419.847028817) (total time: 1.011176065s): Trace[1484877935]: [1.011141892s] [1.010978036s] Transaction committed I1127 10:50:42.264340 1 trace.go:116] Trace[2107766458]: "Update" url:/api/v1/namespaces/kube-system/endpoints/kube-scheduler (started: 2019-11-27 10:50:41.251851265 +0000 UTC m=+49419.846953791) (total time: 1.011613413s): Trace[2107766458]: [1.011540426s] [1.011488145s] Object stored in database E1127 11:01:20.930662 1 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted I1127 11:37:42.773498 1 trace.go:116] Trace[306393859]: "GuaranteedUpdate etcd3" type:v1.Endpoints (started: 2019-11-27 11:37:40.991443525 +0000 UTC m=+52081.081286579) (total time: 1.781935993s): Trace[306393859]: [1.781896315s] [1.780536625s] Transaction committed I1127 12:04:24.966638 1 trace.go:116] Trace[1601048524]: "Get" url:/api/v1/namespaces/kube-system/endpoints/kube-scheduler (started: 2019-11-27 12:04:24.175118648 +0000 UTC m=+53661.655814160) (total time: 791.490504ms): Trace[1601048524]: [791.450271ms] [791.403765ms] About to write a response I1127 12:04:24.966718 1 trace.go:116] Trace[2102664333]: "List etcd3" key:/deployments/kube-system,resourceVersion:,limit:0,continue: (started: 2019-11-27 12:04:23.741262843 +0000 UTC m=+53661.221958369) (total time: 1.22543579s): Trace[2102664333]: [1.22543579s] [1.22543579s] END I1127 12:04:24.966783 1 trace.go:116] Trace[1945088366]: "List" url:/apis/apps/v1/namespaces/kube-system/deployments (started: 2019-11-27 12:04:23.741083776 +0000 UTC m=+53661.221779299) (total time: 1.225687136s): Trace[1945088366]: [1.225645469s] [1.225474685s] Listing from storage done I1127 12:04:24.966638 1 trace.go:116] Trace[769834623]: "Get" url:/api/v1/namespaces/kube-system/endpoints/kube-controller-manager (started: 2019-11-27 12:04:24.175808914 +0000 UTC m=+53661.656504426) (total time: 790.808116ms): Trace[769834623]: [790.760868ms] [790.724306ms] About to write a response I1127 12:04:24.967080 1 trace.go:116] Trace[1303098854]: "GuaranteedUpdate etcd3" type:*v1.Endpoints (started: 2019-11-27 12:04:23.706385543 +0000 UTC m=+53661.187081069) (total time: 1.260676517s): Trace[1303098854]: [1.260661827s] [1.257404918s] Transaction committed I1127 12:05:46.508779 1 trace.go:116] Trace[1409153872]: "Get" url:/apis/apps/v1/namespaces/kube-system/daemonsets/registry-proxy (started: 2019-11-27 12:05:45.132207627 +0000 UTC m=+53737.478209589) (total time: 1.37649521s): Trace[1409153872]: [1.375895171s] [1.375805003s] About to write a response I1127 12:05:59.525587 1 trace.go:116] Trace[1791619835]: "Get" url:/api/v1/namespaces/kube-system/endpoints/kube-scheduler (started: 2019-11-27 12:05:58.574176439 +0000 UTC m=+53750.920178333) (total time: 951.356589ms): Trace[1791619835]: [951.300643ms] [951.255218ms] About to write a response I1127 15:44:52.295608 1 establishing_controller.go:84] Shutting down EstablishingController I1127 15:44:52.295657 1 nonstructuralschema_controller.go:203] Shutting down NonStructuralSchemaConditionController I1127 15:44:52.296270 1 controller.go:122] Shutting down OpenAPI controller I1127 15:44:52.296289 1 naming_controller.go:299] Shutting down NamingConditionController I1127 15:44:52.296375 1 apiapproval_controller.go:197] Shutting down KubernetesAPIApprovalPolicyConformantConditionController I1127 15:44:52.297615 1 available_controller.go:395] Shutting down AvailableConditionController I1127 15:44:52.297667 1 crd_finalizer.go:286] Shutting down CRDFinalizer I1127 15:44:52.300361 1 crdregistration_controller.go:142] Shutting down crd-autoregister controller I1127 15:44:52.301235 1 customresource_discovery_controller.go:219] Shutting down DiscoveryController I1127 15:44:52.299257 1 autoregister_controller.go:164] Shutting down autoregister controller I1127 15:44:52.302583 1 apiservice_controller.go:106] Shutting down APIServiceRegistrationController I1127 15:44:52.313290 1 controller.go:87] Shutting down OpenAPI AggregationController I1127 15:44:52.313987 1 controller.go:182] Shutting down kubernetes service endpoint reconciler I1127 15:44:52.316276 1 secure_serving.go:167] Stopped listening on [::]:8443 E1127 15:44:52.474797 1 controller.go:185] Get https://[::1]:8443/api/v1/namespaces/default/endpoints/kubernetes: dial tcp [::1]:8443: connect: connection refused

==> kube-controller-manager [9e847a75ff1a] <== I1127 15:47:09.740650 1 resource_quota_monitor.go:303] QuotaMonitor running I1127 15:47:09.746409 1 controllermanager.go:534] Started "serviceaccount" I1127 15:47:09.746559 1 serviceaccounts_controller.go:116] Starting service account controller I1127 15:47:09.746594 1 shared_informer.go:197] Waiting for caches to sync for service account I1127 15:47:09.833157 1 controllermanager.go:534] Started "bootstrapsigner" I1127 15:47:09.833193 1 core.go:211] Will not configure cloud provider routes for allocate-node-cidrs: false, configure-cloud-routes: true. W1127 15:47:09.833200 1 controllermanager.go:526] Skipping "route" I1127 15:47:09.833234 1 shared_informer.go:197] Waiting for caches to sync for bootstrap_signer I1127 15:47:09.992823 1 controllermanager.go:534] Started "namespace" I1127 15:47:09.992909 1 namespace_controller.go:186] Starting namespace controller I1127 15:47:09.992928 1 shared_informer.go:197] Waiting for caches to sync for namespace I1127 15:47:10.135731 1 controllermanager.go:534] Started "deployment" I1127 15:47:10.135907 1 deployment_controller.go:152] Starting deployment controller I1127 15:47:10.135975 1 shared_informer.go:197] Waiting for caches to sync for deployment I1127 15:47:10.287307 1 controllermanager.go:534] Started "clusterrole-aggregation" W1127 15:47:10.287332 1 controllermanager.go:526] Skipping "root-ca-cert-publisher" I1127 15:47:10.287392 1 clusterroleaggregation_controller.go:148] Starting ClusterRoleAggregator I1127 15:47:10.287413 1 shared_informer.go:197] Waiting for caches to sync for ClusterRoleAggregator I1127 15:47:10.434571 1 controllermanager.go:534] Started "csrcleaner" I1127 15:47:10.434661 1 cleaner.go:81] Starting CSR cleaner controller I1127 15:47:10.586020 1 controllermanager.go:534] Started "ttl" I1127 15:47:10.587993 1 ttl_controller.go:116] Starting TTL controller I1127 15:47:10.588098 1 shared_informer.go:197] Waiting for caches to sync for TTL W1127 15:47:10.598380 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 I1127 15:47:10.605077 1 shared_informer.go:204] Caches are synced for persistent volume I1127 15:47:10.610070 1 shared_informer.go:204] Caches are synced for endpoint I1127 15:47:10.635515 1 shared_informer.go:204] Caches are synced for GC I1127 15:47:10.636193 1 shared_informer.go:204] Caches are synced for deployment I1127 15:47:10.636647 1 shared_informer.go:204] Caches are synced for expand I1127 15:47:10.636724 1 shared_informer.go:204] Caches are synced for PVC protection I1127 15:47:10.640668 1 shared_informer.go:204] Caches are synced for attach detach I1127 15:47:10.646903 1 shared_informer.go:204] Caches are synced for service account I1127 15:47:10.653147 1 shared_informer.go:204] Caches are synced for ReplicaSet I1127 15:47:10.665229 1 shared_informer.go:204] Caches are synced for daemon sets I1127 15:47:10.672462 1 shared_informer.go:204] Caches are synced for job I1127 15:47:10.678659 1 shared_informer.go:204] Caches are synced for certificate I1127 15:47:10.685062 1 shared_informer.go:204] Caches are synced for PV protection I1127 15:47:10.685955 1 shared_informer.go:204] Caches are synced for ReplicationController I1127 15:47:10.686087 1 shared_informer.go:204] Caches are synced for HPA I1127 15:47:10.686851 1 shared_informer.go:204] Caches are synced for certificate I1127 15:47:10.687774 1 shared_informer.go:204] Caches are synced for ClusterRoleAggregator I1127 15:47:10.688343 1 shared_informer.go:204] Caches are synced for TTL I1127 15:47:10.688413 1 shared_informer.go:204] Caches are synced for taint I1127 15:47:10.688553 1 taint_manager.go:186] Starting NoExecuteTaintManager I1127 15:47:10.688929 1 node_lifecycle_controller.go:1208] Initializing eviction metric for zone: I1127 15:47:10.689097 1 event.go:255] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"d55186f0-67fc-417a-ac75-a01739a17be3", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'RegisteredNode' Node minikube event: Registered Node minikube in Controller W1127 15:47:10.689242 1 node_lifecycle_controller.go:903] Missing timestamp for Node minikube. Assuming now as a timestamp. I1127 15:47:10.689336 1 node_lifecycle_controller.go:1108] Controller detected that zone is now in state Normal. I1127 15:47:10.693309 1 shared_informer.go:204] Caches are synced for namespace I1127 15:47:10.758921 1 shared_informer.go:204] Caches are synced for disruption I1127 15:47:10.758943 1 disruption.go:341] Sending events to api server. I1127 15:47:10.759049 1 shared_informer.go:204] Caches are synced for stateful set I1127 15:47:10.836770 1 shared_informer.go:197] Waiting for caches to sync for garbage collector I1127 15:47:11.033540 1 shared_informer.go:204] Caches are synced for bootstrap_signer I1127 15:47:11.140957 1 shared_informer.go:204] Caches are synced for resource quota I1127 15:47:11.144092 1 shared_informer.go:204] Caches are synced for garbage collector I1127 15:47:11.144125 1 garbagecollector.go:139] Garbage collector: all resource monitors have synced. Proceeding to collect garbage I1127 15:47:11.237181 1 shared_informer.go:204] Caches are synced for garbage collector I1127 15:47:11.437355 1 shared_informer.go:197] Waiting for caches to sync for resource quota I1127 15:47:11.437443 1 shared_informer.go:204] Caches are synced for resource quota

==> kube-controller-manager [fd2d820e1b6b] <== I1126 20:34:18.632254 1 controllermanager.go:534] Started "clusterrole-aggregation" W1126 20:34:18.632295 1 controllermanager.go:513] "endpointslice" is disabled I1126 20:34:18.632332 1 clusterroleaggregation_controller.go:148] Starting ClusterRoleAggregator I1126 20:34:18.632350 1 shared_informer.go:197] Waiting for caches to sync for ClusterRoleAggregator I1126 20:34:18.884616 1 controllermanager.go:534] Started "deployment" I1126 20:34:18.884703 1 deployment_controller.go:152] Starting deployment controller I1126 20:34:18.884726 1 shared_informer.go:197] Waiting for caches to sync for deployment I1126 20:34:19.131029 1 controllermanager.go:534] Started "cronjob" I1126 20:34:19.131088 1 cronjob_controller.go:96] Starting CronJob Manager I1126 20:34:19.383283 1 controllermanager.go:534] Started "tokencleaner" I1126 20:34:19.383368 1 tokencleaner.go:117] Starting token cleaner controller I1126 20:34:19.383391 1 shared_informer.go:197] Waiting for caches to sync for token_cleaner I1126 20:34:19.383400 1 shared_informer.go:204] Caches are synced for token_cleaner I1126 20:34:19.532735 1 node_lifecycle_controller.go:77] Sending events to api server E1126 20:34:19.532804 1 core.go:201] failed to start cloud node lifecycle controller: no cloud provider provided W1126 20:34:19.532819 1 controllermanager.go:526] Skipping "cloud-node-lifecycle" I1126 20:34:19.533214 1 shared_informer.go:197] Waiting for caches to sync for resource quota I1126 20:34:19.539991 1 shared_informer.go:197] Waiting for caches to sync for garbage collector I1126 20:34:19.547128 1 shared_informer.go:204] Caches are synced for bootstrap_signer W1126 20:34:19.549793 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 I1126 20:34:19.583794 1 shared_informer.go:204] Caches are synced for expand I1126 20:34:19.583919 1 shared_informer.go:204] Caches are synced for PV protection I1126 20:34:19.583966 1 shared_informer.go:204] Caches are synced for endpoint I1126 20:34:19.584145 1 shared_informer.go:204] Caches are synced for PVC protection I1126 20:34:19.592804 1 shared_informer.go:204] Caches are synced for GC I1126 20:34:19.594727 1 shared_informer.go:204] Caches are synced for service account I1126 20:34:19.621069 1 shared_informer.go:204] Caches are synced for certificate I1126 20:34:19.624824 1 shared_informer.go:204] Caches are synced for certificate I1126 20:34:19.631812 1 shared_informer.go:204] Caches are synced for ReplicationController I1126 20:34:19.632514 1 shared_informer.go:204] Caches are synced for ClusterRoleAggregator I1126 20:34:19.632750 1 shared_informer.go:204] Caches are synced for ReplicaSet I1126 20:34:19.633950 1 shared_informer.go:204] Caches are synced for attach detach I1126 20:34:19.634477 1 shared_informer.go:204] Caches are synced for persistent volume I1126 20:34:19.635628 1 shared_informer.go:204] Caches are synced for TTL I1126 20:34:19.636490 1 shared_informer.go:204] Caches are synced for job I1126 20:34:19.637640 1 shared_informer.go:204] Caches are synced for namespace I1126 20:34:19.685005 1 shared_informer.go:204] Caches are synced for deployment I1126 20:34:19.688520 1 event.go:255] Event(v1.ObjectReference{Kind:"Deployment", Namespace:"kube-system", Name:"coredns", UID:"0a94ba4d-d2b2-4034-8fa6-ac19103162eb", APIVersion:"apps/v1", ResourceVersion:"179", FieldPath:""}): type: 'Normal' reason: 'ScalingReplicaSet' Scaled up replica set coredns-5644d7b6d9 to 2 I1126 20:34:19.691836 1 event.go:255] Event(v1.ObjectReference{Kind:"ReplicaSet", Namespace:"kube-system", Name:"coredns-5644d7b6d9", UID:"f2df4a77-283c-4bd6-bf8a-65a50c2af486", APIVersion:"apps/v1", ResourceVersion:"331", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: coredns-5644d7b6d9-wsf4h I1126 20:34:19.696242 1 event.go:255] Event(v1.ObjectReference{Kind:"ReplicaSet", Namespace:"kube-system", Name:"coredns-5644d7b6d9", UID:"f2df4a77-283c-4bd6-bf8a-65a50c2af486", APIVersion:"apps/v1", ResourceVersion:"331", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: coredns-5644d7b6d9-ns4w2 I1126 20:34:19.708195 1 shared_informer.go:204] Caches are synced for disruption I1126 20:34:19.708248 1 disruption.go:341] Sending events to api server. I1126 20:34:19.734157 1 shared_informer.go:204] Caches are synced for stateful set I1126 20:34:19.855529 1 shared_informer.go:204] Caches are synced for daemon sets I1126 20:34:19.863435 1 event.go:255] Event(v1.ObjectReference{Kind:"DaemonSet", Namespace:"kube-system", Name:"kube-proxy", UID:"43c0cfbb-5f49-4888-a38d-08114bc92141", APIVersion:"apps/v1", ResourceVersion:"186", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: kube-proxy-l54r6 E1126 20:34:19.873950 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:"43c0cfbb-5f49-4888-a38d-08114bc92141", ResourceVersion:"186", Generation:1, CreationTimestamp:v1.Time{Time:time.Time{wall:0x0, ext:63710397251, loc:(time.Location)(0x7777fc0)}}, 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)(0xc000709580), 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)(0xc0015ecd80), 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)(0xc0007095a0), 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)(0xc0007095e0), 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.2", 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)(0xc000709620)}}, 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)(0xc00128a370), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Always", TerminationGracePeriodSeconds:(int64)(0xc000d487b8), 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)(0xc001c1bce0), 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)(0xc001724498)}, MinReadySeconds:0, RevisionHistoryLimit:(int32)(0xc000d487f8)}, 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 I1126 20:34:19.982652 1 shared_informer.go:204] Caches are synced for taint I1126 20:34:19.982745 1 node_lifecycle_controller.go:1208] Initializing eviction metric for zone: I1126 20:34:19.982845 1 taint_manager.go:186] Starting NoExecuteTaintManager W1126 20:34:19.982933 1 node_lifecycle_controller.go:903] Missing timestamp for Node minikube. Assuming now as a timestamp. I1126 20:34:19.982980 1 node_lifecycle_controller.go:1108] Controller detected that zone is now in state Normal. I1126 20:34:19.983119 1 event.go:255] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"d55186f0-67fc-417a-ac75-a01739a17be3", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'RegisteredNode' Node minikube event: Registered Node minikube in Controller I1126 20:34:20.031774 1 shared_informer.go:204] Caches are synced for HPA I1126 20:34:20.038166 1 shared_informer.go:204] Caches are synced for resource quota I1126 20:34:20.086300 1 shared_informer.go:204] Caches are synced for resource quota I1126 20:34:20.139204 1 shared_informer.go:204] Caches are synced for garbage collector I1126 20:34:20.139292 1 garbagecollector.go:139] Garbage collector: all resource monitors have synced. Proceeding to collect garbage I1126 20:34:20.140313 1 shared_informer.go:204] Caches are synced for garbage collector I1126 20:34:20.298605 1 event.go:255] Event(v1.ObjectReference{Kind:"DaemonSet", Namespace:"kube-system", Name:"registry-proxy", UID:"e0e96db0-474a-4dbd-aa05-55a57f4b5d0c", APIVersion:"apps/v1", ResourceVersion:"359", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: registry-proxy-cfflb I1126 20:34:20.315955 1 event.go:255] Event(v1.ObjectReference{Kind:"ReplicationController", Namespace:"kube-system", Name:"registry", UID:"4cfd6453-45d1-4a9a-8196-3db5289b0184", APIVersion:"v1", ResourceVersion:"367", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: registry-mwgvc

==> kube-proxy [340ade0b2eb5] <== W1126 20:34:20.640131 1 server_others.go:329] Flag proxy-mode="" unknown, assuming iptables proxy I1126 20:34:20.647053 1 node.go:135] Successfully retrieved node IP: 192.168.46.131 I1126 20:34:20.647101 1 server_others.go:149] Using iptables Proxier. W1126 20:34:20.647203 1 proxier.go:287] clusterCIDR not specified, unable to distinguish between internal and external traffic I1126 20:34:20.647769 1 server.go:529] Version: v1.16.2 I1126 20:34:20.649698 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_max' to 393216 I1126 20:34:20.649750 1 conntrack.go:52] Setting nf_conntrack_max to 393216 I1126 20:34:20.650069 1 conntrack.go:83] Setting conntrack hashsize to 98304 I1126 20:34:20.663173 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400 I1126 20:34:20.663254 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600 I1126 20:34:20.664174 1 config.go:313] Starting service config controller I1126 20:34:20.664204 1 shared_informer.go:197] Waiting for caches to sync for service config I1126 20:34:20.664932 1 config.go:131] Starting endpoints config controller I1126 20:34:20.664952 1 shared_informer.go:197] Waiting for caches to sync for endpoints config I1126 20:34:20.765093 1 shared_informer.go:204] Caches are synced for endpoints config I1126 20:34:20.765148 1 shared_informer.go:204] Caches are synced for service config

==> kube-proxy [eaeb49eaa5a5] <== W1127 15:46:49.390492 1 server_others.go:329] Flag proxy-mode="" unknown, assuming iptables proxy I1127 15:46:49.418892 1 node.go:135] Successfully retrieved node IP: 192.168.46.131 I1127 15:46:49.418979 1 server_others.go:149] Using iptables Proxier. W1127 15:46:49.419939 1 proxier.go:287] clusterCIDR not specified, unable to distinguish between internal and external traffic I1127 15:46:49.421316 1 server.go:529] Version: v1.16.2 I1127 15:46:49.423912 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_max' to 393216 I1127 15:46:49.423998 1 conntrack.go:52] Setting nf_conntrack_max to 393216 I1127 15:46:49.424772 1 conntrack.go:83] Setting conntrack hashsize to 98304 I1127 15:46:49.431758 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400 I1127 15:46:49.431890 1 conntrack.go:100] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600 I1127 15:46:49.432565 1 config.go:131] Starting endpoints config controller I1127 15:46:49.432595 1 shared_informer.go:197] Waiting for caches to sync for endpoints config I1127 15:46:49.432694 1 config.go:313] Starting service config controller I1127 15:46:49.432710 1 shared_informer.go:197] Waiting for caches to sync for service config I1127 15:46:49.533241 1 shared_informer.go:204] Caches are synced for service config I1127 15:46:49.533306 1 shared_informer.go:204] Caches are synced for endpoints config

==> kube-scheduler [0fdc96d1696e] <== I1127 15:46:42.005799 1 serving.go:319] Generated self-signed cert in-memory W1127 15:46:46.829761 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' W1127 15:46:46.829789 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" W1127 15:46:46.829802 1 authentication.go:200] Continuing without authentication configuration. This may treat all requests as anonymous. W1127 15:46:46.829811 1 authentication.go:201] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false I1127 15:46:46.841608 1 server.go:143] Version: v1.16.2 I1127 15:46:46.841738 1 defaults.go:91] TaintNodesByCondition is enabled, PodToleratesNodeTaints predicate is mandatory W1127 15:46:46.854737 1 authorization.go:47] Authorization is disabled W1127 15:46:46.854765 1 authentication.go:79] Authentication is disabled I1127 15:46:46.854780 1 deprecated_insecure_serving.go:51] Serving healthz insecurely on [::]:10251 I1127 15:46:46.855374 1 secure_serving.go:123] Serving securely on 127.0.0.1:10259 I1127 15:46:47.056039 1 leaderelection.go:241] attempting to acquire leader lease kube-system/kube-scheduler... I1127 15:47:02.770715 1 leaderelection.go:251] successfully acquired lease kube-system/kube-scheduler

==> kube-scheduler [7826aaefc1a6] <== I1126 20:34:04.986430 1 serving.go:319] Generated self-signed cert in-memory W1126 20:34:08.480847 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' W1126 20:34:08.480875 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" W1126 20:34:08.480886 1 authentication.go:200] Continuing without authentication configuration. This may treat all requests as anonymous. W1126 20:34:08.480896 1 authentication.go:201] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false I1126 20:34:08.485172 1 server.go:143] Version: v1.16.2 I1126 20:34:08.485608 1 defaults.go:91] TaintNodesByCondition is enabled, PodToleratesNodeTaints predicate is mandatory W1126 20:34:08.488662 1 authorization.go:47] Authorization is disabled W1126 20:34:08.488681 1 authentication.go:79] Authentication is disabled I1126 20:34:08.488692 1 deprecated_insecure_serving.go:51] Serving healthz insecurely on [::]:10251 I1126 20:34:08.489158 1 secure_serving.go:123] Serving securely on 127.0.0.1:10259 E1126 20:34:08.519640 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 E1126 20:34:08.519604 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 E1126 20:34:08.519910 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 E1126 20:34:08.520517 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 E1126 20:34:08.521311 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 E1126 20:34:08.521425 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 E1126 20:34:08.521597 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 E1126 20:34:08.521884 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 E1126 20:34:08.522067 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 E1126 20:34:08.525363 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 E1126 20:34:08.528209 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 E1126 20:34:09.521778 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 E1126 20:34:09.521778 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 E1126 20:34:09.523564 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 E1126 20:34:09.526027 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 E1126 20:34:09.526052 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 E1126 20:34:09.528108 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 E1126 20:34:09.528541 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 E1126 20:34:09.529931 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 E1126 20:34:09.531714 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 E1126 20:34:09.532625 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 E1126 20:34:09.533549 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 I1126 20:34:10.589635 1 leaderelection.go:241] attempting to acquire leader lease kube-system/kube-scheduler... I1126 20:34:10.596503 1 leaderelection.go:251] successfully acquired lease kube-system/kube-scheduler E1126 20:34:19.695552 1 factory.go:585] pod is already present in the activeQ

==> kubelet <== -- Logs begin at Wed 2019-11-27 15:45:55 UTC, end at Wed 2019-11-27 16:44:10 UTC. -- Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.148883 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.249128 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.349682 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.450225 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.550615 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.651070 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.751314 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.852495 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:44 minikube kubelet[5841]: E1127 15:46:44.953529 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.053831 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.154378 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.254606 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.355536 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.456948 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.557281 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.658492 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.758921 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.859522 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:45 minikube kubelet[5841]: E1127 15:46:45.960269 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.060718 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.161188 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.262296 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.362763 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.464730 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.565052 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.665475 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: E1127 15:46:46.765804 5841 kubelet.go:2267] node "minikube" not found Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.969377 5841 kubelet_node_status.go:114] Node minikube was previously registered Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.969477 5841 kubelet_node_status.go:75] Successfully registered node minikube Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977222 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "xtables-lock" (UniqueName: "kubernetes.io/host-path/64a31a95-a726-4bd2-94e5-767c96e8ae27-xtables-lock") pod "kube-proxy-l54r6" (UID: "64a31a95-a726-4bd2-94e5-767c96e8ae27") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977285 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "config-volume" (UniqueName: "kubernetes.io/configmap/dd8f5f0a-a3f9-4159-abec-c8e4d44822e5-config-volume") pod "coredns-5644d7b6d9-wsf4h" (UID: "dd8f5f0a-a3f9-4159-abec-c8e4d44822e5") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977308 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "default-token-6dxt5" (UniqueName: "kubernetes.io/secret/6cdbf022-c3b7-4746-8fba-132e0392a1cf-default-token-6dxt5") pod "registry-proxy-cfflb" (UID: "6cdbf022-c3b7-4746-8fba-132e0392a1cf") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977326 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "coredns-token-t2n45" (UniqueName: "kubernetes.io/secret/e7b3f328-c50c-4fb1-b66f-d23dc6b085dd-coredns-token-t2n45") pod "coredns-5644d7b6d9-ns4w2" (UID: "e7b3f328-c50c-4fb1-b66f-d23dc6b085dd") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977344 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "kube-proxy" (UniqueName: "kubernetes.io/configmap/64a31a95-a726-4bd2-94e5-767c96e8ae27-kube-proxy") pod "kube-proxy-l54r6" (UID: "64a31a95-a726-4bd2-94e5-767c96e8ae27") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977375 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "kube-proxy-token-9ds4s" (UniqueName: "kubernetes.io/secret/64a31a95-a726-4bd2-94e5-767c96e8ae27-kube-proxy-token-9ds4s") pod "kube-proxy-l54r6" (UID: "64a31a95-a726-4bd2-94e5-767c96e8ae27") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977391 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "storage-provisioner-token-m5l7d" (UniqueName: "kubernetes.io/secret/e9448d1a-d449-4369-8c23-4076a7337f3a-storage-provisioner-token-m5l7d") pod "storage-provisioner" (UID: "e9448d1a-d449-4369-8c23-4076a7337f3a") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977407 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "config-volume" (UniqueName: "kubernetes.io/configmap/e7b3f328-c50c-4fb1-b66f-d23dc6b085dd-config-volume") pod "coredns-5644d7b6d9-ns4w2" (UID: "e7b3f328-c50c-4fb1-b66f-d23dc6b085dd") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977422 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "lib-modules" (UniqueName: "kubernetes.io/host-path/64a31a95-a726-4bd2-94e5-767c96e8ae27-lib-modules") pod "kube-proxy-l54r6" (UID: "64a31a95-a726-4bd2-94e5-767c96e8ae27") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977446 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "coredns-token-t2n45" (UniqueName: "kubernetes.io/secret/dd8f5f0a-a3f9-4159-abec-c8e4d44822e5-coredns-token-t2n45") pod "coredns-5644d7b6d9-wsf4h" (UID: "dd8f5f0a-a3f9-4159-abec-c8e4d44822e5") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977462 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "default-token-6dxt5" (UniqueName: "kubernetes.io/secret/8b8bf79c-7238-4ce0-9ab9-27deb86f15a8-default-token-6dxt5") pod "registry-mwgvc" (UID: "8b8bf79c-7238-4ce0-9ab9-27deb86f15a8") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977476 5841 reconciler.go:207] operationExecutor.VerifyControllerAttachedVolume started for volume "tmp" (UniqueName: "kubernetes.io/host-path/e9448d1a-d449-4369-8c23-4076a7337f3a-tmp") pod "storage-provisioner" (UID: "e9448d1a-d449-4369-8c23-4076a7337f3a") Nov 27 15:46:46 minikube kubelet[5841]: I1127 15:46:46.977483 5841 reconciler.go:154] Reconciler: start to sync state Nov 27 15:46:48 minikube kubelet[5841]: W1127 15:46:48.758391 5841 pod_container_deletor.go:75] Container "c686cb0028d6ffb979919a84ba3a816f2dba94b073a0b2035fadc8ef0974810d" not found in pod's containers Nov 27 15:46:48 minikube kubelet[5841]: W1127 15:46:48.904160 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-ns4w2 through plugin: invalid network status for Nov 27 15:46:48 minikube kubelet[5841]: W1127 15:46:48.917733 5841 pod_container_deletor.go:75] Container "5b9e994b55ab14b33e929e6b1d9289c13ca63d3986f31d30a8a6d4421c4b29a8" not found in pod's containers Nov 27 15:46:48 minikube kubelet[5841]: W1127 15:46:48.961152 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-wsf4h through plugin: invalid network status for Nov 27 15:46:48 minikube kubelet[5841]: W1127 15:46:48.974725 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/registry-proxy-cfflb through plugin: invalid network status for Nov 27 15:46:49 minikube kubelet[5841]: W1127 15:46:49.005064 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/registry-mwgvc through plugin: invalid network status for Nov 27 15:46:49 minikube kubelet[5841]: W1127 15:46:49.010785 5841 pod_container_deletor.go:75] Container "4efeea4ac94fb1e15ae17792c02e3e5296c07c54efb461dc63968412668e1102" not found in pod's containers Nov 27 15:46:49 minikube kubelet[5841]: W1127 15:46:49.015677 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/registry-proxy-cfflb through plugin: invalid network status for Nov 27 15:46:49 minikube kubelet[5841]: W1127 15:46:49.023123 5841 pod_container_deletor.go:75] Container "01c1dcf8e7cb4f29218ab17c4e9ef5318c1ae3a5cbc5a07486931993f4527efc" not found in pod's containers Nov 27 15:46:49 minikube kubelet[5841]: W1127 15:46:49.030142 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-wsf4h through plugin: invalid network status for Nov 27 15:46:49 minikube kubelet[5841]: W1127 15:46:49.369628 5841 pod_container_deletor.go:75] Container "7c0b13904434ec60a897f74c00373fef003bd4bd03e6f236c2d6b95560b60150" not found in pod's containers Nov 27 15:46:49 minikube kubelet[5841]: W1127 15:46:49.392832 5841 pod_container_deletor.go:75] Container "38b5f4e84f2b958d444b05dbb2a80c92b17d8e4e1c7bfc9063faf5bdc5ff1420" not found in pod's containers Nov 27 15:46:50 minikube kubelet[5841]: W1127 15:46:50.414287 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-wsf4h through plugin: invalid network status for Nov 27 15:46:50 minikube kubelet[5841]: W1127 15:46:50.422661 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/registry-mwgvc through plugin: invalid network status for Nov 27 15:46:50 minikube kubelet[5841]: W1127 15:46:50.434097 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/registry-proxy-cfflb through plugin: invalid network status for Nov 27 15:46:50 minikube kubelet[5841]: W1127 15:46:50.448160 5841 docker_sandbox.go:394] failed to read pod IP from plugin/docker: Couldn't find network status for kube-system/coredns-5644d7b6d9-ns4w2 through plugin: invalid network status for Nov 27 16:21:48 minikube kubelet[5841]: W1127 16:21:48.199738 5841 kubelet_node_status.go:506] Failed to set some node status fields: failed to validate nodeIP: node IP: "192.168.46.131" not found in the host's network interfaces Nov 27 16:23:14 minikube kubelet[5841]: E1127 16:23:14.598838 5841 dns.go:135] Nameserver limits were exceeded, some nameservers have been omitted, the applied nameserver line is: 8.8.8.8 8.8.4.4 2001:4860:4860::8888

==> storage-provisioner [cdbc375b9cd5] <==

==> storage-provisioner [ed2587ab55b5] <==

The operating system version: macOS Catalina Version 10.15.1

docker info

Client:
 Debug Mode: false

Server:
 Containers: 45
  Running: 22
  Paused: 0
  Stopped: 23
 Images: 33
 Server Version: 18.09.9
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: a4bc1d432a2c33aa2eed37f338dceabb93641310
 runc version: N/A
 init version: fec3683
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 4.19.76
 Operating System: Buildroot 2019.02.6
 OSType: linux
 Architecture: x86_64
 CPUs: 12
 Total Memory: 15.66GiB
 Name: minikube
 ID: 7SV3:MZOL:4E5S:F5HT:L7BP:VO4F:JUHX:DVTF:TPV5:RJEC:2WXX:FISK
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
  provider=vmware
 Experimental: false
 Insecure Registries:
  10.96.0.0/12
  127.0.0.0/8
 Live Restore Enabled: false
 Product License: Community Engine

minikube version

minikube version: v1.5.0
commit: d1151d93385a70c5a03775e166e94067791fe2d9
priyawadhwa commented 4 years ago

Hey @mvgijssel thanks for opening this issue.

I tried to reproduce this error, but running

eval $(minikube docker-env)
docker run -it --rm debian:stretch /bin/bash -c 'apt-get update && apt-get install -y python-pip'

worked as expected for me. I'm running minikube v1.6.0-beta.1, would you mind trying with the updated version?

mvgijssel commented 4 years ago

Hey @mvgijssel thanks for opening this issue.

I tried to reproduce this error, but running

eval $(minikube docker-env)
docker run -it --rm debian:stretch /bin/bash -c 'apt-get update && apt-get install -y python-pip'

worked as expected for me. I'm running minikube v1.6.0-beta.1, would you mind trying with the updated version?

Installed minikube v1.6.0-beta.1 using

curl -LO https://github.com/kubernetes/minikube/releases/download/v1.6.0-beta.1/minikube-darwin-amd64 && sudo install minikube-darwin-amd64 /usr/local/bin/minikube

created a new minikube instance

minikube delete
minikube start

ran the same command and now everything is working as expected 🎉🎉🎉.

Thanks for the help.