Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh] Sync #15897 1.24.0 release note updates into Chinese #15903

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/zh/news/releases/1.24.x/announcing-1.24/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Istio 1.24 还对 Ambient 模式进行了多项增强:
[Egress 网关](https://www.solo.io/blog/egress-gateways-made-easy/)尝试一下!
* 全新的、详尽的[故障排除指南](https://github.com/istio/istio/wiki/Troubleshooting-Istio-Ambient)。
幸运的是,Istio 1.24 中的许多错误修复使得很多这些故障排除步骤不再被需要!
* 大量错误修复。特别是,具有多个接口的 Pod 周围的边缘情况
GKE Intranode 可见性、仅 IPv4 集群等都得到了改进
* 大量错误修复。特别是,具有多个接口的 Pod 的极端情况
GKE 节点内可见性、仅 IPv4 集群以及许多其他问题都已得到解决

### 改进重试 {#improved-retries}

Expand All @@ -55,8 +55,8 @@ Istio 流量管理功能的核心部分。在 Istio 1.24 中,它变得更加

之前,重试仅在**客户端 Sidecar** 中实现。然而,
连接失败的一个常见原因实际上是**服务器 Sidecar** 与服务器应用程序之间的通信,
通常是尝试重新使用后端正在关闭的连接。借助改进的功能
我们能够检测到这种情况并自动在服务器 Sidecar 中进行重试
通常是尝试重新使用后端正在关闭的连接。通过这项改进的功能
我们能够检测到这种情况并在服务器 Sidecar 上自动重试

此外,重试 `503` 错误的默认策略已被删除。
最初添加该策略主要是为了处理上述故障类型,但对某些应用程序有一些负面影响。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ aliases:
- /zh/news/announcing-1.24.0
---

{{< warning >}}
该发布说明的自动生成的草稿,尚未经过审核。
{{< /warning >}}

## Ambient {#ambient}
## Ambient 模式 {#ambient-mode}

- **新增** 添加了对将策略附加到 waypoint 的 `ServiceEntry` 的支持。

Expand Down