mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: graduate prebuilds to general availability (#18607)
This PR removes the prebuilds experiment and allows the use of prebuilds without opting into an experiment.
This commit is contained in:
+6
@@ -677,6 +677,12 @@ workspaces stopping during the day due to template scheduling.
|
||||
must be *. Only one hour and minute can be specified (ranges or comma
|
||||
separated values are not supported).
|
||||
|
||||
WORKSPACE PREBUILDS OPTIONS:
|
||||
Configure how workspace prebuilds behave.
|
||||
|
||||
--workspace-prebuilds-reconciliation-interval duration, $CODER_WORKSPACE_PREBUILDS_RECONCILIATION_INTERVAL (default: 15s)
|
||||
How often to reconcile workspace prebuilds state.
|
||||
|
||||
⚠️ DANGEROUS OPTIONS:
|
||||
--dangerous-allow-path-app-sharing bool, $CODER_DANGEROUS_ALLOW_PATH_APP_SHARING
|
||||
Allow workspace apps that are not served from subdomains to be shared.
|
||||
|
||||
Reference in New Issue
Block a user