summaryrefslogtreecommitdiffstats
path: root/README_CONTAINERIZED_INSTALLATION.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-12-06 15:46:37 -0500
committerScott Dodson <sdodson@redhat.com>2016-12-06 15:46:37 -0500
commit62926c90d423a0903c8c101ffffe62075b2392fc (patch)
tree75e458681440f1dc3d33b0e5ebad50ef74b330d1 /README_CONTAINERIZED_INSTALLATION.md
parenta3ce4c106304773b6002458dfb113de9fd36efde (diff)
downloadopenshift-62926c90d423a0903c8c101ffffe62075b2392fc.tar.gz
openshift-62926c90d423a0903c8c101ffffe62075b2392fc.tar.bz2
openshift-62926c90d423a0903c8c101ffffe62075b2392fc.tar.xz
openshift-62926c90d423a0903c8c101ffffe62075b2392fc.zip
Switch back to using etcd rather than etcd3
Diffstat (limited to 'README_CONTAINERIZED_INSTALLATION.md')
-rw-r--r--README_CONTAINERIZED_INSTALLATION.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README_CONTAINERIZED_INSTALLATION.md b/README_CONTAINERIZED_INSTALLATION.md
index 0a0ebb836..5e013e809 100644
--- a/README_CONTAINERIZED_INSTALLATION.md
+++ b/README_CONTAINERIZED_INSTALLATION.md
@@ -48,17 +48,17 @@ before attempting to pull any of the following images.
openshift/origin
openshift/node (node + openshift-sdn + openvswitch rpm for client tools)
openshift/openvswitch (centos7 + openvswitch rpm, runs ovsdb ovsctl processes)
- registry.access.redhat.com/rhel7/etcd3
+ registry.access.redhat.com/rhel7/etcd
OpenShift Enterprise
openshift3/ose
openshift3/node
openshift3/openvswitch
- registry.access.redhat.com/rhel7/etcd3
+ registry.access.redhat.com/rhel7/etcd
Atomic Enterprise Platform
aep3/aep
aep3/node
aep3/openvswitch
- registry.access.redhat.com/rhel7/etcd3
+ registry.access.redhat.com/rhel7/etcd
* note openshift3/* and aep3/* images come from registry.access.redhat.com and
rely on the --additional-repository flag being set appropriately.