Skip to content

Commit ce1dbcb

Browse files
authored
Merge pull request #36538 from gengwg/main
kube-proxy is part of the Kubernetes node components
2 parents 5a887c3 + 3de5a37 commit ce1dbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/kubelet-tls-bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ A deployment-specific approval process for kubelet serving certificates should t
448448

449449
All of TLS bootstrapping described in this document relates to the kubelet. However,
450450
other components may need to communicate directly with kube-apiserver. Notable is kube-proxy, which
451-
is part of the Kubernetes control plane and runs on every node, but may also include other components such as monitoring or networking.
451+
is part of the Kubernetes node components and runs on every node, but may also include other components such as monitoring or networking.
452452

453453
Like the kubelet, these other components also require a method of authenticating to kube-apiserver.
454454
You have several options for generating these credentials:

0 commit comments

Comments
 (0)