Skip to content

Commit 111bf12

Browse files
committed
BZ1405268 and PR3535-Follow-up: Made minor edits to content and formatting.
1 parent 4fba181 commit 111bf12

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

dev_guide/builds.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -1698,9 +1698,8 @@ sourceStrategy:
16981698
====
16991699

17001700
NOTE: A platform administrator can set the default build verbosity for the entire {product-title}
1701-
instance by configuring env/BUILD_LOGLEVEL for the `BuildDefaults` admission controller. This
1702-
default can be overridden by specifying BUILD_LOGLEVEL in a given BuildConfig. A still higher priority
1703-
override can be specified on the command line for non-binary builds by passing --build-loglevel to
1701+
instance by configuring `env/BUILD_LOGLEVEL` for the `BuildDefaults` admission controller. This
1702+
default can be overridden by specifying `BUILD_LOGLEVEL` in a given `BuildConfig`. You can specify a higher priority override on the command line for non-binary builds by passing `--build-loglevel` to
17041703
`oc start-build`.
17051704

17061705
Available log levels for Source builds are as follows:

install_config/build_defaults_overrides.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,18 @@ admissionConfig:
155155
<2> Sets the HTTPS proxy to use when cloning source code from a Git repository.
156156
<3> Sets the list of domains for which proxying should not be performed.
157157
<4> Default environment variable that sets the HTTP proxy to use during the build.
158-
This may be used for downloading dependencies during the assemble and build
158+
This can be used for downloading dependencies during the assemble and build
159159
phases.
160160
<5> Default environment variable that sets the HTTPS proxy to use during the
161-
build. This may be used for downloading dependencies during the assemble and
161+
build. This can be used for downloading dependencies during the assemble and
162162
build phases.
163163
<6> Default environment variable that sets the build log level during the build.
164164
<7> Additional default environment variable that will be added to
165165
every build.
166-
<8> Labels to be applied to every image built. Users can override these in their `BuildConfig`.
166+
<8> Labels to be applied to every image built. These can be overridden in `BuildConfig`.
167167
<9> Build pods will only run on nodes with the `key1=value2` and `key2=value2` labels.
168-
Users can define a different set of `nodeSelectors` for their builds in which case these
169-
values will be ignored.
168+
Users can define a different set of `nodeSelectors` for their builds, causing these
169+
values to be ignored.
170170
<10> Build pods will have these annotations added to them.
171171
<11> Sets the default resources to the build pod if the `BuildConfig` does not have related resource defined.
172172

0 commit comments

Comments
 (0)