Default lockfile to empty string while alpha

This commit is contained in:
derekwaynecarr
2016-02-11 14:04:16 -05:00
parent ad7ed67904
commit e5e691ed5f
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ func NewKubeletServer() *KubeletServer {
NodeStatusUpdateFrequency: unversioned.Duration{10 * time.Second},
NodeLabels: make(map[string]string),
OOMScoreAdj: qos.KubeletOOMScoreAdj,
LockFilePath: "/var/run/lock/kubelet.lock",
LockFilePath: "",
PodInfraContainerImage: kubetypes.PodInfraContainerImage,
Port: ports.KubeletPort,
ReadOnlyPort: ports.KubeletReadOnlyPort,