Skip to content

Commit

Permalink
Merge pull request containerd#8486 from samuelkarp/cri-rlimit-spec-op…
Browse files Browse the repository at this point in the history
…t-comment
  • Loading branch information
samuelkarp committed May 8, 2023
2 parents 98f48d4 + 52afa34 commit 57c526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cri/opts/spec_opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func WithoutDefaultSecuritySettings(_ context.Context, _ oci.Client, c *containe
if s.Linux != nil {
s.Linux.Seccomp = nil
}
// Remove default rlimits (See issue #515)
// Remove default rlimits (See https://github.com/containerd/cri/issues/515)
s.Process.Rlimits = nil
return nil
}
Expand Down

0 comments on commit 57c526b

Please sign in to comment.