File tree Expand file tree Collapse file tree
v1.7/talos-guides/install/virtualized-platforms/vmware
v1.8/talos-guides/install/virtualized-platforms/vmware Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ create () {
6060 echo " GOVC_NETWORK is unset, assuming default VM Network" ;
6161 else
6262 echo " GOVC_NETWORK set to ${GOVC_NETWORK} " ;
63- govc vm.network.change -vm ${CLUSTER_NAME} -control-plane-${i} -net ${GOVC_NETWORK} ethernet-0
63+ govc vm.network.change -vm ${CLUSTER_NAME} -control-plane-${i} -net " ${GOVC_NETWORK} " ethernet-0
6464 fi
6565
6666 govc vm.power -on ${CLUSTER_NAME} -control-plane-${i}
@@ -87,7 +87,7 @@ create () {
8787 echo " GOVC_NETWORK is unset, assuming default VM Network" ;
8888 else
8989 echo " GOVC_NETWORK set to ${GOVC_NETWORK} " ;
90- govc vm.network.change -vm ${CLUSTER_NAME} -worker-${i} -net ${GOVC_NETWORK} ethernet-0
90+ govc vm.network.change -vm ${CLUSTER_NAME} -worker-${i} -net " ${GOVC_NETWORK} " ethernet-0
9191 fi
9292
9393
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ create () {
6060 echo " GOVC_NETWORK is unset, assuming default VM Network" ;
6161 else
6262 echo " GOVC_NETWORK set to ${GOVC_NETWORK} " ;
63- govc vm.network.change -vm ${CLUSTER_NAME} -control-plane-${i} -net ${GOVC_NETWORK} ethernet-0
63+ govc vm.network.change -vm ${CLUSTER_NAME} -control-plane-${i} -net " ${GOVC_NETWORK} " ethernet-0
6464 fi
6565
6666 govc vm.power -on ${CLUSTER_NAME} -control-plane-${i}
@@ -87,7 +87,7 @@ create () {
8787 echo " GOVC_NETWORK is unset, assuming default VM Network" ;
8888 else
8989 echo " GOVC_NETWORK set to ${GOVC_NETWORK} " ;
90- govc vm.network.change -vm ${CLUSTER_NAME} -worker-${i} -net ${GOVC_NETWORK} ethernet-0
90+ govc vm.network.change -vm ${CLUSTER_NAME} -worker-${i} -net " ${GOVC_NETWORK} " ethernet-0
9191 fi
9292
9393
You can’t perform that action at this time.
0 commit comments