mark tpu config as beta (#2642)

This commit is contained in:
The Magician 2018-12-12 10:04:34 -08:00 committed by Nathan McKinley
parent 31fae68ccf
commit 01fe89b4fe

View File

@ -78,7 +78,7 @@ output "cluster_ca_certificate" {
* `region` (Optional)
The region to create the cluster in, for
[Regional Clusters](https://cloud.google.com/kubernetes-engine/docs/concepts/multi-zone-and-regional-clusters#regional).
In a Regional Cluster, the number of nodes specified in `initial_node_count` is
In a Regional Cluster, the number of nodes specified in `initial_node_count` is
created in three zones of the region (this can be changed by setting `additional_zones`).
* `additional_zones` - (Optional) The list of additional Google Compute Engine
@ -145,7 +145,7 @@ output "cluster_ca_certificate" {
describe the various acceptable formats for this field.
-> If you are using the `google_container_engine_versions` datasource with a regional cluster, ensure that you have provided a `region`
to the datasource. A `region` can have a different set of supported versions than its corresponding `zone`s, and not all `zone`s in a
to the datasource. A `region` can have a different set of supported versions than its corresponding `zone`s, and not all `zone`s in a
`region` are guaranteed to support the same version.
* `monitoring_service` - (Optional) The monitoring service that the cluster
@ -461,7 +461,7 @@ exported:
be different than the `min_master_version` set in the config if the master
has been updated by GKE.
* `tpu_ipv4_cidr_block` - The IP address range of the Cloud TPUs in this cluster, in
* `tpu_ipv4_cidr_block` - ([Beta](https://terraform.io/docs/providers/google/provider_versions.html)) The IP address range of the Cloud TPUs in this cluster, in
[CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
notation (e.g. `1.2.3.4/29`).