diff --git a/docs/getting-started-guides/rkt/README.md b/docs/getting-started-guides/rkt/README.md index 2aa1d4549e9..9bf573e5f26 100644 --- a/docs/getting-started-guides/rkt/README.md +++ b/docs/getting-started-guides/rkt/README.md @@ -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)]() diff --git a/docs/services.md b/docs/services.md index 86cdcf8349d..fe6ffa4f808 100644 --- a/docs/services.md +++ b/docs/services.md @@ -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": {