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

@@ -99,7 +99,7 @@ func NewAPIServer() *APIServer {
RuntimeConfig: make(util.ConfigurationMap),
KubeletConfig: client.KubeletConfig{
Port: 10250,
EnableHttps: true,
EnableHttps: false,
HTTPTimeout: time.Duration(5) * time.Second,
},
}