8000 chore: add prebuild docs by dannykopping · Pull Request #17580 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: add prebuild docs #17580

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

Merged
merged 22 commits into from
May 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
relative links
  • Loading branch information
EdwardAngert committed Apr 28, 2025
commit 1ef926a60c9ed45703c932af1c2dba8595640ef4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ one, reducing setup time significantly.

- Premium license
- Use `coder/coder` Terraform provider `>= 2.3.0-pre2` in your template (**TODO: update with latest version**)
- Enable the `workspace-prebuilds` [experiment](https://coder.com/docs/reference/cli/server#--experiments)
- Enable the `workspace-prebuilds` [experiment](../../../reference/cli/server.md#--experiments)

## Configuration

Expand Down Expand Up @@ -66,7 +66,7 @@ startup scripts, the workspace will be marked eligible to be claimed.

## Relationship to workspace presets

[Workspace presets](https://coder.com/docs/admin/templates/extending-templates/parameters#workspace-presets-beta) allow
[Workspace presets](./parameters.md#workspace-presets-beta) allow
you to configure commonly used combinations of parameters into a single option, which makes it easier for developers to
pick one that fits
their needs.
Expand Down Expand Up @@ -94,7 +94,7 @@ _In future releases, we will allow operators to invalidate their prebuilt worksp

## Quotas

Prebuilt workspaces can be used in conjunction with [Resource Quotas](https://coder.com/docs/admin/users/quotas). Given
Prebuilt workspaces can be used in conjunction with [Resource Quotas](../../users/quotas.md). Given
that all unclaimed prebuilt workspaces are [owned](#ownership) by the `prebuilds` user, you may configure a quota for
any group which this user appears in.

Expand Down
Loading
0