kubewharf / kubezoo

a lightweight kubernetes multi-tenancy gateway
Apache License 2.0
689 stars 57 forks source link

feat: support cluster resource quota #27

Closed zoumo closed 1 year ago

zoumo commented 1 year ago

What type of PR is this?

Feature: support tenant scope quota limit

What this PR does / why we need it:

Which issue(s) this PR fixes:

Special notes for your reviewer:

lcw2 commented 1 year ago

can tanant access the API clusterresourcesquota? I think tanant can access the API clusterresourcesquota to know how much clusterresouces are used.

zoumo commented 1 year ago

can tanant access the API clusterresourcesquota? I think tanant can access the API clusterresourcesquota to know how much clusterresouces are used.

@lcw2 I think no, clusterresourcesquota is a system resource, should not be accessed by tenant by default, maybe we can expose it when system crd feature is ready @Silverglass

lcw2 commented 1 year ago

ok, when will this system crd feature be release?

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.