Skip to content

Commit 6bf85c7

Browse files
author
Michael Burke
committed
Docs for OCPSTRAT-1952 Custom Metrics Autoscaler for KEDA
1 parent 7fbd5b8 commit 6bf85c7

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

modules/nodes-cma-autoscaling-keda-controller-edit.adoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,16 @@ spec:
3333
caConfigMaps: <4>
3434
- thanos-cert
3535
- kafka-cert
36+
volumeMounts: <5>
37+
- mountPath: /<path_to_directory>
38+
name: <name>
39+
volumes: <6>
40+
- name: <volume_name>
41+
emptyDir:
42+
medium: Memory
3643
metricsServer:
37-
logLevel: '0' <5>
38-
auditConfig: <6>
44+
logLevel: '0' <7>
45+
auditConfig: <8>
3946
logFormat: "json"
4047
logOutputVolumeClaim: "persistentVolumeClaimName"
4148
policy:
@@ -53,7 +60,9 @@ spec:
5360
<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`.
5461
<3> Specifies the logging format for the Custom Metrics Autoscaler Operator log messages. The allowed values are `console` or `json`. The default is `console`.
5562
<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.
56-
<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`.
57-
<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.
63+
<5> Optional: Add the container mount path.
64+
<6> Optional: Add a `volumes` block to list each projected volume source.
65+
<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`.
66+
<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.
5867

5968
. Click *Save* to save the changes.

0 commit comments

Comments
 (0)