Merge pull request #7117 from markturansky/typos

Fixed typo in README.md
This commit is contained in:
Fabio Yeon 2015-04-21 11:57:09 -07:00
commit 178d299a4a

View File

@ -68,7 +68,7 @@ kubectl create -f frontend-controller.json
kubectl create -f frontend-service.json
```
You need to wait for the pods to get deployed, run the following and wait for `STATUS` to change from `Unknown`, through `Pending` to `Runnig`.
You need to wait for the pods to get deployed, run the following and wait for `STATUS` to change from `Unknown`, through `Pending` to `Running`.
```
kubectl get pods --watch
```