Update access-cluster-services.md (#4972)

modify "url" to "URL"
pull/4939/merge
Anthony 2017-08-18 06:40:17 +08:00 committed by Steve Perry
parent c9d01fe528
commit 583a582a18
1 changed files with 2 additions and 2 deletions

View File

@ -100,11 +100,11 @@ If you haven't specified a name for your port, you don't have to specify *port_n
#### Using web browsers to access services running on the cluster
You may be able to put an apiserver proxy url into the address bar of a browser. However:
You may be able to put an apiserver proxy URL into the address bar of a browser. However:
- Web browsers cannot usually pass tokens, so you may need to use basic (password) auth. Apiserver can be configured to accept basic auth,
but your cluster may not be configured to accept basic auth.
- Some web apps may not work, particularly those with client side javascript that construct urls in a
- Some web apps may not work, particularly those with client side javascript that construct URLs in a
way that is unaware of the proxy path prefix.
{% endcapture %}