diff options
author | Andrew Butcher <abutcher@redhat.com> | 2015-09-30 10:15:01 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-09-30 10:17:59 -0400 |
commit | 902b9c5c77b4031fb9ebcdcd02fbbe6e07f59e72 (patch) | |
tree | 3b5425dba0443d7062bdd1436889757364aefa85 /README_AWS.md | |
parent | 4b97bb621e0612022eaf8907303b9d3a3db0b713 (diff) | |
download | openshift-902b9c5c77b4031fb9ebcdcd02fbbe6e07f59e72.tar.gz openshift-902b9c5c77b4031fb9ebcdcd02fbbe6e07f59e72.tar.bz2 openshift-902b9c5c77b4031fb9ebcdcd02fbbe6e07f59e72.tar.xz openshift-902b9c5c77b4031fb9ebcdcd02fbbe6e07f59e72.zip |
Point to advanced installation guide in READMEs
Diffstat (limited to 'README_AWS.md')
-rw-r--r-- | README_AWS.md | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/README_AWS.md b/README_AWS.md index c511741b9..3a5790eb3 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -154,18 +154,10 @@ Note: If no deployment type is specified, then the default is origin. ## Post-ansible steps -Create the default router -------------------------- -On the master host: -```sh -oadm router --create=true \ - --credentials=/etc/openshift/master/openshift-router.kubeconfig -``` - -Create the default docker-registry ----------------------------------- -On the master host: -```sh -oadm registry --create=true \ - --credentials=/etc/openshift/master/openshift-registry.kubeconfig -```
\ No newline at end of file + +You should now be ready to follow the **What's Next?** section of the advanced installation guide to deploy your router, registry, and other components. + +Refer to the advanced installation guide for your deployment type: + +* [OpenShift Enterprise](https://docs.openshift.com/enterprise/3.0/install_config/install/advanced_install.html#what-s-next) +* [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html#what-s-next) |