mirror of https://github.com/istio/istio.io.git
add quote for istioctl command (#14632)
Co-authored-by: bluehorn07 <bluehornblues@gmail.com>
This commit is contained in:
parent
6527799df9
commit
a32d28629a
|
@ -109,8 +109,8 @@ in the following sections.
|
|||
|
||||
{{< text syntax=bash snip_id=none >}}
|
||||
$ istioctl install <flags-you-used-to-install-Istio> \
|
||||
--set components.egressGateways[0].name=istio-egressgateway \
|
||||
--set components.egressGateways[0].enabled=true
|
||||
--set "components.egressGateways[0].name=istio-egressgateway" \
|
||||
--set "components.egressGateways[0].enabled=true"
|
||||
{{< /text >}}
|
||||
|
||||
## Egress gateway for HTTP traffic
|
||||
|
|
|
@ -104,8 +104,8 @@ Egress Gateway 节点,用它引导所有的出站流量,可以使应用节
|
|||
|
||||
{{< text syntax=bash snip_id=none >}}
|
||||
$ istioctl install <flags-you-used-to-install-Istio> \
|
||||
--set components.egressGateways[0].name=istio-egressgateway \
|
||||
--set components.egressGateways[0].enabled=true
|
||||
--set "components.egressGateways[0].name=istio-egressgateway" \
|
||||
--set "components.egressGateways[0].enabled=true"
|
||||
{{< /text >}}
|
||||
|
||||
## 定义 Egress gateway 并引导 HTTP 流量 {#egress-gateway-for-http-traffic}
|
||||
|
|
Loading…
Reference in New Issue