Patrick Ohly
ad79e479c2
build: remove deprecated '// +build' tag
...
This has been replaced by `//build:...` for a long time now.
Removal of the old build tag was automated with:
for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
Kubernetes Prow Robot
b067e45290
Merge pull request #134695 from kannon92/procmount-usernamespace
...
usernamespace and procmount are tightly coupled. Disable them together
2025-10-17 21:56:40 -07:00
Kevin Hannon
03c7962d17
usernamespace and procmount are tightly coupled. Disable them together
2025-10-17 16:40:45 -04:00
Rodrigo Campos
2a488616bf
tests/e2e_node: Add test for userNamespaces.idsPerPod
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2025-10-15 19:49:38 +09:00
Peter Hunt
8b4aab5451
e2e_node: add a test to verify kubelet fails to create pod if userns isn't supported
...
and the pod requests a user namespace
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2025-03-20 09:34:59 -04:00