mirror of https://github.com/istio/istio.io.git
* Sync #1412 into Chinese * Update content/zh/docs/setup/install/virtual-machine/index.md Co-authored-by: Michael <haifeng.yao@daocloud.io> --------- Co-authored-by: Michael <haifeng.yao@daocloud.io>
This commit is contained in:
parent
e7afcf4574
commit
b834a8ce76
|
@ -170,6 +170,12 @@ test: yes
|
||||||
$ kubectl apply -n istio-system -f @samples/multicluster/expose-services.yaml@
|
$ kubectl apply -n istio-system -f @samples/multicluster/expose-services.yaml@
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
|
确保使用定义的集群网络为 istio-system 命名空间打标签:
|
||||||
|
|
||||||
|
{{< text bash >}}
|
||||||
|
$ kubectl label namespace istio-system topology.istio.io/network="${CLUSTER_NETWORK}"
|
||||||
|
{{< /text >}}
|
||||||
|
|
||||||
{{< /tab >}}
|
{{< /tab >}}
|
||||||
|
|
||||||
{{< /tabset >}}
|
{{< /tabset >}}
|
||||||
|
|
Loading…
Reference in New Issue