Merge pull request #8975 from thockin/fix-svc-doc

Fix svc doc
This commit is contained in:
Tim Hockin 2015-05-28 17:20:20 -07:00
commit 2c15609a06
2 changed files with 6 additions and 3 deletions

View File

@ -54,3 +54,6 @@ $ kube-up.sh
```
Note that we are still working on making all containerized the master components run smoothly in rkt. Before that we are not able to run the master node with rkt yet.
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/getting-started-guides/rkt/README.md?pixel)]()

View File

@ -43,7 +43,7 @@ port 9376 and carry a label "app=MyApp".
"kind": "Service",
"apiVersion": "v1beta3",
"metadata": {
"name": "my-service",
"name": "my-service"
},
"spec": {
"selector": {
@ -175,7 +175,7 @@ disambiguated. For example:
"kind": "Service",
"apiVersion": "v1beta3",
"metadata": {
"name": "my-service",
"name": "my-service"
},
"spec": {
"selector": {
@ -336,7 +336,7 @@ information about the provisioned balancer will be published in the `Service`'s
"kind": "Service",
"apiVersion": "v1beta3",
"metadata": {
"name": "my-service",
"name": "my-service"
},
"spec": {
"selector": {