File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/zh/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ in the `securityContext` section of your Pod or Container manifest. The
631
631
[SeccompProfile](/docs/reference/generated/kubernetes-api/{{< param "version"
632
632
>}}/#seccompprofile-v1-core) object consisting of `type` and `localhostProfile`.
633
633
Valid options for `type` include `RuntimeDefault`, `Unconfined`, and
634
- `Localhost`. `localhostProfile` must only be set set if `type: Localhost`. It
634
+ `Localhost`. `localhostProfile` must only be set if `type: Localhost`. It
635
635
indicates the path of the pre-configured profile on the node, relative to the
636
636
kubelet's configured Seccomp profile location (configured with the `-root-dir`
637
637
flag).
You can’t perform that action at this time.
0 commit comments