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
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."
65
+
description="Storage provider (storageclass) for the edge clusters. If empty, they will be defaulted to `premium-rwo` for GKE and `gp3` for EKS"
60
66
type=string
67
+
default=null
61
68
}
62
69
63
70
variable"loadbalancer_provider" {
64
-
description="LoadBalancer provider for edge cluster. This setting is used only for EKS clusters: accepted values: `nlb` and `external`)."
71
+
description="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"
0 commit comments