Advertisement
Guest User

kubeadm init

a guest
Nov 20th, 2019
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.97 KB | None | 0 0
  1. root@master0:~# kubeadm init --control-plane-endpoint "haproxy.my.lan:6443" --upload-certs -v=6
  2. I1120 12:35:27.688910 14008 initconfiguration.go:102] detected and using CRI socket: /var/run/dockershim.sock
  3. I1120 12:35:27.689346 14008 interface.go:384] Looking for default routes with IPv4 addresses
  4. I1120 12:35:27.689473 14008 interface.go:389] Default route transits interface "eth0"
  5. I1120 12:35:27.689775 14008 interface.go:196] Interface eth0 is up
  6. I1120 12:35:27.690093 14008 interface.go:244] Interface "eth0" has 2 addresses :[192.168.1.210/21 fe80::250:56ff:fe85:1816/64].
  7. I1120 12:35:27.690236 14008 interface.go:211] Checking addr 192.168.1.210/21.
  8. I1120 12:35:27.690347 14008 interface.go:218] IP found 192.168.1.210
  9. I1120 12:35:27.690469 14008 interface.go:250] Found valid IPv4 address 192.168.1.210 for interface "eth0".
  10. I1120 12:35:27.690601 14008 interface.go:395] Found active IP 192.168.1.210
  11. I1120 12:35:27.690789 14008 version.go:182] fetching Kubernetes version from URL: https://dl.k8s.io/release/stable-1.txt
  12. I1120 12:35:28.063715 14008 feature_gate.go:216] feature gates: &{map[]}
  13. [init] Using Kubernetes version: v1.16.3
  14. [preflight] Running pre-flight checks
  15. I1120 12:35:28.066589 14008 checks.go:578] validating Kubernetes and kubeadm version
  16. I1120 12:35:28.066709 14008 checks.go:167] validating if the firewall is enabled and active
  17. I1120 12:35:28.077834 14008 checks.go:202] validating availability of port 6443
  18. I1120 12:35:28.078130 14008 checks.go:202] validating availability of port 10251
  19. I1120 12:35:28.078294 14008 checks.go:202] validating availability of port 10252
  20. I1120 12:35:28.078480 14008 checks.go:287] validating the existence of file /etc/kubernetes/manifests/kube-apiserver.yaml
  21. I1120 12:35:28.078630 14008 checks.go:287] validating the existence of file /etc/kubernetes/manifests/kube-controller-manager.yaml
  22. I1120 12:35:28.078760 14008 checks.go:287] validating the existence of file /etc/kubernetes/manifests/kube-scheduler.yaml
  23. I1120 12:35:28.078906 14008 checks.go:287] validating the existence of file /etc/kubernetes/manifests/etcd.yaml
  24. I1120 12:35:28.079062 14008 checks.go:433] validating if the connectivity type is via proxy or direct
  25. I1120 12:35:28.079272 14008 checks.go:472] validating http connectivity to first IP address in the CIDR
  26. I1120 12:35:28.079499 14008 checks.go:472] validating http connectivity to first IP address in the CIDR
  27. I1120 12:35:28.079701 14008 checks.go:103] validating the container runtime
  28. I1120 12:35:28.154228 14008 checks.go:129] validating if the service is enabled and active
  29. I1120 12:35:28.244037 14008 checks.go:336] validating the contents of file /proc/sys/net/bridge/bridge-nf-call-iptables
  30. I1120 12:35:28.244105 14008 checks.go:336] validating the contents of file /proc/sys/net/ipv4/ip_forward
  31. I1120 12:35:28.244144 14008 checks.go:650] validating whether swap is enabled or not
  32. I1120 12:35:28.244193 14008 checks.go:377] validating the presence of executable ip
  33. I1120 12:35:28.244241 14008 checks.go:377] validating the presence of executable iptables
  34. I1120 12:35:28.244274 14008 checks.go:377] validating the presence of executable mount
  35. I1120 12:35:28.244313 14008 checks.go:377] validating the presence of executable nsenter
  36. I1120 12:35:28.244344 14008 checks.go:377] validating the presence of executable ebtables
  37. I1120 12:35:28.244379 14008 checks.go:377] validating the presence of executable ethtool
  38. I1120 12:35:28.244413 14008 checks.go:377] validating the presence of executable socat
  39. I1120 12:35:28.244439 14008 checks.go:377] validating the presence of executable tc
  40. I1120 12:35:28.244471 14008 checks.go:377] validating the presence of executable touch
  41. I1120 12:35:28.244501 14008 checks.go:521] running all checks
  42. I1120 12:35:28.329450 14008 checks.go:407] checking whether the given node name is reachable using net.LookupHost
  43. I1120 12:35:28.330210 14008 checks.go:619] validating kubelet version
  44. I1120 12:35:28.434593 14008 checks.go:129] validating if the service is enabled and active
  45. I1120 12:35:28.450640 14008 checks.go:202] validating availability of port 10250
  46. I1120 12:35:28.450722 14008 checks.go:202] validating availability of port 2379
  47. I1120 12:35:28.450762 14008 checks.go:202] validating availability of port 2380
  48. I1120 12:35:28.450804 14008 checks.go:250] validating the existence and emptiness of directory /var/lib/etcd
  49. [preflight] Pulling images required for setting up a Kubernetes cluster
  50. [preflight] This might take a minute or two, depending on the speed of your internet connection
  51. [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
  52. I1120 12:35:28.597481 14008 checks.go:845] pulling k8s.gcr.io/kube-apiserver:v1.16.3
  53. I1120 12:35:38.192362 14008 checks.go:845] pulling k8s.gcr.io/kube-controller-manager:v1.16.3
  54. I1120 12:35:44.196707 14008 checks.go:845] pulling k8s.gcr.io/kube-scheduler:v1.16.3
  55. I1120 12:35:47.201164 14008 checks.go:845] pulling k8s.gcr.io/kube-proxy:v1.16.3
  56. I1120 12:35:49.980254 14008 checks.go:845] pulling k8s.gcr.io/pause:3.1
  57. I1120 12:35:51.225252 14008 checks.go:845] pulling k8s.gcr.io/etcd:3.3.15-0
  58. I1120 12:36:01.961814 14008 checks.go:845] pulling k8s.gcr.io/coredns:1.6.2
  59. I1120 12:36:04.923088 14008 kubelet.go:61] Stopping the kubelet
  60. [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
  61. [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
  62. I1120 12:36:05.146641 14008 kubelet.go:79] Starting the kubelet
  63. [kubelet-start] Activating the kubelet service
  64. [certs] Using certificateDir folder "/etc/kubernetes/pki"
  65. [certs] Using existing ca certificate authority
  66. [certs] Using existing apiserver certificate and key on disk
  67. [certs] Using existing apiserver-kubelet-client certificate and key on disk
  68. [certs] Using existing front-proxy-ca certificate authority
  69. [certs] Using existing front-proxy-client certificate and key on disk
  70. [certs] Using existing etcd/ca certificate authority
  71. [certs] Using existing etcd/server certificate and key on disk
  72. [certs] Using existing etcd/peer certificate and key on disk
  73. [certs] Using existing etcd/healthcheck-client certificate and key on disk
  74. [certs] Using existing apiserver-etcd-client certificate and key on disk
  75. I1120 12:36:06.915937 14008 certs.go:70] creating a new public/private key files for signing service account users
  76. [certs] Using the existing "sa" key
  77. [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
  78. I1120 12:36:06.916329 14008 kubeconfig.go:79] creating kubeconfig file for admin.conf
  79. I1120 12:36:07.266035 14008 loader.go:375] Config loaded from file: /etc/kubernetes/admin.conf
  80. [kubeconfig] Using existing kubeconfig file: "/etc/kubernetes/admin.conf"
  81. I1120 12:36:07.266111 14008 kubeconfig.go:79] creating kubeconfig file for kubelet.conf
  82. I1120 12:36:07.481957 14008 loader.go:375] Config loaded from file: /etc/kubernetes/kubelet.conf
  83. [kubeconfig] Using existing kubeconfig file: "/etc/kubernetes/kubelet.conf"
  84. I1120 12:36:07.482389 14008 kubeconfig.go:79] creating kubeconfig file for controller-manager.conf
  85. I1120 12:36:07.986059 14008 loader.go:375] Config loaded from file: /etc/kubernetes/controller-manager.conf
  86. [kubeconfig] Using existing kubeconfig file: "/etc/kubernetes/controller-manager.conf"
  87. I1120 12:36:07.986380 14008 kubeconfig.go:79] creating kubeconfig file for scheduler.conf
  88. I1120 12:36:08.090492 14008 loader.go:375] Config loaded from file: /etc/kubernetes/scheduler.conf
  89. [kubeconfig] Using existing kubeconfig file: "/etc/kubernetes/scheduler.conf"
  90. [control-plane] Using manifest folder "/etc/kubernetes/manifests"
  91. [control-plane] Creating static Pod manifest for "kube-apiserver"
  92. I1120 12:36:08.091058 14008 manifests.go:91] [control-plane] getting StaticPodSpecs
  93. I1120 12:36:08.156292 14008 manifests.go:116] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
  94. [control-plane] Creating static Pod manifest for "kube-controller-manager"
  95. I1120 12:36:08.156632 14008 manifests.go:91] [control-plane] getting StaticPodSpecs
  96. I1120 12:36:08.158035 14008 manifests.go:116] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
  97. [control-plane] Creating static Pod manifest for "kube-scheduler"
  98. I1120 12:36:08.158211 14008 manifests.go:91] [control-plane] getting StaticPodSpecs
  99. I1120 12:36:08.159154 14008 manifests.go:116] [control-plane] wrote static Pod manifest for component "kube-scheduler" to "/etc/kubernetes/manifests/kube-scheduler.yaml"
  100. [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
  101. I1120 12:36:08.160117 14008 local.go:69] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
  102. I1120 12:36:08.183692 14008 waitcontrolplane.go:80] [wait-control-plane] Waiting for the API server to be healthy
  103. I1120 12:36:08.184363 14008 loader.go:375] Config loaded from file: /etc/kubernetes/admin.conf
  104. [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
  105. I1120 12:36:08.194434 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  106. I1120 12:36:08.696189 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  107. I1120 12:36:09.196050 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  108. I1120 12:36:09.696710 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  109. I1120 12:36:10.196196 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  110. I1120 12:36:10.696314 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  111. I1120 12:36:11.196566 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  112. I1120 12:36:11.696395 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  113. I1120 12:36:12.196492 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  114. I1120 12:36:12.696514 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  115. I1120 12:36:13.196378 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  116. I1120 12:36:13.696422 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  117. I1120 12:36:14.196271 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  118. I1120 12:36:14.696515 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  119. I1120 12:36:15.196370 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  120. I1120 12:36:15.695820 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  121. I1120 12:36:16.195905 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  122. I1120 12:36:16.695988 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  123. I1120 12:36:17.196014 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  124. I1120 12:36:17.696026 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  125. I1120 12:36:18.195873 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  126. I1120 12:36:18.695986 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  127. I1120 12:36:19.195882 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  128. I1120 12:36:19.696143 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  129. I1120 12:36:20.196037 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  130. I1120 12:36:20.696085 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  131. I1120 12:36:21.196204 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  132. I1120 12:36:21.696305 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  133. I1120 12:36:22.195943 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  134. I1120 12:36:22.695862 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  135. I1120 12:36:23.196141 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  136. I1120 12:36:23.696305 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  137. I1120 12:36:24.196321 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  138. I1120 12:36:24.700951 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 6 milliseconds
  139. I1120 12:36:25.196098 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  140. I1120 12:36:25.695825 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  141. I1120 12:36:26.195919 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  142. I1120 12:36:26.695939 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  143. I1120 12:36:27.195919 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  144. I1120 12:36:27.696334 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  145. I1120 12:36:28.195940 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  146. I1120 12:36:28.695651 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 0 milliseconds
  147. I1120 12:36:29.195870 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  148. I1120 12:36:29.695855 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  149. I1120 12:36:30.195800 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  150. I1120 12:36:30.696583 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  151. I1120 12:36:31.195871 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  152. I1120 12:36:31.695737 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  153. I1120 12:36:32.195540 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 0 milliseconds
  154. I1120 12:36:32.695813 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  155. I1120 12:36:33.199833 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 5 milliseconds
  156. I1120 12:36:33.695991 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  157. I1120 12:36:34.195845 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  158. I1120 12:36:34.696144 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  159. I1120 12:36:35.195794 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  160. I1120 12:36:35.695863 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  161. I1120 12:36:36.195851 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s in 1 milliseconds
  162. I1120 12:36:38.463737 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s 500 Internal Server Error in 1768 milliseconds
  163. I1120 12:36:38.700732 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s 500 Internal Server Error in 6 milliseconds
  164. I1120 12:36:39.197118 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s 500 Internal Server Error in 2 milliseconds
  165. I1120 12:36:39.697254 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s 500 Internal Server Error in 2 milliseconds
  166. I1120 12:36:40.197112 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/healthz?timeout=32s 200 OK in 2 milliseconds
  167. [apiclient] All control plane components are healthy after 32.003953 seconds
  168. I1120 12:36:40.197233 14008 uploadconfig.go:108] [upload-config] Uploading the kubeadm ClusterConfiguration to a ConfigMap
  169. [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
  170. I1120 12:36:40.245202 14008 round_trippers.go:443] POST https://haproxy.my.lan:6443/api/v1/namespaces/kube-system/configmaps 201 Created in 5 milliseconds
  171. I1120 12:36:40.261980 14008 round_trippers.go:443] POST https://haproxy.my.lan:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles 201 Created in 16 milliseconds
  172. I1120 12:36:40.266485 14008 round_trippers.go:443] POST https://haproxy.my.lan:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings 201 Created in 3 milliseconds
  173. I1120 12:36:40.267024 14008 uploadconfig.go:122] [upload-config] Uploading the kubelet component config to a ConfigMap
  174. [kubelet] Creating a ConfigMap "kubelet-config-1.16" in namespace kube-system with the configuration for the kubelets in the cluster
  175. I1120 12:36:40.270938 14008 round_trippers.go:443] POST https://haproxy.my.lan:6443/api/v1/namespaces/kube-system/configmaps 201 Created in 2 milliseconds
  176. I1120 12:36:40.274621 14008 round_trippers.go:443] POST https://haproxy.my.lan:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles 201 Created in 3 milliseconds
  177. I1120 12:36:40.280503 14008 round_trippers.go:443] POST https://haproxy.my.lan:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings 201 Created in 5 milliseconds
  178. I1120 12:36:40.280612 14008 uploadconfig.go:127] [upload-config] Preserving the CRISocket information for the control-plane node
  179. I1120 12:36:40.280638 14008 patchnode.go:30] [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "master0" as an annotation
  180. I1120 12:36:40.787334 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  181. I1120 12:36:41.283684 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  182. I1120 12:36:41.783904 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  183. I1120 12:36:42.283397 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  184. I1120 12:36:42.783391 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  185. I1120 12:36:43.286733 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 5 milliseconds
  186. I1120 12:36:43.782866 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  187. I1120 12:36:44.297146 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 16 milliseconds
  188. I1120 12:36:44.785100 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 4 milliseconds
  189. I1120 12:36:45.283328 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  190. I1120 12:36:45.783436 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  191. I1120 12:36:46.283021 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  192. I1120 12:36:46.783961 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  193. I1120 12:36:47.283298 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  194. I1120 12:36:47.782917 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  195. [kubelet-check] Initial timeout of 40s passed.
  196. I1120 12:36:48.283559 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  197. I1120 12:36:48.783076 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  198. I1120 12:36:49.283691 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  199. I1120 12:36:49.783278 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  200. I1120 12:36:50.283390 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  201. I1120 12:36:50.783439 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  202. I1120 12:36:51.283257 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  203. I1120 12:36:51.783590 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  204. I1120 12:36:52.283413 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  205. I1120 12:36:52.783239 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  206. I1120 12:36:53.283477 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  207. I1120 12:36:53.783346 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  208. I1120 12:36:54.283223 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  209. I1120 12:36:54.783207 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  210. I1120 12:36:55.283865 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  211. I1120 12:36:55.783301 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  212. I1120 12:36:56.283517 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  213. I1120 12:36:56.783324 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  214. I1120 12:36:57.283864 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  215. I1120 12:36:57.783232 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  216. I1120 12:36:58.283629 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  217. I1120 12:36:58.783102 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  218. I1120 12:36:59.283453 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  219. I1120 12:36:59.783220 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  220. I1120 12:37:00.283590 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  221. I1120 12:37:00.783422 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  222. I1120 12:37:01.283544 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  223. I1120 12:37:01.783351 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  224. I1120 12:37:02.283770 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  225. I1120 12:37:02.783172 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  226. I1120 12:37:03.283266 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  227. I1120 12:37:03.783620 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  228. I1120 12:37:04.283363 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  229. I1120 12:37:04.783528 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  230. I1120 12:37:05.283698 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  231. I1120 12:37:05.783421 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  232. I1120 12:37:06.283445 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  233. I1120 12:37:06.783350 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  234. I1120 12:37:07.283425 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  235. I1120 12:37:07.783219 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  236. I1120 12:37:08.283586 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  237. I1120 12:37:08.783168 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  238. I1120 12:37:09.283499 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  239. I1120 12:37:09.783281 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  240. I1120 12:37:10.283422 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  241. I1120 12:37:10.783213 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  242. I1120 12:37:11.283774 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  243. I1120 12:37:11.783049 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  244. I1120 12:37:12.283398 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  245. I1120 12:37:12.783546 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  246. I1120 12:37:13.283232 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  247. I1120 12:37:13.783380 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  248. I1120 12:37:14.283473 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  249. I1120 12:37:14.783340 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  250. I1120 12:37:15.283479 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  251. I1120 12:37:15.783513 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  252. I1120 12:37:16.283789 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  253. I1120 12:37:16.783442 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  254. I1120 12:37:17.284066 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  255. I1120 12:37:17.782908 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  256. I1120 12:37:18.283645 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  257. I1120 12:37:18.783505 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  258. I1120 12:37:19.283495 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  259. I1120 12:37:19.783453 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  260. I1120 12:37:20.284042 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  261. I1120 12:37:20.782924 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  262. I1120 12:37:21.284142 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  263. I1120 12:37:21.783693 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  264. I1120 12:37:22.284331 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  265. I1120 12:37:22.784004 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  266. I1120 12:37:23.283877 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  267. I1120 12:37:23.783618 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  268. I1120 12:37:24.283915 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  269. I1120 12:37:24.783092 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  270. I1120 12:37:25.283835 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  271. I1120 12:37:25.784744 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  272. I1120 12:37:26.283577 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  273. I1120 12:37:26.786246 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 5 milliseconds
  274. I1120 12:37:27.283630 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  275. I1120 12:37:27.785591 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 4 milliseconds
  276. I1120 12:37:28.283140 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  277. I1120 12:37:28.783112 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  278. I1120 12:37:29.283161 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  279. I1120 12:37:29.783191 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  280. I1120 12:37:30.284172 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  281. I1120 12:37:30.783759 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  282. I1120 12:37:31.283696 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  283. I1120 12:37:31.783468 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  284. I1120 12:37:32.283511 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  285. I1120 12:37:32.783419 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  286. I1120 12:37:33.283176 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  287. I1120 12:37:33.783253 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  288. I1120 12:37:34.283403 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  289. I1120 12:37:34.783298 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  290. I1120 12:37:35.283188 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  291. I1120 12:37:35.783257 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  292. I1120 12:37:36.283272 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  293. I1120 12:37:36.783088 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  294. I1120 12:37:37.283275 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  295. I1120 12:37:37.783603 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  296. I1120 12:37:38.283890 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  297. I1120 12:37:38.783344 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  298. I1120 12:37:39.283334 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  299. I1120 12:37:39.783274 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  300. I1120 12:37:40.283319 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  301. I1120 12:37:40.783331 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  302. I1120 12:37:41.283543 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  303. I1120 12:37:41.783021 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  304. I1120 12:37:42.283161 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  305. I1120 12:37:42.783261 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  306. I1120 12:37:43.283454 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  307. I1120 12:37:43.783157 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  308. I1120 12:37:44.283733 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  309. I1120 12:37:44.783492 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  310. I1120 12:37:45.283300 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  311. I1120 12:37:45.783365 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  312. I1120 12:37:46.283380 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  313. I1120 12:37:46.783295 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  314. I1120 12:37:47.283520 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  315. I1120 12:37:47.783494 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  316. I1120 12:37:48.282732 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  317. I1120 12:37:48.782958 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  318. I1120 12:37:49.283203 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  319. I1120 12:37:49.783309 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  320. I1120 12:37:50.283545 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  321. I1120 12:37:50.783143 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  322. I1120 12:37:51.283368 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  323. I1120 12:37:51.783748 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  324. I1120 12:37:52.283594 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  325. I1120 12:37:52.783216 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  326. I1120 12:37:53.283923 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  327. I1120 12:37:53.783186 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  328. I1120 12:37:54.283797 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  329. I1120 12:37:54.783705 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  330. I1120 12:37:55.284053 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  331. I1120 12:37:55.783586 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  332. I1120 12:37:56.283911 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  333. I1120 12:37:56.783553 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  334. I1120 12:37:57.283431 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  335. I1120 12:37:57.783796 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  336. I1120 12:37:58.283771 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  337. I1120 12:37:58.783204 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  338. I1120 12:37:59.283778 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  339. I1120 12:37:59.783118 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  340. I1120 12:38:00.283569 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  341. I1120 12:38:00.783557 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  342. I1120 12:38:01.283452 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  343. I1120 12:38:01.783254 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  344. I1120 12:38:02.283755 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  345. I1120 12:38:02.783418 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  346. I1120 12:38:03.283030 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  347. I1120 12:38:03.783377 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  348. I1120 12:38:04.283611 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  349. I1120 12:38:04.783565 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  350. I1120 12:38:05.283608 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  351. I1120 12:38:05.783543 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  352. I1120 12:38:06.283769 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  353. I1120 12:38:06.783484 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  354. I1120 12:38:07.283262 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  355. I1120 12:38:07.783252 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  356. I1120 12:38:08.283118 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  357. I1120 12:38:08.783390 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  358. I1120 12:38:09.283193 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  359. I1120 12:38:09.783214 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  360. I1120 12:38:10.283254 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  361. I1120 12:38:10.783235 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  362. I1120 12:38:11.283264 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  363. I1120 12:38:11.783092 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  364. I1120 12:38:12.283266 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  365. I1120 12:38:12.783231 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  366. I1120 12:38:13.283327 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  367. I1120 12:38:13.782821 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  368. I1120 12:38:14.283285 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  369. I1120 12:38:14.783183 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  370. I1120 12:38:15.283474 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  371. I1120 12:38:15.783107 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  372. I1120 12:38:16.283704 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  373. I1120 12:38:16.783014 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  374. I1120 12:38:17.284106 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  375. I1120 12:38:17.782891 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  376. I1120 12:38:18.283316 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  377. I1120 12:38:18.783556 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  378. I1120 12:38:19.283532 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  379. I1120 12:38:19.783189 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  380. I1120 12:38:20.283955 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 3 milliseconds
  381. I1120 12:38:20.782894 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  382. I1120 12:38:21.283319 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  383. I1120 12:38:21.782804 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  384. I1120 12:38:22.283321 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  385. I1120 12:38:22.783352 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  386. I1120 12:38:23.283262 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  387. I1120 12:38:23.782915 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  388. I1120 12:38:24.283644 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  389. I1120 12:38:24.783378 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  390. I1120 12:38:25.283315 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  391. I1120 12:38:25.783314 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  392. I1120 12:38:26.283402 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  393. I1120 12:38:26.782883 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  394. I1120 12:38:27.283185 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  395. I1120 12:38:27.783188 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  396. I1120 12:38:28.282697 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  397. I1120 12:38:28.783171 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  398. I1120 12:38:29.283495 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  399. I1120 12:38:29.783267 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  400. I1120 12:38:30.283403 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  401. I1120 12:38:30.783154 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  402. I1120 12:38:31.283324 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  403. I1120 12:38:31.782822 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  404. I1120 12:38:32.286723 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 5 milliseconds
  405. I1120 12:38:32.783169 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  406. I1120 12:38:33.283288 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  407. I1120 12:38:33.783837 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  408. I1120 12:38:34.283395 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  409. I1120 12:38:34.783728 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  410. I1120 12:38:35.283118 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  411. I1120 12:38:35.783486 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  412. I1120 12:38:36.283432 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  413. I1120 12:38:36.782954 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  414. I1120 12:38:37.283244 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  415. I1120 12:38:37.783350 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  416. I1120 12:38:38.283150 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  417. I1120 12:38:38.783115 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  418. I1120 12:38:39.283315 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  419. I1120 12:38:39.783640 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  420. I1120 12:38:40.283308 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 2 milliseconds
  421. I1120 12:38:40.284997 14008 round_trippers.go:443] GET https://haproxy.my.lan:6443/api/v1/nodes/master0 404 Not Found in 1 milliseconds
  422. timed out waiting for the condition
  423. Error writing Crisocket information for the control-plane node
  424. k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runUploadKubeletConfig
  425. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init/uploadconfig.go:129
  426. k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
  427. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:236
  428. k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
  429. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:424
  430. k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
  431. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:209
  432. k8s.io/kubernetes/cmd/kubeadm/app/cmd.NewCmdInit.func1
  433. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/init.go:146
  434. k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
  435. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:830
  436. k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
  437. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:914
  438. k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
  439. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:864
  440. k8s.io/kubernetes/cmd/kubeadm/app.Run
  441. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/kubeadm.go:50
  442. main.main
  443. _output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/kubeadm.go:25
  444. runtime.main
  445. /usr/local/go/src/runtime/proc.go:200
  446. runtime.goexit
  447. /usr/local/go/src/runtime/asm_amd64.s:1337
  448. error execution phase upload-config/kubelet
  449. k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
  450. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:237
  451. k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
  452. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:424
  453. k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
  454. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:209
  455. k8s.io/kubernetes/cmd/kubeadm/app/cmd.NewCmdInit.func1
  456. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/init.go:146
  457. k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
  458. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:830
  459. k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
  460. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:914
  461. k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
  462. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:864
  463. k8s.io/kubernetes/cmd/kubeadm/app.Run
  464. /workspace/anago-v1.16.3-beta.0.56+b3cbbae08ec52a/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/kubeadm.go:50
  465. main.main
  466. _output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/kubeadm.go:25
  467. runtime.main
  468. /usr/local/go/src/runtime/proc.go:200
  469. runtime.goexit
  470. /usr/local/go/src/runtime/asm_amd64.s:1337
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement