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
feat: An OKE nodepool is limited to 32 chars. Variable label_prefix can sometimes consume most of those chars. This will allow us to maintain variable label_prefix while giving us the ability to override the nodepool name using the key name as defined in variable node_pools.
description="Do not use the label_prefix when naming each node pool. This frees up more characters for the nodepool name. Current limit to node pool name is 32 characters."
description="Do not use the label_prefix when naming each node pool. This frees up more characters for the nodepool name. Current limit to node pool name is 32 characters."
745
+
type=bool
746
+
}
747
+
742
748
variable"worker_nsgs" {
743
749
default=[]
744
750
description="An additional list of network security groups (NSG) ids for the worker nodes that can be created subsequently."
0 commit comments