mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-29 21:03:56 +00:00
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>