Skip to content

Commit 2d0467e

Browse files
eshaanm25Eshaan Mathur
authored andcommitted
docs: remove seccomp feature gate
Signed-off-by: Eshaan Mathur <eshaanm25@gmail.com>
1 parent bddc7b1 commit 2d0467e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/cluster_spec.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -850,13 +850,9 @@ Note that Kubelet will fail to install the shutdown inhibtor on systems where lo
850850

851851
[SeccompDefault](https://kubernetes.io/blog/2021/08/25/seccomp-default/) enables the use of `RuntimeDefault` as the default seccomp profile for all workloads. (Default: false)
852852

853-
Note that a feature gate is required to enable the feature, and the feature is turned on using kubelet config.
854-
855853
```yaml
856854
spec:
857855
kubelet:
858-
featureGates:
859-
SeccompDefault: "true"
860856
seccompDefault: true
861857
```
862858

0 commit comments

Comments
 (0)