Skip to content

Commit 1d8ef19

Browse files
author
Hector Vido
committed
Changed the default value for OPENSHIFT_INSTALL_AWS_PUBLIC_ONLY to true
1 parent d7b0910 commit 1d8ef19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-operator/step-registry/ipi/install/install/ipi-install-install-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ref:
5656
default: "false"
5757
documentation: "Use AWS Spot Instances for *master* nodes. Set to 'true' to opt into spot instances. Explicitly set to 'false' to opt out. Leave unset for the default, which may change. Note that spot masters are only supported when installing with a) CAPI; or b) newer installer versions (see https://github.com/openshift/installer/pull/8349). A preflight check will fail if this variable is set to 'true' for an unsupported configuration."
5858
- name: OPENSHIFT_INSTALL_AWS_PUBLIC_ONLY
59-
default: ""
59+
default: "true"
6060
documentation: "Whether to use only public subnets for AWS. Implies no NAT Gateways. Requires a VPC to be configured prior to install."
6161
dependencies:
6262
- name: "release:latest"

0 commit comments

Comments
 (0)