diff options
author | Daniel Gruesso <dgruesso@gitlab.com> | 2019-08-28 04:29:30 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-28 04:29:30 +0000 |
commit | db18cefbe7ca1d80afe597f9580ffa251063499d (patch) | |
tree | 28b749b650aba73f3b459537fbdb4d5ca5346bdf | |
parent | 7848a88a6de7197ab5fb77daf2162b40c70505f2 (diff) | |
download | gitlab-ce-db18cefbe7ca1d80afe597f9580ffa251063499d.tar.gz |
Remove eks from adding an existing cluster section
-rw-r--r-- | doc/user/project/clusters/index.md | 2 |
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: |