diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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` |