-
Notifications
You must be signed in to change notification settings - Fork 974
feat(docs): add docs for external workspaces #19437
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
base: main
Are you sure you want to change the base?
Conversation
|
||
## Prerequisites | ||
|
||
- Access to external compute resources (VMs, bare-metal servers, Kubernetes nodes, etc.) that can run the Coder agent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we define what can run a coder agent, or just drop this?
## Use cases | ||
|
||
- Connecting an existing on-premises GPU server for ML development. | ||
- Bringing a manually provisioned VM in a restricted network under Coder’s workspace management. | ||
- Gradually migrating workloads to Coder without refactoring current infrastructure. | ||
- Running agents in CI pipelines to provision short-lived, externally managed workspaces for testing or build automation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge benefits and use cases into a single section. They are overlapping.
### UI workflow | ||
|
||
1. Import the external workspace template (see prerequisites). | ||
2. In the Coder UI, go to **Workspaces → New workspace** and select the imported template. | ||
3. Once the workspace is created, Coder will display **connection details** with the command users need to run on the external machine to start the agent. | ||
4. The workspace will appear in the dashboard, but with the following differences: | ||
- **Start**, **Stop**, and **Restart** actions are disabled. | ||
- Users are provided with instructions for launching the agent manually on the external machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we drop a screenshot here?
Co-authored-by: Atif Ali <atif@coder.com>
Description
This PR introduces documentation for recently merged feature: external workspaces.
#19285
#19286
#19287
#19288