Skip to content

Commit e766c6a

Browse files
Merge pull request #91443 from openshift-cherrypick-robot/cherry-pick-91090-to-rhacs-docs-4.7
[rhacs-docs-4.7] ROX-26909: Update scanner v4 db parameter
2 parents 1697198 + 95379e2 commit e766c6a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

modules/central-configuration-options-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Ensure that this value does not exceed the maximum number of connections support
203203

204204
| `scannerV4.db.persistence.persistentVolumeClaim.claimName`
205205
| The name of the PVC to manage persistent data for Scanner V4.
206-
If no PVC with the given name exists, it is created. The default value is `scanner-v4-db` if not set. To prevent data loss, the PVC is not removed automatically when Central is deleted.
206+
The default value is `scanner-v4-db`.
207207

208208
| `scannerV4.db.persistence.persistentVolumeClaim.size`
209209
| The size of the PVC to manage persistent data for Scanner V4.

modules/central-services-public-config.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,7 @@ The following table lists the configurable parameters for Scanner V4.
343343
| Parameter | Description
344344

345345
| `scannerV4.db.persistence.persistentVolumeClaim.claimName`
346-
| The name of the PVC to manage persistent data for Scanner V4.
347-
If no PVC with the given name exists, it is created. The default value is `scanner-v4-db` if not set. To prevent data loss, the PVC is not removed automatically when Central is deleted.
348-
346+
| The name of the PVC to manage persistent data for Scanner V4. By default, for Central, the system creates a PVC and uses the default value of `scanner-v4-db` for the name.
349347
| `scannerV4.db.persistence.persistentVolumeClaim.size`
350348
| The size of the PVC to manage persistent data for Scanner V4.
351349

modules/secured-cluster-configuration-options-operator.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,13 @@ Use Scanner configuration settings to modify the local cluster scanner for the i
164164
| Use this parameter to override the default resource requests for Scanner V4 DB.
165165

166166
| `scannerV4.db.persistence.persistentVolumeClaim.claimName`
167-
| The name of the PVC to manage persistent data for Scanner V4.
168-
If no PVC with the given name exists, it is created. The default value is `scanner-v4-db` if not set. To prevent data loss, the PVC is not removed automatically when Central is deleted.
167+
| The name of the PVC to manage persistent data for Scanner V4. You can use a PVC, which is the recommended default if a default storage class exists on the cluster. If no default storage class exists and it is not specifically set in the `persistentVolumeClaim.storageClassName` parameter, ephemeral storage is used.
169168

170169
| `scannerV4.db.persistence.persistentVolumeClaim.size`
171170
| The size of the PVC to manage persistent data for Scanner V4.
172171

173172
| `scannerV4.db.persistence.persistentVolumeClaim.storageClassName`
174-
| The name of the storage class to use for the PVC. If your cluster is not configured with a default storage class, you must provide a value for this parameter.
173+
| The name of the storage class to use for the PVC. If your cluster is not configured with a default storage class, and no value is provided for this parameter, ephemeral storage is used.
175174

176175
| `scannerV4.indexer.nodeSelector`
177176
| If you want this component to only run on specific nodes, you can use this parameter to configure a node selector.

0 commit comments

Comments
 (0)