Skip to content

Commit 3de5a37

Browse files
authored
kube-proxy is part of the Kubernetes node components
kube-proxy is part of the Kubernetes node components not control plane. I think it's a typo. ref: https://kubernetes.io/docs/concepts/overview/components/#node-components
1 parent d554e3e commit 3de5a37

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)