mirror of https://github.com/kubernetes/kops.git
Merge pull request #16151 from borg-land/limitnofile-patch
Don't set LimitNoFile for containerd systemd unit file
This commit is contained in:
commit
0db3d49d78
|
|
@ -203,7 +203,6 @@ func (b *ContainerdBuilder) buildSystemdService(sv semver.Version) *nodetasks.Se
|
|||
|
||||
manifest.Set("Service", "LimitNPROC", "infinity")
|
||||
manifest.Set("Service", "LimitCORE", "infinity")
|
||||
manifest.Set("Service", "LimitNOFILE", "infinity")
|
||||
manifest.Set("Service", "TasksMax", "infinity")
|
||||
|
||||
// make killing of processes of this unit under memory pressure very unlikely
|
||||
|
|
|
|||
|
|
@ -362,7 +362,6 @@ definition: |
|
|||
RestartSec=5
|
||||
LimitNPROC=infinity
|
||||
LimitCORE=infinity
|
||||
LimitNOFILE=infinity
|
||||
TasksMax=infinity
|
||||
OOMScoreAdjust=-999
|
||||
|
||||
|
|
|
|||
|
|
@ -355,7 +355,6 @@ definition: |
|
|||
RestartSec=5
|
||||
LimitNPROC=infinity
|
||||
LimitCORE=infinity
|
||||
LimitNOFILE=infinity
|
||||
TasksMax=infinity
|
||||
OOMScoreAdjust=-999
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue