diff options
author | Evan Read <eread@gitlab.com> | 2019-02-07 02:33:58 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-02-07 02:33:58 +0000 |
commit | 684a1a17674d92682c9d91c4e944e1a31b0bcda4 (patch) | |
tree | 153c08b71f88246ad35243ddc41400ec71eeada1 | |
parent | 5954ae97182f3117f17a90ca7f30f7ead83e4eb5 (diff) | |
parent | 675246181599489716ebeb83b386bf47c7bcdf04 (diff) | |
download | gitlab-ce-684a1a17674d92682c9d91c4e944e1a31b0bcda4.tar.gz |
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
-rw-r--r-- | doc/user/project/clusters/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index bb815695cb1..4de23efc51b 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -254,6 +254,12 @@ install it manually. ## 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 be added directly to your configured cluster. Those applications are needed for [Review Apps](../../../ci/review_apps/index.md) and |