File tree Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -113,3 +113,6 @@ daemonset.apps "increase-limits" deleted
113
113
114
114
However, note that the setting will persist until the node restarts or another
115
115
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.
Original file line number Diff line number Diff line change @@ -32,3 +32,6 @@ attempts to add your public key again to GitHub.
32
32
If the steps above do not fix the problem, the error may be related to the
33
33
GitHub configuration values set using Coder's ** Admin** panel. Site managers can
34
34
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.
Original file line number Diff line number Diff line change @@ -268,3 +268,6 @@ program sets the `fs.inotify.max_user_watches` setting.
268
268
- [ My ultimate VSCode configuration] ( https://dev.to/vaidhyanathan93/ulitmate-vscode-configuration-4i2o ) ,
269
269
a blog post describing a user's preferred settings, including file
270
270
exclusions
271
+
272
+ If none of these steps resolve the issue, please
273
+ [ contact us] ( https://coder.com/contact ) for further support.
Original file line number Diff line number Diff line change 383
383
{
384
384
"path" : " ./guides/troubleshooting/index.md" ,
385
385
"children" : [
386
+ {
387
+ "path" : " ./guides/troubleshooting/admin-pwd.md"
388
+ },
386
389
{
387
390
"path" : " ./guides/troubleshooting/docker-problems.md"
388
391
},
392
+ {
393
+ "path" : " ./guides/troubleshooting/git-oauth.md"
394
+ },
389
395
{
390
396
"path" : " ./guides/troubleshooting/registry.md"
391
397
},
You can’t perform that action at this time.
0 commit comments