summaryrefslogtreecommitdiffstats
path: root/README_CONTAINERIZED_INSTALLATION.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-10 17:02:24 -0500
committerScott Dodson <sdodson@redhat.com>2016-11-14 08:50:43 -0500
commitce4034672fa8f2371b8bbf52ff04747583b4edda (patch)
tree34403dafc484ebb4f0379dc577aad3330facd3ac /README_CONTAINERIZED_INSTALLATION.md
parenta5f4561d8cdfd974705105275f718cee9bb249ad (diff)
downloadopenshift-ce4034672fa8f2371b8bbf52ff04747583b4edda.tar.gz
openshift-ce4034672fa8f2371b8bbf52ff04747583b4edda.tar.bz2
openshift-ce4034672fa8f2371b8bbf52ff04747583b4edda.tar.xz
openshift-ce4034672fa8f2371b8bbf52ff04747583b4edda.zip
Add updates for containerized
Diffstat (limited to 'README_CONTAINERIZED_INSTALLATION.md')
-rw-r--r--README_CONTAINERIZED_INSTALLATION.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README_CONTAINERIZED_INSTALLATION.md b/README_CONTAINERIZED_INSTALLATION.md
index c615154ef..0a0ebb836 100644
--- a/README_CONTAINERIZED_INSTALLATION.md
+++ b/README_CONTAINERIZED_INSTALLATION.md
@@ -31,7 +31,7 @@ native clients.
The wrapper scripts mount a limited subset of paths, _~/.kube_, _/etc/origin/_,
and _/tmp_. Be mindful of this when passing in files to be processed by `oc` or
`oadm`. You may find it easier to redirect input like this :
-
+
`oc create -f - < my_file.json`
## Technical Notes
@@ -48,18 +48,18 @@ 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/etcd
+ registry.access.redhat.com/rhel7/etcd3
OpenShift Enterprise
openshift3/ose
openshift3/node
openshift3/openvswitch
- registry.access.redhat.com/rhel7/etcd
+ registry.access.redhat.com/rhel7/etcd3
Atomic Enterprise Platform
aep3/aep
aep3/node
aep3/openvswitch
- registry.access.redhat.com/rhel7/etcd
-
+ registry.access.redhat.com/rhel7/etcd3
+
* note openshift3/* and aep3/* images come from registry.access.redhat.com and
rely on the --additional-repository flag being set appropriately.