add documentation for dataproc metadata (#2002)

Fixes #1984
This commit is contained in:
Dana Hoffman 2018-09-07 15:27:15 -07:00 committed by GitHub
parent f0fb68c46b
commit 6969ce5b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,10 @@ The `cluster_config.gce_cluster_config` block supports:
instances in the cluster will only have internal IP addresses. Note: Private Google Access
(also known as `privateIpGoogleAccess`) must be enabled on the subnetwork that the cluster
will be launched in.
* `metadata` - (Optional) A map of the Compute Engine metadata entries to add to all instances
(see [Project and instance metadata](https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
- - -
The `cluster_config.master_config` block supports: