Skip to content

Commit 75bd7b0

Browse files
committed
Clean up docs
1 parent 4582e44 commit 75bd7b0

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
ALTER TABLE workspace_builds DROP COLUMN daily_cost;
32
ALTER TABLE workspace_resources DROP COLUMN daily_cost;
43
ALTER TABLE groups DROP COLUMN quota_allowance;

docs/admin/quotas.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ and ensure equitable access to cloud resources. The quota system controls
55
instantaneous cost. For example, the system can ensure that every user in your
66
deployment has a spend rate lower than $10/day at any given moment.
77

8-
The Workspace Provisioner enforces quota on workspace start and stop operations.
9-
When users reach their quota, they can always unblock themselves by stopping or deleting
8+
The workspace provisioner enforces quota during workspace start and stop operations.
9+
When users reach their quota, they may unblock themselves by stopping or deleting
1010
their workspace(s).
1111

1212
Quotas are licensed with [Groups](./groups.md).
@@ -61,7 +61,11 @@ In that template, the workspace consumes 10 quota credits when it's offline, and
6161
## Establishing Budgets
6262

6363
Each group has a configurable Quota Allowance. A user's budget is calculated as
64-
the some of their groups' Quota Allowance. For example:
64+
the sum of their allowances.
65+
66+
![group-settings](../images/admin/quota-groups.png)
67+
68+
For example:
6569

6670
| Group Name | Quota Allowance |
6771
| ---------- | --------------- |
@@ -71,12 +75,12 @@ the some of their groups' Quota Allowance. For example:
7175

7276
<br/>
7377

74-
| Username | Groups | Budget |
75-
| -------- | ----------------- | ------ |
76-
| jill | Frontend, Backend | 300 |
77-
| jack | Backend, Data | 500 |
78-
| sam | Data | 300 |
79-
| alex | Frontend | 100 |
78+
| Username | Groups | Effective Budget |
79+
| -------- | ----------------- | ---------------- |
80+
| jill | Frontend, Backend | 300 |
81+
| jack | Backend, Data | 500 |
82+
| sam | Data | 300 |
83+
| alex | Frontend | 100 |
8084

8185
## Quota Enforcement
8286

@@ -85,6 +89,8 @@ build process dynamically calculates costs, so quota violation fails builds
8589
as opposed to failing the build-triggering operation. For example, the Workspace
8690
Create Form will never get held up by quota enforcement.
8791

92+
![build-log](../images/admin/quota-buildlog.png)
93+
8894
## Up next
8995

9096
- [Enterprise](../enterprise.md)

docs/images/admin/quota-buildlog.png

859 KB
Loading

docs/images/admin/quota-groups.png

595 KB
Loading

0 commit comments

Comments
 (0)