mirror of https://github.com/kubernetes/kops.git
Merge pull request #10685 from olemarkus/docs-fix-indentations
Fix header indentation in addons.md
This commit is contained in:
commit
1bf87aca9f
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue