summaryrefslogtreecommitdiffstats
path: root/README_origin.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-06-22 12:11:35 -0400
committerScott Dodson <sdodson@redhat.com>2015-06-22 12:11:35 -0400
commitc6c6a0d2b609bbe55259fbc6a6c451be63e52b4c (patch)
tree3d45cb48c4408e481acd5bb0ca0e3a9fc34974ce /README_origin.md
parenta7ac3f7b513fe57ddccad15bdb6c7e9091f16bcd (diff)
downloadopenshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.tar.gz
openshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.tar.bz2
openshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.tar.xz
openshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.zip
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
```