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
description="The list of one or more ULA or Private IPv6 CIDR blocks for the Virtual Cloud Network (VCN)."
63
64
}
65
+
## Subnets
66
+
variable"create_subnets" {
67
+
default=true
68
+
description="Create subnets for OKE: Endpoint, Nodes, Load Balancers. If CNI Type OCI_VCN_IP_NATIVE, also creates the PODs VCN. If FSS Mount Targets, also creates the FSS Mount Targets Subnet"
69
+
}
70
+
variable"create_pod_network_subnet" {
71
+
default=false
72
+
description="Create PODs Network subnet for OKE. To be used with CNI Type OCI_VCN_IP_NATIVE"
73
+
}
74
+
variable"existent_oke_k8s_endpoint_subnet_ocid" {
75
+
default=""
76
+
description="The OCID of the subnet where the Kubernetes cluster endpoint will be hosted"
77
+
}
78
+
variable"existent_oke_nodes_subnet_ocid" {
79
+
default=""
80
+
description="The OCID of the subnet where the Kubernetes worker nodes will be hosted"
description="Create subnets for OKE: Endpoint, Nodes, Load Balancers. If CNI Type OCI_VCN_IP_NATIVE, also creates the PODs VCN. If FSS Mount Targets, also creates the FSS Mount Targets Subnet"
112
-
}
113
-
variable"create_pod_network_subnet" {
114
-
default=false
115
-
description="Create PODs Network subnet for OKE. To be used with CNI Type OCI_VCN_IP_NATIVE"
116
-
}
117
-
variable"existent_oke_k8s_endpoint_subnet_ocid" {
118
-
default=""
119
-
description="The OCID of the subnet where the Kubernetes cluster endpoint will be hosted"
120
-
}
121
-
variable"existent_oke_nodes_subnet_ocid" {
122
-
default=""
123
-
description="The OCID of the subnet where the Kubernetes worker nodes will be hosted"
description="In order to access your private nodes with a public SSH key you will need to set up a bastion host (a.k.a. jump box). If using public nodes, bastion is not needed. Left blank to not import keys."
276
286
}
287
+
variable"extra_node_pools" {
288
+
default=[]
289
+
description="Extra node pools to be added to the cluster"
0 commit comments