mirror of https://github.com/istio/istio.io.git
This commit is contained in:
parent
af7d460aaf
commit
ba46e8313d
|
@ -43,6 +43,7 @@ spec:
|
|||
pilot:
|
||||
env:
|
||||
ISTIO_DUAL_STACK: "true"
|
||||
ipFamilyPolicy: RequireDualStack
|
||||
# 以下值是可选的,可以根据您的要求使用
|
||||
gateways:
|
||||
istio-ingressgateway:
|
||||
|
@ -60,16 +61,16 @@ meshConfig:
|
|||
defaultConfig:
|
||||
proxyMetadata:
|
||||
ISTIO_DUAL_STACK: "true"
|
||||
values:
|
||||
pilot:
|
||||
env:
|
||||
ISTIO_DUAL_STACK: "true"
|
||||
# 以下值是可选的,可以根据您的要求使用
|
||||
gateways:
|
||||
istio-ingressgateway:
|
||||
ipFamilyPolicy: RequireDualStack
|
||||
istio-egressgateway:
|
||||
ipFamilyPolicy: RequireDualStack
|
||||
pilot:
|
||||
env:
|
||||
ISTIO_DUAL_STACK: "true"
|
||||
ipFamilyPolicy: RequireDualStack
|
||||
# 以下值是可选的,可以根据您的要求使用
|
||||
gateways:
|
||||
istio-ingressgateway:
|
||||
ipFamilyPolicy: RequireDualStack
|
||||
istio-egressgateway:
|
||||
ipFamilyPolicy: RequireDualStack
|
||||
{{< /text >}}
|
||||
|
||||
{{< /tab >}}
|
||||
|
|
Loading…
Reference in New Issue