You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster-autoscaler/FAQ.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ this document:
29
29
*[I'm running cluster with nodes in multiple zones for HA purposes. Is that supported by Cluster Autoscaler?](#im-running-cluster-with-nodes-in-multiple-zones-for-ha-purposes-is-that-supported-by-cluster-autoscaler)
30
30
*[How can I monitor Cluster Autoscaler?](#how-can-i-monitor-cluster-autoscaler)
31
31
*[How can I increase the information that the CA is logging?](#how-can-i-increase-the-information-that-the-ca-is-logging)
32
-
*[How can I change the log format that the CA output?](#how-can-i-change-the-log-format-that-the-ca-output)
32
+
*[How can I change the log format that the CA outputs?](#how-can-i-change-the-log-format-that-the-ca-outputs)
33
33
*[How can I see all the events from Cluster Autoscaler?](#how-can-i-see-all-events-from-cluster-autoscaler)
34
34
*[How can I scale my cluster to just 1 node?](#how-can-i-scale-my-cluster-to-just-1-node)
35
35
*[How can I scale a node group to 0?](#how-can-i-scale-a-node-group-to-0)
@@ -924,7 +924,7 @@ or infrastructure endpoints, then setting a value of `--v=9` will show all the i
924
924
HTTP calls made. Be aware that using verbosity levels higher than `--v=1` will generate
925
925
an increased amount of logs, prepare your deployments and storage accordingly.
926
926
927
-
### How Can I change the log format that the CA output?
927
+
### How Can I change the log format that the CA outputs?
928
928
929
929
There are 2 log format options, `text` and `json`. By default (`text`), the Cluster Autoscaler will output
930
930
logs in the [klog native format](https://kubernetes.io/docs/concepts/cluster-administration/system-logs/#klog-output).
0 commit comments