From 5e1579a1996e92561315fee59d8e6b40175d3be9 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Wed, 17 Oct 2018 20:13:00 -0400 Subject: [PATCH] fix glossary entry for quantity (#10653) --- content/en/docs/reference/glossary/quantity.md | 9 +++++---- .../horizontal-pod-autoscale-walkthrough.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/content/en/docs/reference/glossary/quantity.md b/content/en/docs/reference/glossary/quantity.md index c0c0edd52b..2f63f25c38 100644 --- a/content/en/docs/reference/glossary/quantity.md +++ b/content/en/docs/reference/glossary/quantity.md @@ -8,17 +8,18 @@ short_description: > aka: tags: +- core-object --- A whole-number representation of small or large numbers using SI suffixes. - + Quantities are representations of small or large numbers using a compact, whole-number notation with SI suffixes. Fractional numbers are represented -using milli-units, while large numbers can be represented using kilo-units, -mega-units, giga-units, etc. +using milli units, while large numbers can be represented using kilo, +mega, or giga units. -For instance, the number `1.5` is represented `1500m`, while the number `1000` +For instance, the number `1.5` is represented as `1500m`, while the number `1000` can be represented as `1k`, and `1000000` as `1M`. You can also specify binary-notation suffixes; the number 2048 can be written as `2Ki`. diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index ca1ec171bd..521b688bb7 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -440,7 +440,7 @@ the quantity `10500m` would be written as `10.5` in decimal notation. The metri will return whole numbers without a suffix when possible, and will generally return quantities in milli-units otherwise. This means you might see your metric value fluctuate between `1` and `1500m`, or `1` and `1.5` when written in decimal notation. See the -[glossary entry on quantities](/docs/reference/glossary/quantity.md) for more information. +[glossary entry on quantities](/docs/reference/glossary?core-object=true#term-quantity) for more information. ## Appendix: Other possible scenarios