-
Notifications
You must be signed in to change notification settings - Fork 1
Managing Quota
Hamed Karbasi edited this page Dec 5, 2023
·
3 revisions
The quota for the s3-related resources is managed like the built-in quotas of the Kubernetes
resources, i.e. by
the ResourceQuota
and the ClusterResourceQuota
resources. The operator currently supports 3 resource
names: s3/size
, s3/objects
, and s3/buckets
which define the maximum of the specified resources for a user.
These fields are added to the quota of each team:
s3/buckets: 10
s3/objects: 1M
s3/size: 500Gi
By default, they are not included in the namespace quota objects, which means that a namespace can utilize the entire quota allocated to a team.
Note: The namespace in which you are intended to create related S3 instances, must be already added to your team. This is checked by the presence of the label:
snappcloud.io/team=<YOUR_TEAM>
.