We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edab03 commit 21d8c9fCopy full SHA for 21d8c9f
lib/post-install.sh
@@ -101,7 +101,7 @@
101
echo "platform:" >> install-config.yaml
102
echo " $ISCLOUD:" >> install-config.yaml
103
echo " region: us-east-1" >> install-config.yaml
104
- echo " vpcCIDRBlock: 10.0.0.0/16" >> install-config.yaml
+ # echo " vpcCIDRBlock: 10.0.0.0/16" >> install-config.yaml
105
echo "pullSecret: '$pS'" >> install-config.yaml
106
echo "sshKey: \"$sshK\"" >> install-config.yaml
107
echo " ... ... ... install-config.yaml created!"
0 commit comments