You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/openshift/confidential-containers-deploy.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ ms.custom: template-how-to
14
14
15
15
This article describes the steps required to deploy Confidential Containers for an ARO cluster. This process involves two main parts and multiple steps:
16
16
17
-
18
17
**Part 1: Deploy OpenShift Sandboxed Containers**
19
18
20
19
1.[Install the OpenShift Sandboxed Containers Operator](#install-the-openshift-sandboxed-containers-operator).
@@ -82,6 +81,15 @@ This article describes the steps required to deploy Confidential Containers for
82
81
83
82
Create a test pod and retrieve its secret to verify the attestation process.
84
83
84
+
## Prerequisites
85
+
86
+
- An existing ARO cluster with at least one worker node
87
+
88
+
- Access to the cluster with the `cluster-admin` role
89
+
90
+
- The [OpenShift CLI installed](howto-create-private-cluster-4x.md#install-the-openshift-cli)
0 commit comments