Fix data type of the kubelet `--seccomp-default` flag

This commit is contained in:
Ryuma Yoshida 2023-04-05 12:10:16 +09:00
parent f98ccc6a5f
commit 3393b20058
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ WindowsHostNetwork=true|false (ALPHA - default=true)<br/>
</tr>
<tr>
<td colspan="2">--seccomp-default string</td>
<td colspan="2">--seccomp-default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: <code>false</code></td>
</tr>
<tr>
<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>