You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Node constraints (`min_cpu_cores`, `max_cpu_cores`, `min_ram_mib`, `max_ram_mib`) are now configured in `node_templates.constraints` as `min_cpu`, `max_cpu`, `min_memory`, `max_memory`
417
+
* Spot instance settings (`spot`, `use_spot_fallbacks`) are now configured in `node_templates.constraints`
418
+
* The default node template is named `default_by_castai`
419
+
* For headroom functionality, deploy low-priority placeholder workloads as described in the [CAST AI documentation](https://docs.cast.ai/docs/autoscaler-faq#how-can-i-maintain-cluster-headroom)
420
+
346
421
# Examples
347
422
348
423
Usage examples are located in [terraform provider repo](https://github.com/castai/terraform-provider-castai/tree/master/examples/aks)
@@ -365,9 +440,9 @@ Usage examples are located in [terraform provider repo](https://github.com/casta
| <aname="input_aks_cluster_name"></a> [aks\_cluster\_name](#input\_aks\_cluster\_name)| Name of the cluster to be connected to CAST AI. |`string`| n/a | yes |
423
498
| <aname="input_aks_cluster_region"></a> [aks\_cluster\_region](#input\_aks\_cluster\_region)| Region of the AKS cluster |`string`| n/a | yes |
424
499
| <aname="input_api_url"></a> [api\_url](#input\_api\_url)| URL of alternative CAST AI API to be used during development or testing |`string`|`"https://api.cast.ai"`| no |
425
-
| <aname="input_autoscaler_policies_json"></a> [autoscaler\_policies\_json](#input\_autoscaler\_policies\_json)| Optional json object to override CAST AI cluster autoscaler policies. Deprecated, use `autoscaler_settings` instead. |`string`|`null`| no |
426
500
| <aname="input_autoscaler_settings"></a> [autoscaler\_settings](#input\_autoscaler\_settings)| Optional Autoscaler policy definitions to override current autoscaler settings |`any`|`null`| no |
427
501
| <aname="input_azuread_owners"></a> [azuread\_owners](#input\_azuread\_owners)| A set of object IDs of principals that will be granted ownership of the Azure AD service principal and application. Defaults to current user. |`list(string)`|`null`| no |
428
502
| <aname="input_castai_api_token"></a> [castai\_api\_token](#input\_castai\_api\_token)| Optional CAST AI API token created in console.cast.ai API Access keys section. Used only when `wait_for_cluster_ready` is set to true |`string`|`""`| no |
0 commit comments