From 3e2fd0a2f0640d232d62bbf7b2d046975acbdad6 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 5 Mar 2018 17:34:47 +0800 Subject: [PATCH] Typo fix "kubernetes"->"Kubernetes" "kubernetes cluster" is written in lower-case in line 5 , while in capitals in line 9 . --- docs/http_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/http_proxy.md b/docs/http_proxy.md index 5366fc23bcfbb..a19777790f629 100644 --- a/docs/http_proxy.md +++ b/docs/http_proxy.md @@ -2,7 +2,7 @@ HTTP Forward Proxy Support ========================== -It is possible to launch a kubernetes cluster from behind an http forward proxy ("corporate proxy"). To do so, you will need to configure the `egressProxy` for the cluster. +It is possible to launch a Kubernetes cluster from behind an http forward proxy ("corporate proxy"). To do so, you will need to configure the `egressProxy` for the cluster. It is assumed the proxy is already existing. If you want a private topology on AWS, for example, with an proxy instead of a NAT instance, you'll need to create the proxy yourself. See [Running in a shared VPC](run_in_existing_vpc.md).