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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +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 outputs?](#how-can-i-change-the-log-format-that-the-ca-outputs)
32
33
*[How can I see all the events from Cluster Autoscaler?](#how-can-i-see-all-events-from-cluster-autoscaler)
33
34
*[How can I scale my cluster to just 1 node?](#how-can-i-scale-my-cluster-to-just-1-node)
34
35
*[How can I scale a node group to 0?](#how-can-i-scale-a-node-group-to-0)
@@ -916,6 +917,20 @@ or infrastructure endpoints, then setting a value of `--v=9` will show all the i
916
917
HTTP calls made. Be aware that using verbosity levels higher than `--v=1` will generate
917
918
an increased amount of logs, prepare your deployments and storage accordingly.
918
919
920
+
### How Can I change the log format that the CA outputs?
921
+
922
+
There are 2 log format options, `text` and `json`. By default (`text`), the Cluster Autoscaler will output
923
+
logs in the [klog native format](https://kubernetes.io/docs/concepts/cluster-administration/system-logs/#klog-output).
0 commit comments