From e9c9b557fa327a1383a26ccd71a8223c63b35175 Mon Sep 17 00:00:00 2001 From: Alec Lombardo Date: Fri, 21 Aug 2020 09:32:42 -0400 Subject: [PATCH] Fix typo in resource unit documentation. The spec specified a "plain integer or as a fixed-point integer", but a fixed-point number is the correct terminology. As such, 1.7Gi and 1Gi should both work. --- .../concepts/configuration/manage-resources-containers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/configuration/manage-resources-containers.md b/content/en/docs/concepts/configuration/manage-resources-containers.md index c30e8d243b..1f907ad0d0 100644 --- a/content/en/docs/concepts/configuration/manage-resources-containers.md +++ b/content/en/docs/concepts/configuration/manage-resources-containers.md @@ -111,7 +111,7 @@ CPU is always requested as an absolute quantity, never as a relative quantity; ### Meaning of memory Limits and requests for `memory` are measured in bytes. You can express memory as -a plain integer or as a fixed-point integer using one of these suffixes: +a plain integer or as a fixed-point number using one of these suffixes: E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki. For example, the following represent roughly the same value: @@ -311,7 +311,7 @@ You can use _ephemeral-storage_ for managing local ephemeral storage. Each Conta * `spec.containers[].resources.requests.ephemeral-storage` Limits and requests for `ephemeral-storage` are measured in bytes. You can express storage as -a plain integer or as a fixed-point integer using one of these suffixes: +a plain integer or as a fixed-point number using one of these suffixes: E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki. For example, the following represent roughly the same value: