mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Default lockfile to empty string while alpha
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user