diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-06-06 08:48:05 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-06-06 08:48:05 -0300 |
commit | 81cb935e1817df4c633397680e963d635ed42e26 (patch) | |
tree | dd595fab3ae4cc8f5d47dcc2297ff34def6f571c /README_AWS.md | |
parent | 0514bdffca4e06144f4f81db037490d2c0fede40 (diff) | |
parent | 6fb6e059dc50fcdc2480c06cfcf0a45674283725 (diff) | |
download | openshift-81cb935e1817df4c633397680e963d635ed42e26.tar.gz openshift-81cb935e1817df4c633397680e963d635ed42e26.tar.bz2 openshift-81cb935e1817df4c633397680e963d635ed42e26.tar.xz openshift-81cb935e1817df4c633397680e963d635ed42e26.zip |
Merge remote-tracking branch 'upstream/master' into upgrade33
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 ``` |