We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33c494c + efc3c48 commit 06bd14aCopy full SHA for 06bd14a
content/en/docs/concepts/services-networking/service.md
@@ -238,7 +238,7 @@ There are a few reasons for using proxying for Services:
238
239
### User space proxy mode {#proxy-mode-userspace}
240
241
-In this mode, kube-proxy watches the Kubernetes master for the addition and
+In this mode, kube-proxy watches the Kubernetes control plane for the addition and
242
removal of Service and Endpoint objects. For each Service it opens a
243
port (randomly chosen) on the local node. Any connections to this "proxy port"
244
are proxied to one of the Service's backend Pods (as reported via
0 commit comments