We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Quota Command to Manage quotas of the projects.
New Commands:
harbor quota list
harbor quota get
harbor quota update
Fix a part of #94
The text was updated successfully, but these errors were encountered:
We got 403 forbidden error when pushing to a project with its quota maxed out.
403 forbidden
Wasted half a day troubleshooting auth problems.
Turned out to be a maxed out quota.
I'd love to add a "fail fast and fail early" section to our docker build script, that can check the quota is not maxed out.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Add Quota Command to Manage quotas of the projects.
New Commands:
harbor quota list
-- to list quotasharbor quota get
-- to get quota of a projectharbor quota update
-- to update a quota of project.Fix a part of #94
The text was updated successfully, but these errors were encountered: