Muhammad Yuga N.
Muhammad Yuga N.
recommended to use redis for page caching @nopenopenope
Hi guys, I'm facing the same issue when trying to upgrade sysbox version 0.3.0 to above like 0.4.0 and so on in Linode, it shows me about product_uuid permission denied
I've got no systemd file for sysbox, i tried with `systemctl status sysbox` but not found the service.
I'm building from the source.
Hello @daemon1024, I have verified that the binary of sleep appears to be correct, and I even attempted to replace it with another binary file, but it did not block...
There is no annotation in the pod. Here is the manifest file. ``` apiVersion: v1 kind: Pod metadata: name: ubuntu labels: os: ubuntu spec: containers: - image: ubuntu command: -...
I use the command `watchexec -w /etc/nginx/conf.d/*.template`. Is the wildcard causing the issue? My goal is to have my own custom script that reads `/etc/nginx/conf.d/default.conf.template` and generates the configuration file...
Thank you @Issif. I thought it would be installed automatically, but it seems I missed defining it, which is why it wasn't working. Now it's working fine, thanks!