Skip to content

Commit 399a556

Browse files
authored
Merge pull request #106154 from Makdaam/twistlockregistry
Adding explicit skip of the private registry step.
2 parents 9c8b5c4 + f63b7e3 commit 399a556

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/openshift/howto-run-privileged-containers.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,17 @@ Set the following fields when deploying enforcers:
118118

119119
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)
120120

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
122124
```
123125
oc new-project twistlock
124126
```
125127

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.
131+
Start with the "Install Console" section.
127132

128133
### Install Console
129134

0 commit comments

Comments
 (0)