提交 7b684b88 编写于 作者: D dlorenc 提交者: GitHub

Merge pull request #938 from dlorenc/kubenet

Add a PodCIDR for kubenet.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册