summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tanayno <atanayno@gitlab.com>2019-01-31 07:27:33 +0000
committerAlexander Tanayno <atanayno@gitlab.com>2019-01-31 07:27:33 +0000
commit1f1d3219a749e6e79d7cea1ebdfdb4ac2fd0d172 (patch)
tree5abf7d1f1aafd29fa5de58b61f5369242d9eecaf
parentdd1348bd90d57b4a68280aed0716d22848ede77e (diff)
downloadgitlab-ce-1f1d3219a749e6e79d7cea1ebdfdb4ac2fd0d172.tar.gz
Adds a note about time sync between GitLab and k8s cluster
-rw-r--r--doc/user/project/clusters/index.md6
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..74028e46030 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 please 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