Skip to content

Commit 1c971fa

Browse files
authored
doc: Add k8s troubleshooting item for failed version check warning (TheThingsIndustries#1421)
1 parent 103e4a2 commit 1c971fa

File tree

1 file changed

+4
-0
lines changed
  • doc/content/enterprise/kubernetes/generic/troubleshooting

1 file changed

+4
-0
lines changed

doc/content/enterprise/kubernetes/generic/troubleshooting/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ For this error, make sure that the value set in `ingress.traefik.tls.secretName`
3434
## pkg/util/store:driver (driver error)
3535

3636
{{% tts %}} runs Kubernetes jobs to initialize and migrate Postgres. This error can occur if the {{% tts %}} is accessed either before these jobs are run or if the jobs failed to execute. Check the status of the jobs for more details on what went wrong.
37+
38+
## Failed to check version update (certificate signed by unknown authority)
39+
40+
If the `skip-version-check` flag is disabled, the stack will check for new updates. To check for updates, requests are going to be sent to [thethingsindustries.com](https://thethingsindustries.com). For the requests to succeed, a CA certificate must be present in the trust store of the cluster that accepts the thethingsindustries.com domain (e.g. [Amazon Root CA 1](https://www.amazontrust.com/repository/)). Another alternative is adding it to the list of certificates in the `rootCA` field in the Helm chart.

0 commit comments

Comments
 (0)