|
|
|
>test
|
|
|
|
|
|
|
|
|
|
|
|
:exclamation: THIS DOESN'T FULLY WORK YET, issue:
|
|
|
|
https://gitlab.labranet.jamk.fi/Mysticons/core/issues/161
|
|
|
|
|
|
|
|
# GitLab Autodevops guides
|
|
|
|
This is a document made to help with configuring GitLab autodevops. This document contains following guidance:
|
|
|
|
|
| ... | ... | @@ -13,8 +7,6 @@ This is a document made to help with configuring GitLab autodevops. This documen |
|
|
|
* [Container Registry domain configuration](#container-registry-domain-configuration)
|
|
|
|
* [Enabling Autodevops](#enabling-autodevops)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Google OAuth2
|
|
|
|
To enable Google OAuth2 for your GitLab follow the official guide [here](https://docs.gitlab.com/ee/integration/google.html).
|
|
|
|
|
| ... | ... | @@ -35,6 +27,8 @@ gitlab_rails['omniauth_external_providers'] = ['google_oauth2'] |
|
|
|
|
|
|
|
## Creating a Kubernetes cluster from within GitLab
|
|
|
|
|
|
|
|
> **Note:** that 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)
|
|
|
|
|
|
|
|
:exclamation: **Note** that you need to have [Google OAuth2](#google_oauth2) enabled befor continuing.
|
| ... | ... | |
| ... | ... | |