kubelet post node status to master

This commit is contained in:
Deyuan Deng
2015-02-23 16:04:45 -05:00
committed by Deyuan Deng
parent 6d465c4d86
commit 9982aaa960
6 changed files with 414 additions and 66 deletions

View File

@@ -76,7 +76,7 @@ func NewCMServer() *CMServer {
NodeMilliCPU: 1000,
NodeMemory: resource.MustParse("3Gi"),
SyncNodeList: true,
SyncNodeStatus: true,
SyncNodeStatus: false,
KubeletConfig: client.KubeletConfig{
Port: ports.KubeletPort,
EnableHttps: false,