From 151cc4b545e0aac5f8932fdffc1a8af79a9a0e60 Mon Sep 17 00:00:00 2001 From: Christiaan Conover Date: Thu, 27 Jan 2022 01:04:04 +0000 Subject: [PATCH] Add a warning to use reference architectures --- doc/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 4cb8b969d1..6e88699d49 100644 --- a/doc/index.md +++ b/doc/index.md @@ -6,7 +6,10 @@ info: To determine the technical writer assigned to the Stage/Group associated w # GitLab cloud native Helm Chart **(FREE SELF)** -This is the official, recommended, and supported method to install GitLab on a cloud native environment. +This is the official method to install GitLab on a cloud native environment. + +Please consult the [GitLab reference architectures](/ee/administration/reference_architectures/#available-reference-architectures) and follow their recommendations. Only certain GitLab components should be deployed on Kubernetes, and [deviating from reference architectures will limit GitLab's ability to provide support](/ee/administration/reference_architectures/#deviating-from-the-suggested-reference-architectures). +{: .alert .alert-warning} NOTE: It is not necessary to have GitLab installed on Kubernetes to use -- GitLab