add a small delay to ensure proxy is fully configured before proceeding

This commit is contained in:
Ross Gardler 2017-09-21 15:41:02 -07:00
Родитель d410c1df0d
Коммит 5d28426ee7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -25,6 +25,7 @@ The Kuberenetes CLI will setup a proxy to your cluster:
```
kubectl proxy --port=8001 &
sleep 2
```
# Validation