summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-28 04:29:31 +0000
committerEvan Read <eread@gitlab.com>2019-08-28 04:29:31 +0000
commitd0a7913b3ad6c51284069ae841975fddc1697499 (patch)
tree28b749b650aba73f3b459537fbdb4d5ca5346bdf
parent7848a88a6de7197ab5fb77daf2162b40c70505f2 (diff)
parentdb18cefbe7ca1d80afe597f9580ffa251063499d (diff)
downloadgitlab-ce-d0a7913b3ad6c51284069ae841975fddc1697499.tar.gz
Merge branch 'docs-patch-74' into 'master'
Remove eks from adding an existing cluster section See merge request gitlab-org/gitlab-ce!32125
-rw-r--r--doc/user/project/clusters/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index cf3a3fef79f..3bde0a375c6 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -199,7 +199,7 @@ To add an existing Kubernetes cluster to your project:
kubectl cluster-info | grep 'Kubernetes master' | awk '/http/ {print $NF}'
```
- - **CA certificate** (required) - A valid Kubernetes certificate is needed to authenticate to the EKS cluster. We will use the certificate created by default.
+ - **CA certificate** (required) - A valid Kubernetes certificate is needed to authenticate to the cluster. We will use the certificate created by default.
- List the secrets with `kubectl get secrets`, and one should named similar to
`default-token-xxxxx`. Copy that token name for use below.
- Get the certificate by running this command: