8000 docs: describe air-gapped architecture by mtojek · Pull Request #12897 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: describe air-gapped architecture #12897

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 8 commits into from
Apr 9, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Cian's feedback
  • Loading branch information
mtojek committed Apr 9, 2024
commit 5a315d1df65e9b43e1415822148a03b856d2dcc1
8 changes: 4 additions & 4 deletions docs/about/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,11 @@ across multiple regions and diverse cloud platforms.
- Checks out Terraform plugins from self-hosted _Registry_ mirror.
- Deploys workspace images stored in the self-hosted _Container Registry_.

**Coderd instance**
**Coder server**

- Update checks are disabled.
- Telemetry data is not collected.
- Direct connections are not supported, workspace traffic is relayed through
- Update checks are disabled (`CODER_UPDATE_CHECK=false`).
- Telemetry data is not collected (`CODER_TELEMETRY_ENABLE=false`).
- Direct connections are not possible, workspace traffic is relayed through
control plane's DERP proxy.

##### Workload supporting resources
Expand Down
0