mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #113281 from ialidzhikov/seccomp-default-fg
Update the doc string of the SeccompDefault feature gate
This commit is contained in:
commit
4a3bac5eae
@ -696,7 +696,9 @@ const (
|
|||||||
RotateKubeletServerCertificate featuregate.Feature = "RotateKubeletServerCertificate"
|
RotateKubeletServerCertificate featuregate.Feature = "RotateKubeletServerCertificate"
|
||||||
|
|
||||||
// owner: @saschagrunert
|
// owner: @saschagrunert
|
||||||
|
// kep: https://kep.k8s.io/2413
|
||||||
// alpha: v1.22
|
// alpha: v1.22
|
||||||
|
// beta: v1.25
|
||||||
//
|
//
|
||||||
// Enables the use of `RuntimeDefault` as the default seccomp profile for all workloads.
|
// Enables the use of `RuntimeDefault` as the default seccomp profile for all workloads.
|
||||||
SeccompDefault featuregate.Feature = "SeccompDefault"
|
SeccompDefault featuregate.Feature = "SeccompDefault"
|
||||||
|
Loading…
Reference in New Issue
Block a user