Navigation Menu

Skip to content

Commit

Permalink
Bug 1583640, added CRIO-O port prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
ahardin-rh committed Jun 15, 2018
1 parent 1ca1094 commit 2266529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install_config/install/prerequisites.adoc
Expand Up @@ -547,6 +547,10 @@ post back status, to receive tasks, and so on.
| *10250*
|TCP
|The master proxies to node hosts via the Kubelet for `oc` commands.

| *10010*
|TCP
|If using CRI-O, open this port to allow `oc exec` and `oc rsh` operations.
|===

[NOTE]
Expand Down
3 changes: 3 additions & 0 deletions install_config/topics/configuring_a_security_group.adoc
Expand Up @@ -45,6 +45,9 @@ a|- tcp/10250 from masters
a|- tcp/443 from 0.0.0.0/0
- tcp/80 from 0.0.0.0/0

|CRI-O
a| If using CRIO, you must open tcp/10010 to allow `oc exec` and `oc rsh` operations.

|===

If configuring external load-balancers (ELBs) for load balancing the masters
Expand Down

0 comments on commit 2266529

Please sign in to comment.