Commit 2c15609a authored by Tim Hockin's avatar Tim Hockin

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

Fix svc doc
parents 677d0fdf f6ecb28c
......@@ -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)]()
......@@ -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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment