kubelet >=v1.25: expose setting to enable the use of RuntimeDefault
as the default seccomp profile for all workloads
#2742
Labels
area/kubernetes
K8s including EKS, EKS-A, and including VMW
area/settings
Issues related to our settings handling
type/enhancement
New feature or request
What I'd like:
A new
settings.kubernetes
setting for controlling whether--seccomp-default
is passed to kubelet or not.In K8s 1.25
SeccompDefault
got promoted to beta which allows users to use a default seccomp profile for all their orchestrated container workloads.See https://kubernetes.io/docs/tutorials/security/seccomp/#enable-the-use-of-runtimedefault-as-the-default-seccomp-profile-for-all-workloads:
The text was updated successfully, but these errors were encountered: