From 03dea1a56f699f38bba6fbb2b6ee0d10fbfe421d Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 26 Jul 2021 13:54:44 +0530 Subject: [PATCH] Update the changes in access-cluster-services.md --- .../tasks/administer-cluster/access-cluster-services.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/access-cluster-services.md b/content/en/docs/tasks/administer-cluster/access-cluster-services.md index acce12bf5d..262071094c 100644 --- a/content/en/docs/tasks/administer-cluster/access-cluster-services.md +++ b/content/en/docs/tasks/administer-cluster/access-cluster-services.md @@ -88,10 +88,10 @@ As mentioned above, you use the `kubectl cluster-info` command to retrieve the s If you haven't specified a name for your port, you don't have to specify *port_name* in the URL. You can also use the port number in place of the *port_name* for both named and unnamed ports. -By default, the API server proxies to your service using http. To use https, prefix the service name with `https:`: -`http://`*`kubernetes_master_address`*`/api/v1/namespaces/`*`namespace_name`*`/services/`*`https:service_name:[port_name]`*`/proxy` +By default, the API server proxies to your service using HTTP. To use HTTPS, prefix the service name with `https:`: +`http:///api/v1/namespaces//services//proxy` -The supported formats for the name segment of the URL are: +The supported formats for the `` segment of the URL are: * `` - proxies to the default or unnamed port using http * `:` - proxies to the specified port name or port number using http