Skip to content

Commit 5650ba8

Browse files
authored
Merge pull request #78044 from bergerhoffer/OCPBUILD-7
OCPBUILD#7: Noting that builder SA isn't created if Build capability …
2 parents 86cad93 + 40f82bb commit 5650ba8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

modules/build-config-capability.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ The `Build` capability enables the `Build` API. The `Build` API manages the life
1313

1414
[IMPORTANT]
1515
====
16-
If the `Build` capability is disabled, the cluster cannot use `Build` or `BuildConfig` resources. Disable the capability only if `Build` and `BuildConfig` resources are not required in the cluster.
16+
If you disable the `Build` capability, the following resources will not be available in the cluster:
17+
18+
* `Build` and `BuildConfig` resources
19+
* The `builder` service account
20+
21+
Disable the `Build` capability only if you do not require `Build` and `BuildConfig` resources or the `builder` service account in the cluster.
1722
====

modules/service-accounts-default.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ Three service accounts are automatically created in each project:
6060
pushing images to any imagestream in the project using the internal Docker
6161
registry.
6262

63+
[NOTE]
64+
====
65+
The `builder` service account is not created if the `Build` cluster capability is not enabled.
66+
====
67+
6368
|`deployer`
6469
|Used by deployment pods and given the `system:deployer` role, which allows
6570
viewing and modifying replication controllers and pods in the project.

0 commit comments

Comments
 (0)