From dccb59fddd9a9e74b90db24ffb03013e754f56ed Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Tue, 21 Mar 2017 22:20:57 -0400 Subject: [PATCH] Fix incorrect sentence (#2876) * Fix incorrect sentence The changes removes an unnecessary word to correct doc sentence. * Fix incorrect sentence Remove an extra incorrect word from the sentence. --- .../cluster-administration/access-cluster.md | 2 +- docs/user-guide/accessing-the-cluster.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/concepts/cluster-administration/access-cluster.md b/docs/concepts/cluster-administration/access-cluster.md index d61e04fa56..27942f2175 100644 --- a/docs/concepts/cluster-administration/access-cluster.md +++ b/docs/concepts/cluster-administration/access-cluster.md @@ -14,7 +14,7 @@ Kubernetes CLI, `kubectl`. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through -though a [Getting started guide](/docs/getting-started-guides/), +a [Getting started guide](/docs/getting-started-guides/), or someone else setup the cluster and provided you with credentials and a location. Check the location and credentials that kubectl knows about with this command: diff --git a/docs/user-guide/accessing-the-cluster.md b/docs/user-guide/accessing-the-cluster.md index 10440383c9..53bcd7b926 100644 --- a/docs/user-guide/accessing-the-cluster.md +++ b/docs/user-guide/accessing-the-cluster.md @@ -1,10 +1,10 @@ ---- -assignees: -- lavalamp -- mikedanese -title: Accessing Clusters ---- - -{% include user-guide-content-moved.md %} - +--- +assignees: +- lavalamp +- mikedanese +title: Accessing Clusters +--- + +{% include user-guide-content-moved.md %} + [Accessing Clusters](/docs/concepts/cluster-administration/access-cluster/) \ No newline at end of file