Fix cluster autoscaler docs

This commit is contained in:
Dirk Jablonski 2020-11-12 10:57:10 +01:00
parent 9474d8ad2c
commit 83f1fa872e
1 changed files with 4 additions and 5 deletions

View File

@ -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).