Skip to content

Commit fd1c30c

Browse files
authored
Merge pull request #80601 from brendan-daly-red-hat/OCPBUGS-35851_4.15
OCPBUGS-35851_4.15#adding missing port details
2 parents 41c1c9f + b2b9483 commit fd1c30c

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

modules/installation-about-custom-azure-vnet.adoc

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,74 @@ include::snippets/mcs-endpoint-limitation.adoc[]
130130

131131
Because cluster components do not modify the user-provided network security groups, which the Kubernetes controllers update, a pseudo-network security group is created for the Kubernetes controller to modify without impacting the rest of the environment.
132132

133+
.Ports used for all-machine to all-machine communications
134+
[cols="2a,2a,5a",options="header"]
135+
|===
136+
137+
|Protocol
138+
|Port
139+
|Description
140+
141+
|ICMP
142+
|N/A
143+
|Network reachability tests
144+
145+
.3+|TCP
146+
|`1936`
147+
|Metrics
148+
149+
|`9000`-`9999`
150+
|Host level services, including the node exporter on ports `9100`-`9101` and
151+
the Cluster Version Operator on port `9099`.
152+
153+
|`10250`-`10259`
154+
|The default ports that Kubernetes reserves
155+
156+
.6+|UDP
157+
|`4789`
158+
|VXLAN
159+
160+
|`6081`
161+
|Geneve
162+
163+
|`9000`-`9999`
164+
|Host level services, including the node exporter on ports `9100`-`9101`.
165+
166+
|`500`
167+
|IPsec IKE packets
168+
169+
|`4500`
170+
|IPsec NAT-T packets
171+
172+
|`123`
173+
|Network Time Protocol (NTP) on UDP port `123`
174+
175+
If you configure an external NTP time server, you must open UDP port `123`.
176+
177+
|TCP/UDP
178+
|`30000`-`32767`
179+
|Kubernetes node port
180+
181+
|ESP
182+
|N/A
183+
|IPsec Encapsulating Security Payload (ESP)
184+
185+
|===
186+
187+
.Ports used for control plane machine to control plane machine communications
188+
[cols="2a,2a,5a",options="header"]
189+
|===
190+
191+
|Protocol
192+
|Port
193+
|Description
194+
195+
|TCP
196+
|`2379`-`2380`
197+
|etcd server and peer ports
198+
199+
|===
200+
133201
[role="_additional-resources"]
134202
.Additional resources
135203

0 commit comments

Comments
 (0)