We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448eb7d commit aae08d6Copy full SHA for aae08d6
pkg/api/resources.go
@@ -33,7 +33,6 @@ func FromOCILinuxResources(o *rspec.LinuxResources, _ map[string]string) *LinuxR
33
Limit: Int64(m.Limit),
34
Reservation: Int64(m.Reservation),
35
Swap: Int64(m.Swap),
36
- Kernel: Int64(m.Kernel),
37
KernelTcp: Int64(m.KernelTCP),
38
Swappiness: UInt64(m.Swappiness),
39
DisableOomKiller: Bool(m.DisableOOMKiller),
0 commit comments