From 1f1d3219a749e6e79d7cea1ebdfdb4ac2fd0d172 Mon Sep 17 00:00:00 2001 From: Alexander Tanayno Date: Thu, 31 Jan 2019 07:27:33 +0000 Subject: Adds a note about time sync between GitLab and k8s cluster --- doc/user/project/clusters/index.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3 From 675246181599489716ebeb83b386bf47c7bcdf04 Mon Sep 17 00:00:00 2001 From: Alexander Tanayno Date: Thu, 7 Feb 2019 01:05:25 +0000 Subject: Update a note about time sync between GitLab and k8s cluster --- doc/user/project/clusters/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 74028e46030..4de23efc51b 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -255,10 +255,10 @@ 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, +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. +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 -- cgit v1.2.3