Update README.md

fix file names for creating kubernetes pods and services
This commit is contained in:
Vikram 2017-03-01 22:10:19 -08:00 committed by GitHub
parent 04907c8693
commit 37ccf27fd4
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ docker push <some-registry>/hugo <some-registry>/git-sync
Create the pod and the service for the blog
```
kubectl pods create config/pod.html
kubectl services create config/pod.html
kubectl pods create config/pod.yaml
kubectl services create config/service.yaml
```
Open the service external ip in your browser