Revert "Configure the kubelet to use HTTPS"

This commit is contained in:
Robert Bailey
2015-04-01 13:59:31 -07:00
parent d010b2a34e
commit 32a1c052dc
9 changed files with 71 additions and 126 deletions

View File

@@ -83,7 +83,7 @@ func NewCMServer() *CMServer {
SyncNodeStatus: false,
KubeletConfig: client.KubeletConfig{
Port: ports.KubeletPort,
EnableHttps: true,
EnableHttps: false,
HTTPTimeout: time.Duration(5) * time.Second,
},
}