Skip to content

Commit ed7a9cc

Browse files
committed
[zh-cn]sync encrypt-data kubelet-config-file
Signed-off-by: xin.li <[email protected]>
1 parent 4790769 commit ed7a9cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/zh-cn/docs/tasks/administer-cluster/encrypt-data.md

+1
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ Kubernetes 静态数据加密的提供程序
446446
<td><!-- Weak -->弱</td>
447447
<td><!-- Fast -->快</td>
448448
<td><!-- 32-byte -->32 字节</td>
449+
<td><!-- 16, 24, or 32-byte -->16、24 或 32 字节</td>
449450
</tr>
450451
<tr>
451452
<td colspan="4">

content/zh-cn/docs/tasks/administer-cluster/kubelet-config-file.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ evictionHard:
7878
nodefs.available: "10%"
7979
nodefs.inodesFree: "5%"
8080
imagefs.available: "15%"
81+
imagefs.inodesFree: "5%"
8182
```
8283
8384
<!--

0 commit comments

Comments
 (0)