Remove aliases in the Chinese content targeting the English content. (#5745)

This commit is contained in:
Martin Taillefer 2019-11-15 17:34:48 -08:00 committed by GitHub
parent 275c6a1ad4
commit 21ccb1ee11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
158 changed files with 333 additions and 326 deletions

View File

@ -3,9 +3,9 @@ title: Creating and Editing Pages
description: Explains the mechanics of creating and maintaining documentation pages.
weight: 10
aliases:
- /docs/welcome/contribute/writing-a-new-topic.html
- /docs/reference/contribute/writing-a-new-topic.html
- /about/contribute/writing-a-new-topic.html
- /zh/docs/welcome/contribute/writing-a-new-topic.html
- /zh/docs/reference/contribute/writing-a-new-topic.html
- /zh/about/contribute/writing-a-new-topic.html
- /create
keywords: [contribute]
---
@ -704,7 +704,7 @@ title: Frequently Asked Questions
description: Questions Asked Frequently.
weight: 12
aliases:
- /help/faq
- /zh/help/faq
---
{{< /text >}}
@ -719,9 +719,9 @@ title: Frequently Asked Questions
description: Questions Asked Frequently.
weight: 12
aliases:
- /faq
- /faq2
- /faq3
- /zh/faq
- /zh/faq2
- /zh/faq3
---
{{< /text >}}

View File

@ -3,12 +3,12 @@ title: Working with GitHub
description: Shows you how to use GitHub to work on Istio documentation.
weight: 30
aliases:
- /docs/welcome/contribute/creating-a-pull-request.html
- /docs/welcome/contribute/staging-your-changes.html
- /docs/welcome/contribute/editing.html
- /about/contribute/creating-a-pull-request
- /about/contribute/editing
- /about/contribute/staging-your-changes
- /zh/docs/welcome/contribute/creating-a-pull-request.html
- /zh/docs/welcome/contribute/staging-your-changes.html
- /zh/docs/welcome/contribute/editing.html
- /zh/about/contribute/creating-a-pull-request
- /zh/about/contribute/editing
- /zh/about/contribute/staging-your-changes
keywords: [contribute,community,github,pr]
---

View File

@ -3,8 +3,8 @@ title: Style Guide
description: Explains the dos and donts of writing Istio documentation.
weight: 20
aliases:
- /docs/welcome/contribute/style-guide.html
- /docs/reference/contribute/style-guide.html
- /zh/docs/welcome/contribute/style-guide.html
- /zh/docs/reference/contribute/style-guide.html
keywords: [contribute]
---

View File

@ -3,10 +3,10 @@ title: Feature Status
description: List of features and their release stages.
weight: 10
aliases:
- /docs/reference/release-roadmap.html
- /docs/reference/feature-stages.html
- /docs/welcome/feature-stages.html
- /docs/home/roadmap.html
- /zh/docs/reference/release-roadmap.html
- /zh/docs/reference/feature-stages.html
- /zh/docs/welcome/feature-stages.html
- /zh/docs/home/roadmap.html
icon: feature-status
---

View File

@ -6,7 +6,7 @@ last_update: 2018-05-16
attribution: Frank Budinsky
keywords: [traffic-management,canary]
aliases:
- /blog/canary-deployments-using-istio.html
- /zh/blog/canary-deployments-using-istio.html
---
{{< tip >}}

View File

@ -5,7 +5,7 @@ publishdate: 2017-08-10
subtitle:
attribution: Spike Curtis
aliases:
- /blog/using-network-policy-in-concert-with-istio.html
- /zh/blog/using-network-policy-in-concert-with-istio.html
target_release: 0.1
---

View File

@ -6,7 +6,7 @@ subtitle: Extending Istio to integrate with a world of infrastructure backends
attribution: Martin Taillefer
keywords: [adapters,mixer,policies,telemetry]
aliases:
- /blog/mixer-adapter-model.html
- /zh/blog/mixer-adapter-model.html
target_release: 0.2
---

View File

@ -6,8 +6,8 @@ subtitle: Improving availability and reducing latency
attribution: Martin Taillefer
keywords: [adapters,mixer,policies,telemetry,availability,latency]
aliases:
- /blog/posts/2017/mixer-spof-myth.html
- /blog/mixer-spof-myth.html
- /zh/blog/posts/2017/mixer-spof-myth.html
- /zh/blog/mixer-spof-myth.html
target_release: 0.3
---

View File

@ -6,7 +6,7 @@ last_update: 2019-02-10
subtitle: Mesh-external Service Entries for TCP traffic
attribution: Vadim Eisenberg
aliases:
- /docs/tasks/traffic-management/egress-tcp/
- /zh/docs/tasks/traffic-management/egress-tcp/
keywords: [traffic-management,egress,tcp]
target_release: 1.0
---

View File

@ -4,13 +4,13 @@ description: Describes the various Istio features focused on traffic routing and
weight: 20
keywords: [traffic-management,pilot, envoy-proxies, service-discovery, load-balancing]
aliases:
- /docs/concepts/traffic-management/pilot
- /docs/concepts/traffic-management/rules-configuration
- /docs/concepts/traffic-management/fault-injection
- /docs/concepts/traffic-management/handling-failures
- /docs/concepts/traffic-management/load-balancing
- /docs/concepts/traffic-management/request-routing
- /docs/concepts/traffic-management/pilot.html
- /zh/docs/concepts/traffic-management/pilot
- /zh/docs/concepts/traffic-management/rules-configuration
- /zh/docs/concepts/traffic-management/fault-injection
- /zh/docs/concepts/traffic-management/handling-failures
- /zh/docs/concepts/traffic-management/load-balancing
- /zh/docs/concepts/traffic-management/request-routing
- /zh/docs/concepts/traffic-management/pilot.html
---
Istios traffic routing rules let you easily control the flow

View File

@ -3,9 +3,9 @@ title: What is Istio?
description: Introduces Istio, the problems it solves, its high-level architecture, and its design goals.
weight: 15
aliases:
- /docs/concepts/what-is-istio/overview
- /docs/concepts/what-is-istio/goals
- /about/intro
- /zh/docs/concepts/what-is-istio/overview
- /zh/docs/concepts/what-is-istio/goals
- /zh/about/intro
---
Cloud platforms provide a wealth of benefits for the organizations that use them. However, theres no denying that adopting the cloud can put strains on DevOps teams. Developers must use microservices to architect for portability, meanwhile operators are managing extremely large hybrid and multi-cloud deployments.

View File

@ -3,9 +3,9 @@ title: Bookinfo Application
description: Deploys a sample application composed of four separate microservices used to demonstrate various Istio features.
weight: 10
aliases:
- /docs/samples/bookinfo.html
- /docs/guides/bookinfo/index.html
- /docs/guides/bookinfo.html
- /zh/docs/samples/bookinfo.html
- /zh/docs/guides/bookinfo/index.html
- /zh/docs/guides/bookinfo.html
---
This example deploys a sample application composed of four separate microservices used

View File

@ -4,7 +4,7 @@ description: Illustrates how to expand the Bookinfo application's mesh with a ra
weight: 60
keywords: [vms]
aliases:
- /docs/examples/integrating-vms/
- /zh/docs/examples/integrating-vms/
---
This example deploys the Bookinfo services across Kubernetes and a set of

View File

@ -4,7 +4,7 @@ description: Integrate VMs and bare metal hosts into an Istio mesh deployed on K
weight: 20
keywords: [kubernetes,vms]
aliases:
- /docs/setup/kubernetes/additional-setup/mesh-expansion/
- /zh/docs/setup/kubernetes/additional-setup/mesh-expansion/
---
This example provides instructions to integrate VMs and bare metal hosts into

View File

@ -4,7 +4,7 @@ description: Set up a multicluster mesh over two GKE clusters.
weight: 65
keywords: [kubernetes,multicluster]
aliases:
- /docs/tasks/multicluster/gke/
- /zh/docs/tasks/multicluster/gke/
---
This example shows how to configure a multicluster mesh with a

View File

@ -4,7 +4,7 @@ description: Example multicluster mesh over two IBM Cloud Private clusters.
weight: 70
keywords: [kubernetes,multicluster]
aliases:
- /docs/tasks/multicluster/icp/
- /zh/docs/tasks/multicluster/icp/
---
This example demonstrates how to setup network connectivity between two

View File

@ -4,7 +4,7 @@ description: Resolve common problems with Istio's use of Kubernetes webhooks for
force_inline_toc: true
weight: 40
aliases:
- /docs/ops/troubleshooting/injection
- /zh/docs/ops/troubleshooting/injection
---
## The result of sidecar injection was not what I expected

View File

@ -4,9 +4,9 @@ description: Techniques to address common Istio traffic management and network p
force_inline_toc: true
weight: 10
aliases:
- /help/ops/traffic-management/troubleshooting
- /help/ops/troubleshooting/network-issues
- /docs/ops/troubleshooting/network-issues
- /zh/help/ops/traffic-management/troubleshooting
- /zh/help/ops/troubleshooting/network-issues
- /zh/docs/ops/troubleshooting/network-issues
---
## Requests are rejected by Envoy

View File

@ -4,8 +4,8 @@ description: Dealing with telemetry collection issues.
force_inline_toc: true
weight: 30
aliases:
- /docs/ops/troubleshooting/grafana
- /docs/ops/troubleshooting/missing-traces
- /zh/docs/ops/troubleshooting/grafana
- /zh/docs/ops/troubleshooting/missing-traces
---
## Expected metrics are not being collected

View File

@ -5,9 +5,9 @@ force_inline_toc: true
weight: 20
keywords: [security,citadel]
aliases:
- /help/ops/security/repairing-citadel
- /help/ops/troubleshooting/repairing-citadel
- /docs/ops/troubleshooting/repairing-citadel
- /zh/help/ops/security/repairing-citadel
- /zh/help/ops/troubleshooting/repairing-citadel
- /zh/docs/ops/troubleshooting/repairing-citadel
---
## End-user authentication fails

View File

@ -4,9 +4,9 @@ description: Describes how to resolve Galley configuration problems.
force_inline_toc: true
weight: 50
aliases:
- /help/ops/setup/validation
- /help/ops/troubleshooting/validation
- /docs/ops/troubleshooting/validation
- /zh/help/ops/setup/validation
- /zh/help/ops/troubleshooting/validation
- /zh/docs/ops/troubleshooting/validation
---
## Seemingly valid configuration is rejected

View File

@ -4,8 +4,8 @@ description: Describes how to use component-level logging to get insights into a
weight: 70
keywords: [ops]
aliases:
- /help/ops/component-logging
- /docs/ops/troubleshooting/component-logging
- /zh/help/ops/component-logging
- /zh/docs/ops/troubleshooting/component-logging
---
Istio components are built with a flexible logging framework which provides a number of features and controls to

View File

@ -4,8 +4,8 @@ description: Describes how to use ControlZ to get insight into individual runnin
weight: 60
keywords: [ops]
aliases:
- /help/ops/controlz
- /docs/ops/troubleshooting/controlz
- /zh/help/ops/controlz
- /zh/docs/ops/troubleshooting/controlz
---
Istio components are built with a flexible introspection framework which makes it easy to inspect and manipulate the internal state

View File

@ -4,7 +4,7 @@ description: Shows you how to use istioctl describe to verify the configurations
weight: 30
keywords: [traffic-management, istioctl, debugging, kubernetes]
aliases:
- /docs/ops/troubleshooting/istioctl-describe
- /zh/docs/ops/troubleshooting/istioctl-describe
---
{{< boilerplate experimental-feature-warning >}}

View File

@ -4,9 +4,9 @@ description: Describes tools and techniques to diagnose Envoy configuration issu
weight: 20
keywords: [debug,proxy,status,config,pilot,envoy]
aliases:
- /help/ops/traffic-management/proxy-cmd
- /help/ops/misc
- /help/ops/troubleshooting/proxy-cmd
- /zh/help/ops/traffic-management/proxy-cmd
- /zh/help/ops/misc
- /zh/help/ops/troubleshooting/proxy-cmd
---
Istio provides two very valuable commands to help diagnose traffic management configuration problems,

View File

@ -3,14 +3,14 @@ title: Performance and Scalability
description: Introduces performance and scalability for Istio.
weight: 25
aliases:
- /docs/performance-and-scalability/overview
- /docs/performance-and-scalability/microbenchmarks
- /docs/performance-and-scalability/performance-testing-automation
- /docs/performance-and-scalability/realistic-app-benchmark
- /docs/performance-and-scalability/scalability
- /docs/performance-and-scalability/scenarios
- /docs/performance-and-scalability/synthetic-benchmarks
- /docs/concepts/performance-and-scalability
- /zh/docs/performance-and-scalability/overview
- /zh/docs/performance-and-scalability/microbenchmarks
- /zh/docs/performance-and-scalability/performance-testing-automation
- /zh/docs/performance-and-scalability/realistic-app-benchmark
- /zh/docs/performance-and-scalability/scalability
- /zh/docs/performance-and-scalability/scenarios
- /zh/docs/performance-and-scalability/synthetic-benchmarks
- /zh/docs/concepts/performance-and-scalability
keywords:
- performance
- scalability

View File

@ -3,11 +3,11 @@ title: Health Checking of Istio Services
description: Shows how to do health checking for Istio services.
weight: 60
aliases:
- /docs/tasks/traffic-management/app-health-check/
- /docs/ops/security/health-checks-and-mtls/
- /help/ops/setup/app-health-check
- /help/ops/app-health-check
- /docs/ops/app-health-check
- /zh/docs/tasks/traffic-management/app-health-check/
- /zh/docs/ops/security/health-checks-and-mtls/
- /zh/help/ops/setup/app-health-check
- /zh/help/ops/app-health-check
- /zh/docs/ops/app-health-check
keywords: [security,health-check]
---

View File

@ -3,7 +3,7 @@ title: Required Pod Capabilities
description: Describes how to check which capabilities are allowed for your pods.
weight: 9
aliases:
- /help/ops/setup/required-pod-capabilities
- /zh/help/ops/setup/required-pod-capabilities
---
If [pod security policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) are [enforced](https://kubernetes.io/docs/concepts/policy/pod-security-policy/#enabling-pod-security-policies) in your

View File

@ -3,7 +3,7 @@ title: Dynamic Admission Webhooks Overview
description: Provides a general overview of Istio's use of Kubernetes webhooks and the related issues that can arise.
weight: 10
aliases:
- /help/ops/setup/webhook
- /zh/help/ops/setup/webhook
---
From [Kubernetes mutating and validating webhook mechanisms](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/):

View File

@ -3,7 +3,7 @@ title: Envoy 的统计信息
description: 精细化控制 Envoy 的统计信息。
weight: 95
aliases:
- /help/ops/telemetry/envoy-stats
- /zh/help/ops/telemetry/envoy-stats
---
Envoy 代理收集保留了关于网络流量的详细统计信息。

View File

@ -3,8 +3,8 @@ title: Avoiding Traffic Management Issues
description: Provides specific deployment or configuration guidelines to avoid networking or traffic management issues.
weight: 2
aliases:
- /help/ops/traffic-management/deploy-guidelines
- /help/ops/deploy-guidelines
- /zh/help/ops/traffic-management/deploy-guidelines
- /zh/help/ops/deploy-guidelines
---
This section provides specific deployment or configuration guidelines to avoid networking or traffic management issues.

View File

@ -3,8 +3,8 @@ title: Introduction to Network Operations
description: An introduction to Istio networking operational aspects.
weight: 1
aliases:
- /help/ops/traffic-management/introduction
- /help/ops/introduction
- /zh/help/ops/traffic-management/introduction
- /zh/help/ops/introduction
---
This section is intended as a guide to operators of an Istio based
deployment. It will provide information an operator of a Istio deployment

View File

@ -3,8 +3,8 @@ title: 适配器
description: Mixer 适配器能够让 Istio 连接各种基础设施后端以完成类似指标和日志这样的功能。
weight: 40
aliases:
- /docs/reference/config/mixer/adapters/index.html
- /docs/reference/config/adapters/
- /zh/docs/reference/config/mixer/adapters/index.html
- /zh/docs/reference/config/adapters/
---
{{< idea >}}

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: metric
aliases:
- /docs/reference/config/adapters/circonus.html
- /zh/docs/reference/config/adapters/circonus.html
number_of_entries: 3
---
<p>The <code>circonus</code> adapter enables Istio to deliver metric data to the

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/c
layout: partner-component
generator: protoc-gen-docs
aliases:
- /docs/reference/config/adapters/cloudmonitor.html
- /zh/docs/reference/config/adapters/cloudmonitor.html
number_of_entries: 2
---
<p>The CloudMonitor adapter enables Istio to deliver metrics to

View File

@ -9,7 +9,7 @@ generator: protoc-gen-docs
supported_templates: logentry
supported_templates: metric
aliases:
- /docs/reference/config/adapters/cloudwatch.html
- /zh/docs/reference/config/adapters/cloudwatch.html
number_of_entries: 4
---
<p>The CloudWatch adapter enables Istio to deliver metrics to

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: metric
aliases:
- /docs/reference/config/adapters/datadog.html
- /zh/docs/reference/config/adapters/datadog.html
number_of_entries: 3
---
<p>The <code>dogstatsd</code> adapter is designed to deliver Istio metric instances to a

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: listentry,quota,checknothing
aliases:
- /docs/reference/config/adapters/denier.html
- /zh/docs/reference/config/adapters/denier.html
number_of_entries: 2
---
<p>The <code>denier</code> adapter is designed to always return a denial to precondition

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: logentry
aliases:
- /docs/reference/config/adapters/fluentd.html
- /zh/docs/reference/config/adapters/fluentd.html
number_of_entries: 1
---
<p>The <code>fluentd</code> adapter is designed to deliver Istio log entries to a

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: kubernetes
aliases:
- /docs/reference/config/adapters/kubernetesenv.html
- /zh/docs/reference/config/adapters/kubernetesenv.html
number_of_entries: 1
---
<p>The <code>kubernetesenv</code> adapter extracts information from a Kubernetes environment

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: listentry
aliases:
- /docs/reference/config/adapters/list.html
- /zh/docs/reference/config/adapters/list.html
number_of_entries: 2
---
<p>The <code>list</code> adapter makes it possible to perform simple whitelist or blacklist

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: quota
aliases:
- /docs/reference/config/adapters/memquota.html
- /zh/docs/reference/config/adapters/memquota.html
number_of_entries: 3
---
<p>The <code>memquota</code> adapter can be used to support Istio&rsquo;s quota management

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: authorization
aliases:
- /docs/reference/config/adapters/opa.html
- /zh/docs/reference/config/adapters/opa.html
number_of_entries: 1
---
<p>The <code>opa</code> adapter exposes an <a href="http://www.openpolicyagent.org">Open Policy Agent</a> engine

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: metric
aliases:
- /docs/reference/config/adapters/prometheus.html
- /zh/docs/reference/config/adapters/prometheus.html
number_of_entries: 8
---
<p>The <code>prometheus</code> adapter collects Istio metrics and makes them available to

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: quota
aliases:
- /docs/reference/config/adapters/redisquota.html
- /zh/docs/reference/config/adapters/redisquota.html
number_of_entries: 4
---
<p>The <code>redisquota</code> adapter can be used to support Istio&rsquo;s quota management

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: metric,logentry
aliases:
- /docs/reference/config/adapters/solarwinds.html
- /zh/docs/reference/config/adapters/solarwinds.html
number_of_entries: 3
---
<p>The <code>solarwinds</code> adapter enables Istio to deliver log and metric data to the

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: metric,logentry,tracespan
aliases:
- /docs/reference/config/adapters/stackdriver.html
- /zh/docs/reference/config/adapters/stackdriver.html
number_of_entries: 12
---
<p>The <code>stackdriver</code> adapter enables Istio to deliver log, metric and traces to the

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: metric
aliases:
- /docs/reference/config/adapters/statsd.html
- /zh/docs/reference/config/adapters/statsd.html
number_of_entries: 3
---
<p>The <code>statsd</code> adapter enables Istio to deliver metric data to a

View File

@ -8,7 +8,7 @@ layout: protoc-gen-docs
generator: protoc-gen-docs
supported_templates: logentry,metric
aliases:
- /docs/reference/config/adapters/stdio.html
- /zh/docs/reference/config/adapters/stdio.html
number_of_entries: 3
---
<p>The <code>stdio</code> adapter enables Istio to output logs and metrics to

View File

@ -3,8 +3,8 @@ title: Attribute Vocabulary
description: Describes the base attribute vocabulary used for policy and control.
weight: 10
aliases:
- /docs/reference/config/mixer/attribute-vocabulary.html
- /docs/reference/config/mixer/aspects/attributes.html
- /zh/docs/reference/config/mixer/attribute-vocabulary.html
- /zh/docs/reference/config/mixer/aspects/attributes.html
---
Attributes are a central concept used throughout Istio. You can find a description of what attributes are

View File

@ -3,7 +3,7 @@ title: Expression Language
description: Mixer configuration expression language reference.
weight: 20
aliases:
- /docs/reference/config/mixer/expression-language.html
- /zh/docs/reference/config/mixer/expression-language.html
---
This page describes how to use the Mixer configuration expression language (CEXL).

View File

@ -4,11 +4,11 @@ description: Describes the configuration model for Istio's policy enforcement an
weight: 5
keywords: [policies,telemetry,control,config]
aliases:
- /docs/concepts/policy-and-control/mixer.html
- /docs/concepts/policy-and-control/mixer-config.html
- /docs/concepts/policy-and-control/attributes.html
- /docs/concepts/policies-and-telemetry/overview/
- /docs/concepts/policies-and-telemetry/config/
- /zh/docs/concepts/policy-and-control/mixer.html
- /zh/docs/concepts/policy-and-control/mixer-config.html
- /zh/docs/concepts/policy-and-control/attributes.html
- /zh/docs/concepts/policies-and-telemetry/overview/
- /zh/docs/concepts/policies-and-telemetry/config/
---
Istio provides a flexible model to enforce authorization policies and collect telemetry for the

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/apikey.html
- /zh/docs/reference/config/template/apikey.html
number_of_entries: 1
---
<p>The <code>apikey</code> template represents a single API key, which is used for authorization checks.</p>

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/authorization.html
- /zh/docs/reference/config/template/authorization.html
number_of_entries: 3
---
<p>The <code>authorization</code> template defines parameters for performing policy

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/checknothing.html
- /zh/docs/reference/config/template/checknothing.html
number_of_entries: 1
---
<p>The <code>checknothing</code> template represents an empty block of data, which can be useful
@ -21,7 +21,7 @@ metadata:
name: denyrequest
namespace: istio-system
spec:
compiledTemplate: checknothing
compiledTemplate: checknothing
</code></pre>
<h2 id="Template">Template</h2>

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/listentry.html
- /zh/docs/reference/config/template/listentry.html
number_of_entries: 1
---
<p>The <code>listentry</code> template is designed to let you perform list check operations

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/logentry.html
- /zh/docs/reference/config/template/logentry.html
number_of_entries: 1
---
<p>The <code>logentry</code> template represents an individual entry within a log.</p>

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/metric.html
- /zh/docs/reference/config/template/metric.html
number_of_entries: 1
---
<p>The <code>metric</code> template is designed to let you describe runtime metric to dispatch to

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/quota.html
- /zh/docs/reference/config/template/quota.html
number_of_entries: 1
---
<p>The <code>quota</code> template represents an item for which to check quota.</p>

View File

@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/policy-and-telemetry/templates/
layout: protoc-gen-docs
generator: protoc-gen-docs
aliases:
- /docs/reference/config/template/reportnothing.html
- /zh/docs/reference/config/template/reportnothing.html
number_of_entries: 1
---
<p>The <code>reportnothing</code> template represents an empty block of data, which can be useful

View File

@ -4,12 +4,12 @@ description: Instructions for installing the Istio control plane on Kubernetes a
weight: 15
icon: setup
aliases:
- /docs/tasks/installing-istio.html
- /docs/setup/install-kubernetes.html
- /docs/setup/kubernetes/quick-start.html
- /docs/setup/kubernetes/download-release/
- /docs/setup/kubernetes/download/
- /docs/setup/kubernetes/
- /zh/docs/tasks/installing-istio.html
- /zh/docs/setup/install-kubernetes.html
- /zh/docs/setup/kubernetes/quick-start.html
- /zh/docs/setup/kubernetes/download-release/
- /zh/docs/setup/kubernetes/download/
- /zh/docs/setup/kubernetes/
keywords: [kubernetes,install,quick-start,setup,installation]
list_below: true
---

View File

@ -13,8 +13,8 @@ keywords:
- single-mesh
- multiple-meshes
aliases:
- /docs/concepts/multicluster-deployments/
- /docs/concepts/deployment-models
- /zh/docs/concepts/multicluster-deployments/
- /zh/docs/concepts/deployment-models
---
Important system models impact your overall Istio deployment model. This page

View File

@ -3,7 +3,7 @@ title: Getting Started
description: Download, install, and try out Istio.
weight: 5
aliases:
- /docs/setup/kubernetes/getting-started/
- /zh/docs/setup/kubernetes/getting-started/
skip_toc: true
keywords: [getting-started, install, bookinfo, quick-start, kubernetes]
---

View File

@ -4,8 +4,8 @@ description: Instructions to install Istio in a Kubernetes cluster for evaluatio
weight: 5
keywords: [kubernetes]
aliases:
- /docs/setup/kubernetes/quick-start/
- /docs/setup/kubernetes/install/kubernetes/
- /zh/docs/setup/kubernetes/quick-start/
- /zh/docs/setup/kubernetes/install/kubernetes/
---
This guide installs Istio's built-in `demo` [configuration profile](/docs/setup/additional-setup/config-profiles/).

View File

@ -4,9 +4,9 @@ description: Install an Istio mesh across multiple Kubernetes clusters using a s
weight: 85
keywords: [kubernetes,multicluster]
aliases:
- /docs/examples/multicluster/split-horizon-eds/
- /docs/tasks/multicluster/split-horizon-eds/
- /docs/setup/kubernetes/install/multicluster/shared-gateways/
- /zh/docs/examples/multicluster/split-horizon-eds/
- /zh/docs/tasks/multicluster/split-horizon-eds/
- /zh/docs/setup/kubernetes/install/multicluster/shared-gateways/
---
Follow this guide to configure a multicluster mesh using a shared

View File

@ -4,9 +4,9 @@ description: Install an Istio mesh across multiple Kubernetes clusters with a sh
weight: 5
keywords: [kubernetes,multicluster,federation,vpn]
aliases:
- /docs/setup/kubernetes/multicluster-install/vpn/
- /docs/setup/kubernetes/install/multicluster/vpn/
- /docs/setup/kubernetes/install/multicluster/shared-vpn/
- /zh/docs/setup/kubernetes/multicluster-install/vpn/
- /zh/docs/setup/kubernetes/install/multicluster/vpn/
- /zh/docs/setup/kubernetes/install/multicluster/shared-vpn/
---
Follow this guide to install an Istio [multicluster service mesh](/docs/ops/prep/deployment-models/#multiple-clusters)

View File

@ -4,9 +4,9 @@ description: 在 Docker Desktop 中运行 Istio 的设置说明。
weight: 12
skip_seealso: true
aliases:
- /docs/setup/kubernetes/prepare/platform-setup/docker-for-desktop/
- /docs/setup/kubernetes/prepare/platform-setup/docker/
- /docs/setup/kubernetes/platform-setup/docker/
- /zh/docs/setup/kubernetes/prepare/platform-setup/docker-for-desktop/
- /zh/docs/setup/kubernetes/prepare/platform-setup/docker/
- /zh/docs/setup/kubernetes/platform-setup/docker/
keywords: [platform-setup,kubernetes,docker-desktop]
---

View File

@ -3,7 +3,7 @@ title: Kubernetes Gardener
description: Instructions to setup a Gardener cluster for Istio.
weight: 19
aliases:
- /docs/setup/kubernetes/platform-setup/gardener/
- /zh/docs/setup/kubernetes/platform-setup/gardener/
skip_seealso: true
keywords: [platform-setup,kubernetes,gardener,sap]
---

View File

@ -3,8 +3,8 @@ title: Upgrade using Helm
description: Upgrade the Istio control plane, and optionally, the CNI plug-in using Helm.
weight: 30
aliases:
- /docs/setup/kubernetes/upgrade/steps/
- /docs/setup/upgrade/steps
- /zh/docs/setup/kubernetes/upgrade/steps/
- /zh/docs/setup/upgrade/steps
keywords: [kubernetes,upgrading]
---

View File

@ -3,6 +3,6 @@ title: 可观察性
description: 演示如何从网格收集遥测信息。
weight: 30
aliases:
- /docs/examples/telemetry/
- /docs/tasks/telemetry/
- /zh/docs/examples/telemetry/
- /zh/docs/tasks/telemetry/
---

View File

@ -4,7 +4,7 @@ description: How to configure the proxies to send tracing requests to LightStep.
weight: 11
keywords: [telemetry,tracing,lightstep]
aliases:
- /docs/tasks/telemetry/distributed-tracing/lightstep/
- /zh/docs/tasks/telemetry/distributed-tracing/lightstep/
---
This task shows you how to configure Istio to collect trace spans and send them to [LightStep Tracing](https://lightstep.com/products/) or [LightStep [𝑥]PM](https://lightstep.com/products/).

View File

@ -4,7 +4,7 @@ description: Overview of distributed tracing in Istio.
weight: 1
keywords: [telemetry,tracing]
aliases:
- /docs/tasks/telemetry/distributed-tracing/overview/
- /zh/docs/tasks/telemetry/distributed-tracing/overview/
---
Distributed tracing enables users to track a request through mesh that is distributed across multiple services.

View File

@ -4,7 +4,7 @@ description: Learn how to configure the proxies to send tracing requests to Zipk
weight: 10
keywords: [telemetry,tracing,zipkin,span,port-forwarding]
aliases:
- /docs/tasks/zipkin-tracing.html
- /zh/docs/tasks/zipkin-tracing.html
---
After completing this task, you understand how to have your application participate in tracing with [Zipkin](https://zipkin.apache.org/),

View File

@ -4,7 +4,7 @@ description: This task shows you how to configure external access to the set of
weight: 99
keywords: [telemetry,gateway,jaeger,zipkin,tracing,kiali,prometheus,addons]
aliases:
- /docs/tasks/telemetry/gateways/
- /zh/docs/tasks/telemetry/gateways/
---
This task shows how to configure Istio to expose and access the telemetry addons outside of

View File

@ -4,7 +4,7 @@ description: This task shows you how to visualize your services within an Istio
weight: 49
keywords: [telemetry,visualization]
aliases:
- /docs/tasks/telemetry/kiali/
- /zh/docs/tasks/telemetry/kiali/
---
This task shows you how to visualize different aspects of your Istio mesh.

View File

@ -4,8 +4,8 @@ description: This task shows you how to configure Istio to log to a Fluentd daem
weight: 90
keywords: [telemetry,logging]
aliases:
- /docs/tasks/telemetry/fluentd/
- /docs/tasks/telemetry/logs/fluentd/
- /zh/docs/tasks/telemetry/fluentd/
- /zh/docs/tasks/telemetry/logs/fluentd/
---
This task shows how to configure Istio to create custom log entries

View File

@ -4,9 +4,9 @@ description: This task shows you how to configure Istio to collect and customize
weight: 10
keywords: [telemetry,metrics]
aliases:
- /docs/tasks/metrics-logs.html
- /docs/tasks/telemetry/metrics-logs/
- /docs/tasks/telemetry/metrics/collecting-metrics/
- /zh/docs/tasks/metrics-logs.html
- /zh/docs/tasks/telemetry/metrics-logs/
- /zh/docs/tasks/telemetry/metrics/collecting-metrics/
---
This task shows how to configure Istio to automatically gather telemetry for

View File

@ -4,8 +4,8 @@ description: This task shows you how to query for Istio Metrics using Prometheus
weight: 30
keywords: [telemetry,metrics]
aliases:
- /docs/tasks/telemetry/querying-metrics/
- /docs/tasks/telemetry/metrics/querying-metrics/
- /zh/docs/tasks/telemetry/querying-metrics/
- /zh/docs/tasks/telemetry/metrics/querying-metrics/
---
This task shows you how to query for Istio Metrics using Prometheus. As part of

View File

@ -4,7 +4,7 @@ description: Shows you how to use Istio authentication policy to setup mutual TL
weight: 10
keywords: [security,authentication]
aliases:
- /docs/tasks/security/istio-auth.html
- /zh/docs/tasks/security/istio-auth.html
---
This task covers the primary activities you might need to perform when enabling, configuring, and using Istio authentication policies. Find out more about

View File

@ -4,7 +4,7 @@ description: Shows how to set up role-based access control for HTTP services.
weight: 10
keywords: [security,access-control,rbac,authorization]
aliases:
- /docs/tasks/security/role-based-access-control.html
- /zh/docs/tasks/security/role-based-access-control.html
---
This task covers the activities you might need to perform to set up Istio authorization, also known

View File

@ -3,8 +3,8 @@ title: Accessing External Services
description: Describes how to configure Istio to route traffic from services in the mesh to external services.
weight: 10
aliases:
- /docs/tasks/egress.html
- /docs/tasks/egress
- /zh/docs/tasks/egress.html
- /zh/docs/tasks/egress
keywords: [traffic-management,egress]
---

View File

@ -4,7 +4,7 @@ description: Describes how to configure an Egress Gateway to perform TLS origina
weight: 40
keywords: [traffic-management,egress]
aliases:
- /docs/examples/advanced-gateways/egress-gateway-tls-origination/
- /zh/docs/examples/advanced-gateways/egress-gateway-tls-origination/
---
The [TLS Origination for Egress Traffic](/docs/tasks/traffic-management/egress/egress-tls-origination/)

View File

@ -4,7 +4,7 @@ description: Describes how to configure Istio to direct traffic to external serv
weight: 30
keywords: [traffic-management,egress]
aliases:
- /docs/examples/advanced-gateways/egress-gateway/
- /zh/docs/examples/advanced-gateways/egress-gateway/
---
{{<warning>}}

View File

@ -4,7 +4,7 @@ description: Describes how to configure Istio to perform TLS origination for tra
keywords: [traffic-management,egress]
weight: 20
aliases:
- /docs/examples/advanced-gateways/egress-tls-origination/
- /zh/docs/examples/advanced-gateways/egress-tls-origination/
---
The [Control Egress Traffic](/docs/tasks/traffic-management/egress/) task demonstrates how external, i.e., outside of the

View File

@ -4,7 +4,7 @@ description: Describes how to configure SNI monitoring and apply policies on TLS
keywords: [traffic-management,egress,telemetry,policies]
weight: 51
aliases:
- /docs/examples/advanced-gateways/egress_sni_monitoring_and_policies/
- /zh/docs/examples/advanced-gateways/egress_sni_monitoring_and_policies/
---
The [Configure Egress Traffic using Wildcard Hosts](/docs/tasks/traffic-management/egress/wildcard-egress-hosts/) example

View File

@ -4,7 +4,7 @@ description: 描述如何配置 Istio 以允许应用程序使用外部 HTTPS
weight: 60
keywords: [traffic-management,egress]
aliases:
- /docs/examples/advanced-gateways/http-proxy/
- /zh/docs/examples/advanced-gateways/http-proxy/
---
[配置 Egress Gateway](/zh/docs/tasks/traffic-management/egress/egress-gateway/) 示例展示如何通过名为 Egress Gateway 的 Istio 组件将流量从网格引导到外部服务。但是,有些情况下需要一个外部的传统(非 IstioHTTPS 代理来访问外部服务。例如,您的公司可能已经有了这样的代理,并且可能需要所有应用程序通过代理来引导其流量。

View File

@ -4,7 +4,7 @@ description: Describes how to enable egress traffic for a set of hosts in a comm
keywords: [traffic-management,egress]
weight: 50
aliases:
- /docs/examples/advanced-gateways/wildcard-egress-hosts/
- /zh/docs/examples/advanced-gateways/wildcard-egress-hosts/
---
The [Control Egress Traffic](/docs/tasks/traffic-management/egress/) task and

View File

@ -4,7 +4,7 @@ description: Demonstrates how to obtain Let's Encrypt TLS certificates for Kuber
weight: 40
keywords: [traffic-management,ingress,https,cert-manager,acme,sds]
aliases:
- /docs/examples/advanced-gateways/ingress-certmgr/
- /zh/docs/examples/advanced-gateways/ingress-certmgr/
---
This example demonstrates the use of Istio as a secure Kubernetes Ingress controller with TLS certificates issued by [Let's Encrypt](https://letsencrypt.org/). While more powerful Istio concepts such as [gateway](/docs/reference/config/networking/gateway) and [virtual service](/docs/reference/config/networking/virtual-service) should be used for advanced traffic management, optional support of the Kubernetes Ingress is also available and can be used to simplify integration of legacy and third-party solutions into a service mesh and benefit from extensive telemetry and tracing capabilities that Istio provides.

View File

@ -4,8 +4,8 @@ description: Describes how to configure an Istio gateway to expose a service out
weight: 10
keywords: [traffic-management,ingress]
aliases:
- /docs/tasks/ingress.html
- /docs/tasks/ingress
- /zh/docs/tasks/ingress.html
- /zh/docs/tasks/ingress
---
In a Kubernetes environment, the [Kubernetes Ingress Resource](https://kubernetes.io/docs/concepts/services-networking/ingress/)

View File

@ -4,7 +4,7 @@ description: Describes how to configure SNI passthrough for an ingress gateway.
weight: 30
keywords: [traffic-management,ingress,https]
aliases:
- /docs/examples/advanced-gateways/ingress-sni-passthrough/
- /zh/docs/examples/advanced-gateways/ingress-sni-passthrough/
---
The [Securing Gateways with HTTPS](/docs/tasks/traffic-management/ingress/secure-ingress-mount/) task describes how to configure HTTPS

View File

@ -3,7 +3,7 @@ title: Secure Gateways (File Mount)
description: Expose a service outside of the service mesh over TLS or mTLS using file-mounted certificates.
weight: 20
aliases:
- /docs/tasks/traffic-management/secure-ingress/mount/
- /zh/docs/tasks/traffic-management/secure-ingress/mount/
keywords: [traffic-management,ingress,file-mount-credentials]
---

View File

@ -4,7 +4,7 @@ description: Shows you how to migrate TCP traffic from an old to new version of
weight: 31
keywords: [traffic-management,tcp-traffic-shifting]
aliases:
- /docs/tasks/traffic-management/tcp-version-migration.html
- /zh/docs/tasks/traffic-management/tcp-version-migration.html
---
This task shows you how to gradually migrate TCP traffic from one version of a

View File

@ -6,5 +6,5 @@ weight: 30
layout: faq
icon: faq
aliases:
- /help/faq/security
- /zh/help/faq/security
---

View File

@ -6,5 +6,5 @@ weight: 50
layout: faq
icon: faq
aliases:
- /help/faq/traffic-management
- /zh/help/faq/traffic-management
---

View File

@ -5,13 +5,13 @@ publishdate: 2017-05-24
subtitle: A robust service mesh for microservices
attribution: The Istio Team
aliases:
- /blog/istio-service-mesh-for-microservices.html
- /blog/0.1-announcement.html
- /about/notes/older/0.1
- /blog/2017/0.1-announcement
- /docs/welcome/notes/0.1.html
- /about/notes/0.1/index.html
- /news/announcing-0.1
- /zh/blog/istio-service-mesh-for-microservices.html
- /zh/blog/0.1-announcement.html
- /zh/about/notes/older/0.1
- /zh/blog/2017/0.1-announcement
- /zh/docs/welcome/notes/0.1.html
- /zh/about/notes/0.1/index.html
- /zh/news/announcing-0.1
---
Google, IBM, and Lyft are proud to announce the first public release of [Istio](/): an open source project that provides a uniform way to connect, secure, manage and monitor microservices. Our current release is targeted at the [Kubernetes](https://kubernetes.io/) environment; we intend to add support for other environments such as virtual machines and Cloud Foundry in the coming months.

View File

@ -5,12 +5,12 @@ publishdate: 2017-10-10
subtitle: Improved mesh and support for multiple environments
attribution: The Istio Team
aliases:
- /blog/istio-0.2-announcement.html
- /about/notes/older/0.2
- /blog/2017/0.2-announcement
- /docs/welcome/notes/0.2.html
- /about/notes/0.2/index.html
- /news/announcing-0.2
- /zh/blog/istio-0.2-announcement.html
- /zh/about/notes/older/0.2
- /zh/blog/2017/0.2-announcement
- /zh/docs/welcome/notes/0.2.html
- /zh/about/notes/0.2/index.html
- /zh/news/announcing-0.2
---
We launched Istio; an open platform to connect, manage, monitor, and secure microservices, on May 24, 2017. We have been humbled by the incredible interest, and

View File

@ -5,10 +5,10 @@ publishdate: 2017-11-29
attribution: The Istio Team
release: 0.3.0
aliases:
- /about/notes/older/0.3
- /docs/welcome/notes/0.3.html
- /about/notes/0.3/index.html
- /news/announcing-0.3
- /zh/about/notes/older/0.3
- /zh/docs/welcome/notes/0.3.html
- /zh/about/notes/0.3/index.html
- /zh/news/announcing-0.3
---
We're pleased to announce the availability of Istio 0.3. Please see below for what's changed.

View File

@ -5,10 +5,10 @@ publishdate: 2017-12-18
attribution: The Istio Team
release: 0.4.0
aliases:
- /about/notes/older/0.4
- /docs/welcome/notes/0.4.html
- /about/notes/0.4/index.html
- /news/announcing-0.4
- /zh/about/notes/older/0.4
- /zh/docs/welcome/notes/0.4.html
- /zh/about/notes/0.4/index.html
- /zh/news/announcing-0.4
---
This release has only got a few weeks' worth of changes, as we stabilize our monthly release process.

View File

@ -5,9 +5,9 @@ publishdate: 2018-02-02
attribution: The Istio Team
release: 0.5.0
aliases:
- /about/notes/older/0.5
- /about/notes/0.5/index.html
- /news/announcing-0.5
- /zh/about/notes/older/0.5
- /zh/about/notes/0.5/index.html
- /zh/news/announcing-0.5
---
In addition to the usual pile of bug fixes and performance improvements, this release includes the new or

View File

@ -5,9 +5,9 @@ publishdate: 2018-03-08
attribution: The Istio Team
release: 0.6.0
aliases:
- /about/notes/older/0.6
- /about/notes/0.6/index.html
- /news/announcing-0.6
- /zh/about/notes/older/0.6
- /zh/about/notes/0.6/index.html
- /zh/news/announcing-0.6
---
In addition to the usual pile of bug fixes and performance improvements, this release includes the new or

Some files were not shown because too many files have changed in this diff Show More