Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit 9989824

Browse files
committed
Add worker_iscsi_volume_create to table.
1 parent a2d8cc1 commit 9989824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/input-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ k8sWorkerAd3Count | 0 | number of k8s wo
3030
etcdAd1Count | 1 | number of etcd nodes to create in Availability Domain 1
3131
etcdAd2Count | 0 | number of etcd nodes to create in Availability Domain 2
3232
etcdAd3Count | 0 | number of etcd nodes to create in Availability Domain 3
33+
worker_iscsi_volume_create | "false" | boolean flag indicating whether or not to attach an iSCSI volume to attach to each worker node
3334
worker_iscsi_volume_size | unset | optional size of an iSCSI volume to attach to each worker
3435
worker_iscsi_volume_mount | /var/lib/docker | optional mount path of iSCSI volume when worker_iscsi_volume_size is set
35-
etcd_iscsi_volume_create | false | boolean flag indicating whether or not to attach an iSCSI volume to attach to each etcd node
36+
etcd_iscsi_volume_create | "false" | boolean flag indicating whether or not to attach an iSCSI volume to attach to each etcd node
3637
etcd_iscsi_volume_size | 50 | size in GBs of volume when etcd_iscsi_volume_create is set
3738
etcd_lb_enabled | "true" | enable/disable the etcd load balancer. "true" use the etcd load balancer ip, "false" use a list of etcd instance ips
3839
etcdLBShape | 100Mbps | etcd cluster OCI Load Balancer shape / bandwidth

0 commit comments

Comments
 (0)