|
519 | 519 |
|
520 | 520 | | Name | Version | |
521 | 521 | |------|---------| |
522 | | -| <a name="provider_castai"></a> [castai](#provider\_castai) | 8.23.0 | |
| 522 | +| <a name="provider_castai"></a> [castai](#provider\_castai) | 8.23.3 | |
523 | 523 | | <a name="provider_helm"></a> [helm](#provider\_helm) | 3.1.1 | |
524 | 524 | | <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 3.0.1 | |
525 | 525 |
|
@@ -553,12 +553,15 @@ MIT |
553 | 553 | | <a name="input_cluster_region"></a> [cluster\_region](#input\_cluster\_region) | Not used. This variable is kept for backwards compatibility, will be removed in the future. | `string` | `""` | no | |
554 | 554 | | <a name="input_cluster_zone"></a> [cluster\_zone](#input\_cluster\_zone) | Not used. This variable is kept for backwards compatibility, will be removed in the future. | `string` | `""` | no | |
555 | 555 | | <a name="input_k8s_provider"></a> [k8s\_provider](#input\_k8s\_provider) | Kubernetes cloud provider (gke, eks, aks) | `string` | n/a | yes | |
556 | | -| <a name="input_omni_agent_chart_version"></a> [omni\_agent\_chart\_version](#input\_omni\_agent\_chart\_version) | OMNI agent helm chart version | `string` | `"1.7.0"` | no | |
| 556 | +| <a name="input_kvisor_grpc_url"></a> [kvisor\_grpc\_url](#input\_kvisor\_grpc\_url) | Kvisor gRPC URL | `string` | `"kvisor.prod-master.cast.ai:443"` | no | |
| 557 | +| <a name="input_loadbalancer_provider"></a> [loadbalancer\_provider](#input\_loadbalancer\_provider) | LoadBalancer provider for edge cluster. This setting is used only for EKS clusters (accepted values are `nlb` and `external`). If empty, it will be defaulted to `external` for EKS | `string` | `null` | no | |
| 558 | +| <a name="input_omni_agent_chart_version"></a> [omni\_agent\_chart\_version](#input\_omni\_agent\_chart\_version) | OMNI agent helm chart version | `string` | `"1.10.0"` | no | |
557 | 559 | | <a name="input_organization_id"></a> [organization\_id](#input\_organization\_id) | CAST AI organization ID | `string` | n/a | yes | |
558 | 560 | | <a name="input_pod_cidr"></a> [pod\_cidr](#input\_pod\_cidr) | Pod CIDR for network configuration | `string` | n/a | yes | |
559 | 561 | | <a name="input_reserved_subnet_cidrs"></a> [reserved\_subnet\_cidrs](#input\_reserved\_subnet\_cidrs) | List of reserved subnet CIDR's (relevant for GKE) | `list(string)` | `[]` | no | |
560 | 562 | | <a name="input_service_cidr"></a> [service\_cidr](#input\_service\_cidr) | Service CIDR for network configuration | `string` | n/a | yes | |
561 | 563 | | <a name="input_skip_helm"></a> [skip\_helm](#input\_skip\_helm) | Skip installing any helm release; allows managing helm releases using GitOps | `bool` | `false` | no | |
| 564 | +| <a name="input_storage_provider"></a> [storage\_provider](#input\_storage\_provider) | Storage provider (storageclass) for the edge clusters. If empty, they will be defaulted to `premium-rwo` for GKE and `gp3` for EKS | `string` | `null` | no | |
562 | 565 |
|
563 | 566 | ## Outputs |
564 | 567 |
|
|
0 commit comments