Files
kubernetes/hack
howard 6ca5e0ed4d local-up-cluster kube-proxy terminated error
When using hack/local-up-cluster.sh deploy local cluster, it
failed with following message "kube-proxy terminated unexpectedly"
and "Failed to retrieve node info: nodes "127.0.0.1" not found" in
kube-proxy.log.

The root reason for this error is miss boot order of kubernetes
services in local-up-cluster.sh, kube-proxy and kubectl daemon.

When starting kube-proxy, it would check node information. And
these information are collected by kubelet daemon. However, in
the shell script, kube-proxy service start before kubelet daemon.

This patch changed the boot order of kubelet daemon and kube-proxy
and check if node stats ready for kube-proxy start.

Signed-off-by: Howard Zhang <howard.zhang@arm.com>
2019-09-16 10:36:42 +08:00
..
2019-08-16 23:47:43 -07:00
2019-08-17 13:11:19 +02:00
2019-02-22 10:00:10 -08:00
2019-01-22 08:39:55 +08:00
2019-01-22 08:39:55 +08:00
2019-01-22 08:39:55 +08:00
2019-04-21 12:40:12 -04:00
2019-08-22 09:45:10 +08:00
2019-06-15 22:31:39 -04:00
2019-06-15 22:31:39 -04:00
2019-04-20 05:08:00 -04:00
2019-02-18 19:11:21 -05:00
2019-02-18 19:11:21 -05:00