Skip to content

Commit 06bd14a

Browse files
authored
Merge pull request #26082 from natereid72/patch-1
Update service.md, change 'master' to 'control plane'
2 parents 33c494c + efc3c48 commit 06bd14a

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ There are a few reasons for using proxying for Services:
238238

239239
### User space proxy mode {#proxy-mode-userspace}
240240

241-
In this mode, kube-proxy watches the Kubernetes master for the addition and
241+
In this mode, kube-proxy watches the Kubernetes control plane for the addition and
242242
removal of Service and Endpoint objects. For each Service it opens a
243243
port (randomly chosen) on the local node. Any connections to this "proxy port"
244244
are proxied to one of the Service's backend Pods (as reported via

0 commit comments

Comments
 (0)