mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
OCPBUGS-8962: Add docs for affinity parameter for image registry operator
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
e167edab74
commit
7ab6fac264
@@ -1,8 +1,9 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * openshift_images/configuring-registry-operator.adoc
|
||||
// * registry/configuring-registry-operator.adoc
|
||||
|
||||
|
||||
:_mod-docs-content-type: REFERENCE
|
||||
[id="registry-operator-configuration-resource-overview_{context}"]
|
||||
= Image Registry Operator configuration parameters
|
||||
|
||||
@@ -38,8 +39,8 @@ The following values for `logLevel` are supported:
|
||||
| `operatorLogLevel`
|
||||
| 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.
|
||||
|
||||
The following values for `operatorLogLevel` are supported:
|
||||
|
||||
The following values for `operatorLogLevel` are supported:
|
||||
|
||||
* `Normal`
|
||||
* `Debug`
|
||||
* `Trace`
|
||||
@@ -49,6 +50,11 @@ The following values for `operatorLogLevel` are supported:
|
||||
|Defines the Proxy to be used when calling master API
|
||||
and upstream registries.
|
||||
|
||||
|`affinity`
|
||||
|You can use the `affinity` parameter to configure pod scheduling preferences and constraints for Image Registry Operator pods.
|
||||
|
||||
Affinity settings can use the `podAffinity` or `podAntiAffinity` spec. Both options can use either `preferredDuringSchedulingIgnoredDuringExecution` rules or `requiredDuringSchedulingIgnoredDuringExecution` rules.
|
||||
|
||||
|`storage`
|
||||
|`Storagetype`: Details for configuring registry storage, for example S3 bucket
|
||||
coordinates. Normally configured by default.
|
||||
|
||||
Reference in New Issue
Block a user