Additional resource requirements for Cloudera AI Registry
Consider the following resource needs for Cloudera AI Registry.
| Component | Required resources |
|---|---|
| Storage | 500 GiB |
This storage requirement applies to both fresh installations and upgrades. The allocated storage size determines the maximum model size you can download and import. During upgrades, peak requirement may reach up to 1 TB.
To modify the maximum model size after installation, execute the following
command:
kubectl patch deployment model-registry-v2 -n [***namespace***] --type='json' \
-p='[{"op": "replace", "path": "/spec/template/spec/volumes/0/ephemeral/volumeClaimTemplate/spec/resources/requests/storage", "value": "1Ti"}]'
