mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-18 00:40:32 +00:00
Automatic merge from submit-queue (batch tested with PRs 50889, 51347, 50582, 51297, 51264) Fix NoNewPrivs and also allow remote runtime to provide the support. Fixes https://github.com/kubernetes/kubernetes/issues/51319. This PR: 1) Let kubelet admit remote runtime for `NoNewPrivis` container runtime. 2) Fix a `NoNewPrivis` bug which checks wrong runtime type. /cc @kubernetes/sig-node-bugs @jessfraz