提交 d5c01e7a 编写于 作者: D dlorenc

Add a PodCIDR for kubenet.

上级 903de1de
......@@ -40,6 +40,8 @@ func StartKubeletServer(lk LocalkubeServer) func() error {
// Networking
config.ClusterDomain = lk.DNSDomain
config.ClusterDNS = lk.DNSIP.String()
// For kubenet plugin.
config.PodCIDR = "10.180.1.0/24"
config.NodeIP = lk.NodeIP.String()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册