mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Merge pull request #399 from reylejano/patch-port-reqs
Add port 80 for hosted k8s port requirements between Rancher nodes
This commit is contained in:
@@ -13,7 +13,10 @@ const PortsImportedHosted = () => (
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="3">Rancher Nodes <sup>(1)</sup></td>
|
||||
<td></td>
|
||||
<td rowspan="3" style={{
|
||||
"background-color": "#3497DA",
|
||||
color: "#ffffff"
|
||||
}}>80 TCP</td>
|
||||
<td style={{
|
||||
"background-color": "#3497DA",
|
||||
color: "#ffffff"
|
||||
@@ -25,7 +28,6 @@ const PortsImportedHosted = () => (
|
||||
}}>git.rancher.io</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td style={{
|
||||
"background-color": "#3497DA",
|
||||
color: "#ffffff"
|
||||
@@ -33,7 +35,6 @@ const PortsImportedHosted = () => (
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td style={{
|
||||
"background-color": "#3497DA",
|
||||
color: "#ffffff"
|
||||
|
||||
Reference in New Issue
Block a user