Skip to content

Commit 33134b3

Browse files
authored
Merge pull request openshift#3008 from marun/ingress-non-cloud
Be explicit that ingress ipam is non-cloud only
2 parents 34f461c + ae2c71c commit 33134b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

admin_guide/tcp_ingress_external_ports.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ toc::[]
1212

1313
== Overview
1414

15+
Note: This feature is only supported in non-cloud deployments. For
16+
cloud (GCE/AWS/OpenStack) deployments, services of type
17+
xref:../dev_guide/getting_traffic_into_cluster.adoc#using-the-loadbalancer[LoadBalancer]
18+
can be used to automatically deploy a cloud loadbalancer to target the
19+
service's endpoints.
20+
1521
Cluster administrators can assign a unique external IP address to a service. If
1622
routed correctly, external traffic can reach that service's endpoints via any
1723
TCP/UDP port the service exposes. This can be simpler than having to manage the
@@ -48,7 +54,7 @@ Two services have been manually configured with the same external
4854
IP address of 172.7.7.7.
4955
5056
`MongoDB service A` requests port 27017, and then
51-
`MongoDB service B` requests the same port; the first request gets the port.
57+
`MongoDB service B` requests the same port; the first request gets the port.
5258
====
5359

5460
However, port clashes are not an issue for external IPs assigned by the ingress
@@ -81,7 +87,7 @@ apiVersion: v1
8187
kind: Service
8288
metadata:
8389
name: egress-1
84-
spec:
90+
spec:
8591
ports:
8692
- name: db
8793
port: 3306

0 commit comments

Comments
 (0)