From d2e95995f8fad497953963aa02b82b885d0b8559 Mon Sep 17 00:00:00 2001 From: Miriam Weiss Date: Tue, 15 Feb 2022 17:36:20 +0200 Subject: [PATCH] TELCODOCS:485 - Bare-metal support on AWS - tech-preview --- ...d-containers-preparing-openshift-cluster.adoc | 16 +++++++++++++--- .../understanding-sandboxed-containers.adoc | 11 +++++++++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/modules/sandboxed-containers-preparing-openshift-cluster.adoc b/modules/sandboxed-containers-preparing-openshift-cluster.adoc index e1c7a829c11a..e18e2605868c 100644 --- a/modules/sandboxed-containers-preparing-openshift-cluster.adoc +++ b/modules/sandboxed-containers-preparing-openshift-cluster.adoc @@ -8,14 +8,24 @@ Before you install {sandboxed-containers-first}, ensure that your {product-title} cluster meets the following requirements: -* Your cluster must be installed on bare-metal infrastructure, on premise with {op-system-first} workers. +* Your cluster must be installed on on-premise bare-metal infrastructure with {op-system-first} workers. You can use any installation method including user-provisioned, installer-provisioned, or assisted installer to deploy your cluster. + -[IMPORTANT] +[NOTE] ==== -* {sandboxed-containers-first} only supports {op-system} worker nodes. RHEL 7 or RHEL 8 nodes are not supported. +* {sandboxed-containers-first} only supports {op-system} worker nodes. RHEL 7 or RHEL 8 nodes are not supported. * Nested virtualization is not supported. ==== +* You can install {sandboxed-containers-first} on Amazon Web Services (AWS) bare-metal instances. Bare-metal instances offered by other cloud providers are not supported. ++ +-- +ifdef::openshift-enterprise[] +:FeatureName: Installing OpenShift sandboxed containers on AWS bare-metal instances +include::snippets/technology-preview.adoc[leveloffset=+2] +endif::[] +-- + + [id="sandboxed-containers-resource-requirements_{context}"] == Resource requirements for {sandboxed-containers-first} diff --git a/sandboxed_containers/understanding-sandboxed-containers.adoc b/sandboxed_containers/understanding-sandboxed-containers.adoc index bc28639dd080..8b7da5ecac3e 100644 --- a/sandboxed_containers/understanding-sandboxed-containers.adoc +++ b/sandboxed_containers/understanding-sandboxed-containers.adoc @@ -21,9 +21,16 @@ toc::[] You can use the {sandboxed-containers-operator} to perform tasks such as installation and removal, updates, and status monitoring. -Sandboxed containers are only supported on bare metal. +You can install {sandboxed-containers-first} on Amazon Web Services (AWS) bare-metal instances. Bare-metal instances offered by other cloud providers are not supported. -{op-system-first} is the only supported operating system for {sandboxed-containers-first} 1.0.0. +-- +ifdef::openshift-enterprise[] +:FeatureName: Installing OpenShift sandboxed containers on AWS bare metal instances +include::snippets/technology-preview.adoc[leveloffset=+2] +endif::[] +-- + +{op-system-first} is the only supported operating system for {sandboxed-containers-first} {sandboxed-containers-version}. include::modules/sandboxed-containers-common-terms.adoc[leveloffset=+1] include::modules/sandboxed-containers-building-blocks.adoc[leveloffset=+1]