1
1
---
2
- title : Image registry troubleshooting
2
+ title : Image registry
3
3
description : Learn how to resolve issues connecting to an image registry.
4
4
---
5
5
@@ -18,8 +18,7 @@ certificate signed by unknown authority
18
18
The local registry you are configuring is expecting a valid certificate to
19
19
authenticate the connection with Coder. You will receive this error if:
20
20
21
- - You do not have a certificate
22
- configured
21
+ - You do not have a certificate configured
23
22
- There is an issue with the certificate itself
24
23
25
24
> Coder uses Docker's Registry 2.0 implementation, which supports self-signed
@@ -28,8 +27,9 @@ configured
28
27
## Troubleshooting steps
29
28
30
29
- If you haven't created the local registry, and you haven't generated the
31
- self-signed certificate, [ please see our
32
- documentation] ( ../../setup/air-gapped/infrastructure.md ) on setting these up.
30
+ self-signed certificate,
31
+ [ please see our documentation] ( ../../setup/air-gapped/infrastructure.md ) on
32
+ setting these up.
33
33
34
34
- Check to see if your ` registry.crt ` file is stored in the correct location on
35
35
each of your Kubernetes nodes. Depending upon your Linux distribution and
@@ -53,9 +53,9 @@ configured
53
53
Ensure that you've created the self-signed certificate secret in your Kubernetes
54
54
cluster:
55
55
56
- ``` console
57
- kubectl -n coder get secret local-registry-cert -o yaml
58
- ```
56
+ ``` console
57
+ kubectl -n coder get secret local-registry-cert -o yaml
58
+ ```
59
59
60
- If none of these steps resolve the issue, please [ contact
61
- us] ( https://coder.com/contact ) for further support.
60
+ If none of these steps resolve the issue, please
61
+ [ contact us] ( https://coder.com/contact ) for further support.
0 commit comments