From 79adea235c473782d3f9e13edaf177dd6c39480c Mon Sep 17 00:00:00 2001 From: wwei Date: Thu, 1 Jun 2023 17:47:35 +0800 Subject: [PATCH] update MASTER_REPLICAS and WORKER_REPLICAS in control_plane_count/compute_count --- .../upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh b/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh index 9e3a47a4b3e28..cae3f4ed412c3 100755 --- a/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh +++ b/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh @@ -217,6 +217,8 @@ bootstrap_ip_address = "192.168.${third_octet}.3" lb_ip_address = "192.168.${third_octet}.2" compute_ip_addresses = [${zone_worker_ips%?}] control_plane_ip_addresses = [${zone_master_ips%?}] +control_plane_count = ${MASTER_REPLICAS} +compute_count = ${WORKER_REPLICAS} failure_domains = [ { datacenter = "IBMCloud"