Skip to content

Commit

Permalink
Tests & documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegoo89 committed Jun 25, 2023
1 parent 971fd57 commit d6952b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/d/kubernetes_cluster.html.markdown
Expand Up @@ -112,6 +112,8 @@ The following attributes are exported:

* `tags` - A mapping of tags assigned to this resource.

* `custom_ca_trust_certificates` - A list of custom base64 encoded CAs used by this this Managed Kubernetes Cluster on nodes with the Custom CA Trust feature enabled. For more information see [Custom CA Trust Certificates](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority)

---

An `aci_connector_linux` block exports the following:
Expand Down
2 changes: 2 additions & 0 deletions website/docs/r/kubernetes_cluster.html.markdown
Expand Up @@ -374,6 +374,8 @@ A `default_node_pool` block supports the following:

* `custom_ca_trust_enabled` - (Optional) Specifies whether to trust a Custom CA.

* `custom_ca_trust_certificates` - (Optional) A list of up to 10 base64 encoded CAs that will be added to the trust store on nodes with the `custom_ca_trust_enabled` feature enabled.

-> **Note:** This requires that the Preview Feature `Microsoft.ContainerService/CustomCATrustPreview` is enabled and the Resource Provider is re-registered, see [the documentation](https://learn.microsoft.com/en-us/azure/aks/custom-certificate-authority) for more information.

* `enable_auto_scaling` - (Optional) Should [the Kubernetes Auto Scaler](https://docs.microsoft.com/azure/aks/cluster-autoscaler) be enabled for this Node Pool?
Expand Down

0 comments on commit d6952b5

Please sign in to comment.