Cloudeka Resource Quota
kubectl get rquota -n <your-namespace>
kubectl get rquota -n <your-namespace> -o yamlField
Meaning
status.usages shows your current resource usage.
Example
$ kubectl get rquota -n loft-acme-v-inference-1 -o yaml
spec:
quotaBalance: 100000
cpu: "4"
ram: "16Gi"
floatingIP: 1
nvaie: 1
gpu:
NVIDIA-H100-80GB-HBM3: 1
storage:
storage-nvme-c1: "100Gi"
status:
usages:
cpu: "1500m"
ram: "4Gi"Last updated
