From 3631437cf0f92e1053480c6e57ea9b680b10b289 Mon Sep 17 00:00:00 2001 From: Marc-Andre Dufresne Date: Wed, 23 Aug 2023 17:23:50 -0400 Subject: [PATCH] spell check --- cluster-autoscaler/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-autoscaler/FAQ.md b/cluster-autoscaler/FAQ.md index 8a5de753c76d..17729b13e4d8 100644 --- a/cluster-autoscaler/FAQ.md +++ b/cluster-autoscaler/FAQ.md @@ -29,7 +29,7 @@ this document: * [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) * [How can I monitor Cluster Autoscaler?](#how-can-i-monitor-cluster-autoscaler) * [How can I increase the information that the CA is logging?](#how-can-i-increase-the-information-that-the-ca-is-logging) - * [How can I change the log format that the CA output?](#how-can-i-change-the-log-format-that-the-ca-output) + * [How can I change the log format that the CA outputs?](#how-can-i-change-the-log-format-that-the-ca-outputs) * [How can I see all the events from Cluster Autoscaler?](#how-can-i-see-all-events-from-cluster-autoscaler) * [How can I scale my cluster to just 1 node?](#how-can-i-scale-my-cluster-to-just-1-node) * [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 HTTP calls made. Be aware that using verbosity levels higher than `--v=1` will generate an increased amount of logs, prepare your deployments and storage accordingly. -### How Can I change the log format that the CA output? +### How Can I change the log format that the CA outputs? There are 2 log format options, `text` and `json`. By default (`text`), the Cluster Autoscaler will output logs in the [klog native format](https://kubernetes.io/docs/concepts/cluster-administration/system-logs/#klog-output).