File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,33 @@ takes care of the details so they should be easy to deploy.
24
24
[[apb-devel-cli-install-prereqs]]
25
25
=== Prerequisites
26
26
27
+ [[apb-devel-cli-install-prereqs-docker]]
28
+ ==== Docker Daemon
29
+
27
30
The `docker` daemon must be correctly installed and running on the system.
28
31
32
+ [[apb-devel-cli-install-prereqs-access-permissions]]
33
+ ==== Access Permissions
34
+
35
+ You must be logged in via `oc` as a user with *cluster-admin* permissions:
36
+
37
+ ----
38
+ $ oc login -u <user> <openshift_server>
39
+ ----
40
+
41
+ To add this role to another user, you can run the following as a user that
42
+ already has such permissions (for example, the *system:admin* default system
43
+ user):
44
+
45
+ ----
46
+ $ oc adm policy \
47
+ add-cluster-role-to-user \
48
+ cluster-admin <user>
49
+ ----
50
+
51
+ This permission requirement is so that the development lifecycle of the `apb`
52
+ tool can function.
53
+
29
54
ifdef::openshift-origin[]
30
55
[[apb-devel-cli-install-containerized]]
31
56
=== Running From a Container
You can’t perform that action at this time.
0 commit comments