Skip to content

Commit 3154b2a

Browse files
ericpaulsenKatie Horne
and
Katie Horne
authored
add admin pwd reset troubleshooting & manifest updates (#546)
* add admin pwd reset troubleshooting & manifest updates * Edit text; update manifest Co-authored-by: Katie Horne <katie@coder.com>
1 parent 03f143c commit 3154b2a

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

guides/troubleshooting/admin-pwd.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Admin password reset
3+
description: Learn how to resolve issues with resetting your admin password.
4+
---
5+
6+
When resetting your Coder admin password in the terminal, you may encounter the
7+
following error:
8+
9+
```console
10+
error: unable to upgrade connection: error dialing backend: remote error: tls:
11+
handshake failure
12+
```
13+
14+
## Why this happens
15+
16+
This upgrade-related error occurs when a proxy is in front of `kube-apiserver`,
17+
blocking your attempt to reach the `coderd` pod and reset the admin password.
18+
19+
## Troubleshooting steps
20+
21+
To access the `coderd` pod properly, you'll need to remove the proxy. If
22+
removing the proxy isn't possible, circumvent the proxy and make the call to
23+
`coderd` directly using `kubectl`.
24+
25+
If this doesn't resolve the issue, please
26+
[contact us](https://coder.com/contact) for further support.

guides/troubleshooting/docker-problems.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,6 @@ daemonset.apps "increase-limits" deleted
113113

114114
However, note that the setting will persist until the node restarts or another
115115
program sets the `kernel.keys.maxkeys` and `kernel.keys.maxkeys` settings.
116+
117+
If this doesn't resolve the issue, please
118+
[contact us](https://coder.com/contact) for further support.

guides/troubleshooting/git-oauth.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ attempts to add your public key again to GitHub.
3232
If the steps above do not fix the problem, the error may be related to the
3333
GitHub configuration values set using Coder's **Admin** panel. Site managers can
3434
view and update these values at **Manage** > **Admin** > **Git OAuth**.
35+
36+
If this doesn't resolve the issue, please
37+
[contact us](https://coder.com/contact) for further support.

guides/troubleshooting/inotify-watch-limits.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,6 @@ program sets the `fs.inotify.max_user_watches` setting.
268268
- [My ultimate VSCode configuration](https://dev.to/vaidhyanathan93/ulitmate-vscode-configuration-4i2o),
269269
a blog post describing a user's preferred settings, including file
270270
exclusions
271+
272+
If none of these steps resolve the issue, please
273+
[contact us](https://coder.com/contact) for further support.

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,15 @@
383383
{
384384
"path": "./guides/troubleshooting/index.md",
385385
"children": [
386+
{
387+
"path": "./guides/troubleshooting/admin-pwd.md"
388+
},
386389
{
387390
"path": "./guides/troubleshooting/docker-problems.md"
388391
},
392+
{
393+
"path": "./guides/troubleshooting/git-oauth.md"
394+
},
389395
{
390396
"path": "./guides/troubleshooting/registry.md"
391397
},

0 commit comments

Comments
 (0)