summaryrefslogtreecommitdiffstats
path: root/README_origin.md
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-06-29 09:04:48 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2015-06-29 09:04:48 -0400
commit72419411023735c7a5159d409c90d852d614bda8 (patch)
treef1eef7bb3e693bf66f51231ae54ef6c8c4ffd01f /README_origin.md
parent0bd9aa5e06febf45030743d7322e66c850d0b290 (diff)
parentc6c6a0d2b609bbe55259fbc6a6c451be63e52b4c (diff)
downloadopenshift-72419411023735c7a5159d409c90d852d614bda8.tar.gz
openshift-72419411023735c7a5159d409c90d852d614bda8.tar.bz2
openshift-72419411023735c7a5159d409c90d852d614bda8.tar.xz
openshift-72419411023735c7a5159d409c90d852d614bda8.zip
Merge pull request #292 from sdodson/oadm-switcheroo
Switch openshift ex router/registry to oadm
Diffstat (limited to 'README_origin.md')
-rw-r--r--README_origin.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_origin.md b/README_origin.md
index 32287d65c..2ccedf4d5 100644
--- a/README_origin.md
+++ b/README_origin.md
@@ -91,14 +91,14 @@ inventory file use the -i option for ansible-playbook.
#### Create the default router
On the master host:
```sh
-openshift ex router --create=true \
+oadm router --create=true \
--credentials=/etc/openshift/master/openshift-router.kubeconfig
```
#### Create the default docker-registry
On the master host:
```sh
-openshift ex registry --create=true \
+oadm registry --create=true \
--credentials=/etc/openshift/master/openshift-registry.kubeconfig \
--mount-host=/var/lib/openshift/docker-registry
```