Skip to content

Commit

Permalink
Merge pull request #310 from spadgett/readme-long-args
Browse files Browse the repository at this point in the history
Use correct long argument form in containers README
  • Loading branch information
mwringe committed Aug 18, 2015
2 parents e8192af + ca1bb78 commit dbdc921
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions containers/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export BINDING_ADDRESS=<INSERT-YOUR-BINDING-ADDRESS-HERE>

[source,bash]
----
./openshift start -write-config=openshift.local.config -hostname=$BINDING_ADDRESS -public-master=$BINDING_ADDRESS
./openshift start --write-config=openshift.local.config --hostname=$BINDING_ADDRESS --public-master=$BINDING_ADDRESS
----

=== Temporary fix for heapster
Expand All @@ -84,7 +84,7 @@ IMPORTANT: You must start Openshift as `root`.

[source,bash]
----
openshift start -master-config=openshift.local.config/master/master-config.yaml -node-config=openshift.local.config/node-$BINDING_ADDRESS/node-config.yaml
openshift start --master-config=openshift.local.config/master/master-config.yaml --node-config=openshift.local.config/node-$BINDING_ADDRESS/node-config.yaml
----

NOTE: make sure that the logs say that the DNS server has been started properly
Expand All @@ -109,7 +109,7 @@ By default, the user who logs in will not have any permissions. To give your `ad

[source,bash]
----
oadm -config=`pwd`/openshift.local.config/master/admin.kubeconfig policy add-cluster-role-to-user cluster-admin admin
oadm --config=`pwd`/openshift.local.config/master/admin.kubeconfig policy add-cluster-role-to-user cluster-admin admin
----

=== Firewall setup
Expand All @@ -120,7 +120,7 @@ accessible.
If you're on Fedora, change your firewall, runtime configuration
[source,bash]
----
firewall-cmd -zone=trusted -change-interface=docker0
firewall-cmd --zone=trusted --change-interface=docker0
----

Also, enable the DNS service in the `FedoraWorkstation` zone.
Expand Down Expand Up @@ -168,7 +168,7 @@ from Heapster will be written into Hawkular Metrics automatically.

[source, bash]
----
oc create -f ./containers/kubernetes/target/generated-app/hawkular-metrics-kubernetes-app/kubernetes.json
oc create -f ./kubernetes/target/generated-app/hawkular-metrics-kubernetes-app/kubernetes.json
----

=== Running the Tests
Expand Down

0 comments on commit dbdc921

Please sign in to comment.