Skip to content

Commit 1a1bd8d

Browse files
authored
Merge pull request #78453 from abrennan89/OCPBUGS-8962
OCPBUGS-8962: Add docs for affinity parameter for image registry operator
2 parents d713061 + 2d7102a commit 1a1bd8d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

modules/registry-operator-configuration-resource-overview.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Module included in the following assemblies:
22
//
33
// * openshift_images/configuring-registry-operator.adoc
4+
// * registry/configuring-registry-operator.adoc
45

5-
6+
:_mod-docs-content-type: REFERENCE
67
[id="registry-operator-configuration-resource-overview_{context}"]
78
= Image Registry Operator configuration parameters
89

@@ -38,8 +39,8 @@ The following values for `logLevel` are supported:
3839
| `operatorLogLevel`
3940
| The `operatorLogLevel` configuration parameter provides intent-based logging for the Operator itself and a simple way to manage coarse-grained logging choices that Operators must interpret for themselves. This configuration parameter defaults to `Normal`. It does not provide fine-grained control.
4041

41-
The following values for `operatorLogLevel` are supported:
42-
42+
The following values for `operatorLogLevel` are supported:
43+
4344
* `Normal`
4445
* `Debug`
4546
* `Trace`
@@ -49,6 +50,11 @@ The following values for `operatorLogLevel` are supported:
4950
|Defines the Proxy to be used when calling master API
5051
and upstream registries.
5152

53+
|`affinity`
54+
|You can use the `affinity` parameter to configure pod scheduling preferences and constraints for Image Registry Operator pods.
55+
56+
Affinity settings can use the `podAffinity` or `podAntiAffinity` spec. Both options can use either `preferredDuringSchedulingIgnoredDuringExecution` rules or `requiredDuringSchedulingIgnoredDuringExecution` rules.
57+
5258
|`storage`
5359
|`Storagetype`: Details for configuring registry storage, for example S3 bucket
5460
coordinates. Normally configured by default.

0 commit comments

Comments
 (0)