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
Copy file name to clipboardExpand all lines: docs/resources/cluster_edge_native.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ Refer to the [Import section](/docs#import) to learn more.
124
124
125
125
Optional:
126
126
127
+
-`is_two_node_cluster` (Boolean) Set to `true` to enable a two-node cluster.
127
128
-`ntp_servers` (Set of String) A list of NTP servers to be used by the cluster.
128
129
-`overlay_cidr_range` (String) The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, `100.64.192.0/24`
129
130
-`ssh_keys` (Set of String) List of public SSH (Secure Shell) to establish, administer, and communicate with remote clusters.
Description: "The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, `100.64.192.0/24`",
156
156
},
157
+
"is_two_node_cluster": {
158
+
Type: schema.TypeBool,
159
+
Optional: true,
160
+
Default: false,
161
+
Description: "Set to `true` to enable a two-node cluster.",
0 commit comments