install icon indicating copy to clipboard operation
install copied to clipboard

netmaster/netplugin restart

Open rchirakk opened this issue 7 years ago • 2 comments

https://github.com/contiv/install/blob/6a0bea78dcb0cfc55004f53034df4e86c515d6f0/install/k8s/install.sh#L202 start etcd before netplugin/netmaster

cat $contiv_yaml_template >>$contiv_yaml

if [ "$cluster_store" = "" ]; then
	cat $contiv_etcd_template >>$contiv_yaml
fi

rchirakk avatar Jun 14 '17 03:06 rchirakk

Another change to make: start netmaster before netplugin

rchirakk avatar Jul 05 '17 21:07 rchirakk

Per the private issue we had to track this, starting etcd before the other services actually made the problem worse. Both nodes in the demo environment come up in the wrong mode consistently.

We should probably have an issue to track making netplugin resilient against an unready data store in general. EDIT: added an issue: https://github.com/contiv/netplugin/issues/915

dseevr avatar Jul 05 '17 21:07 dseevr