Skip to content

Commit abd74a7

Browse files
authored
Merge pull request #29772 from steven-my/29329-translation-for-objects-network
[zh] translation for section objects & network
2 parents c0a2f54 + 43b1517 commit abd74a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/zh/docs/tasks/network/customize-hosts-file-for-pods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Start an Nginx Pod which is assigned a Pod IP:
4141
让我们从一个 Nginx Pod 开始,该 Pod 被分配一个 IP:
4242

4343
```shell
44-
kubectl run nginx --image nginx --generator=run-pod/v1
44+
kubectl run nginx --image nginx
4545
```
4646

4747
```
@@ -112,7 +112,7 @@ You can start a Pod with that configuration by running:
112112
你可以使用以下命令用此配置启动 Pod:
113113

114114
```shell
115-
kubectl apply -f hostaliases-pod.yaml
115+
kubectl apply -f https://k8s.io/examples/service/networking/hostaliases-pod.yaml
116116
```
117117

118118
```

content/zh/docs/tasks/network/validate-dual-stack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clu
2121

2222
<!--
2323
* Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces)
24-
* Kubenet network plugin
24+
* A [network plugin](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) that supports dual-stack (such as Calico, Cilium or Kubenet)
2525
* [Dual-stack enabled](/docs/concepts/services-networking/dual-stack/) cluster
2626
-->
2727
* 提供程序对双协议栈网络的支持 (云供应商或其他方式必须能够为 Kubernetes 节点
2828
提供可路由的 IPv4/IPv6 网络接口)
29-
* 一个能够支持双协议栈的
29+
* 一个能够支持[双协议栈](/zh/docs/concepts/services-networking/dual-stack/)
3030
[网络插件](/zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)
31-
(如 kubenetCalico)。
31+
(如 Calico,CiliumKubenet)。
3232
* [启用双协议栈](/zh/docs/concepts/services-networking/dual-stack/) 集群
3333

3434
<!-- steps -->

0 commit comments

Comments
 (0)