Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: add quotas#4366

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ammario merged 2 commits intomainfromquotas-docs
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionsdocs/admin/enterprise.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,10 +5,10 @@ Contact sales@coder.com to obtain a license.

Our Enterprise-only features include:

- Audit Logging
-[Audit Logging](./audit-logs.md)
- Browser Only Connections
- Template RBAC
- Quotas
-[Quotas](./quotas.md)
- High Availability

## Adding your license key
Expand Down
25 changes: 25 additions & 0 deletionsdocs/admin/quotas.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
# Quotas

<blockquote class="info">
Workspace Quotas are only available in the Enterprise Edition.
</blockquote>

Coder Enterprise admins may define deployment-level quotas to protect against
Denial-of-Service, control costs, and ensure equitable access to cloud resources.

The quota is enabled by either the `CODER_USER_WORKSPACE_QUOTA`
environment variable or the `--user-workspace-quota` flag. For example,
you may limit each user in a deployment to 5 workspaces like so:

```bash
coder server --user-workspace-quota=5
```

Then, when users create workspaces they would see:

<img src="../images/admin/quotas.png"/>

## Up next

- [Enterprise](./enterprise.md)
- [Configuring](./configure.md)
Binary file addeddocs/images/admin/quotas.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletionsdocs/images/icons/dollar.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletionsdocs/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -186,7 +186,7 @@
},
{
"title": "Configuration",
"description": "Learn how to configure Coder",
"description": "Learn how to configure Coder.",
"path": "./admin/configure.md",
"icon_path": "./images/icons/toggle_on.svg"
},
Expand All@@ -202,6 +202,12 @@
"icon_path": "./images/icons/radar.svg",
"path": "./admin/audit-logs.md"
},
{
"title": "Quotas",
"description": "Learn how to use Workspace Quotas in Coder.",
"icon_path": "./images/icons/dollar.svg",
"path": "./admin/quotas.md"
},
{
"title": "Enterprise",
"description": "Learn how to enable Enterprise features.",
Expand All@@ -210,7 +216,7 @@
},
{
"title": "Telemetry",
"description": "Learn what usage telemetry Coder collects",
"description": "Learn what usage telemetry Coder collects.",
"icon_path": "./images/icons/science.svg",
"path": "./admin/telemetry.md"
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp