From 81df1fb0c9134074a1efed50863c861c463d966c Mon Sep 17 00:00:00 2001 From: Benjamin Schanzel Date: Mon, 15 Aug 2022 11:33:19 +0200 Subject: [PATCH] Fix doc for k8s mem limits as MiB instead of MB Memory limits are measured in MiB, not MB in the k8s and openshift drivers but the doc states the contrary. Change-Id: If67b169f76dbcb1c0194ea2ae9bf2fb1c5df3b61 --- doc/source/kubernetes.rst | 4 ++-- doc/source/openshift.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/kubernetes.rst b/doc/source/kubernetes.rst index b66ea4453..d386d5684 100644 --- a/doc/source/kubernetes.rst +++ b/doc/source/kubernetes.rst @@ -131,7 +131,7 @@ Selecting the kubernetes driver adds the following options to the Only used by the :value:`providers.[kubernetes].pools.labels.type.pod` label type; - specifies a default value for + specifies a default value in MiB for :attr:`providers.[kubernetes].pools.labels.memory` for all labels of this pool that do not set their own value. @@ -216,7 +216,7 @@ Selecting the kubernetes driver adds the following options to the Only used by the :value:`providers.[kubernetes].pools.labels.type.pod` label type; - specifies the amount of memory in MB to request for the pod. + specifies the amount of memory in MiB to request for the pod. .. attr:: env :type: list diff --git a/doc/source/openshift.rst b/doc/source/openshift.rst index 2479ff5b6..df6f5ed4e 100644 --- a/doc/source/openshift.rst +++ b/doc/source/openshift.rst @@ -196,7 +196,7 @@ Selecting the openshift driver adds the following options to the Only used by the :value:`providers.[openshift].labels.type.pod` label type; - specifies the amount of memory in MB to request for the pod. + specifies the amount of memory in MiB to request for the pod. .. attr:: env :type: list