khalid244

Results 21 comments of khalid244

I want to create a simple `kubernetes.yaml` file that contains all the components needed to run Cattr on Kubernetes. This will simplify the process for people who want to run...

I tried to change S6_CMD_WAIT_FOR_SERVICES_MAXTIME to 180000, and it works great!

I have been testing the mounting of `/app/storage`, but it has caused many problems. I am planning to only mount user-generated content, for example, `mount /app/storage/app/screenshots`. I need to know...

Great, I’m not sure about keeping logs because they sometimes grow and cause problems. I may make it optional for the user to activate it. What do you think ?...

Loki is a great tool, but I want to make things simple for anyone to work with.

That will be great. I have been testing this image `registry.git.amazingcat.net/cattr/core/app:latest`, but it still shows this error. Can you please update it? ``` /package/admin/s6-overlay/libexec/preinit: notice: /var/run is not a symlink...

To get the size of nodes, this simple API will work: ``` kubectl get --raw "/api/v1/nodes//proxy/stats/summary" ``` However, for PVCs, it's a bit more difficult as there are no APIs...

I've reviewed the API in-depth, and you're absolutely correct. You can obtain the PVC size from the API. Here's how it works: You'll need to loop through every node in...

That’s interesting. I use driver.longhorn.io as a CSI. So, we’re back to the first point we discussed.

If I select one item and then right-click another item to delete, it will delete the first item instead.