From 14d8a987378ea374f4b5bfe8e35c70947523c35a Mon Sep 17 00:00:00 2001 From: RichieEscarez Date: Tue, 12 May 2015 10:31:59 -0700 Subject: [PATCH] Revised example proxy URL Updated the example we provide for the proxy URL to clarify how to prefix a service name. --- docs/accessing-the-cluster.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/accessing-the-cluster.md b/docs/accessing-the-cluster.md index 825313a067e..df9b8a3f2cd 100644 --- a/docs/accessing-the-cluster.md +++ b/docs/accessing-the-cluster.md @@ -34,8 +34,7 @@ $ kubectl config view } ``` -To access a service endpoint `/alpha/beta/gamma/` via the proxy service for your service `myservice` you need to specify an HTTPS address -for the Kubernetes master followed by `/api/v1beta3/proxy/namespaces/default/services/myservice/alpha/beta/gamma`. +To access a cluster service endpoint via the proxy you should prefix the name of the service with `/api/v1beta3/proxy/namespaces/default/services`, for example, `/api/v1beta3/proxy/namespaces/default/services/elasticsearch` or `/api/v1beta3/proxy/namespaces/default/services/elasticsearch/_search?q=user:kimchy`. Here is a list of representative cluster-level system services: ```