diff --git a/README.md b/README.md index b64308d..934aaa5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ If you need to remove Contiv from Docker Swarm and return to your original state * Use curl to get the installer bundle:
`curl -L -O https://github.com/contiv/install/releases/download/$VERSION/contiv-$VERSION.tgz` * Extract the install bundle
`tar oxf contiv-$VERSION.tgz`. * Change directories to the extracted folder
`cd contiv-$VERSION` -* To install Contiv with VXLAN:
`sudo ./install/k8s/install.sh -n $CONTIV_MASTER` +* To install Contiv with VXLAN:
`sudo ./install/k8s/install.sh -n $CONTIV_MASTER` **NOTE**: The contiv dashboard initial login credentials are admin/admin * **NOTE:** Use the same IP for CONTIV_MASTER as you use for --api-advertise-addresses in kubeadm init. * To install Contiv specifying a data plane interface for VLAN:
`sudo ./install/k8s/install.sh -n $CONTIV_MASTER -v ` * **NOTE:** Ensure that the data plane interface is the same on all the worker nodes.