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
This commit is contained in:
Benjamin Schanzel 2022-08-15 11:33:19 +02:00
parent 95b3d4c302
commit 81df1fb0c9
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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