Merge pull request #10685 from olemarkus/docs-fix-indentations

Fix header indentation in addons.md
This commit is contained in:
Kubernetes Prow Robot 2021-01-29 23:33:48 -08:00 committed by GitHub
commit 1bf87aca9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 18 deletions

View File

@ -22,11 +22,14 @@ spec:
enabled: true
skipNodesWithLocalStorage: true
skipNodesWithSystemPods: true
cpuRequest: "100m"
memoryRequest: "300Mi"
```
Read more about cluster autoscaler in the [official documentation](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler).
## Cert-manager
#### Cert-manager
{{ kops_feature_table(kops_added_default='1.20', k8s_min='1.16') }}
Cert-manager handles x509 certificates for your cluster.

View File

@ -710,23 +710,6 @@ spec:
For more details on `horizontalPodAutoscaler` flags see the [official HPA docs](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) and the [kOps guides on how to set it up](horizontal_pod_autoscaling.md).
## Cluster autoscaler
{{ kops_feature_table(kops_added_default='1.19', k8s_min='1.15') }}
Cluster autoscaler can be enabled to automatically adjust the size of the kubernetes cluster.
```yaml
spec:
clusterAutoscaler:
enabled: true
skipNodesWithLocalStorage: true
skipNodesWithSystemPods: true
cpuRequest: "100m"
memoryRequest: "300Mi"
```
Read more about cluster autoscaler in the [official documentation](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler).
## Feature Gates
Feature gates can be configured on the kubelet.