From cdbac541a9d14d7acd2669f72d5b430cde79cd65 Mon Sep 17 00:00:00 2001 From: lemon-tree Date: Mon, 14 Aug 2017 16:11:58 +0800 Subject: [PATCH] Update master-node-communication.md Modified "a root certificates" to "a root certificate". --- docs/concepts/architecture/master-node-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/architecture/master-node-communication.md b/docs/concepts/architecture/master-node-communication.md index c94a4e8aed..1d78c5f920 100644 --- a/docs/concepts/architecture/master-node-communication.md +++ b/docs/concepts/architecture/master-node-communication.md @@ -74,7 +74,7 @@ which makes the connection subject to man-in-the-middle attacks, and **unsafe** to run over untrusted and/or public networks. To verify this connection, use the `--kubelet-certificate-authority` flag to -provide the apiserver with a root certificates bundle to use to verify the +provide the apiserver with a root certificate bundle to use to verify the kubelet's serving certificate. If that is not possible, use [SSH tunneling](/docs/concepts/architecture/master-node-communication/#ssh-tunnels)