Merge pull request #5265 from ddysher/kubelet-post-status

kubelet post node status to master
This commit is contained in:
Dawn Chen
2015-03-13 15:29:22 -07:00
6 changed files with 414 additions and 66 deletions

View File

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