From eceb421911841e62a4e70c46eec9c82efd5865cc Mon Sep 17 00:00:00 2001 From: SrinivasChilveri Date: Wed, 9 Aug 2017 22:36:22 +0530 Subject: [PATCH] Update master-node-communication.md (#4691) * Update master-node-communication.md Not working Links are updated * Update master-node-communication.md changed based on suggestion * updated as per suggestion --- 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 a650cc9a3a..c94a4e8aed 100644 --- a/docs/concepts/architecture/master-node-communication.md +++ b/docs/concepts/architecture/master-node-communication.md @@ -77,7 +77,7 @@ To verify this connection, use the `--kubelet-certificate-authority` flag to provide the apiserver with a root certificates bundle to use to verify the kubelet's serving certificate. -If that is not possible, use [SSH tunneling](/docs/admin/master-node-communication/#ssh-tunnels) +If that is not possible, use [SSH tunneling](/docs/concepts/architecture/master-node-communication/#ssh-tunnels) between the apiserver and kubelet if required to avoid connecting over an untrusted or public network.