update docker k8s approach

This commit is contained in:
wizard
2015-06-15 10:38:50 +08:00
parent 5e5c1d1097
commit 4e92f409a0
6 changed files with 12 additions and 36 deletions

View File

@@ -131,8 +131,8 @@ kubectl get nodes
This should print:
```
NAME LABELS STATUS
127.0.0.1 <none> Ready
NAME LABELS STATUS
127.0.0.1 kubernetes.io/hostname=127.0.0.1 Ready
```
If the status of the node is ```NotReady``` or ```Unknown``` please check that all of the containers you created are successfully running.