translation for section objects & network

pull/29772/head
Steven Yan 2021-09-22 15:11:38 +08:00
parent 0297612be4
commit 43b151752d
2 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ Start an Nginx Pod which is assigned a Pod IP:
让我们从一个 Nginx Pod 开始,该 Pod 被分配一个 IP
```shell
kubectl run nginx --image nginx --generator=run-pod/v1
kubectl run nginx --image nginx
```
```
@ -112,7 +112,7 @@ You can start a Pod with that configuration by running:
你可以使用以下命令用此配置启动 Pod
```shell
kubectl apply -f hostaliases-pod.yaml
kubectl apply -f https://k8s.io/examples/service/networking/hostaliases-pod.yaml
```
```

View File

@ -21,14 +21,14 @@ This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clu
<!--
* Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces)
* Kubenet network plugin
* A [network plugin](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) that supports dual-stack (such as Calico, Cilium or Kubenet)
* [Dual-stack enabled](/docs/concepts/services-networking/dual-stack/) cluster
-->
* 提供程序对双协议栈网络的支持 (云供应商或其他方式必须能够为 Kubernetes 节点
提供可路由的 IPv4/IPv6 网络接口)
* 一个能够支持双协议栈的
* 一个能够支持[双协议栈](/zh/docs/concepts/services-networking/dual-stack/)
[网络插件](/zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)
(如 kubenet 或 Calico)。
(如 CalicoCilium 或 Kubenet)。
* [启用双协议栈](/zh/docs/concepts/services-networking/dual-stack/) 集群
<!-- steps -->