1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Docs for OCPSTRAT-1952 Custom Metrics Autoscaler for KEDA

This commit is contained in:
Michael Burke
2025-09-05 16:54:09 -04:00
committed by openshift-cherrypick-robot
parent 732f4bf2f5
commit 58dfaaf298

View File

@@ -33,9 +33,16 @@ spec:
caConfigMaps: <4>
- thanos-cert
- kafka-cert
volumeMounts: <5>
- mountPath: /<path_to_directory>
name: <name>
volumes: <6>
- name: <volume_name>
emptyDir:
medium: Memory
metricsServer:
logLevel: '0' <5>
auditConfig: <6>
logLevel: '0' <7>
auditConfig: <8>
logFormat: "json"
logOutputVolumeClaim: "persistentVolumeClaimName"
policy:
@@ -53,7 +60,9 @@ spec:
<2> Specifies the level of verbosity for the Custom Metrics Autoscaler Operator log messages. The allowed values are `debug`, `info`, `error`. The default is `info`.
<3> Specifies the logging format for the Custom Metrics Autoscaler Operator log messages. The allowed values are `console` or `json`. The default is `console`.
<4> Optional: Specifies one or more config maps with CA certificates, which the Custom Metrics Autoscaler Operator can use to connect securely to TLS-enabled metrics sources.
<5> Specifies the logging level for the Custom Metrics Autoscaler Metrics Server. The allowed values are `0` for `info` and `4` for `debug`. The default is `0`.
<6> Activates audit logging for the Custom Metrics Autoscaler Operator and specifies the audit policy to use, as described in the "Configuring audit logging" section.
<5> Optional: Add the container mount path.
<6> Optional: Add a `volumes` block to list each projected volume source.
<7> Specifies the logging level for the Custom Metrics Autoscaler Metrics Server. The allowed values are `0` for `info` and `4` for `debug`. The default is `0`.
<8> Activates audit logging for the Custom Metrics Autoscaler Operator and specifies the audit policy to use, as described in the "Configuring audit logging" section.
. Click *Save* to save the changes.