Merge branch 'docs-add-timesync-note' into 'master'
Documentation: add a note about time sync between GitLab and k8s cluster See merge request gitlab-org/gitlab-ce!24816
This commit is contained in:
commit
684a1a1767
1 changed files with 6 additions and 0 deletions
|
@ -254,6 +254,12 @@ install it manually.
|
||||||
|
|
||||||
## Installing applications
|
## Installing applications
|
||||||
|
|
||||||
|
NOTE: **Note:**
|
||||||
|
Before starting the installation of applications, make sure that time is synchronized
|
||||||
|
between your GitLab server and your Kubernetes cluster. Otherwise, installation could fail
|
||||||
|
and you may get errors like `Error: remote error: tls: bad certificate`
|
||||||
|
in the `stdout` of pods created by GitLab in your Kubernetes cluster.
|
||||||
|
|
||||||
GitLab provides a one-click install for various applications which can
|
GitLab provides a one-click install for various applications which can
|
||||||
be added directly to your configured cluster. Those applications are
|
be added directly to your configured cluster. Those applications are
|
||||||
needed for [Review Apps](../../../ci/review_apps/index.md) and
|
needed for [Review Apps](../../../ci/review_apps/index.md) and
|
||||||
|
|
Loading…
Reference in a new issue