-**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 EKS cluster. We will use the certificate created by default.
- List the secrets with `kubectl get secrets`, and one should named similar to
- List the secrets with `kubectl get secrets`, and one should named similar to
`default-token-xxxxx`. Copy that token name for use below.
`default-token-xxxxx`. Copy that token name for use below.
...
@@ -123,6 +124,7 @@ To add an existing Kubernetes cluster to your project:
...
@@ -123,6 +124,7 @@ To add an existing Kubernetes cluster to your project:
```sh
```sh
kubectl get secret <secret name> -o jsonpath="{['data']['ca\.crt']}" | base64 --decode
kubectl get secret <secret name> -o jsonpath="{['data']['ca\.crt']}" | base64 --decode
```
```
-**Token** -
-**Token** -
GitLab authenticates against Kubernetes using service tokens, which are
GitLab authenticates against Kubernetes using service tokens, which are