Add note to docs about Limited Availablity.

This commit is contained in:
Andrew Starr-Bochicchio 2018-12-11 12:15:47 -05:00
parent 7ce5e86f0a
commit 85dd503887
3 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,8 @@ description: |-
# digitalocean\_kubernetes\_cluster
~> **NOTE:** DigitalOcean Kubernetes is currently in [Limited Availability](https://www.digitalocean.com/docs/platform/product-lifecycle/). In order to access its API, you must first by enable Kubernetes on your account by opting-in via the [cloud control panel](https://cloud.digitalocean.com/kubernetes/clusters). While in Limited Availability, the `digitalocean_kubernetes_cluster` data source is considered beta. Please share any feedback you may have by [opening an issue on GitHub](https://github.com/terraform-providers/terraform-provider-digitalocean/issues).
Retrieves information about a DigitalOcean Kubernetes cluster for use in other resources. This data source provides all of the cluster's properties as configured on your DigitalOcean account. This is useful if the cluster in question is not managed by Terraform.
## Example Usage

View File

@ -8,6 +8,8 @@ description: |-
# digitalocean\_kubernetes\_cluster
~> **NOTE:** DigitalOcean Kubernetes is currently in [Limited Availability](https://www.digitalocean.com/docs/platform/product-lifecycle/). In order to access its API, you must first by enable Kubernetes on your account by opting-in via the [cloud control panel](https://cloud.digitalocean.com/kubernetes/clusters). While in Limited Availability, the `digitalocean_kubernetes_cluster` resource is considered beta. Please share any feedback you may have by [opening an issue on GitHub](https://github.com/terraform-providers/terraform-provider-digitalocean/issues).
Provides a DigitalOcean Kubernetes cluster resource. This can be used to create, delete, and modify clusters. For more information see the [official documentation](https://www.digitalocean.com/docs/kubernetes/).
## Example Usage

View File

@ -8,6 +8,8 @@ description: |-
# digitalocean\_kubernetes\_node\_pool
~> **NOTE:** DigitalOcean Kubernetes is currently in [Limited Availability](https://www.digitalocean.com/docs/platform/product-lifecycle/). In order to access its API, you must first by enable Kubernetes on your account by opting-in via the [cloud control panel](https://cloud.digitalocean.com/kubernetes/clusters). While in Limited Availability, the `digitalocean_kubernetes_node_pool` resource is considered beta. Please share any feedback you may have by [opening an issue on GitHub](https://github.com/terraform-providers/terraform-provider-digitalocean/issues).
Provides a DigitalOcean Kubernetes node pool resource. While the default node pool must be defined in the `digitalocean_kubernetes_cluster` resource, this resource can be used to add additional ones to a cluster.
## Example Usage