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
+47-44Lines changed: 47 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -92,63 +92,62 @@ Then perform the following commands on the root folder:
92
92
93
93
[^]: (autogen_docs_start)
94
94
95
-
96
95
## Inputs
97
96
98
97
| Name | Description | Type | Default | Required |
99
98
|------|-------------|:----:|:-----:|:-----:|
100
-
| description | The description of the cluster | string | `` | no |
101
-
|horizontal_pod_autoscaling| Enable horizontal pod autoscaling addon | string |`true`| no |
102
-
|http_load_balancing| Enable httpload balancer addon | string |`true`| no |
103
-
|ip_masq_link_local| Whether to masquerade traffic to the link-local prefix (169.254.0.0/16). | string |`false`| no |
104
-
|ip_masq_resync_interval| The interval at which the agent attempts to sync its ConfigMap file from the disk. | string |`60s`| no |
105
-
|ip_range_pods| The secondary ip range to use for pods | string |-| yes |
106
-
|ip_range_services| The secondary ip range to use for pods | string |-| yes |
107
-
|kubernetes_dashboard| Enable kubernetes dashboard addon | string |`false`| no |
108
-
|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 |
109
-
|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 |
110
-
|maintenance_start_time| Time window specified for daily maintenance operations in RFC3339 format | string |`05:00`| no |
111
-
|master_authorized_networks_config| The desired configuration options for master authorized networks. Omit the nested cidr_blocks attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists)<br><br> ### example format ### master_authorized_networks_config = [{ cidr_blocks = [{ cidr_block = "10.0.0.0/8" display_name = "example_network" }], }]| list |`<list>`| no |
112
-
|monitoring_service| The monitoring service that the cluster should write metrics to. Automatically send metrics from pods in the cluster to the Google Cloud Monitoring API. VM metrics will be collected by Google Compute Engine regardless of this setting Available options include monitoring.googleapis.com, monitoring.googleapis.com/kubernetes (beta) and none | string |`monitoring.googleapis.com`| no |
113
-
| name | The name of the cluster (required) | string |-| yes |
114
-
| network | The VPC network to host the cluster in (required) | string |-| yes |
115
-
|network_policy| Enable network policy addon | string |`false`| no |
116
-
|network_project_id| The project ID of the shared VPC's host (for shared vpc support) | string | `` | no |
117
-
|node_pools| List of maps containing node pools | list |`<list>`| no |
118
-
|node_pools_labels| Map of maps containing node labels by node-pool name | map |`<map>`| no |
119
-
|node_pools_metadata| Map of maps containing node metadata by node-pool name | map |`<map>`| no |
120
-
|node_pools_tags| Map of lists containing node network tags by node-pool name | map |`<map>`| no |
121
-
|node_pools_taints| Map of lists containing node taints by node-pool name | map |`<map>`| no |
122
-
|node_version| The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string | `` | no |
123
-
|non_masquerade_cidrs| List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list |`<list>`| no |
124
-
|project_id| The project ID to host the cluster in (required) | string |-| yes |
125
-
| region | The region to host the cluster in (required) | string |-| yes |
126
-
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | string |`true`| no |
127
-
|remove_default_node_pool| Remove default node pool while setting up the cluster | string |`false`| no |
128
-
|service_account| The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string | `` | no |
129
-
|stub_domains| Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
130
-
| subnetwork | The subnetwork to host the cluster in (required) | string |-| yes |
99
+
| description | The description of the cluster | string |`""`| no |
100
+
|horizontal\_pod\_autoscaling| Enable horizontal pod autoscaling addon | string |`"true"`| no |
101
+
|http\_load\_balancing| Enable httpload balancer addon | string |`"true"`| no |
102
+
|ip\_masq\_link\_local| Whether to masquerade traffic to the link-local prefix (169.254.0.0/16). | string |`"false"`| no |
103
+
|ip\_masq\_resync\_interval| The interval at which the agent attempts to sync its ConfigMap file from the disk. | string |`"60s"`| no |
104
+
|ip\_range\_pods| The secondary ip range to use for pods | string |n/a| yes |
105
+
|ip\_range\_services| The secondary ip range to use for pods | string |n/a| yes |
106
+
|kubernetes\_dashboard| Enable kubernetes dashboard addon | string |`"false"`| no |
107
+
|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 |
108
+
|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 |
109
+
|maintenance\_start\_time| Time window specified for daily maintenance operations in RFC3339 format | string |`"05:00"`| no |
110
+
|master\_authorized\_networks\_config| The desired configuration options for master authorized networks. Omit the nested cidr_blocks attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists)<br><br> ### example format ### master_authorized_networks_config = [{ cidr_blocks = [{ cidr_block = "10.0.0.0/8" display_name = "example_network" }], }]| list |`<list>`| no |
111
+
|monitoring\_service| The monitoring service that the cluster should write metrics to. Automatically send metrics from pods in the cluster to the Google Cloud Monitoring API. VM metrics will be collected by Google Compute Engine regardless of this setting Available options include monitoring.googleapis.com, monitoring.googleapis.com/kubernetes (beta) and none | string |`"monitoring.googleapis.com"`| no |
112
+
| name | The name of the cluster (required) | string |n/a| yes |
113
+
| network | The VPC network to host the cluster in (required) | string |n/a| yes |
114
+
|network\_policy| Enable network policy addon | string |`"false"`| no |
115
+
|network\_project\_id| The project ID of the shared VPC's host (for shared vpc support) | string |`""`| no |
116
+
|node\_pools| List of maps containing node pools | list |`<list>`| no |
117
+
|node\_pools\_labels| Map of maps containing node labels by node-pool name | map |`<map>`| no |
118
+
|node\_pools\_metadata| Map of maps containing node metadata by node-pool name | map |`<map>`| no |
119
+
|node\_pools\_tags| Map of lists containing node network tags by node-pool name | map |`<map>`| no |
120
+
|node\_pools\_taints| Map of lists containing node taints by node-pool name | map |`<map>`| no |
121
+
|node\_version| The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
122
+
|non\_masquerade\_cidrs| List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list |`<list>`| no |
123
+
|project\_id| The project ID to host the cluster in (required) | string |n/a| yes |
124
+
| region | The region to host the cluster in (required) | string |n/a| yes |
125
+
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | string |`"true"`| no |
126
+
|remove\_default\_node\_pool| Remove default node pool while setting up the cluster | string |`"false"`| no |
127
+
|service\_account| The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string |`""`| no |
128
+
|stub\_domains| Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
129
+
| subnetwork | The subnetwork to host the cluster in (required) | string |n/a| yes |
131
130
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list |`<list>`| no |
132
131
133
132
## Outputs
134
133
135
134
| Name | Description |
136
135
|------|-------------|
137
-
|ca_certificate| Cluster ca certificate (base64 encoded) |
136
+
|ca\_certificate| Cluster ca certificate (base64 encoded) |
138
137
| endpoint | Cluster endpoint |
139
-
|horizontal_pod_autoscaling_enabled| Whether horizontal pod autoscaling enabled |
0 commit comments