mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Fix zero MaxOpenFiles in Mesos executor
This commit is contained in:
parent
795d6827c1
commit
61b7e682ce
@ -235,6 +235,7 @@ func (s *KubeletExecutorServer) Run(hks hyperkube.Interface, _ []string) error {
|
|||||||
ResolverConfig: s.ResolverConfig,
|
ResolverConfig: s.ResolverConfig,
|
||||||
CPUCFSQuota: s.CPUCFSQuota,
|
CPUCFSQuota: s.CPUCFSQuota,
|
||||||
Writer: writer,
|
Writer: writer,
|
||||||
|
MaxOpenFiles: s.MaxOpenFiles,
|
||||||
}
|
}
|
||||||
|
|
||||||
kcfg.NodeName = kcfg.Hostname
|
kcfg.NodeName = kcfg.Hostname
|
||||||
|
Loading…
Reference in New Issue
Block a user