Skip to content

Commit bcb06ed

Browse files
robo-caphyder
authored andcommitted
Add examples
1 parent ddd7723 commit bcb06ed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/cluster/vars-cluster-enhanced.auto.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ pods_cidr = "10.244.0.0/16"
1414
services_cidr = "10.96.0.0/16"
1515
use_signed_images = false // true/*false
1616
enable_ipv6 = false //true/*false
17+
backend_nsg_ids = ["ocid1.networksecuritygroup..."] // the workers and pods NSGs are always added.

examples/workers/vars-workers-node-cycling.auto.tfvars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ worker_pools = {
1111
node_cycling_max_surge = "25%"
1212
node_cycling_max_unavailable = 0
1313
node_cycling_mode = ["instance"] # An alternative value is boot_volume. Only a single mode is supported.
14+
force_node_action = true // *true/false - Applicable when the node cycling mode is "boot_volume".
15+
force_node_delete = true // *true/false - Applicable when the node cycling mode is "instance".
1416
}
1517
}

0 commit comments

Comments
 (0)