kubernetes/pkg/kubelet/kuberuntime
Evan Lezar 394bcaf182 Only configure swap if available on node
This change bypasses all logic to set swap in the linux container
resources if a swap controller is not available on node. Failing
to do so may cause errors in runc when starting a container with
a swap configuration -- even if this is set to 0.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-09-26 21:32:58 +02:00
..
logs fix fd leaks and failed file removing for main pkg and cmd 2023-05-09 09:24:11 -05:00
util kubelet: set user namespace options 2022-08-03 19:53:22 +02:00
convert_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
convert.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
doc.go
fake_kuberuntime_manager.go kubelet: create top-level traces for pod sync and GC 2023-03-11 10:42:14 +01:00
helpers_linux_test.go Remove unused getSeccompProfilePath helper function 2023-06-01 11:03:39 +02:00
helpers_linux.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
helpers_test.go kubelet/kuberuntime: Improving test coverage 2023-03-10 11:06:54 +01:00
helpers_unsupported.go Fix cpu share issues on systems with large amounts of cpu 2021-11-14 19:49:19 +00:00
helpers.go Remove unused getSeccompProfilePath helper function 2023-06-01 11:03:39 +02:00
instrumented_services_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
instrumented_services.go Add CRI fake runtimes for RuntimeConfig rpc 2023-07-17 12:27:04 -04:00
kuberuntime_container_linux_test.go Only configure swap if available on node 2023-09-26 21:32:58 +02:00
kuberuntime_container_linux.go Only configure swap if available on node 2023-09-26 21:32:58 +02:00
kuberuntime_container_test.go Allow restartable init containers to have lifecycle 2023-07-18 08:12:24 +09:00
kuberuntime_container_unsupported.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
kuberuntime_container_windows_test.go unittests: Fixes unit tests for Windows (part 6) 2023-01-31 11:49:26 +00:00
kuberuntime_container_windows.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
kuberuntime_container.go Merge pull request #118740 from saschagrunert/kubelet-label-types 2023-09-06 23:46:57 -07:00
kuberuntime_gc_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
kuberuntime_gc.go optimize evict sandbox logic 2023-04-13 09:02:46 +08:00
kuberuntime_image_test.go Pass Pinned field to kubecontainer.Image 2023-08-17 00:32:59 +00:00
kuberuntime_image.go Pass Pinned field to kubecontainer.Image 2023-08-17 00:32:59 +00:00
kuberuntime_logs.go
kuberuntime_manager_test.go Feature-gate SidecarContainers code in pkg/kubelet/kuberuntime 2023-09-01 00:13:47 +09:00
kuberuntime_manager.go Feature-gate SidecarContainers code in pkg/kubelet/kuberuntime 2023-09-01 00:13:47 +09:00
kuberuntime_sandbox_linux_test.go Make kuberuntime unit tests environment independent + support cgroup v2 2023-07-14 14:52:27 +03:00
kuberuntime_sandbox_linux.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
kuberuntime_sandbox_test.go kubelet/kuberuntime: Fix flaky test 'TestGeneratePodSandboxConfig' 2023-04-25 17:29:25 +02:00
kuberuntime_sandbox_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_sandbox_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
kuberuntime_sandbox.go Make kubelet label types public 2023-07-10 10:58:44 +02:00
labels_test.go kubelet: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:35 +02:00
labels.go Make kubelet label types public 2023-07-10 10:58:44 +02:00
legacy_test.go Merge pull request #114373 from TommyStarK/unit-tests/kubelet-kuberuntime 2023-03-10 04:34:58 -08:00
legacy.go Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
security_context_others_test.go kubelet/kuberuntime: Improving test coverage 2023-03-10 11:06:54 +01:00
security_context_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
security_context_windows_test.go Merge pull request #111020 from claudiubelu/adds-unittests-5 2022-07-29 19:29:11 -07:00
security_context_windows.go Windows: ensure runAsNonRoot does case-insensitive comparison on user name 2022-07-18 15:23:13 -07:00
security_context.go remove seccomp profile path 2023-04-26 20:08:06 +08:00