install
install copied to clipboard
netmaster/netplugin restart
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
Another change to make: start netmaster before netplugin
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