From 76724cb41f833ddf42f412932590e3f4daff458a Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Tue, 20 Nov 2018 22:44:57 +0000 Subject: [PATCH] Couple of small edits/typos --- doc/install/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/README.md b/doc/install/README.md index 0cd1756b0d7..7133cbfc778 100644 --- a/doc/install/README.md +++ b/doc/install/README.md @@ -45,13 +45,13 @@ If you need additional flexibility and resilience you can scale GitLab Omnibus a CAUTION: **If in doubt, choose Omnibus:** Installing GitLab in Kubernetes is not currently recommended unless you're experienced with Kubernetes and you know why you need GitLab to be installed in Kubernetes. -GitLab are committed to Kubernetes as a foundational technology. There are three areas where Kubernetes intersects with GitLab: +GitLab is committed to Kubernetes as a foundational technology. There are three areas where Kubernetes intersects with GitLab: 1. Deploying your applications from GitLab projects to Kubernetes (e.g. see [Auto DevOps](autodevops/index.md)) 1. [Running GitLab CI Runners in a Kubernetes Cluster](runner/install/kubernetes.md) 1. Installing GitLab in Kubernetes -While we recommend using GitLab for the first two points above, for most scenarios we do not currently recommend installing GitLab in Kubernetes. There are number of trade-offs that you need to be aware of that may not be immediately obvious and could prevent you getting the best experience from GitLab: +While we recommend using GitLab for the first two points above, for most scenarios we do not currently recommend installing GitLab in Kubernetes. There are a number of trade-offs that you need to be aware of that may not be immediately obvious and could prevent you getting the best experience from GitLab: 1. Configuration of feature such as object storage, backups and certificates can be more challenging 1. Administration and troubleshooting requires Kubernetes knowledge