diff options
author | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2017-11-03 09:02:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-03 09:02:12 +0100 |
commit | 1c75443c6f3b756679ed44ca5330f81996716053 (patch) | |
tree | 91d0b6dfb3b3741704bd2789837c302ae5311c22 | |
parent | bc2ff60f90192f1cda7e405cbef81a7f5de004ad (diff) | |
download | openshift-1c75443c6f3b756679ed44ca5330f81996716053.tar.gz openshift-1c75443c6f3b756679ed44ca5330f81996716053.tar.bz2 openshift-1c75443c6f3b756679ed44ca5330f81996716053.tar.xz openshift-1c75443c6f3b756679ed44ca5330f81996716053.zip |
Fix contenerized documentation?
Are you really suggestion to deploy heterogeneous environments?
-rw-r--r-- | README_CONTAINERIZED_INSTALLATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_CONTAINERIZED_INSTALLATION.md b/README_CONTAINERIZED_INSTALLATION.md index 8eaa69deb..395d5c49a 100644 --- a/README_CONTAINERIZED_INSTALLATION.md +++ b/README_CONTAINERIZED_INSTALLATION.md @@ -16,7 +16,7 @@ Currently the default installation method for traditional operating systems is via RPMs. If you wish to deploy using containerized installation you may set the ansible variable 'containerized=true' on a per host basis. This means that you may easily deploy environments mixing containerized and RPM based installs. At -this point we suggest deploying heterogeneous environments. +this point we don't suggest deploying heterogeneous environments. ## CLI Wrappers |