diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-27 10:20:23 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-27 10:20:23 +0000 |
commit | 1d7ca033907d8dff18e74c41c391f58382f78ead (patch) | |
tree | 0b72f94eaa01c31aa1fd03f19f15619eff54d761 | |
parent | 01c4f56546b9fc12da7333a8d367da22c1c42c46 (diff) | |
parent | cfaedaec8be38fc0dafa4e0acfb578b4692004c2 (diff) | |
download | gitlab-ce-1d7ca033907d8dff18e74c41c391f58382f78ead.tar.gz |
Merge branch 'patch-28' into 'master'
Fixed typos
See merge request gitlab-org/gitlab-ce!18012
-rw-r--r-- | doc/user/project/clusters/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index bd9bcfadb99..716787532fc 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -71,7 +71,7 @@ You need Master [permissions] and above to access the Kubernetes page. To add an existing Kubernetes cluster to your project: 1. Navigate to your project's **CI/CD > Kubernetes** page. -1. Click on **Add Kuberntes cluster**. +1. Click on **Add Kubernetes cluster**. 1. Click on **Add an existing Kubernetes cluster** and fill in the details: - **Kubernetes cluster name** (required) - The name you wish to give the cluster. - **Environment scope** (required)- The @@ -101,7 +101,7 @@ To add an existing Kubernetes cluster to your project: - If you or someone created a secret specifically for the project, usually with limited permissions, the secret's namespace and project namespace may be the same. -1. Finally, click the **Create Kuberntes cluster** button. +1. Finally, click the **Create Kubernetes cluster** button. After a few moments, your cluster should be created. If something goes wrong, you will be notified. |