Skip to content

Commit

Permalink
fix: add civo talos issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Oct 16, 2023
1 parent 13fc4f1 commit 86cad51
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion docs/get-started/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,38 @@ Keycloak jobs fail during installation.

**Solution**

There is no solution for this at the moment. The Keycloak job will retry multiple times and eventually succeed.
There is no solution for this at the moment. The Keycloak job will retry multiple times and eventually succeed.

**Issue**

When installing Otomi using Civo market place on a Linux Talos cluster the Otomi installation fails.

**Solution**

Installing Otomi on Civo Linux Talos is currently not supported. Try installing Otomi on Civo K3s.

<!-- Currently, `metrics-server` is not by default installed on Linux Talos and also not by default installed by Otomi when using the `civo` provider. For now install metrics-server manually first before installing Otomi:
```bash
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
```
And add the following arguments to the deployment:
```yaml
- args:
- --kubelet-preferred-address-types=InternalIP
- --kubelet-insecure-tls=true
```
Or install Otomi manually and add the following values:
```yaml
apps:
metrics-server:
enabled: true
_rawValues:
extraArgs:
kubelet-preferred-address-types: InternalIP
kubelet-insecure-tls: true
``` -->

0 comments on commit 86cad51

Please sign in to comment.