translation for section objects & network
parent
0297612be4
commit
43b151752d
|
@ -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
|
||||
```
|
||||
|
||||
```
|
||||
|
|
|
@ -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)。
|
||||
(如 Calico,Cilium 或 Kubenet)。
|
||||
* [启用双协议栈](/zh/docs/concepts/services-networking/dual-stack/) 集群
|
||||
|
||||
<!-- steps -->
|
||||
|
|
Loading…
Reference in New Issue