From 51217c6759d7c2e1c7964187181bd07cffd167e7 Mon Sep 17 00:00:00 2001 From: Brian Hopkins Date: Fri, 6 Jul 2018 08:52:28 -0400 Subject: [PATCH] Update README.md updating readme to include the initial dashboard credentials so its near the install instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.