From eb53819201663c76d453834886861d398609f7a8 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsakalozos Date: Fri, 8 Apr 2022 12:08:55 +0300 Subject: [PATCH] Fix minor typo in certificates.md --- content/en/docs/setup/best-practices/certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/best-practices/certificates.md b/content/en/docs/setup/best-practices/certificates.md index 52696ade4b..60630a084d 100644 --- a/content/en/docs/setup/best-practices/certificates.md +++ b/content/en/docs/setup/best-practices/certificates.md @@ -23,7 +23,7 @@ Kubernetes requires PKI for the following operations: * Client certificates for the kubelet to authenticate to the API server * Kubelet [server certificates](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/#client-and-serving-certificates) - for the the API server to talk to the kubelets + for the API server to talk to the kubelets * Server certificate for the API server endpoint * Client certificates for administrators of the cluster to authenticate to the API server * Client certificates for the API server to talk to the kubelets