mirror of https://github.com/istio/istio.io.git
clarifying VM installations for multi-cluster meshes (#8656)
* warning for multi-cluster meshes * Update content/en/docs/setup/install/virtual-machine/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
parent
5fa6ce89f8
commit
9726049d12
|
|
@ -176,6 +176,11 @@ Install Istio and expose the control plane so that your virtual machine can acce
|
|||
|
||||
{{< /tabset >}}
|
||||
|
||||
{{< warning >}}
|
||||
When connecting a VM to a multicluster Istio mesh, you will need to add the `--clusterID` argument to
|
||||
the above command. Set the value to the name of the cluster corresponding to the `istioctl` context.
|
||||
{{< /warning >}}
|
||||
|
||||
## Configure the virtual machine
|
||||
|
||||
Run the following commands on the virtual machine you want to add to the Istio mesh:
|
||||
|
|
|
|||
Loading…
Reference in New Issue