From 83f1fa872e0c6b14527a5095f21d048388d6c05d Mon Sep 17 00:00:00 2001 From: Dirk Jablonski Date: Thu, 12 Nov 2020 10:57:10 +0100 Subject: [PATCH] Fix cluster autoscaler docs --- docs/cluster_spec.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/cluster_spec.md b/docs/cluster_spec.md index 288265877a..50f3a228ce 100644 --- a/docs/cluster_spec.md +++ b/docs/cluster_spec.md @@ -654,11 +654,10 @@ Cluster autoscaler can be enabled to automatically adjust the size of the kubern ```yaml spec: - cluster: - clusterAutoscaler: - enabled: true - skipNodesWithLocalStorage: true - skipNodesWithSystemPods: true + clusterAutoscaler: + enabled: true + skipNodesWithLocalStorage: true + skipNodesWithSystemPods: true ``` Read more about cluster autoscaler in the [official documentation](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler).