Merge "Fix doc for k8s mem limits as MiB instead of MB"

This commit is contained in:
Zuul 2022-10-21 14:45:23 +00:00 committed by Gerrit Code Review
commit e1510c4f9b
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 Only used by the
:value:`providers.[kubernetes].pools.labels.type.pod` label type; :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 :attr:`providers.[kubernetes].pools.labels.memory` for all labels of
this pool that do not set their own value. 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 Only used by the
:value:`providers.[kubernetes].pools.labels.type.pod` label type; :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 .. attr:: env
:type: list :type: list

View File

@ -196,7 +196,7 @@ Selecting the openshift driver adds the following options to the
Only used by the Only used by the
:value:`providers.[openshift].labels.type.pod` label type; :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 .. attr:: env
:type: list :type: list