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

Commit

Permalink
Merge pull request #1348 from amrutac/cp-remove-dns-option
Browse files Browse the repository at this point in the history
Cherry picks ui change for the installer and docs change
  • Loading branch information
amrutac authored Jul 10, 2017
2 parents 2891af1 + 1515d1a commit ed3e089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Documentation/install/bare-metal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Matchbox can serve CoreOS Container Linux images to reduce bandwidth usage and i
Download a recent CoreOS Container Linux stable [release][coreos-release] with signatures.

```sh
$ ./scripts/get-coreos stable 1353.7.0 . # note the "." 3rd argument
$ ./scripts/get-coreos stable 1353.8.0 . # note the "." 3rd argument
```

Move the images to `/var/lib/matchbox/assets`,
Expand All @@ -94,7 +94,7 @@ $ sudo cp -r coreos /var/lib/matchbox/assets
$ tree /var/lib/matchbox/assets
/var/lib/matchbox/assets/
├── coreos
│   └── 1353.7.0
│   └── 1353.8.0
│   ├── CoreOS_Image_Signing_Key.asc
│   ├── coreos_production_image.bin.bz2
│   ├── coreos_production_image.bin.bz2.sig
Expand Down
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 ed3e089

Please sign in to comment.