Skip to content
New issue

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

Implement Quota Command #96

Open
bupd opened this issue May 30, 2024 · 1 comment · May be fixed by #97
Open

Implement Quota Command #96

bupd opened this issue May 30, 2024 · 1 comment · May be fixed by #97

Comments

@bupd
Copy link
Member

bupd commented May 30, 2024

Add Quota Command to Manage quotas of the projects.

New Commands:

  • harbor quota list -- to list quotas
  • harbor quota get -- to get quota of a project
  • harbor quota update -- to update a quota of project.

Fix a part of #94

@bupd bupd linked a pull request May 30, 2024 that will close this issue
@MalteMagnussen
Copy link

MalteMagnussen commented Oct 18, 2024

We got 403 forbidden error when pushing to a project with its quota maxed out.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants