diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-31 10:52:22 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-31 10:52:22 -0400 |
commit | 0e24a228a7746e1c43cb7b8880dd8723f00ed109 (patch) | |
tree | 815247eb960e3372cd8502b7050468c5edf6c92c /README_AWS.md | |
parent | a24ee80575da72d07dfd1a2cbbc60c91b8c2c256 (diff) | |
download | openshift-0e24a228a7746e1c43cb7b8880dd8723f00ed109.tar.gz openshift-0e24a228a7746e1c43cb7b8880dd8723f00ed109.tar.bz2 openshift-0e24a228a7746e1c43cb7b8880dd8723f00ed109.tar.xz openshift-0e24a228a7746e1c43cb7b8880dd8723f00ed109.zip |
Document protocol in readme aws.
Diffstat (limited to 'README_AWS.md')
-rw-r--r-- | README_AWS.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README_AWS.md b/README_AWS.md index 467fccbd4..f3f98fed5 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -35,12 +35,12 @@ By default, a cluster is launched into the `public` security group. Make sure yo You may also want to allow access from the outside world on the following ports: ``` -• 22 - ssh -• 80 - Web Apps -• 443 - Web Apps (https) -• 4789 - SDN / VXLAN -• 8443 - OpenShift Console -• 10250 - kubelet +• 22/TCP - ssh +• 80/TCP - Web Apps +• 443/TCP - Web Apps (https) +• 4789/UDP - SDN / VXLAN +• 8443/TCP - OpenShift Console +• 10250/TCP - kubelet ``` |