kubernetes/pkg/kubelet/container
Giuseppe Scrivano b2a92406ef
KEP-127: check for runtime handler userns support
block the creation of a pod that requires a user namespace, unless the
runtime handler has support for it.

If the pod requested for a user namespace, and the handler does not
support it then return an error regardless of the feature gate.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-02-27 12:01:00 +01:00
..
testing KEP-127: check for runtime handler userns support 2024-02-27 12:01:00 +01:00
cache_test.go Fix int->string casts 2020-07-24 16:23:12 -04:00
cache.go Fix issue in enabling evented pleg feature gate 2023-10-17 13:07:01 +05:30
container_gc_test.go implementation of split disk kep 2023-11-01 14:46:33 -04:00
container_gc.go implementation of split disk kep 2023-11-01 14:46:33 -04:00
container_hash_test.go Omit nil or empty field when calculating hash value 2019-08-22 13:46:52 +08:00
helpers_test.go Set default resize policy only for specified resource types, rename RestartNotRequired -> NotRequired 2023-03-12 23:46:40 +00:00
helpers.go KEP-127: check for runtime handler userns support 2024-02-27 12:01:00 +01:00
os.go Remove ioutil in kubelet and its tests 2022-07-30 12:35:26 +09:00
ref_test.go Remove no-longer used selflink code from kubelet 2022-01-14 10:38:23 +01:00
ref.go Remove EphemeralContainers feature-gate checks 2022-07-26 02:55:30 +02:00
runtime_cache_fake.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
runtime_cache_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
runtime_cache.go kubelet: Force deleted pods can fail to move out of terminating 2023-03-08 22:03:51 -06:00
runtime.go KEP-127: the kubelet stores runtime helpers 2024-02-27 11:07:35 +01:00
sync_result_test.go go-1.12: fix 'go vet' failures 2019-03-01 18:48:17 +02:00
sync_result.go fix golint issues in pkg/kubelet/container 2020-06-19 15:48:08 +00:00