[zh-cn]sync encrypt-data kubelet-config-file

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li 2025-02-09 19:27:24 +08:00
parent 4790769ff7
commit ed7a9cc391
2 changed files with 2 additions and 0 deletions

View File

@ -446,6 +446,7 @@ Kubernetes 静态数据加密的提供程序
<td><!-- Weak --></td>
<td><!-- Fast --></td>
<td><!-- 32-byte -->32 字节</td>
<td><!-- 16, 24, or 32-byte -->16、24 或 32 字节</td>
</tr>
<tr>
<td colspan="4">

View File

@ -78,6 +78,7 @@ evictionHard:
nodefs.available: "10%"
nodefs.inodesFree: "5%"
imagefs.available: "15%"
imagefs.inodesFree: "5%"
```
<!--