intel / Intel-ECI-ExCat-K8s

Apache License 2.0
4 stars 0 forks source link

Mismatch in RDT configuration and Kubernetes usage? #12

Closed HigashikataZhangsuke closed 5 months ago

HigashikataZhangsuke commented 5 months ago

Hi,

In rdt-config.yaml, we use percentage to allocate cache. But in the Pod spec example, we use an absolute value 200. This will cause a mismatch, and the pod is in pending status all the time.

Do you think this is an mis configuration?