aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a9f755..2980fea 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,30 @@ $ . ./setenv
$ vagrant up
+Login to the coreos box quickly after provisioning has finished,
+wait for the VM to reboot automatically for the first time.
+
+After the reboot, perform the following manual steps
+Create the file:
+/etc/systemd/network/static.network
+
+with contents:
+[Match]
+Name=eth1
+
+[Network]
+Address=10.252.0.12
+
+Add the following line to the bottom of /etc/hosts
+10.252.0.12 coreos-01.development.vvp.example.com
+
Wait till all pods will be at running status (This might take few minutes)
$ watch -n5 "kubectl get po -n kube-system"
$ bin/vvp-deploy
-``` \ No newline at end of file
+After the above deploy, it can take around 30 minutes for everything to finish.
+
+To access the ICE dashboard, got to https://10.220.220.12/#/
+
+```