Merge pull request #29138 from mengjiao-liu/fix-memory-suffix

[zh] memory suffixes: "k" is lowercase
This commit is contained in:
Kubernetes Prow Robot
2021-07-29 03:48:18 -07:00
committed by GitHub
@@ -227,7 +227,7 @@ Mi, Ki. For example, the following represent roughly the same value:
## 内存的含义 {#meaning-of-memory}
内存的约束和请求以字节为单位。你可以使用以下后缀之一以一般整数或定点数字形式来表示内存:
E、P、T、G、M、K。你也可以使用对应的 2 的幂数:Ei、Pi、Ti、Gi、Mi、Ki。
E、P、T、G、M、k。你也可以使用对应的 2 的幂数:Ei、Pi、Ti、Gi、Mi、Ki。
例如,以下表达式所代表的是大致相同的值:
```