zh: flag experimental pages with dagger (#10507)

This commit is contained in:
youhonglian 2021-11-15 20:56:10 +08:00 committed by GitHub
parent a3ad6cd8a9
commit 8d8d6d50a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -1,10 +1,11 @@
---
title: 配置 Gateway 网络拓扑 [实验特性]
description: 如何配置 Gateway 网络拓扑 [实验特性]
title: 配置 Gateway 网络拓扑
description: 如何配置 Gateway 网络拓扑。
weight: 60
keywords: [traffic-management,ingress,gateway]
owner: istio/wg-networking-maintainers
test: no
test: yes
status: Alpha
---
## 向目的地的工作负载转发外部客户端属性IP 地址、证书信息){#forwarding-external-client-attributes-to-destination-workloads}

View File

@ -1,11 +1,12 @@
---
title: 基于 Wasm 的遥测[实验特性]
title: 基于 Wasm 的遥测
description: 如何使用 Wasm 进行遥测。
weight: 60
owner: istio/wg-policies-and-telemetry-maintainers
test: no
aliases:
- /zh/docs/reference/config/telemetry/telemetry_v2_with_wasm/
status: Experimental
---
默认情况下,遥测默认启用并作为一个 `filter` 被编译在 Istio 代理中,同时也被编译成 WebAssembly (Wasm) 模块,并随 Istio proxy 一起发布。若要使用 Wasm 进行遥测,请使用 `preview` 属性安装 Istio 。

View File

@ -1,10 +1,11 @@
---
title: 多版本的 Gateway 管理 [实验性]
description: 使用 Gateway 配置和升级 Istio (实验性)
title: 多版本的 Gateway 管理
description: 使用 Gateway 配置和升级 Istio。
weight: 30
keywords: [kubernetes,upgrading,gateway]
owner: istio/wg-environments-maintainers
test: no
status: Experimental
---
{{< boilerplate experimental >}}