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/howto-run-privileged-containers.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,12 +118,17 @@ Set the following fields when deploying enforcers:
118
118
119
119
The base instructions we're going to modify can be found in the [Prisma Cloud deployment documentation](https://docs.paloaltonetworks.com/prisma/prisma-cloud/19-11/prisma-cloud-compute-edition-admin/install/install_openshift.html)
120
120
121
-
Start by creating a new OpenShift project
121
+
Start by installing the `twistcli` tool as described in the "Install Prisma Cloud" and "Download the Prisma Cloud software" sections.
122
+
123
+
Create a new OpenShift project
122
124
```
123
125
oc new-project twistlock
124
126
```
125
127
126
-
You can follow the documentation until the "Install Console" section, use the Prisma Cloud container registry instead of creating an internal one.
128
+
Skip the optional section "Push the Prisma Cloud images to a private registry". It won't work on Azure Red Hat Openshift. Use the online registry instead.
129
+
130
+
You can follow the official documentation while applying the corrections described below.
0 commit comments