Fix data type of the kubelet `--seccomp-default` flag
This commit is contained in:
parent
f98ccc6a5f
commit
3393b20058
|
|
@ -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 Default: <code>false</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td><td style="line-height: 130%; word-wrap: break-word;"><Warning: Beta feature> 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue