diff options
author | Alexander Tanayno <atanayno@gitlab.com> | 2019-02-07 01:05:25 +0000 |
---|---|---|
committer | Alexander Tanayno <atanayno@gitlab.com> | 2019-02-07 01:05:25 +0000 |
commit | 675246181599489716ebeb83b386bf47c7bcdf04 (patch) | |
tree | fa1228d5c1b6ba45b83026ac71f555eb848362a0 | |
parent | 1f1d3219a749e6e79d7cea1ebdfdb4ac2fd0d172 (diff) | |
download | gitlab-ce-675246181599489716ebeb83b386bf47c7bcdf04.tar.gz |
Update a note about time sync between GitLab and k8s clusterdocs-add-timesync-note
-rw-r--r-- | doc/user/project/clusters/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |