From 91591be972002152d2f71652c8957754b75a0203 Mon Sep 17 00:00:00 2001 From: RA489 Date: Mon, 26 Nov 2018 11:54:22 +0530 Subject: [PATCH 1/2] Update master-node-communication.md --- .../en/docs/concepts/architecture/master-node-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/master-node-communication.md b/content/en/docs/concepts/architecture/master-node-communication.md index 0314197bc4f49..e52d308568b3d 100644 --- a/content/en/docs/concepts/architecture/master-node-communication.md +++ b/content/en/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 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) +If that is not possible, use [SSH tunneling](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) between the apiserver and kubelet if required to avoid connecting over an untrusted or public network. From 4a436886417ac2ee28c156f2680aa20b48cee8e1 Mon Sep 17 00:00:00 2001 From: Qiming Date: Mon, 26 Nov 2018 14:30:27 +0800 Subject: [PATCH 2/2] Update master-node-communication.md --- .../en/docs/concepts/architecture/master-node-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/master-node-communication.md b/content/en/docs/concepts/architecture/master-node-communication.md index e52d308568b3d..7c6b3a9f1c874 100644 --- a/content/en/docs/concepts/architecture/master-node-communication.md +++ b/content/en/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 certificate bundle to use to verify the kubelet's serving certificate. -If that is not possible, use [SSH tunneling](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) +If that is not possible, use [SSH tunneling](/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) between the apiserver and kubelet if required to avoid connecting over an untrusted or public network.