Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
frontend: removes split-dns off option...
Browse files Browse the repository at this point in the history
because it does not work
  • Loading branch information
kans authored and amrutac committed Jul 10, 2017
1 parent 7753a18 commit 1515d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installer/frontend/components/aws-vpc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import {
SERVICE_CIDR,
toVPCSubnetID,
SPLIT_DNS_ON,
SPLIT_DNS_OPTIONS,
// SPLIT_DNS_OPTIONS,
} from '../cluster-config';

const vpcInfoForm = new Form(AWS_VPC_FORM, [
Expand Down Expand Up @@ -235,7 +235,7 @@ class AWS_VPCComponent extends React.Component {
}

render () {
const { availableVpcs, awsCreateVpc, availableVpcSubnets, awsVpcId, clusterName, clusterSubdomain, internalCluster, advanced, privateZone } = this.props;
const { availableVpcs, awsCreateVpc, availableVpcSubnets, awsVpcId, clusterName, clusterSubdomain, internalCluster, advanced } = this.props;

let controllerSubnets;
let workerSubnets;
Expand Down Expand Up @@ -355,7 +355,7 @@ class AWS_VPCComponent extends React.Component {
</div>
</div>
</div>
{ !privateZone &&
{/* privateZone &&
<div className="row form-group">
<div className="col-xs-offset-3 col-xs-9">
<Connect field={AWS_SPLIT_DNS}>
Expand All @@ -369,7 +369,7 @@ class AWS_VPCComponent extends React.Component {
</p>
</div>
</div>
}
*/}

<vpcInfoForm.Errors/>
<AWS_DomainValidation />
Expand Down

0 comments on commit 1515d1a

Please sign in to comment.