You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -85,17 +85,17 @@ Then perform the following commands on the root folder:
85
85
86
86
| Name | Description | Type | Default | Required |
87
87
|------|-------------|:----:|:-----:|:-----:|
88
-
| basic\_auth\_password | Kubernetes HTTP Basic auth password. Defaults to empty string. Only used if `enable_basic_auth` is true | string | `` | no |
89
-
| basic\_auth\_username | Kubernetes HTTP Basic auth username. Defaults to empty string. Only used if `enable_basic_auth` is true | string | `` | no |
88
+
| basic\_auth\_password | Kubernetes HTTP Basic auth password. Only used if `enable_basic_auth` is true | string | `` | no |
89
+
| basic\_auth\_username | Kubernetes HTTP Basic auth username. Only used if `enable_basic_auth` is true | string | `` | no |
90
90
| description | The description of the cluster | string | `` | no |
91
-
| enable\_basic\_auth | Basic authentication allows a user to authenticate to the cluster with a username and password. To maximize the security of your cluster, disable this option. Basic authentication is not recommended because it provides no confidentiality protection for transmitted credentials. Default: true| string |`true`| no |
91
+
| enable\_basic\_auth | Basic authentication allows a user to authenticate to the cluster with a username and password. To maximize the security of your cluster, disable this option. Basic authentication is not recommended because it provides no confidentiality protection for transmitted credentials | string |`true`| no |
92
92
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon | string |`false`| no |
| ip\_masq\_link\_local | Whether to masquerade traffic to the link-local prefix (169.254.0.0/16). | string |`false`| no |
95
95
| ip\_masq\_resync\_interval | The interval at which the agent attempts to sync its ConfigMap file from the disk. | string |`60s`| no |
96
96
| ip\_range\_pods | The secondary ip range to use for pods | string | - | yes |
97
97
| ip\_range\_services | The secondary ip range to use for pods | string | - | yes |
98
-
| issue\_client\_certificate | Issues a client certificate to authenticate to the cluster endpoint. To maximize the security of your cluster, leave this option disabled. Client certificates don't automatically rotate and aren't easily revocable. WARNING: changing this after cluster creation is destructive! Default: false | string |`false`| no |
98
+
| issue\_client\_certificate | Issues a client certificate to authenticate to the cluster endpoint. To maximize the security of your cluster, leave this option disabled. Client certificates don't automatically rotate and aren't easily revocable. WARNING: changing this after cluster creation is destructive! | string |`false`| no |
| kubernetes\_version | The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region. | string |`latest`| no |
101
101
| logging\_service | The logging service that the cluster should write logs to. Available options include logging.googleapis.com, logging.googleapis.com/kubernetes (beta), and none | string |`logging.googleapis.com`| no |
description="Basic authentication allows a user to authenticate to the cluster with a username and password. To maximize the security of your cluster, disable this option. Basic authentication is not recommended because it provides no confidentiality protection for transmitted credentials. Default: true"
194
+
description="Basic authentication allows a user to authenticate to the cluster with a username and password. To maximize the security of your cluster, disable this option. Basic authentication is not recommended because it provides no confidentiality protection for transmitted credentials"
195
195
default=true
196
196
}
197
197
198
198
variable"basic_auth_username" {
199
-
description="Kubernetes HTTP Basic auth username. Defaults to empty string. Only used if `enable_basic_auth` is true"
199
+
description="Kubernetes HTTP Basic auth username. Only used if `enable_basic_auth` is true"
200
200
default=""
201
201
}
202
202
203
203
variable"basic_auth_password" {
204
-
description="Kubernetes HTTP Basic auth password. Defaults to empty string. Only used if `enable_basic_auth` is true"
204
+
description="Kubernetes HTTP Basic auth password. Only used if `enable_basic_auth` is true"
205
205
default=""
206
206
}
207
207
208
208
variable"issue_client_certificate" {
209
-
description="Issues a client certificate to authenticate to the cluster endpoint. To maximize the security of your cluster, leave this option disabled. Client certificates don't automatically rotate and aren't easily revocable. WARNING: changing this after cluster creation is destructive! Default: false"
209
+
description="Issues a client certificate to authenticate to the cluster endpoint. To maximize the security of your cluster, leave this option disabled. Client certificates don't automatically rotate and aren't easily revocable. WARNING: changing this after cluster creation is destructive!"
0 commit comments