diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-13 10:48:53 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-13 10:49:22 +0100 |
commit | fbcbeba1f29543332f295cd1fdc32bd584b3f5a3 (patch) | |
tree | 3923553433518937a59b79ff482fb30f6a4d01ae /bin/README.md | |
parent | 0b8211cdea639c0f9fdc0d8ba9a9954e2179388f (diff) | |
download | openshift-fbcbeba1f29543332f295cd1fdc32bd584b3f5a3.tar.gz openshift-fbcbeba1f29543332f295cd1fdc32bd584b3f5a3.tar.bz2 openshift-fbcbeba1f29543332f295cd1fdc32bd584b3f5a3.tar.xz openshift-fbcbeba1f29543332f295cd1fdc32bd584b3f5a3.zip |
Document bin/cluster tool
Diffstat (limited to 'bin/README.md')
-rw-r--r-- | bin/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/README.md b/bin/README.md new file mode 100644 index 000000000..fec17cb9b --- /dev/null +++ b/bin/README.md @@ -0,0 +1,6 @@ +# The `bin/cluster` tool + +This tool was meant to be the entry point for managing OpenShift clusters, +running against different "providers" (`aws`, `gce`, `libvirt`, `openstack`), +though its use is now deprecated in favor of the [`byo`](../playbooks/byo) +playbooks. |