Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 0e5a028

Browse files
committed
sishida_1512_grantpermission
Signed-off-by: Sarah Ishida <sishida@us.ibm.com>
1 parent e2c0e09 commit 0e5a028

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_documentations/remote-configuring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ To securely configure your remote deployment of Codewind, there are two options,
7070

7171
Where `keycloakAdminUser` and `keycloakAdminPassword` are the Keycloak Administrator's user credentials, and `keycloakDevUser` and `keycloakDevUserPassword` are the credentials of the first user to use the service.
7272

73+
3. Codewind is required to run as privileged and as root because it builds container images. If your cluster is running OpenShift, run the following commands where `<namespace>` is the namespace into which you plan to install Codewind:
74+
- To enable privileged containers, enter `oc adm policy add-scc-to-group privileged system:serviceaccounts:<namespace>`.
75+
- To enable containers to run as root, enter `oc adm policy add-scc-to-group anyuid system:serviceaccounts:<namespace>`.
76+
7377
### Codewind CLI command explanation and sample output
7478

7579
The `cwctl install remote` command:

0 commit comments

Comments
 (0)