Skip to content

Commit 9385d0a

Browse files
authored
Merge pull request #40303 from sjhala-ccs/cnv-14482
CNV-14482: Adding back the VM integration with service mesh assembly
2 parents 8d271fa + f2eec9f commit 9385d0a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2986,9 +2986,8 @@ Topics:
29862986
File: virt-configuring-sriov-device-for-vms
29872987
- Name: Configuring certificate rotation
29882988
File: virt-configuring-certificate-rotation
2989-
# TODO: Add the assembly back for 4.10
2990-
# - Name: Connecting virtual machines to a service mesh
2991-
# File: virt-connecting-vm-to-service-mesh
2989+
- Name: Connecting virtual machines to a service mesh
2990+
File: virt-connecting-vm-to-service-mesh
29922991
- Name: Defining an SR-IOV network
29932992
File: virt-defining-an-sriov-network
29942993
- Name: Attaching a virtual machine to an SR-IOV network

modules/virt-adding-vm-to-service-mesh.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
To add a virtual machine (VM) workload to a service mesh, enable automatic sidecar injection in the VM configuration file by setting the `sidecar.istio.io/inject` annotation to `true`. Then expose your VM as a service to view your application in the mesh.
99

10+
.Prerequisites
11+
* To avoid port conflicts, do not use ports used by the Istio sidecar proxy. These include ports 15000, 15001, 15006, 15008, 15020, 15021, and 15090.
1012

1113
.Procedure
1214

@@ -58,11 +60,6 @@ To add a virtual machine (VM) workload to a service mesh, enable automatic sidec
5860
<1> The key/value pair (label) that must be matched to the service selector attribute.
5961
<2> The annotation to enable automatic sidecar injection.
6062
<3> The binding method (masquerade mode) for use with the default pod network.
61-
+
62-
[NOTE]
63-
====
64-
To avoid port conflicts with sidecars, do not use ports used by Istio proxy for user workloads.
65-
====
6663

6764
. Apply the VM configuration:
6865
+

0 commit comments

Comments
 (0)