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 3237da8 commit 59ba3dcCopy full SHA for 59ba3dc
_posts/2023-07-30-k8s-init.md
@@ -107,6 +107,8 @@ title: k8s服务初始化记录
107
108
9. 查看结果 `kubectl get nodes`
109
110
+ 视情况移除主机的污点 `kc taint node --all node-role.kubernetes.io/control-plane-`
111
+
112
10. 防火墙和端口 [文档](https://kubernetes.io/zh-cn/docs/reference/networking/ports-and-protocols/)
113
114
要么直接关闭, 要么把上述端口加到防火墙. 要不然 coredns pod启动不了.
0 commit comments