We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d630c commit bd23cf9Copy full SHA for bd23cf9
content/zh/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -128,6 +128,11 @@ need to be open in order for Kubernetes components to communicate with each othe
128
telnet 127.0.0.1 6443
129
```
130
131
+<!--
132
+The pod network plugin you use (see below) may also require certain ports to be
133
+open. Since this differs with each pod network plugin, please see the
134
+documentation for the plugins about what port(s) those need.
135
+-->
136
你使用的 Pod 网络插件 (详见后续章节) 也可能需要开启某些特定端口。由于各个 Pod 网络插件的功能都有所不同,
137
请参阅他们各自文档中对端口的要求。
138
0 commit comments