From 677d2a8b700ec4270dc4984af8e2fe0b4ab7171e Mon Sep 17 00:00:00 2001 From: Usman Ahmad Date: Tue, 16 Jul 2024 20:16:23 +0200 Subject: [PATCH] =?UTF-8?q?highlighting=20the=20part=20of=20the=20Grafana?= =?UTF-8?q?=20enterprise=20section=20so=20easir=20for=20=E2=80=A6=20(#9017?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit highlighting the part of the Grafana enterprise section so easir for users to find it --- docs/sources/setup-grafana/installation/kubernetes/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/kubernetes/index.md b/docs/sources/setup-grafana/installation/kubernetes/index.md index d6ca75911bb..591a08d01bd 100644 --- a/docs/sources/setup-grafana/installation/kubernetes/index.md +++ b/docs/sources/setup-grafana/installation/kubernetes/index.md @@ -51,7 +51,10 @@ Enable port `3000` in your network environment, as this is the Grafana default p ## Deploy Grafana OSS on Kubernetes -This section explains how to install Grafana OSS using Kubernetes. If you want to install Grafana Enterprise on Kubernetes, refer to [Deploy Grafana Enterprise on Kubernetes](#deploy-grafana-enterprise-on-kubernetes). +This section explains how to install Grafana OSS using Kubernetes. +{{% admonition type="note" %}} +If you want to install Grafana Enterprise on Kubernetes, refer to [Deploy Grafana Enterprise on Kubernetes](#deploy-grafana-enterprise-on-kubernetes). +{{% /admonition %}} If you deploy an application in Kubernetes, it will use the default namespace which may already have other applications running. This can result in conflicts and other issues.