From 11b6a8e632fb64904b210cbf10e46ec28a6d3ead Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:27:59 +0200 Subject: [PATCH] =?UTF-8?q?[v11.0.x]=20highlighting=20the=20part=20of=20th?= =?UTF-8?q?e=20Grafana=20enterprise=20section=20so=20easir=20for=20?= =?UTF-8?q?=E2=80=A6=20(#90502)?= 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 … (#90177) highlighting the part of the Grafana enterprise section so easir for users to find it (cherry picked from commit 677d2a8b700ec4270dc4984af8e2fe0b4ab7171e) Co-authored-by: Usman Ahmad --- 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.