Dan
Dan
@rgl It's very slow for me too. From my search, this seems to be an issue with most IPMI interfaces (vProd, IPMI, etc.). I use [netboot.xyz](https://netboot.xyz) instead which is MUCH...
I was "sorta" able to get this to work... ### Environment: OS: Ubuntu 20.04.3 LTS (5.4.0-91-generic) Kubernetes: K3s v1.22.3+k3s1 Containerd: 1.5.7-k3s2 GPU: P620 ### Steps taken #### 1. Verify NVIDIA...
UPDATE: The above **does** work but it should be noted that the NVIDIA Operator hijacks the `/var/lib/rancher/k3s/agent/etc/containerd/config.toml` and doesn't allow changes.
>logs are capped at 100kb so they won't cause issues. @ispysoftware Although they are capped, it does cause issues with disk thrashing, which subsequently causes IOWAIT. This is exacerbated when...
> It doesn't write the logs to disk, it stores them in memory. When you're running in a Docker container, it sends to STDOUT which subsequently gets written to disk...
> @maxirus could you sign the CLA? @hcsaustrup Is there anything we can do to have this merged? If we want to deploy mattermost in a cluster and we want...
Has anyone figured this out? I'm running mine in K8s and can't run as root.
Typically bad practice to combine services into a single container. But I wonder why taiga-back can't serve this content (static & media)? All of the other routes can surely be...
So `StatefulSet` is used to scale stateful workloads, or ones that require a PVC. Using the official [docker-compose](https://github.com/kaleidos-ventures/taiga-docker/blob/main/docker-compose.yml) as source of truth, it appears `taiga-front`, `taiga-events`, and `taiga-protected` do NOT...
Ok, digging into the error a little more, I found a reference to [provisioner.go#L245](https://github.com/nmaupu/freenas-provisioner/blob/master/provisioner/provisioner.go#L245) which appears to get the StorageClass name. If I leave my storage class name empty (so...