diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -1,9 +1,15 @@ ``` -# 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` +Add the following line into your local hosts file: + 10.252.0.12 coreos-01.development.vvp.example.com + +Select the required environment from the list when requested: +$ . ./setenv + +$ vagrant up + +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 |