| ... | @@ -62,7 +62,7 @@ docker exec -it gitlab bash -c 'gitlab-ctl restart' |
... | @@ -62,7 +62,7 @@ docker exec -it gitlab bash -c 'gitlab-ctl restart' |
|
|
|
|
|
|
|
Also it seems like that if you are trying to install Helm Tiller too fast after cluster is build you may face following error and you need to just wait couple of minutes, refresh and try installing again:
|
|
Also it seems like that if you are trying to install Helm Tiller too fast after cluster is build you may face following error and you need to just wait couple of minutes, refresh and try installing again:
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
## SSL settings
|
|
## SSL settings
|
|
|
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).
|
| ... | @@ -85,24 +85,24 @@ To enable autodevops for GitLab follow the official guide [here](https://docs.gi |
... | @@ -85,24 +85,24 @@ To enable autodevops for GitLab follow the official guide [here](https://docs.gi |
|
|
|
|
|
|
|
1. If your registry is not working correctly your build will fail at push stage. Check that you have done [Container Registry domain configuration](#container-registry-domain-configuration)
|
|
1. If your registry is not working correctly your build will fail at push stage. Check that you have done [Container Registry domain configuration](#container-registry-domain-configuration)
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
### Production issues
|
|
### Production issues
|
|
|
|
|
|
|
|
1. If your production fails:
|
|
1. If your production fails:
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
* You can disable Auto Devops from Settings -> CI/CD:
|
|
* You can disable Auto Devops from Settings -> CI/CD:
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
* Choose `CI/CD configuration` from your project and:
|
|
* Choose `CI/CD configuration` from your project and:
|
|
|
* Choose template: .gitlab-ci.yml
|
|
* Choose template: .gitlab-ci.yml
|
|
|
* Apply a template: Auto-DevOps
|
|
* Apply a template: Auto-DevOps
|
|
|
* Edit line 45 to use your domain:
|
|
* Edit line 45 to use your domain:
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
### Container scanner issues
|
|
### Container scanner issues
|
|
|
|
|
|
| ... | @@ -111,14 +111,14 @@ To enable autodevops for GitLab follow the official guide [here](https://docs.gi |
... | @@ -111,14 +111,14 @@ To enable autodevops for GitLab follow the official guide [here](https://docs.gi |
|
|
* You can follow [Production issues](#production-issues) set up to modify your `.gitlab-ci.yml`.
|
|
* You can follow [Production issues](#production-issues) set up to modify your `.gitlab-ci.yml`.
|
|
|
* Edit lines 472 and 473 to use `localhost:6060` instead of `docker:6060`:
|
|
* Edit lines 472 and 473 to use `localhost:6060` instead of `docker:6060`:
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
### End result
|
|
### End result
|
|
|
|
|
|
|
|
* If everything is working you should be able to run the pipeline and pass every test expect performance. (It didn't work with gitlab.com either)
|
|
* If everything is working you should be able to run the pipeline and pass every test expect performance. (It didn't work with gitlab.com either)
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
* Performance error:
|
|
* Performance error:
|
|
|
|
|
|
|
|
 |
|
 |
|
\ No newline at end of file |
|
\ No newline at end of file |