La mémoire disponible sur l'instance ne semble pas être celle de l'offre
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

La mémoire disponible sur l'instance ne semble pas être celle de l'offre

by
LeonardP
Created on 2020-03-06 08:46:19 (edited on 2024-09-04 14:09:21) in Public Cloud OVHcloud

J'ai une instance type b2-7 dans un service Kubernetes managé par OVH.
En utilisant la commande kubectl get nodes j'ai accès aux totaux rapports des totaux des limites fixées par instance.

Par exemple, je lis
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 350m (18%) 0 (0%)
memory 4808Mi (91%) 4808Mi (91%)
ephemeral-storage 0 (0%) 0 (0%)

Pourquoi cette instance declare-t-elle utiliser 91% de sa limite de mémoire alors que la somme des limites vaut 4.8Gi et que l'instance a 7Gi de RAM ? L'utilisation devrait être 4.8/7 = 68% non ?