and select the proper project and cluster. Then click on **Connect** and execute
and select the proper project and cluster. Then click **Connect** and execute
the `gcloud` command in a local terminal or using the **Cloud Shell**.
the `gcloud` command in a local terminal or using the **Cloud Shell**.
If the cluster is not on GKE, follow the specific instructions for your
If the cluster is not on GKE, follow the specific instructions for your
...
@@ -301,7 +301,7 @@ your apps will not be able to be reached, and you'd have to change the DNS
...
@@ -301,7 +301,7 @@ your apps will not be able to be reached, and you'd have to change the DNS
record again. In order to avoid that, you should change it into a static
record again. In order to avoid that, you should change it into a static
reserved IP.
reserved IP.
[Read how to promote an ephemeral external IP address in GKE.](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address#promote_ephemeral_ip)
Read how to [promote an ephemeral external IP address in GKE](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address#promote_ephemeral_ip).
### Pointing your DNS at the cluster IP
### Pointing your DNS at the cluster IP
...
@@ -407,7 +407,7 @@ service account of the cluster integration.
...
@@ -407,7 +407,7 @@ service account of the cluster integration.
After you have successfully added your cluster information, you can enable the
After you have successfully added your cluster information, you can enable the
Kubernetes cluster integration:
Kubernetes cluster integration:
1. Click the "Enabled/Disabled" switch
1. Click the **Enabled/Disabled** switch
1. Hit **Save** for the changes to take effect
1. Hit **Save** for the changes to take effect
You can now start using your Kubernetes cluster for your deployments.
You can now start using your Kubernetes cluster for your deployments.
...
@@ -424,7 +424,7 @@ When you remove a cluster, you only remove its relation to GitLab, not the
...
@@ -424,7 +424,7 @@ When you remove a cluster, you only remove its relation to GitLab, not the
cluster itself. To remove the cluster, you can do so by visiting the GKE
cluster itself. To remove the cluster, you can do so by visiting the GKE
dashboard or using `kubectl`.
dashboard or using `kubectl`.
To remove the Kubernetes cluster integration from your project, simply click on the
To remove the Kubernetes cluster integration from your project, simply click the
**Remove integration** button. You will then be able to follow the procedure
**Remove integration** button. You will then be able to follow the procedure
and add a Kubernetes cluster again.
and add a Kubernetes cluster again.
...
@@ -489,7 +489,7 @@ the deployment variables above, ensuring any pods you create are labelled with
...
@@ -489,7 +489,7 @@ the deployment variables above, ensuring any pods you create are labelled with
### Integrating Amazon EKS cluster with GitLab
### Integrating Amazon EKS cluster with GitLab
- Learn how to [connect and deploy to an Amazon EKS cluster.](eks_and_gitlab/index.md)
- Learn how to [connect and deploy to an Amazon EKS cluster](eks_and_gitlab/index.md).