Skip to content

Commit 21d8c9f

Browse files
committed
updates
1 parent 2edab03 commit 21d8c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/post-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
echo "platform:" >> install-config.yaml
102102
echo " $ISCLOUD:" >> install-config.yaml
103103
echo " region: us-east-1" >> install-config.yaml
104-
echo " vpcCIDRBlock: 10.0.0.0/16" >> install-config.yaml
104+
# echo " vpcCIDRBlock: 10.0.0.0/16" >> install-config.yaml
105105
echo "pullSecret: '$pS'" >> install-config.yaml
106106
echo "sshKey: \"$sshK\"" >> install-config.yaml
107107
echo " ... ... ... install-config.yaml created!"

0 commit comments

Comments
 (0)