From 4a575d52e983f731094e0537501daff296c0edb0 Mon Sep 17 00:00:00 2001 From: andymunro <48995441+andymunro@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:20:18 -0500 Subject: [PATCH] Clarify note about containers Closes #26006 Signed-off-by: AndyMunro (cherry picked from commit 70e15bdaa49a8babc5dd76882ca5c66462e548fe) --- docs/guides/server/containers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/server/containers.adoc b/docs/guides/server/containers.adoc index 87171071d28..6a3c451130d 100644 --- a/docs/guides/server/containers.adoc +++ b/docs/guides/server/containers.adoc @@ -13,7 +13,7 @@ This {section} describes how to optimize and run the {project_name} container im <@profile.ifProduct> -NOTE: The procedure in this chapter is intended for building an image that you run in a containerized environment such as OpenShift. The image is not intended to be run in other Kubernetes distributions. +WARNING: This chapter applies only for building an image that you run in a OpenShift environment. Only an OpenShift environment is supported for this image. It is not supported if you run it in other Kubernetes distributions.