File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
### Changed
10
+ * Set ` horizontal_pod_autoscaling ` to ` true ` by default. #42
10
11
11
12
## [ v0.4.0] - 2018-12-19
12
13
### Added
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Then perform the following commands on the root folder:
90
90
| Name | Description | Type | Default | Required |
91
91
| ------| -------------| :----:| :-----:| :-----:|
92
92
| description | The description of the cluster | string | `` | no |
93
- | horizontal_pod_autoscaling | Enable horizontal pod autoscaling addon | string | ` false ` | no |
93
+ | horizontal_pod_autoscaling | Enable horizontal pod autoscaling addon | string | ` true ` | no |
94
94
| http_load_balancing | Enable httpload balancer addon | string | ` true ` | no |
95
95
| ip_masq_link_local | Whether to masquerade traffic to the link-local prefix (169.254.0.0/16). | string | ` false ` | no |
96
96
| ip_masq_resync_interval | The interval at which the agent attempts to sync its ConfigMap file from the disk. | string | ` 60s ` | no |
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ variable "master_authorized_networks_config" {
86
86
87
87
variable "horizontal_pod_autoscaling" {
88
88
description = " Enable horizontal pod autoscaling addon"
89
- default = false
89
+ default = true
90
90
}
91
91
92
92
variable "http_load_balancing" {
You can’t perform that action at this time.
0 commit comments