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
| <aname="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
| <aname="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 |
| <aname="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
+
| <aname="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
557
| <aname="input_organization_id"></a> [organization\_id](#input\_organization\_id)| CAST AI organization ID |`string`| n/a | yes |
558
558
| <aname="input_pod_cidr"></a> [pod\_cidr](#input\_pod\_cidr)| Pod CIDR for network configuration |`string`| n/a | yes |
559
559
| <aname="input_reserved_subnet_cidrs"></a> [reserved\_subnet\_cidrs](#input\_reserved\_subnet\_cidrs)| List of reserved subnet CIDR's (relevant for GKE) |`list(string)`|`[]`| no |
loadbalancer_provider="external"// External requires AWS Load Balancer Controller to be installed in the cluster. Set to "nlb" to use legacy in-tree LB provider.
description="Storage provider for the edge clusters. Recommended are `premium-rwo` for GKE and `gp3` for EKS. Leave empty to use the default storageclass for your cluster."
60
+
type=string
61
+
}
62
+
63
+
variable"loadbalancer_provider" {
64
+
description="LoadBalancer provider for edge cluster. This setting is used only for EKS clusters: accepted values: `nlb` and `external`)."
0 commit comments