Sync #16885 fix Helm values in dual-stack installation page into Chinese (#16893)

This commit is contained in:
Wilson Wu 2025-09-25 17:10:32 +08:00 committed by GitHub
parent af7d460aaf
commit ba46e8313d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 10 deletions

View File

@ -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 >}}