| ... | @@ -27,12 +27,10 @@ gitlab_rails['omniauth_external_providers'] = ['google_oauth2'] |
... | @@ -27,12 +27,10 @@ gitlab_rails['omniauth_external_providers'] = ['google_oauth2'] |
|
|
|
|
|
|
|
## Creating a Kubernetes cluster from within GitLab
|
|
## Creating a Kubernetes cluster from within GitLab
|
|
|
|
|
|
|
|
> **Note:** that you need to have [Google OAuth2](#google_oauth2) enabled befor continuing.
|
|
> **Note:** you need to have [Google OAuth2](#google_oauth2) enabled befor continuing.
|
|
|
|
|
|
|
|
To create a Kubernetes cluster follow the official guide [here](https://docs.gitlab.com/ee/topics/autodevops/quick_start_guide.html#creating-a-kubernetes-cluster-from-within-gitlab)
|
|
To create a Kubernetes cluster follow the official guide [here](https://docs.gitlab.com/ee/topics/autodevops/quick_start_guide.html#creating-a-kubernetes-cluster-from-within-gitlab)
|
|
|
|
|
|
|
|
:exclamation: **Note** that you need to have [Google OAuth2](#google_oauth2) enabled befor continuing.
|
|
|
|
|
|
|
|
|
|
**Helm Tiller issues:**
|
|
**Helm Tiller issues:**
|
|
|
|
|
|
|
|
```
|
|
```
|
| ... | @@ -62,11 +60,13 @@ Also it seems like that if you are trying to install Helm Tiller too fast after |
... | @@ -62,11 +60,13 @@ Also it seems like that if you are trying to install Helm Tiller too fast after |
|
|
You can automatically fetch certificate for GitLab omnibus by following official guide [here](https://docs.gitlab.com/omnibus/settings/ssl.html).
|
|
You can automatically fetch certificate for GitLab omnibus by following official guide [here](https://docs.gitlab.com/omnibus/settings/ssl.html).
|
|
|
|
|
|
|
|
## Container Registry domain configuration
|
|
## Container Registry domain configuration
|
|
|
To configure Container Registry follow official guide [here](https://gitlab.labranet.jamk.fi/help/administration/container_registry.md#container-registry-domain-configuration).
|
|
|
|
|
|
|
|
|
|
:exclamation: **Note** that you need to have certificate for GitLab for Container Rergistry to work. [SSL settings](#ssl-settings)
|
|
> **Note:** you need to have certificate for GitLab for Container Rergistry to work. [SSL settings](#ssl-settings)
|
|
|
|
|
|
|
|
To configure Container Registry follow official guide [here](https://gitlab.labranet.jamk.fi/help/administration/container_registry.md#container-registry-domain-configuration).
|
|
|
|
|
|
|
|
## Enabling autodevops
|
|
## Enabling autodevops
|
|
|
To enable autodevops for GitLab follow the official guide [here](https://docs.gitlab.com/ee/topics/autodevops/quick_start_guide.html#enabling-auto-devops).
|
|
|
|
|
|
|
|
|
|
:exclamation: **Note** that you need to enable Registry for GitLab |
|
> **Note:** you need to enable Registry for GitLab
|
|
|
|
|
|
|
|
To enable autodevops for GitLab follow the official guide [here](https://docs.gitlab.com/ee/topics/autodevops/quick_start_guide.html#enabling-auto-devops). |