From f52ddcb67f75aeb6bd72fecfd4a133ae1eb56666 Mon Sep 17 00:00:00 2001 From: Paul McGoldrick Date: Thu, 28 Sep 2017 10:03:38 -0700 Subject: initial seed code commit VVP-3 Change-Id: I6c9fede9b75ebaf1bcba2ad14f09f021fea63d21 Signed-off-by: Paul McGoldrick --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100755 index 0000000..5474595 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +``` +# update your hosts file with the line +# 10.252.0.12 coreos-01.development.vvp.example.com +. setenv +# select the envirionment yout want from the list +vagrant up +watch -n5 "kubectl get po -n kube-system" +# once all pods are running status +`bin/vvp-deploy` -- cgit 1.2.3-korg