From cbc41eda763053d39143f5ae0d0501940ee2324e Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Tue, 11 Aug 2015 20:13:48 +0000 Subject: [PATCH] Strip out extra gunk from the end of an example output line. --- docs/getting-started-guides/gce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/gce.md b/docs/getting-started-guides/gce.md index 0420cd20206..1ae240f0ba6 100644 --- a/docs/getting-started-guides/gce.md +++ b/docs/getting-started-guides/gce.md @@ -149,7 +149,7 @@ NAMESPACE NAME CLUSTER_IP EXTERNAL_IP PORT(S) default kubernetes 10.0.0.1 443/TCP 1d kube-system kube-dns 10.0.0.2 53/TCP,53/UDP k8s-app=kube-dns 1d kube-system kube-ui 10.0.0.3 80/TCP k8s-app=kube-ui 1d -... 8086/TCP +... ``` Similarly, you can take a look at the set of [pods](../user-guide/pods.md) that were created during cluster startup.