Skip to content

Commit 453ee63

Browse files
authored
Merge pull request #40517 from zlabjp/fix-data-type-of-seccomp-default-en
Fix data type of the kubelet `--seccomp-default` flag
2 parents 5d7d3d1 + 3393b20 commit 453ee63

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/command-line-tools-reference

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ WindowsHostNetwork=true|false (ALPHA - default=true)<br/>
959959
</tr>
960960

961961
<tr>
962-
<td colspan="2">--seccomp-default string</td>
962+
<td colspan="2">--seccomp-default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: <code>false</code></td>
963963
</tr>
964964
<tr>
965965
<td></td><td style="line-height: 130%; word-wrap: break-word;">&lt;Warning: Beta feature&gt; Enable the use of <code>RuntimeDefault</code> as the default seccomp profile for all workloads. The <code>SeccompDefault</code> feature gate must be enabled to allow this flag.</td>

0 commit comments

Comments
 (0)