summaryrefslogtreecommitdiff
path: root/doc/install/kubernetes/preparation/connect.md
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2018-08-21 12:41:40 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-08-21 12:41:40 +0000
commit94a812f5b7878805b85d2fc8217a840d1c1486ae (patch)
tree036eef5ce3bdfa46d001682e537393c370149a29 /doc/install/kubernetes/preparation/connect.md
parent5dac2937945cd3099ddf83ca7771b8f7ec3efac7 (diff)
downloadgitlab-ce-94a812f5b7878805b85d2fc8217a840d1c1486ae.tar.gz
Update `gitlab` chart docs for GA
Diffstat (limited to 'doc/install/kubernetes/preparation/connect.md')
-rw-r--r--doc/install/kubernetes/preparation/connect.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/install/kubernetes/preparation/connect.md b/doc/install/kubernetes/preparation/connect.md
index fb633c456f5..a3a0cba4bf2 100644
--- a/doc/install/kubernetes/preparation/connect.md
+++ b/doc/install/kubernetes/preparation/connect.md
@@ -2,19 +2,14 @@
In order to deploy software and settings to a cluster, you must connect and authenticate to it.
-* [GKE cluster](#connect-to-gke-cluster)
-* [EKS cluster](#connect-to-eks-cluster)
-* [Local minikube cluster](#connect-to-local-minikube-cluster)
-
## Connect to GKE cluster
-The command for connection to the cluster can be obtained from the [Google Cloud Platform Console](https://console.cloud.google.com/kubernetes/list) by the individual cluster.
-
-Look for the **Connect** button in the clusters list page.
-
-**Or**
+The command for connection to the cluster can be obtained from the
+[Google Cloud Platform Console](https://console.cloud.google.com/kubernetes/list)
+by the individual cluster.
-Use the command below, filling in your cluster's informtion:
+Look for the **Connect** button in the clusters list page or use the command below,
+filling in your cluster's information:
```
gcloud container clusters get-credentials <cluster-name> --zone <zone> --project <project-id>
@@ -22,7 +17,8 @@ gcloud container clusters get-credentials <cluster-name> --zone <zone> --project
## Connect to EKS cluster
-For the most up to date instructions, follow the Amazon EKS documentation on [connecting to a cluster](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#eks-configure-kubectl).
+For the most up to date instructions, follow the Amazon EKS documentation on
+[connecting to a cluster](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#eks-configure-kubectl).
## Connect to local minikube cluster