You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If quota is enabled in a namespace for compute resources like cpu and memory, users must specify requests or limits for those values; otherwise, the quota system may reject pod creation.
So slave pod creating will be failed if the owner pod namespace enabled resource quotas.
pods "xxx" is forbidden
And if we create slave pod in the owner pod namespace by set a resource quota, the slave pod need to consume resource quotas. It is unreasonable in a multi-tenant cluster scenario.
The text was updated successfully, but these errors were encountered:
Refer to the K8S documentation
So slave pod creating will be failed if the owner pod namespace enabled resource quotas.
And if we create slave pod in the owner pod namespace by set a resource quota, the slave pod need to consume resource quotas. It is unreasonable in a multi-tenant cluster scenario.
The text was updated successfully, but these errors were encountered: