Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(coderd/healthcheck): add access URL error codes and healthcheck doc#10915

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 17 commits intomainfromcj/health-resolutions
Nov 30, 2023
Merged
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
2f5530f
feat(coderd/healthcheck): add access URL error codes and healthcheck doc
johnstcnNov 28, 2023
87e5f26
feat(coderd/healthcheck: add error codes for the rest of the owl
johnstcnNov 28, 2023
1994ce1
add remaining health codes, todo writing words
johnstcnNov 28, 2023
00505c9
database: assert that we put the right codes in the right places
johnstcnNov 30, 2023
6cdc918
add words about database
johnstcnNov 30, 2023
179fa17
Update docs/admin/healthcheck.md
johnstcnNov 30, 2023
970cf5d
Update docs/admin/healthcheck.md
johnstcnNov 30, 2023
1b56493
add DERP words
johnstcnNov 30, 2023
942513e
add some words about websockets
johnstcnNov 30, 2023
f259c25
add playground link for access url
johnstcnNov 30, 2023
decf017
add more words about workspace proxies
johnstcnNov 30, 2023
26c522e
add icon and manifest
johnstcnNov 30, 2023
45f1689
make fmt
johnstcnNov 30, 2023
aed87f4
address comments
johnstcnNov 30, 2023
7bfe253
appease linter
johnstcnNov 30, 2023
1bf956a
add another note about troubleshooting websockets
johnstcnNov 30, 2023
f9494c8
adjust icon viewBox
johnstcnNov 30, 2023
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
PrevPrevious commit
NextNext commit
add more words about workspace proxies
  • Loading branch information
@johnstcn
johnstcn committedNov 30, 2023
commitdecf0178de079bb9f921aa8d95f239f8a4a69539
31 changes: 21 additions & 10 deletionsdocs/admin/healthcheck.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -151,24 +151,35 @@ troubleshooting tools like `curl`.

## Workspace Proxy

### <a name="EWP01">EWP01: TODO</a>
If you have configured [Workspace Proxies](../admin/workspace-proxies.md), Coder will periodically query their availability and show their status here.

TODO
### <a name="EWP01">EWP01: Error Updating Workspace Proxy Health</a>

### <a name="EWP02">EWP02: TODO</a>
**Problem:** Coder was unable to query the connected workspace proxies for their health status.

TODO
**Solution:** This may be a transient issue. If it persists, it could signify a connectivity issue.

### <a name="EWP03">EWP03: TODO</a>
### <a name="EWP02">EWP02: Error Fetching Workspace Proxies</a>

TODO
**Problem:** Coder was unable to fetch the stored workspace proxy health data from the database.

### <a name="EWP04">EWP04: TODO</a>
**Solution:** This may be a transient issue. If it persists, it could signify an issue with Coder's configured database.

TODO
### <a name="EWP03">EWP03: Workspace Proxy Version Mismatch</a>

**Problem:** One or more workspace proxies are more than one major or minor version out of date with the main deployment.
It is important that workspace proxies are updated at the same time as the main deployment to minimize the risk of API incompatibility.

**Solution:** Update the workspace proxy to match the currently running version of Coder.

### <a name="EWP04">EWP04: One or more Workspace Proxies Unhealthy</a>

**Problem:** One or more workspace proxies are not reachable.

**Solution:** Ensure that Coder can establish a connection to the configured workspace proxies on port 443.

## <a name="EUNKNOWN">Unknown Error</a>

**Problem:**lazy dev
**Problem:**This error is shown when an unexpected error occurred evaluating deployment health. It may resolve on its own.

**Solution:**motivate them with cheese
**Solution:**This may be a bug. [File a GitHub issue](https://github.com/coder/coder/issues/new)!

[8]ページ先頭

©2009-2025 Movatter.jp