Skip to content

Commit ebf1063

Browse files
authored
Merge pull request #65451 from rh-tokeefe/OSSM-3161
OSSM-3161: The initContainers Istio limitation should be reported in …
2 parents 2b84d79 + e456f4a commit ebf1063

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

service_mesh/v2x/prepare-to-deploy-applications-ossm.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ ifdef::openshift-enterprise[]
1414
For more information, see the {product-title} documentation, xref:../../applications/deployments/what-deployments-are.adoc[Understanding deployments].
1515
endif::[]
1616

17+
[NOTE]
18+
====
19+
Traffic started by Init Containers, specialized containers that run before the application containers in a pod, cannot travel outside of the service mesh by default. Any action Init Containers perform that requires establishing a network traffic connection outside of the mesh fails.
20+
21+
For more information about connecting Init Containers to a service, see the Red Hat Knowledgebase solution link:https://access.redhat.com/solutions/6653601[initContainer in CrashLoopBackOff on pod with Service Mesh sidecar injected]
22+
====
23+
1724
== Prerequisites
1825

1926
* xref:../../service_mesh/v2x/ossm-create-mesh.adoc#ossm-tutorial-bookinfo-overview_ossm-create-mesh[Services deployed to the mesh], for example the Bookinfo sample application.

0 commit comments

Comments
 (0)