2015-06-21 00:57:45 +02:00
|
|
|
---
|
|
|
|
layout: "google"
|
|
|
|
page_title: "Google: google_container_cluster"
|
2015-10-23 16:10:41 +02:00
|
|
|
sidebar_current: "docs-google-container-cluster"
|
2015-06-21 00:57:45 +02:00
|
|
|
description: |-
|
|
|
|
Creates a GKE cluster.
|
|
|
|
---
|
|
|
|
|
|
|
|
# google\_container\_cluster
|
|
|
|
|
2016-04-10 23:34:15 +02:00
|
|
|
!> **Warning:** Due to limitations of the API, all arguments except
|
|
|
|
`node_version` are non-updateable. Changing any will cause recreation of the
|
|
|
|
whole cluster!
|
2015-06-21 00:57:45 +02:00
|
|
|
|
|
|
|
## Example usage
|
|
|
|
|
2016-04-10 23:34:15 +02:00
|
|
|
```js
|
2015-06-21 00:57:45 +02:00
|
|
|
resource "google_container_cluster" "primary" {
|
2016-04-10 23:34:15 +02:00
|
|
|
name = "marcellus-wallace"
|
|
|
|
zone = "us-central1-a"
|
|
|
|
initial_node_count = 3
|
|
|
|
|
|
|
|
master_auth {
|
|
|
|
username = "mr.yoda"
|
|
|
|
password = "adoy.rm"
|
|
|
|
}
|
|
|
|
|
|
|
|
node_config {
|
|
|
|
oauth_scopes = [
|
|
|
|
"https://www.googleapis.com/auth/compute",
|
|
|
|
"https://www.googleapis.com/auth/devstorage.read_only",
|
|
|
|
"https://www.googleapis.com/auth/logging.write",
|
|
|
|
"https://www.googleapis.com/auth/monitoring"
|
|
|
|
]
|
|
|
|
}
|
2015-06-21 00:57:45 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Argument Reference
|
|
|
|
|
2016-04-10 23:34:15 +02:00
|
|
|
* `initial_node_count` - (Required) The number of nodes to create in this
|
|
|
|
cluster (not including the Kubernetes master).
|
|
|
|
|
|
|
|
* `master_auth` - (Required) The authentication information for accessing the
|
|
|
|
Kubernetes master.
|
|
|
|
|
|
|
|
* `name` - (Required) The name of the cluster, unique within the project and
|
|
|
|
zone.
|
|
|
|
|
2015-06-21 00:57:45 +02:00
|
|
|
* `zone` - (Required) The zone that all resources should be created in.
|
2016-04-10 23:34:15 +02:00
|
|
|
|
|
|
|
- - -
|
2016-11-15 00:49:43 +01:00
|
|
|
* `addons_config` - (Optional) The configuration for addons supported by Google
|
|
|
|
Container Engine
|
2016-04-10 23:34:15 +02:00
|
|
|
|
|
|
|
* `cluster_ipv4_cidr` - (Optional) The IP address range of the container pods in
|
|
|
|
this cluster. Default is an automatically assigned CIDR.
|
|
|
|
|
|
|
|
* `description` - (Optional) Description of the cluster.
|
|
|
|
|
|
|
|
* `logging_service` - (Optional) The logging service that the cluster should
|
|
|
|
write logs to. Available options include `logging.googleapis.com` and
|
|
|
|
`none`. Defaults to `logging.googleapis.com`
|
|
|
|
|
|
|
|
* `monitoring_service` - (Optional) The monitoring service that the cluster
|
|
|
|
should write metrics to. Available options include
|
|
|
|
`monitoring.googleapis.com` and `none`. Defaults to
|
|
|
|
`monitoring.googleapis.com`
|
|
|
|
|
2016-11-15 00:49:43 +01:00
|
|
|
* `network` - (Optional) The name or self_link of the Google Compute Engine
|
|
|
|
network to which the cluster is connected
|
2016-04-10 23:34:15 +02:00
|
|
|
|
|
|
|
* `node_config` - (Optional) The machine type and image to use for all nodes in
|
|
|
|
this cluster
|
|
|
|
|
2016-12-20 15:06:19 +01:00
|
|
|
* `node_version` - (Optional) The Kubernetes version on the nodes. Also affects
|
|
|
|
the initial master version on cluster creation. Updates affect nodes only.
|
|
|
|
Defaults to the default version set by GKE which is not necessarily the latest
|
|
|
|
version.
|
2016-04-10 23:34:15 +02:00
|
|
|
|
|
|
|
* `project` - (Optional) The project in which the resource belongs. If it
|
|
|
|
is not provided, the provider project is used.
|
2015-06-21 00:57:45 +02:00
|
|
|
|
2016-11-15 00:49:43 +01:00
|
|
|
* `subnetwork` - (Optional) The name of the Google Compute Engine subnetwork in
|
|
|
|
which the cluster's instances are launched
|
2016-04-15 01:30:39 +02:00
|
|
|
|
2015-06-21 00:57:45 +02:00
|
|
|
**Master Auth** supports the following arguments:
|
|
|
|
|
2016-04-10 23:34:15 +02:00
|
|
|
* `password` - The password to use for HTTP basic authentication when accessing
|
|
|
|
the Kubernetes master endpoint
|
|
|
|
|
|
|
|
* `username` - The username to use for HTTP basic authentication when accessing
|
|
|
|
the Kubernetes master endpoint
|
2015-06-21 00:57:45 +02:00
|
|
|
|
|
|
|
**Node Config** supports the following arguments:
|
|
|
|
|
|
|
|
* `machine_type` - (Optional) The name of a Google Compute Engine machine type.
|
2016-04-10 23:34:15 +02:00
|
|
|
Defaults to `n1-standard-1`.
|
|
|
|
|
|
|
|
* `disk_size_gb` - (Optional) Size of the disk attached to each node, specified
|
|
|
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
|
|
|
|
|
|
|
* `oauth_scopes` - (Optional) The set of Google API scopes to be made available
|
2016-11-15 00:50:24 +01:00
|
|
|
on all of the node VMs under the "default" service account. These can be
|
|
|
|
either FQDNs, or scope aliases. The following scopes are necessary to ensure
|
|
|
|
the correct functioning of the cluster:
|
|
|
|
|
|
|
|
* `compute-rw` (`https://www.googleapis.com/auth/compute`)
|
|
|
|
* `storage-ro` (`https://www.googleapis.com/auth/devstorage.read_only`)
|
|
|
|
* `logging-write` (`https://www.googleapis.com/auth/logging.write`),
|
|
|
|
if `logging_service` points to Google
|
|
|
|
* `monitoring` (`https://www.googleapis.com/auth/monitoring`),
|
|
|
|
if `monitoring_service` points to Google
|
2015-06-21 00:57:45 +02:00
|
|
|
|
2016-04-15 01:30:39 +02:00
|
|
|
**Addons Config** supports the following addons:
|
|
|
|
|
2016-11-15 00:49:43 +01:00
|
|
|
* `http_load_balancing` - (Optional) The status of the HTTP Load Balancing
|
|
|
|
add-on. It is enabled by default; set `disabled = true` to disable.
|
|
|
|
* `horizontal_pod_autoscaling` - (Optional) The status of the Horizontal Pod
|
|
|
|
Autoscaling addon. It is enabled by default; set `disabled = true` to
|
|
|
|
disable.
|
2016-04-15 01:30:39 +02:00
|
|
|
|
|
|
|
This example `addons_config` disables both addons:
|
2016-10-11 10:14:27 +02:00
|
|
|
|
2016-04-15 01:30:39 +02:00
|
|
|
```
|
|
|
|
addons_config {
|
2016-11-15 00:49:43 +01:00
|
|
|
http_load_balancing {
|
2016-10-11 10:14:27 +02:00
|
|
|
disabled = true
|
2016-04-15 01:30:39 +02:00
|
|
|
}
|
|
|
|
horizontal_pod_autoscaling {
|
2016-10-11 10:14:27 +02:00
|
|
|
disabled = true
|
2016-04-15 01:30:39 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2015-06-21 00:57:45 +02:00
|
|
|
## Attributes Reference
|
|
|
|
|
2016-04-10 23:34:15 +02:00
|
|
|
In addition to the arguments listed above, the following computed attributes are
|
|
|
|
exported:
|
|
|
|
|
|
|
|
* `endpoint` - The IP address of this cluster's Kubernetes master
|
|
|
|
|
|
|
|
* `instance_group_urls` - List of instance group URLs which have been assigned
|
|
|
|
to the cluster
|
|
|
|
|
2015-06-21 00:57:45 +02:00
|
|
|
* `master_auth.client_certificate` - Base64 encoded public certificate
|
2016-04-10 23:34:15 +02:00
|
|
|
used by clients to authenticate to the cluster endpoint.
|
|
|
|
|
2015-06-21 00:57:45 +02:00
|
|
|
* `master_auth.client_key` - Base64 encoded private key used by clients
|
2016-04-10 23:34:15 +02:00
|
|
|
to authenticate to the cluster endpoint
|
|
|
|
|
2015-06-21 00:57:45 +02:00
|
|
|
* `master_auth.cluster_ca_certificate` - Base64 encoded public certificate
|
2016-04-10 23:34:15 +02:00
|
|
|
that is the root of trust for the cluster
|